diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 11 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 11 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 8 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 19 |
4 files changed, 6 insertions, 43 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index cff996521..033073494 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -20,13 +20,12 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 { } /* borders */ -#menubar DL, .content, #imageToolBar, -#comments DIV.comment BLOCKQUOTE { +#menubar DL, .content, #imageToolBar { border: 1px solid #d3d3d3; } #theImage IMG { - border-color: #d3d3d3; + border: 3px solid #d3d3d3; } .content UL.thumbnail IMG { @@ -39,11 +38,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA, border: 1px solid gray; } -#comments DIV.comment BLOCKQUOTE { - border-left: 2px solid #696969; - background-color: #eee; -} - .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ @@ -82,7 +76,6 @@ SPAN.calItem, SPAN.calItemEmpty } .virtual_cat { background: #fff !important; } -#mbMenu #quicksearch > p { text-align: left; } #qsearchInput { color: #d3d3d3; } #qsearchInput:focus { color: #005e89; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 690bdda1d..f89c42a27 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -38,8 +38,7 @@ H2, #menubar DT, .throw { } /* borders */ -#menubar DL, .content, -#comments DIV.comment BLOCKQUOTE { +#menubar DL, .content{ border: 1px solid #000000; } @@ -50,20 +49,12 @@ H2, #menubar DT, #imageToolBar { border-bottom: 1px solid #000000; } -#theImage IMG { - border-color: #000000; -} - FIELDSET, INPUT, SELECT, TEXTAREA, .content DIV.comment A.illustration IMG, .content DIV.thumbnailCategory { border: 1px solid gray; } -#comments DIV.comment BLOCKQUOTE { - border-left: 2px solid #696969; -} - .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 1eb981df1..d7fd45003 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -162,9 +162,6 @@ A:hover { text-decoration: none; border: 0px; } border-top: 2px solid #69c; border-bottom: 1px solid #369; } -#comments DIV.comment BLOCKQUOTE { - border: 1px solid #fff; -} H2, #imageToolBar { border-bottom: 1px solid #fff; } @@ -216,11 +213,6 @@ ul.tabsheet, ul.tabsheet li { border-color: #369 !important; } label { cursor:pointer } .zero { display: none } -#the_page { - text-align:center; - display:block; -} - input[type="text"], input[type="password"], input.button, input.submit, input.reset, input.file, select, textarea { diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 3a6144a96..60829051c 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -155,9 +155,6 @@ H2, #menubar DT, .throw, TD H3 { } /* borders */ -#comments DIV.comment BLOCKQUOTE { - border: 1px solid #000; -} #imageHeaderBar { border-top: 1px solid #000; padding: 8px 0px 3px 0px; @@ -167,7 +164,7 @@ H2, #imageToolBar { } #theImage IMG { - border-color: #fff; + border: 3px solid #fff; } .content UL.thumbnail IMG { @@ -185,9 +182,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA, border: 1px solid #69c; margin: 8px 4px; } -#comments DIV.comment BLOCKQUOTE { - border-left: 2px solid #696969; -} .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ @@ -228,8 +222,6 @@ A.navThumb, A.navThumb:hover { border: 1px dotted #f92; padding-top: 5px; padding-bottom:30px; - text-align:center; - display:block; margin: 2px; } #copyright { @@ -251,22 +243,17 @@ input#qsearchInput { FORM#quickconnect, FORM#quickconnect FIELDSET, -FORM#quickconnect P, +FORM#quickconnect DIV, FORM#quickconnect UL.actions, -FORM#quickconnect FIELDSET>UL.actions, -FORM#quickconnect UL.actions, -FORM#quickconnect P, FORM#quickconnect LABEL { color: #69c; } -FORM#quickconnect P INPUT, +FORM#quickconnect DIV INPUT, FORM#quickconnect INPUT[type=text], FORM#quickconnect INPUT[type=password] { - width: 85%; color: #58c; background-color: #222; border: 1px solid #333; - padding: 1px 3px; } |