aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-06 21:44:05 +0000
committervdigital <vdigital@piwigo.org>2008-10-06 21:44:05 +0000
commitb0c514745ff0f602a9a04c9a47ae8eb56fc072c0 (patch)
treea3cc319bdcc424dd840e4e32c74c76b7661a6ee8
parent184f006c2c0f2af9a0381dac9f7fbd3792ea87ae (diff)
Some icons (Thanks to Stripy).
Small cleanup in goto/picture.css (More must come later). Notification and help pages have been reviewed. Swap rating stars in Sylvia. git-svn-id: http://piwigo.org/svn/trunk@2677 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/template/goto/icon/cat_move.pngbin611 -> 581 bytes
-rw-r--r--admin/template/goto/icon/category_representant_random.pngbin3171 -> 1575 bytes
-rw-r--r--admin/template/goto/picture.css24
-rw-r--r--template/yoga/default-layout.css4
-rw-r--r--template/yoga/notification.tpl10
-rw-r--r--template/yoga/theme/Sylvia/icon/pause_selected.pngbin0 -> 577 bytes
-rw-r--r--template/yoga/theme/Sylvia/icon/pause_unactive.pngbin0 -> 579 bytes
-rw-r--r--template/yoga/theme/Sylvia/icon/save_selected.pngbin0 -> 700 bytes
-rw-r--r--template/yoga/theme/Sylvia/icon/slideshow_selected.pngbin0 -> 829 bytes
-rw-r--r--template/yoga/theme/Sylvia/icon/stop_selected.pngbin0 -> 559 bytes
-rw-r--r--template/yoga/theme/Sylvia/icon/stop_unactive.pngbin0 -> 561 bytes
-rw-r--r--template/yoga/theme/Sylvia/theme.css7
12 files changed, 19 insertions, 26 deletions
diff --git a/admin/template/goto/icon/cat_move.png b/admin/template/goto/icon/cat_move.png
index e0d1e9ec9..9d6939cfc 100644
--- a/admin/template/goto/icon/cat_move.png
+++ b/admin/template/goto/icon/cat_move.png
Binary files differ
diff --git a/admin/template/goto/icon/category_representant_random.png b/admin/template/goto/icon/category_representant_random.png
index dfa69846f..26fe7016a 100644
--- a/admin/template/goto/icon/category_representant_random.png
+++ b/admin/template/goto/icon/category_representant_random.png
Binary files differ
diff --git a/admin/template/goto/picture.css b/admin/template/goto/picture.css
index 839760053..87cccc238 100644
--- a/admin/template/goto/picture.css
+++ b/admin/template/goto/picture.css
@@ -1,4 +1,6 @@
/* $Id$ */
+
+/* Maybe some cleanup has to be done there TODO */
#imageHeaderBar {
padding-top: 2px;
padding-bottom: 2px;
@@ -95,28 +97,6 @@ TABLE.infoTable TD.value UL {
list-style-type: square;
}
-.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty {
- padding:0;
- border:0;
-}
-
-.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
- cursor: pointer;
-}
-
-.rateButtonSelected {
- font-weight:bold;
- font-size:120%;
-}
-
-.rateButtonStarFull {
- background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
-}
-
-.rateButtonStarEmpty {
- background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
-}
-
#comments {
text-align: left;
}
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index b6f3fa7ed..924e901c9 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -230,6 +230,7 @@ BODY#thePopuphelpPage #copyright {
display: none;
}
+#theNotificationPage p { padding: 0.5em; }
BODY#thePopuphelpPage .content P {
text-align: justify;
padding: 0.5em;
@@ -272,3 +273,6 @@ TABLE.tagLetterContent {
}
#theHeader {text-align: center;}
+
+#theNotificationPage dl,
+#thePopuphelpPage dl { margin: 0 25px 25px; } \ No newline at end of file
diff --git a/template/yoga/notification.tpl b/template/yoga/notification.tpl
index de8185e58..e7d443e77 100644
--- a/template/yoga/notification.tpl
+++ b/template/yoga/notification.tpl
@@ -14,6 +14,12 @@
<p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
- <p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
- <p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p>
+ <dl>
+ <dt>
+ <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br /><br />
+ </dt>
+ <dt>
+ <a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a>
+ </dt>
+ </dl>
</div>
diff --git a/template/yoga/theme/Sylvia/icon/pause_selected.png b/template/yoga/theme/Sylvia/icon/pause_selected.png
new file mode 100644
index 000000000..2bb742f24
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/pause_selected.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/icon/pause_unactive.png b/template/yoga/theme/Sylvia/icon/pause_unactive.png
new file mode 100644
index 000000000..c756d2aa3
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/pause_unactive.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/icon/save_selected.png b/template/yoga/theme/Sylvia/icon/save_selected.png
new file mode 100644
index 000000000..24aeee308
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/save_selected.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/icon/slideshow_selected.png b/template/yoga/theme/Sylvia/icon/slideshow_selected.png
new file mode 100644
index 000000000..1ab04e0d4
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/slideshow_selected.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/icon/stop_selected.png b/template/yoga/theme/Sylvia/icon/stop_selected.png
new file mode 100644
index 000000000..3262bbfeb
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/stop_selected.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/icon/stop_unactive.png b/template/yoga/theme/Sylvia/icon/stop_unactive.png
new file mode 100644
index 000000000..99dccf926
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/stop_unactive.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 93c435413..4278ef9f9 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -37,7 +37,8 @@ margin:0; }
#menubar #mbIdentification UL, #menubar #mbIdentification p,
#menubar #mbIdentification .illustration { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; }
#menubar #mbIdentification form { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; }
-#menubar #mbIdentification .actions, #menubar ul ul, #menubar #mbIdentification form p { background-image:none; }
+#menubar #mbIdentification .actions, #menubar li ul, #menubar #mbIdentification form p {
+background:transparent none repeat-y scroll left bottom; }
#menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;}
#menubar p { padding: 16px 16px 0; }
#menubar .button { position:relative; right:9px; top:12px; height:16px; }
@@ -96,4 +97,6 @@ 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; }
*, *: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;} \ No newline at end of file
+#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
+.rateButtonStarFull { background-image: url('icon/rating-stars.gif'); }
+.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); } \ No newline at end of file