Ignore:
Timestamp:
Jun 2, 2011, 8:11:36 PM (13 years ago)
Author:
Sixpo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Wall/theme.css

    r11106 r11213  
    11/* -----------------------------------------------------------------------------
    2   WALL
     2  Wall
    33  Theme for Piwigo
    44  ------------------------------------------------------------------------------
    5   file: Wall/theme.css
     5  file: Wal/theme.css
    66  file version: 0.1
    7   date: 2011 05 12
     7  date: 2011-05-27
    88  ------------------------------------------------------------------------------
    99  author: Sixpo
    1010  << May the Little SpaceFrog be with you >>
    1111----------------------------------------------------------------------------- */
    12 
    1312/* text color */
    1413BODY, H1, H3, DT,
    1514INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    16   color:#dedede;
     15  color:#FFFFFF;*/couleur du texte*/
     16
    1717}
    1818
     
    2222
    2323H2, #menubar DT, .throw {
    24   background-image:url(Images/tableh1_bg.png); /* gris tres clair color:#dedede;  */}
     24  background-image:url(Images/tableh1_bg.png); /* gris tres clair color:#dedede;  */
     25}
     26
     27.infoTable, .infoTable2 {
     28  background-color: none;
     29  background-image: none;
     30        -moz-border-radius:10px;
     31        -webkit-border-radius:10px;
     32        border-radius:10px;
     33       
     34 
     35}
     36
     37#theImage p {
     38  background-color: none;
     39  background-image: none;
     40        margin:auto;
     41        width:40%;
     42}
     43
     44#theImage p,
     45.thumbnails SPAN.thumbLegend {
     46 
     47  background-color: none;
     48  background-image: none;
     49        -moz-border-radius:10px;
     50        -webkit-border-radius:10px;
     51        border-radius:10px;
     52        margin-top: 10px;
     53       
     54
     55}
     56
     57
     58#content .additional_info {
     59  background-color: grey;
     60  background-image: url(Images/mur1.jpg);
     61  background-color:#404040;
     62        -moz-border-radius:10px;
     63        -webkit-border-radius:10px;
     64        border-radius:10px;
     65       
     66}
    2567
    2668#content .navigationBar {
     
    3274  font-size:90%;
    3375}
     76
    3477#content .pageNumberSelected {
    3578  color: #000000;
    3679}
    3780
     81
    3882.tabsheet li,
    39 .tabsheet li a { color: #fff; }
     83.tabsheet li a { color: #fff#48e; }
    4084.tabsheet li a:hover { color: #fff48e; }
    4185
     
    5599
    56100H2, #menubar DT, .throw, #imageHeaderBar  {
    57   /*background-image: url(images/tableh2_bg.png);*/
     101  /*background-image: url(images/tableh1_bg.png);*/
    58102  background-color: #303030;
    59103}
     
    62106
    63107#imageHeaderBar H2 {
    64   background-image: none;
     108  background-image: url(Images/mur6.jpg);
    65109  border: none;
    66110}
     
    82126
    83127#imageHeaderBar {
    84   border-top: 1px solid #000000;
     128  border-top: 5px solid #000000;
     129  background-image: url(Images/mur6.jpg);
     130        -moz-border-radius:10px;
     131        -webkit-border-radius:10px;
     132        border-radius:10px
    85133}
    86134
     
    90138 margin-bottom:-1px;
    91139 border:1px solid #303030;
    92 background-image:url(Images/mur1.jpg)
     140 background-image: url(Images/mur1.jpg)
    93141}
    94142
     143
    95144/* H2, #menubar DT, #imageToolBar {
    96   border-bottom: 1px solid #000000;
     145  border-bottom: 1px solid #cc0000;
    97146} */
    98147
    99148#theImage img {
    100   border: 8px solid #FFFFFF;
     149  border: 8px solid #333333;*/cadre des photos moyenne*/
    101150  margin-top: 10px;
    102151  margin-bottom: 10px;
     
    143192
    144193ul.tabsheet { border-color: #fff48e; }
    145 .tabsheet li { border: 1px solid #fff; }
     194.tabsheet li { border: 1px solid #fff48e; }
    146195.tabsheet li:hover { border-color: #fff48e !important; }
    147196
    148197/* links */
    149198A, INPUT.rateButton {
    150     color: #FFFFFF;
     199    color: #FFFFFF;*/texte lien menu pas selectionner*/
    151200    background: transparent;
    152201  border: none;
     
    154203
    155204A:hover {
    156   color: #ffff80;
     205  color: #CC6600;*/texte lien menu selectionner/*
    157206  border: none;
    158207}
     
    233282
    234283div.illustration img {
    235   border: 2px #FFFFFF solid;
     284  border: 2px #333333 solid;
    236285}
    237286
    238287.thumbLink {
    239   border:2px #FFFFFF solid;
     288  border:2px #333333 solid;
    240289}
    241290
    242291.content ul.thumbnails img, #linkPrev img, #linkNext img {
    243   border:1px #FFFFFF solid;
     292  border:1px #333333 solid;
    244293}
    245294
     
    325374
    326375div.description div.text p.Nb_images {
    327   border-bottom:1px #303030 dotted;
     376  border-bottom:1px #303030 dotted;*/cares autour des miniatures/*
    328377  font-style:italic;
    329378  font-size:85%;
Note: See TracChangeset for help on using the changeset viewer.