aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-09 19:05:52 +0000
committervdigital <vdigital@piwigo.org>2008-10-09 19:05:52 +0000
commit2813b39eac10cbaf8a3c6a5016b3866d64cc141e (patch)
tree4189b06f4c9f6d016917fbb73bc68e841df22a23 /template/yoga
parent325b275c960712851ce9143481367fcc29be1acc (diff)
Sylvia theme:
- Slideshow icon left margin 7% - Missing Pause icon. - Missing Rating stars icons. Roma: - Adjust line-height to avoid truncated line in plugin menu scroll zone git-svn-id: http://piwigo.org/svn/trunk@2694 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r--template/yoga/theme/Sylvia/icon/pause.pngbin0 -> 577 bytes
-rw-r--r--template/yoga/theme/Sylvia/icon/rating-stars.gifbin0 -> 171 bytes
-rw-r--r--template/yoga/theme/Sylvia/theme.css5
3 files changed, 3 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/icon/pause.png b/template/yoga/theme/Sylvia/icon/pause.png
new file mode 100644
index 000000000..2bb742f24
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/pause.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/icon/rating-stars.gif b/template/yoga/theme/Sylvia/icon/rating-stars.gif
new file mode 100644
index 000000000..4059e0329
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/rating-stars.gif
Binary files differ
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index fc045e663..4ef7fd3fa 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -68,8 +68,6 @@ overflow: auto; overflow-x:hidden; padding:0 0 5px; /* Only IE family supports
.content div.thumbnailCategory div.description p.dates { margin: 0 15px 0 15px; text-align: right; }
#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }
#content ul.thumbnailCategories li:hover { background-color:#111; }
-#imageHeaderBar .imageNumber { margin-right:170px; }
-#imageHeaderBar .browsePath { margin-left:125px; }
.infos { color: #f70; border:0; background-color: transparent; margin-left:125px;
padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
.infos li, .errors li { list-style-type:none; }
@@ -95,6 +93,9 @@ background-color: #111; border:1px solid #ff3363; /* thumbnails border color whe
A, INPUT.rateButton { color:#f70; border-width: 0; }
A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
#theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; }
+#imageToolBar { padding:0 7%; }
+#imageHeaderBar .imageNumber { margin-right:7%; }
+#imageHeaderBar .browsePath { margin-left:7%; }
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
.rateButtonStarFull { background-image: url('icon/rating-stars.gif'); }