aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/wipi/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-08-21 01:14:03 +0000
committerrvelices <rv-github@modusoptimus.com>2008-08-21 01:14:03 +0000
commit685f4e2998ba782b03bd0488131a6e1665de0955 (patch)
tree535929a845d0139653fd9d39e25e384cc43298c1 /template/yoga/theme/wipi/theme.css
parent5a6298548b194e0987cdccc8a11b04efa8c9fd61 (diff)
- tried to reduce the number of css rules and selectors (most gains on menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3
git-svn-id: http://piwigo.org/svn/trunk@2480 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/wipi/theme.css19
1 files changed, 3 insertions, 16 deletions
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;
}