mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 22:35:00 +02:00
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
This commit is contained in:
@@ -119,7 +119,7 @@ background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; }
|
||||
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
|
||||
border:0; display:inline; float:left; left:0; margin: 0 0 0 35px; min-height:475px; height:475px; /* should be 477 */
|
||||
padding:0; width:207px; z-index:99; text-align: left; }
|
||||
#menubar ul.scroll { height:185px; margin-right:10px; overflow-y:auto;
|
||||
#menubar ul.scroll { height:163px; margin-right:10px; overflow-y:auto;
|
||||
/* Only IE family supports colored scrollbar */
|
||||
scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
|
||||
scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
|
||||
@@ -142,9 +142,8 @@ color: #F70; border-bottom: 0px dotted #F70;}
|
||||
#menubar li { margin: 0 0 0 6px; }
|
||||
#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
|
||||
#menubar li.external:hover { list-style-image:url(images/external_active.png); }
|
||||
#menubar ul { color: #333; margin:10px 0pt 3px 9px;
|
||||
list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; }
|
||||
|
||||
#menubar ul { color: #333; margin:0 0 0 9px; line-height: 16px;
|
||||
list-style-type: square; list-style-position: inside; padding: 0; }
|
||||
/* jQuery tooltips */
|
||||
.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; }
|
||||
.cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; }
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 577 B |
Binary file not shown.
|
After Width: | Height: | Size: 171 B |
@@ -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'); }
|
||||
|
||||
Reference in New Issue
Block a user