diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/cat_modify.tpl | 4 | ||||
-rw-r--r-- | template/yoga/slideshow.tpl | 6 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 8 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 22 |
4 files changed, 26 insertions, 14 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index 2d175e2f3..2961e5820 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -206,8 +206,8 @@ </table> <p> - <input type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/> - <input type="reset" value="{lang:Reset}" name="reset" /> + <input class="submit" type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/> + <input class="submit" type="reset" value="{lang:Reset}" name="reset" /> </p> </fieldset> diff --git a/template/yoga/slideshow.tpl b/template/yoga/slideshow.tpl index ea5bc60b3..9afd46f7b 100644 --- a/template/yoga/slideshow.tpl +++ b/template/yoga/slideshow.tpl @@ -6,7 +6,13 @@ <!-- END stop_slideshow -->
</div>
<div class="imageNumber">{PHOTO}</div>
+ <!-- BEGIN title -->
+ <h2 class="showtitle">{TITLE}</h2>
+ <!-- END title -->
</div>
<div id="theImage">
{ELEMENT_CONTENT}
+<!-- BEGIN legend -->
+<p class="showlegend">{legend.COMMENT_IMG}</p>
+<!-- END legend -->
</div>
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index d4e241948..c121d1f0b 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -54,9 +54,8 @@ input.rateButtonSelected, text-indent: 1em; font-weight: normal; } -#content H3 { - text-indent: 3em -} +#content ul.thumbnailCategories li div.thumbnailCategory .description h3, +#content h3 { text-align: center; } .browsePath, .imageNumber, #imageHeaderBar H2, .browsePath A { @@ -277,5 +276,4 @@ input.submit:active { padding-left: 4em; padding-right: 4em; } -A:focus { outline: none; } -A:active { outline: none; } +* { outline: none; } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 31b62b327..7a4269fb6 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -29,11 +29,11 @@ H2, .throw { }
#menubar DT:before {
content: "__\\_ ";
- color: #69c;
+ color: #f92;
}
#menubar DT:after {
content: " _/__";
- color: #f92;
+ color: #69c;
}
#menubar .button {
margin: 0 2px 0px 8px;
@@ -103,8 +103,13 @@ H2, #menubar DT, .throw, TD H3, #theAdminPage H3 { font-weight: lighter;
margin-bottom: 20px;
}
-#content H3 {
- text-indent: 3em
+#content ul.thumbnailCategories li div.thumbnailCategory .description h3,
+#content h3 { text-align: center; }
+#content ul.thumbnailCategories li div.thumbnailCategory .description p {
+ color: #f92; text-indent: 0em;
+}
+#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
+ color: #fff;
}
.browsePath A {
color: #eee;
@@ -310,8 +315,11 @@ a.PWG:hover .G { color : #f92; } border-top: 1px solid #eef;
border-right: 1px solid #69c;
border-bottom: 1px solid #69c;
- border-bottom-right-radius: 44px;
- -moz-border-radius-bottomright: 44px;
+ border-bottom-right-radius: 12px;
+ -moz-border-radius-bottomright: 12px;
box-shadow: 5px 5px #69c;
}
-h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;}
+#imageToolBar .randomButtons a:hover,
+#imageToolBar .navButtons a:hover { background-color: #111; }
+h2.showtitle, #theImage p.showlegend { display: none }
+* { outline-width: 0px; }
|