Changeset 5589
- Timestamp:
- Apr 3, 2010, 2:31:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/sobre/theme.css
r5583 r5589 7 7 /* Le header */ 8 8 /* Fonctionne avec l'administration */ 9 10 9 #theHeader p { 11 10 display:none; 12 11 } /* Désactivé par défaut */ 13 14 /**************/15 12 16 13 /* text color */ … … 22 19 color: #fff48e; 23 20 } 24 /**************/25 21 26 22 /* backgrounds */ … … 51 47 border-top: 1px solid #000; 52 48 } 53 /**************/54 49 55 50 /* borders */ … … 131 126 height: 190px; 132 127 } 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 */ 137 ul.tagSelection { 138 width:100%; 139 } 140 ul.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 } 136 150 #theImage p { 137 color: #D0D0D0;151 color: #000; 138 152 font-style:italic; 139 153 margin:10px auto auto; 140 154 position:relative; 141 155 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;165 156 } 166 157 … … 205 196 margin:10px auto 0; 206 197 } 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; 212 200 } 213 201 #comments {
Note: See TracChangeset
for help on using the changeset viewer.