Ignore:
Timestamp:
Jun 24, 2012, 9:27:48 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-black-graphite/css/theme.css

    r12602 r16017  
    44  ------------------------------------------------------------------------------
    55  file: gally/gally-black-graphite/theme.css
    6   file version: 1.0.0
     6  file version: 1.5.0
    77  ------------------------------------------------------------------------------
    88  author: grum at grum.fr
     
    194194#icon_calendar_created:hover {
    195195  background-position:-44px -22px;
     196}
     197
     198#icon_sort {
     199  background-position:-1078px 0;
     200}
     201#icon_sort:hover {
     202  background-position:-1078px -22px;
    196203}
    197204
     
    260267}
    261268#icon_high_res:hover {
    262   background-position:-176px -22;
     269  background-position:-176px -22px;
    263270}
    264271
     
    317324#icon_preferences:hover {
    318325  background-position:-66px -22px;
     326}
     327
     328#icon_derivatives {
     329  background-position:-1056px 0;
     330}
     331#icon_derivatives:hover {
     332  background-position:-1056px -22px;
    319333}
    320334
     
    602616
    603617.additional_info {
    604   padding:8px 8px 8px 16px;
     618  padding: 8px 0px 8px 8px;
    605619}
    606620
     
    710724  display:table-cell;
    711725  margin:0;
     726  padding:0;
    712727  vertical-align:middle;
    713   height:140px;
    714   min-width:140px;
     728  border:none;
     729}
     730
     731.content ul.thumbnails table.wrap1 tr.imgRow td:hover {
     732  vertical-align:middle;
    715733  -moz-border-radius: 8px;  /* round corners with Geko */
    716734  -webkit-border-radius: 8px;  /* round corners with webkit */
    717735  -khtml-border-radius: 8px;  /* round corners with khtml */
    718736  border-radius:8px; /* round corners with CSS3 compliant browsers */
    719   background-color:#101010;
     737  background-color:#666666;
    720738  border:none;
    721739}
    722740
    723 #content UL.thumbnails SPAN.wrap2:hover {
    724   background-color: #666666;
     741.content ul.thumbnails table.wrap1 tr.nfoRow {
     742  visibility:hidden;
     743}
     744
     745.content ul.thumbnails table.wrap1:hover tr.nfoRow {
     746  visibility:visible;
    725747}
    726748
    727749table.wrap1 {
    728   padding:25px 50px;
     750  padding:20px 11px;
    729751}
    730752
    731753div ul.thumbnails li {
    732   width: 220px;
     754  width: auto;
     755  height: auto;
    733756}
    734757
     
    10471070
    10481071input[type="submit"], input[type="button"], input[type="reset"], button {
    1049 /*  font-family: monospace;
    1050   border-bottom:1px #606060 solid;
    1051   border-right:1px #606060 solid;
    1052   border-top:1px #ffffff solid;
    1053   border-left:1px #ffffff solid;
    1054 */
    10551072  -moz-border-radius: 8px;
    10561073  -webkit-border-radius:8px;
     
    10631080  font-weight: bold;
    10641081  padding: 4px;
     1082  margin-top:1px;
     1083  cursor: pointer;
    10651084}
    10661085
     
    11271146  picture page
    11281147*/
     1148.switchBox {
     1149  -moz-border-radius:4px;
     1150  -webkit-border-radius:4px;
     1151  -khtml-border-radius:4px;
     1152  border-radius:4px;
     1153  background-color: #202020;
     1154  border: 1px solid #666666;
     1155  margin-left:4px;
     1156  z-index:15000;
     1157  margin-top:12px;
     1158}
     1159
     1160.switchBoxTitle {
     1161  font-size: 12px;
     1162  font-weight: bold;
     1163}
     1164
     1165.switchBoxCat {
     1166  margin-top:25px;
     1167}
     1168
    11291169#thePicturePage #titrePageID {
    11301170  min-height:0;
     
    12541294#navThumbNext {
    12551295  right:auto;
    1256   margin-left:768px;
     1296  margin-left:726px;
    12571297}
    12581298
    12591299#navThumbPrev {
    12601300  left:auto;
    1261   margin-left:-14px;
     1301  margin-left:28px;
    12621302}
    12631303
    12641304#navThumbNext, #navThumbPrev {
    1265   top:310px;
    12661305  max-height:200px;
    12671306  height:200px;
     1307  top:-1px; /* will be calculated automatically */
    12681308}
    12691309
     
    12971337}
    12981338
     1339#imageInfosRight {
     1340  display: block;
     1341  float: right;
     1342  height: 5px;
     1343  width: 40px;
     1344}
     1345
     1346table.infoTable td.cTitle {
     1347  width:10%;
     1348}
     1349
     1350table.infoTable td.cNfo {
     1351  width:20%;
     1352}
     1353
    12991354.infoTable {
    13001355  margin:auto;
    13011356  font-size:90%;
    1302   max-width:94%;
     1357  max-width:98%;
    13031358  color:#d9d9d9;
    13041359  z-index:200;
     
    13141369
    13151370.infoTable td.value, .infoTable td.label {
    1316   padding-right:50px;
     1371  padding-right:10px;
    13171372}
    13181373
     
    13471402#rateForm input[type="button"].rateButtonStarFull:focus,
    13481403#rateForm input[type="submit"].rateButtonStarFull  {
    1349   background: url('./../icon/buttons.png') no-repeat scroll; background-position:-111px 1px; width:16px; height:16px;
     1404  background: url('./../icon/buttons.png') no-repeat scroll;
     1405  background-position:-111px 1px;
     1406  width:16px;
     1407  height:16px;
    13501408  outline:none;
    13511409  -moz-border-radius:0px;
     
    13581416#rateForm input[type="button"].rateButtonStarEmpty:focus,
    13591417#rateForm input[type="submit"].rateButtonStarEmpty {
    1360   background: url('./../icon/buttons.png') no-repeat scroll; background-position:-89px 1px; width:16px; height:16px;
     1418  background: url('./../icon/buttons.png') no-repeat scroll;
     1419  background-position:-89px 1px;
     1420  width:16px;
     1421  height:16px;
    13611422  outline:none;
    13621423  -moz-border-radius:0px;
     
    13731434  border:none;
    13741435  padding:0;
     1436}
     1437
     1438#privacyLevelBox {
     1439  font-weight:normal;
     1440}
     1441
     1442#privacyLevelBox a {
     1443  cursor:pointer;
     1444}
     1445
     1446#iPrivacyLevelLink {
     1447  cursor:pointer;
     1448  font-style:italic;
    13751449}
    13761450
     
    17261800  font-family: sans-serif;
    17271801  font-size: 11px;
    1728   max-width: 200px;
     1802  max-width: 250px;
    17291803  padding: 4px;
    17301804  min-height: 15px;
     
    17611835}
    17621836
     1837.cSimpleTipArrow {
     1838    background-image: url("./../icon/sTipArrows.png");
     1839}
     1840
     1841.cSimpleTipArrow {
     1842    background-repeat: no-repeat;
     1843    height: 12px;
     1844    position: absolute;
     1845    width: 12px;
     1846}
    17631847
    17641848
     
    17821866
    17831867div.content ul.categoryActions li.menuf ul.flag-pan .flags:hover,
    1784 div.content ul.categoryActions li.menuf a img.flags {
    1785   border:1px solid #202020;
    1786 }
    1787 
    1788 div.content ul.categoryActions li.menuf ul.flag-pan .flags {
    1789   border:1px solid #202020;
     1868div.content ul.categoryActions li.menuf ul.flag-pan .flags,
     1869div.content ul.categoryActions li.menuf a img.flags,
     1870li.menuf img.flags {
     1871  border:0px solid #202020 !important;
     1872  margin-top:7px;
    17901873}
    17911874
Note: See TracChangeset for help on using the changeset viewer.