This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/contrib/link_image/_style.css
Artanis 53e5d9419a == Version 0.2.0 ==
* Changed the HTML generation to use a prototype theme engine. All HTML generation is now contained within {{{link_image.html.php}}}, which may be copied to the current theme folder and edited from there.

git-svn-id: file:///home/shish/svn/shimmie2/trunk@146 7f39781d-f577-437e-ae19-be835c7a54ca
2007-05-29 20:02:11 +00:00

41 lines
No EOL
632 B
CSS

/*
* This file may not be distributed without its readme.txt
**/
/* * * Link to Image * * */
#link_to_image {
/* allows borders to encompass the content; */
overflow:hidden;
}
#link_to_image fieldset {
width: 32%;
float:left;
min-width:25em;
}
#link_to_image input, #link_to_image label {
display:block;
width:66%;
float:left;
margin-bottom:2.5px;
}
#link_to_image label {
width:30%;
text-align:left;
padding-right:2%;
cursor:pointer;
}
#link_to_image input {
font-size:0.7em;
font-family:courier, fixed, monospace;
}
#link_to_image br {
clear:both;
}
#link_to_image label:hover {
border-bottom:1px dashed;
}