diff options
Diffstat (limited to 'themes/Sylvia/theme.css')
-rw-r--r-- | themes/Sylvia/theme.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 546ff7b5c..8e8dfcc4c 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -5,7 +5,7 @@ width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ } #comments .thumbnailCategories hr {display:none;} -#comments form.filter input[type="submit"] { margin-top:1.8em; } +#comments .filter input[type="submit"] { margin-top:1.8em; } /* Sylvia Theme is close to the Roma Admin theme */ BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT { color:#666; @@ -190,7 +190,7 @@ BODY { background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; margin:0; } -.content ul.thumbnailCategories li { +.content .thumbnailCategories li { background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom; width:49%; margin: 0; @@ -231,7 +231,7 @@ BODY { .content .thumbnailCategory .description H3 { display: block; } -.content ul.thumbnailCategories li:hover { +.content .thumbnailCategories li:hover { background-color:#111; } .content .navigationBar { @@ -292,16 +292,16 @@ input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStar background-color:#444; color:#999; } -UL.thumbnails SPAN.wrap2 { +.thumbnails .wrap2 { border: 1px solid #666; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } -UL.thumbnails SPAN.wrap2:hover { +.thumbnails .wrap2:hover { color:#666; background-color:#111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } -#comments ul.actions li, #comments ul.actions li:hover { +#comments .actions li, #comments .actions li:hover { background:transparent none; margin-right: 22px; clear:both; @@ -401,7 +401,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove #addComment fieldset label { color: #666; } -#theCommentsPage .content ul.thumbnailCategories li, +#theCommentsPage .content .thumbnailCategories li, #theCommentsPage .content .thumbnailCategory , #theCommentsPage .content .thumbnailCategory .description, #theCommentsPage .content .thumbnailCategory div.illustration { @@ -418,7 +418,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove #theCommentsPage .content .even { background-color: #111; } -#theCommentsPage .content ul.thumbnailCategories li:hover { +#theCommentsPage .content .thumbnailCategories li:hover { background-color: transparent; } #theCommentsPage #comments { |