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

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

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

    r12598 r16019  
    44  ------------------------------------------------------------------------------
    55  file: gally/graphite/theme.css
    6   file version: 1.2.0
    7   date: 2008-11-11
     6  file version: 1.5.0
    87  ------------------------------------------------------------------------------
    9   author: grum at grum.dnsalias.com
     8  author: grum at grum.fr
    109  << May the Little SpaceFrog be with you >>
    1110  ------------------------------------------------------------------------------
     
    2423  font-weight:bold;
    2524}
     25div.errors button {
     26  color:#ffffff;
     27  background:#802020;
     28  outline:none;
     29}
     30div.errors button:hover {
     31  color:#FFB0B0;
     32}
     33div.errors button:active {
     34  color:#802020;
     35  background:#ffffff;
     36}
     37
    2638
    2739div.infos {
     
    3446  color:#00FF00;
    3547  font-weight:bold;
     48}
     49div.infos button {
     50  color:#ffffff;
     51  background:#208020;
     52}
     53div.infos button:hover {
     54  color:#B0FFB0;
     55}
     56div.infos button:active {
     57  color:#208020;
     58  background:#ffffff;
    3659}
    3760
     
    5982
    6083
    61 
    6284/*
    6385 page
     
    6688  background-color:#333333;
    6789  color:#999999;
    68   overflow-x:auto;
     90  overflow-x:visible;
    6991}
    7092
     
    7698  font-style:italic;
    7799}
     100
    78101
    79102a.button, a.navButton {
     
    84107}
    85108
    86 
    87109a.button, a.navButton, span.button, #icon_menu {
    88110  background-image:url(./../icon/buttons.png);
    89111  background-repeat:no-repeat;
    90112}
    91 
    92113
    93114/* menu */
     
    189210#icon_calendar_created:hover {
    190211  background-position:-44px -22px;
     212}
     213
     214#icon_sort {
     215  background-position:-1144px 0;
     216}
     217#icon_sort:hover {
     218  background-position:-1144px -22px;
    191219}
    192220
     
    315343}
    316344
     345#icon_derivatives {
     346  background-position:-1122px 0;
     347}
     348#icon_derivatives:hover {
     349  background-position:-1122px -22px;
     350}
     351
    317352/* tags.tpl */
    318353#icon_cloud {
     
    533568}
    534569
    535 
    536 .wrap2 a img{
     570.titrePage .categoryActions {
     571  margin: 2px 2px 0 0;
     572}
     573
     574a span.wrap2 img{
    537575  border:1px #707070 solid;
    538576}
    539577
    540 .wrap2 a:hover img{
     578a:hover span.wrap2 img{
    541579  border:1px #f0f0f0 solid;
    542580}
     
    562600}
    563601
     602.fixHeight {
     603    clear:both;
     604}
     605
    564606.illustration a:hover img {
    565607  border:1px #f0f0f0 solid;
     
    569611  border-top:1px #606060 dotted;
    570612  text-align:justify;
     613}
     614
     615div ul.thumbnails {
     616  padding:0;
    571617}
    572618
     
    578624}
    579625
    580 div ul.thumbnails {
    581   margin: 16px 0 0;
    582 }
     626.content ul.thumbnails span.wrap2 {
     627  display:table-cell;
     628  margin:0;
     629  padding:0;
     630  vertical-align:middle;
     631  border:none;
     632}
     633
     634.content ul.thumbnails table.wrap1 tr.imgRow td {
     635  vertical-align:middle;
     636  -moz-border-radius: 8px;  /* round corners with Geko */
     637  -webkit-border-radius: 8px;  /* round corners with webkit */
     638  -khtml-border-radius: 8px;  /* round corners with khtml */
     639  border-radius:8px; /* round corners with CSS3 compliant browsers */
     640  border:none;
     641}
     642
     643.content ul.thumbnails table.wrap1 tr.nfoRow {
     644  visibility:hidden;
     645}
     646
     647.content ul.thumbnails table.wrap1:hover tr.nfoRow {
     648  visibility:visible;
     649}
     650
     651table.wrap1 {
     652  padding:20px 15px;
     653}
     654
     655div ul.thumbnails li {
     656  width: auto;
     657  height: auto;
     658}
     659
    583660
    584661/*
     
    697774  color:#606060;
    698775}
     776
    699777
    700778
     
    721799  border-top:1px #ffffff solid;
    722800  border-left:1px #ffffff solid;
     801  margin-top:1px;
     802  cursor: pointer;
    723803}
    724804
     
    737817
    738818fieldset legend {
    739   background-color:#333333;
    740819  padding-left:3px;
    741820  padding-right:3px;
     821  background-color:#333333;
    742822}
    743823
     
    747827  picture page
    748828*/
     829.switchBox {
     830  -moz-border-radius:4px;
     831  -webkit-border-radius:4px;
     832  -khtml-border-radius:4px;
     833  border-radius:4px;
     834  background-color: #333333;
     835  border: 1px solid #ffffff;
     836  margin-left:4px;
     837  z-index:15000;
     838  margin-top:12px;
     839}
     840
     841.switchBoxTitle {
     842  font-size: 12px;
     843  font-weight: bold;
     844}
     845
     846.switchBoxCat {
     847  margin-top:25px;
     848}
     849
    749850#thePicturePage #titrePageID {
    750851  float: left;
     
    769870
    770871#theImgHighCloseButton {
    771   background-image:url(./../icon/buttons.png);
    772   background-repeat:no-repeat;
    773   background-position:-946px 0px;
    774872  width:15px;
    775873  height:15px;
     874  background:transparent url(./../icon/buttons.png) no-repeat scroll -946px 0px;
    776875  top:-8px;
    777876  right:8px;
    778877  cursor:pointer;
    779878}
    780 /*
    781879#theImgHighCloseButton:hover {
    782880  background-position:-946px -22px;
    783881}
    784 */
     882
    785883#theImgHighZoomButton {
    786   background-image:url(./../icon/buttons.png);
    787   background-repeat:no-repeat;
    788884  width:15px;
    789885  height:15px;
     
    791887  right:28px;
    792888  cursor:pointer;
     889  background:transparent url(./../icon/buttons.png);
    793890}
    794891
     
    796893  background-position:-968px 0px;
    797894}
    798 /*
    799895#theImgHighZoomButton.fit:hover {
    800896  background-position:-968px -22px;
    801897}
    802 */
     898
    803899#theImgHighZoomButton.full {
    804900  background-position:-990px 0px;
    805901}
    806 /*
    807902#theImgHighZoomButton.full:hover {
    808903  background-position:-990px -22px;
    809904}
    810 */
    811905
    812906.imageNumber {
     
    881975}
    882976
     977table.infoTable td.cTitle {
     978  width:10%;
     979}
     980
     981table.infoTable td.cNfo {
     982  width:16%;
     983}
    883984
    884985.infoTable {
     
    890991  border-collapse:collapse;
    891992  position:relative;
    892   left:25px;
    893993}
    894994
     
    9001000
    9011001.infoTable td.value, .infoTable td.label {
    902   padding-right:50px;
     1002  padding-right:15px;
    9031003}
    9041004
     
    9101010.infoTable tr:hover {
    9111011  background-color:#606060;
     1012  cursor:default;
    9121013}
    9131014.infoTable tr.emptyrow:hover {
     
    9311032#rateForm input[type="button"].rateButtonStarFull:focus,
    9321033#rateForm input[type="submit"].rateButtonStarFull  {
    933   background: url('./../icon/buttons.png') no-repeat scroll; background-position:-111px 1px; width:16px; height:16px;
     1034  background: url('./../icon/buttons.png') no-repeat scroll;
     1035  background-position:-111px 1px;
     1036  width:16px;
     1037  height:16px;
     1038  outline:none;
    9341039}
    9351040
     
    9371042#rateForm input[type="button"].rateButtonStarEmpty:focus,
    9381043#rateForm input[type="submit"].rateButtonStarEmpty {
    939   background: url('./../icon/buttons.png') no-repeat scroll; background-position:-89px 1px; width:16px; height:16px;
     1044  background: url('./../icon/buttons.png') no-repeat scroll;
     1045  background-position:-89px 1px;
     1046  width:16px;
     1047  height:16px;
     1048  outline:none;
    9401049}
    9411050
     
    9491058}
    9501059
    951 
     1060#privacyLevelBox {
     1061  font-weight:normal;
     1062}
     1063
     1064#privacyLevelBox a {
     1065  cursor:pointer;
     1066}
     1067
     1068#iPrivacyLevelLink {
     1069  cursor:pointer;
     1070  font-style:italic;
     1071}
    9521072#theComments {
    9531073  background:#404040;
     
    9691089.commentDetail {
    9701090  border-bottom:1px dotted #606060;
     1091  clear:both;
    9711092}
    9721093
     
    9751096  padding:4px;
    9761097}
    977 
    9781098.commentDetail ul li {
    9791099  display:inline;
     
    10561176
    10571177
     1178
    10581179/*
    10591180  tags
    10601181*/
     1182#fullTagCloud, table.tagLetters  {
     1183    margin-left:120px;
     1184    margin-right:120px;
     1185}
    10611186
    10621187#fullTagCloud SPAN a:hover {
     
    11201245
    11211246
     1247
     1248
     1249/*
     1250 * tips
     1251 */
     1252
     1253#iSimpleTipContent {
     1254  background: #ffffff;
     1255  border: none;
     1256  color: #303030;
     1257  font-family: sans-serif;
     1258  font-size: 11px;
     1259  max-width: 250px;
     1260  padding: 4px;
     1261  min-height: 15px;
     1262}
     1263#iSimpleTipShadow, #iSimpleTipContent {
     1264  -moz-border-radius:4px;
     1265  -webkit-border-radius:4px;
     1266  -khtml-border-radius:4px;
     1267  border-radius:4px;
     1268}
     1269
     1270#iSimpleTipContent span.title {
     1271  font-weight:bold;
     1272}
     1273#iSimpleTipContent ul, #iSimpleTipContent ol {
     1274  margin:4px;
     1275  padding-left:15px;
     1276}
     1277
     1278#iSimpleTipContent img {
     1279  margin:8px;
     1280}
     1281
     1282#iSimpleTipContent span.navDesc {
     1283  text-align:center;
     1284  display:block;
     1285}
     1286
     1287#iSimpleTipContent span.navAction {
     1288  font-weight:bold;
     1289}
     1290#iSimpleTipContent span.navTitle {
     1291  font-style:italic;
     1292}
     1293
     1294.cSimpleTipArrow {
     1295    background-image: url("./../icon/sTipArrows.png");
     1296}
     1297
     1298.cSimpleTipArrow {
     1299    background-repeat: no-repeat;
     1300    height: 12px;
     1301    position: absolute;
     1302    width: 12px;
     1303}
     1304
     1305
    11221306/*
    11231307 vd language switch plugin
Note: See TracChangeset for help on using the changeset viewer.