diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 9 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 2 |
4 files changed, 7 insertions, 8 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index f4640473a..c537d6a05 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -53,7 +53,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, #content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { - background-color: AntiqueWhite; + background-color: #faebd7; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 982d4f40d..a2d8145b5 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -86,7 +86,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, #content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { - background-color: AntiqueWhite; + background-color: #faebd7; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; } diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 49ae7fca3..2a21f9085 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -66,7 +66,7 @@ input.rateButtonSelected, .browsePath A:hover { color: #fff; } #content H2:before, .browsePath:before, .imageNumber:before, #imageHeaderBar H2:before { - content: "« "; + content: "__ "; font-weight: normal; color: #fff; font-family: sans-serif; @@ -74,7 +74,7 @@ input.rateButtonSelected, } #content H2:after, .browsePath:after, .imageNumber:after, #imageHeaderBar H2:after { - content: " » "; + content: " __ "; color: #fff; font-family: sans-serif; font-weight: normal; @@ -238,13 +238,12 @@ TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} /* Display, Visibility, buttons and others */ label { cursor:pointer } .zero { display: none } -.one { } -.2nmore { } + #the_page { text-align:center; display:block; } -#content H2::after { content: leader(dotted) } + 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 2150a5b35..62274a8f0 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -196,7 +196,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, #content UL.thumbnails SPAN.wrap2:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
- background-color: #f92;
+ background-color: #dfe8ff;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
color: black;
}
|