Ignore:
Timestamp:
Apr 3, 2010, 2:31:36 PM (14 years ago)
Author:
Gotcha
Message:

Modifs on theme.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/theme.css

    r5583 r5589  
    77/* Le header */
    88/* Fonctionne avec l'administration */
    9 
    109#theHeader p {
    1110        display:none;
    1211} /* Désactivé par défaut */
    13 
    14 /**************/
    1512
    1613/* text color */
     
    2219        color: #fff48e;
    2320}
    24 /**************/
    2521
    2622/* backgrounds */
     
    5147        border-top: 1px solid #000;
    5248}
    53 /**************/
    5449
    5550/* borders */
     
    131126        height: 190px;
    132127}
    133 
    134 
    135 
     128.content div.thumbnailCategory div.description .text {
     129        text-align: justify;
     130        padding-right:5px;
     131}
     132.content div.thumbnailCategory div.description {
     133        overflow: none;
     134}
     135
     136/* Correction de l'affichage de la liste des tags */
     137ul.tagSelection {
     138        width:100%;
     139}
     140ul.tagSelection li{
     141        float:left;
     142        width:150px!important;
     143        overflow:hidden;
     144}
     145
     146/* Tips pour picture.tpl */
     147#theImage img {
     148        margin-top: 10px;
     149}
    136150#theImage p {
    137         color:#D0D0D0;
     151        color: #000;
    138152        font-style:italic;
    139153        margin:10px auto auto;
    140154        position:relative;
    141155        width:800px;
    142 }
    143 
    144 .content div.thumbnailCategory div.description .text {
    145         text-align: justify;
    146         padding-right:5px;
    147 }
    148 .content div.thumbnailCategory div.description {
    149         overflow: none;
    150 }
    151 
    152 /* Correction de l'affichage de la liste des tags */
    153 ul.tagSelection {
    154         width:100%;
    155 }
    156 ul.tagSelection li{
    157         float:left;
    158         width:150px!important;
    159         overflow:hidden;
    160 }
    161 
    162 /* Tips pour picture.tpl */
    163 #theImage img {
    164         margin-top: 10px;
    165156}
    166157
     
    205196        margin:10px auto 0;
    206197}
    207 #theImage p {
    208         color: #000;
    209         font-style:italic;
    210         margin:0;
    211         position:relative;
     198#comments table tbody tr td {
     199        height:138px;
    212200}
    213201#comments {
Note: See TracChangeset for help on using the changeset viewer.