From b0c514745ff0f602a9a04c9a47ae8eb56fc072c0 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 6 Oct 2008 21:44:05 +0000 Subject: 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 --- template/yoga/theme/Sylvia/icon/pause_selected.png | Bin 0 -> 577 bytes template/yoga/theme/Sylvia/icon/pause_unactive.png | Bin 0 -> 579 bytes template/yoga/theme/Sylvia/icon/save_selected.png | Bin 0 -> 700 bytes template/yoga/theme/Sylvia/icon/slideshow_selected.png | Bin 0 -> 829 bytes template/yoga/theme/Sylvia/icon/stop_selected.png | Bin 0 -> 559 bytes template/yoga/theme/Sylvia/icon/stop_unactive.png | Bin 0 -> 561 bytes template/yoga/theme/Sylvia/theme.css | 7 +++++-- 7 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 template/yoga/theme/Sylvia/icon/pause_selected.png create mode 100644 template/yoga/theme/Sylvia/icon/pause_unactive.png create mode 100644 template/yoga/theme/Sylvia/icon/save_selected.png create mode 100644 template/yoga/theme/Sylvia/icon/slideshow_selected.png create mode 100644 template/yoga/theme/Sylvia/icon/stop_selected.png create mode 100644 template/yoga/theme/Sylvia/icon/stop_unactive.png (limited to 'template/yoga/theme/Sylvia') 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 Binary files /dev/null and b/template/yoga/theme/Sylvia/icon/pause_selected.png 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 Binary files /dev/null and b/template/yoga/theme/Sylvia/icon/pause_unactive.png 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 Binary files /dev/null and b/template/yoga/theme/Sylvia/icon/save_selected.png 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 Binary files /dev/null and b/template/yoga/theme/Sylvia/icon/slideshow_selected.png 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 Binary files /dev/null and b/template/yoga/theme/Sylvia/icon/stop_selected.png 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 Binary files /dev/null and b/template/yoga/theme/Sylvia/icon/stop_unactive.png 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 -- cgit v1.2.3