[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 /* CLASSES-COLORS CSS */ 2 3 /* This CSS only contains color codes and background image details for class templates */ 4 5 /* "READ MORE" TEXT FOR ALL CHILDREN OBJECTS */ 6 7 div#maincontent div.content-view-line div.attribute-link p 8 { 9 background-image: url(../../images/t14/arrow.gif); 10 background-position: center left; 11 background-repeat: no-repeat; 12 } 13 14 div#maincontent div.content-view-line div.attribute-link-disabled p 15 { 16 color: #666666; 17 background-image: url(../../images/t14/arrow.gif); 18 background-position: center left; 19 background-repeat: no-repeat; 20 } 21 22 23 /* CONTENT LINK FOR ALL MAIN OBJECTS, E.G. " AND "THUMBNAIL/SLIDESHOW VIEW" */ 24 25 div#maincontent div.content-view-full div.attribute-link p, div#maincontent div.view-slideshow div.attribute-link p, div#maincontent div.content-view-full div.attribute-tipafriend p 26 { 27 background-image: url(../../images/t14/arrow.gif); 28 background-position: center left; 29 background-repeat: no-repeat; 30 } 31 32 div#maincontent div.content-view-full div.attribute-link-disabled p, div#maincontent div.view-slideshow div.attribute-link-disabled p 33 { 34 color: #666666; 35 } 36 37 38 /* AUTHOR AND DATE FOR ALL FULL OBJECTS */ 39 40 div.content-view-full div.attribute-byline p 41 { 42 color: #666666; 43 } 44 45 46 /* AUTHOR AND DATE FOR ALL CHILD OBJECTS */ 47 48 div.content-view-full div.content-view-line div.attribute-byline p 49 { 50 color: #666666; 51 } 52 53 div.class-product div.content-view-line div.class-review div.attribute-message p 54 { 55 color: #333; 56 } 57 58 59 /* FOLDER */ 60 61 div#maincontent div.class-folder div.attribute-short p 62 { 63 color: #333; 64 } 65 66 67 /* ARTICLE */ 68 69 div#maincontent div.content-view-full div.class-article div.attribute-short p 70 { 71 color: #333; 72 } 73 74 div.class-article div.attribute-image div.imagecaption p 75 { 76 color: #666666; 77 } 78 79 80 /* PRODUCT */ 81 82 div#maincontent div.class-folder div.content-view-line div.class-product div.attribute-short p 83 { 84 color: #333; 85 } 86 87 div#maincontent div.class-product div.attribute-price p 88 { 89 color: #666666; 90 } 91 92 div.content-view-listitem div.class-product div.attribute-short p 93 { 94 color: #666666; 95 } 96 97 div.content-view-listitem div.class-product div.attribute-price p 98 { 99 color: #000000; 100 } 101 102 div.content-view-listitem div.class-product div.attribute-link a 103 { 104 color: #336699; 105 } 106 107 div.content-view-listitem div.class-product div.attribute-link-disabled a 108 { 109 color: #666666; 110 } 111 112 113 /* GALLERY */ 114 115 div#maincontent div.class-folder div.class-gallery div.attribute-short p 116 { 117 color: #333; 118 } 119 120 div#maincontent div.class-folder div.class-gallery div.attribute-link-disabled p 121 { 122 color: #666666; 123 } 124 125 div#maincontent div.class-gallery div.attribute-short p 126 { 127 color: #333; 128 } 129 130 div#maincontent div.class-gallery div.content-view-children table td 131 { 132 background-color: #efefef; 133 border-color: #666666; 134 } 135 136 div#maincontent div.class-gallery div.content-view-children div.attribute-image p 137 { 138 color: #666666; 139 } 140 141 div#maincontent-design div.class-gallery div.content-view-children div.attribute-caption p 142 { 143 color: #666666; 144 } 145 146 div#maincontent-design div.attribute-long p 147 { 148 color: #333; 149 } 150 151 152 /* EMBEDDED TAGS IN XML FIELDS */ 153 154 div.factbox-design, div.content-view-embed 155 { 156 background-color: #ffffff; 157 border-color: #620052; 158 } 159 160 div#maincontent div.factbox-design h2, div#maincontent div.content-view-embed h2 161 { 162 color: #ffffff; 163 background-color: #620052; 164 } 165 166 div#maincontent-design div.content-view-embed h3 167 { 168 color: #336699; 169 } 170 171 div.quote-begin 172 { 173 background-image: url(../../images/quote-up.gif); 174 background-repeat: no-repeat; 175 background-position: bottom right; 176 } 177 178 div.quote-end 179 { 180 background-image: url(../../images/quote-down.gif); 181 background-repeat: no-repeat; 182 background-position: top left; 183 } 184 185 div.factbox h3 186 { 187 color: #336699; 188 } 189 190 div.factbox div.attribute-file p 191 { 192 color: #333; 193 } 194 195 /* LIST ITEM IMAGE */ 196 197 div.content-view-listitem div.class-image div.attribute-caption p 198 { 199 color: #666666; 200 } 201 202 /* FILE */ 203 204 div#maincontent-design div.class-folder div.class-file div.attribute-short p 205 { 206 color: #333; 207 } 208 209 210 /* CALENDAR */ 211 212 div.calendar tr.calendar-navigator span.calendar-arrow 213 { 214 color: #ff8800; 215 } 216 217 div.calendar tr.calendar-navigator div.calendar-date span.calendar-month 218 { 219 color: #6699cc; 220 } 221 222 div.calendar th 223 { 224 color: #666666; 225 } 226 227 div.calendar tr.calendar-day-names th.calendar-day-sun, div.calendar tr.calendar-day-names th.calendar-day-sat 228 { 229 color: #aa3300; 230 } 231 232 div.calendar td 233 { 234 color: #aaaaaa; 235 } 236 237 div.calendar td.calendar-week 238 { 239 color: #999999; 240 } 241 242 div.calendar tr.calendar-days td.calendar-day-today 243 { 244 color: #ffffff; 245 background-color: #5588bb; 246 } 247 248 div.calendar tr.calendar-days td.calendar-day-selected 249 { 250 border-color: #336699; 251 } 252 253 div.calendar tr.calendar-days td.calendar-day-selected-today 254 { 255 color: #ffffff; 256 background-color: #5588bb; 257 border-color: #336699; 258 } 259 260 div.calendar tr.calendar-days strong.calendar-day-highlight 261 { 262 color: #000000; 263 } 264 265 div.calendar div.selected 266 { 267 color: #000000; 268 border-color: #996600; 269 } 270 271 272 /* POLL RESULT STYLE */ 273 274 div.poll-result div.chart-bar-resultbox 275 { 276 background-color: #eeeeee; 277 } 278 279 div.poll-result div.chart-bar-resultbar 280 { 281 background-color: #333;; /* This could also be a repeating background image */ 282 } 283 284 285 /* SHOP TABLES */ 286 287 div.shop-basket table th, div.shop-confirmorder th, div.shop-orderview th 288 { 289 background-color: #e5e5e5; 290 } 291 292 div.shop-basket table td.product-details, div.shop-confirmorder td.product-details, div.shop-orderview td.product-details 293 { 294 border-color: #cccc99; 295 } 296 297 div.shop-basket table td.product-subtotal, div.shop-confirmorder table td.product-subtotal, div.shop-orderview table td.product-subtotal 298 { 299 border-color: #cccc99; 300 } 301 302 /* RENDERED TABLE */ 303 304 table.renderedtable td 305 { 306 border-color: #336699; 307 } 308 309 table.renderedtable 310 { 311 border-color: #336699; 312 } 313 314 315 /* FORUM */ 316 317 table.forum th 318 { 319 color: #ffffff; 320 background-color: #7b92bc; 321 } 322 323 table.forum tr.bglight, table.forum tr.bgdark 324 { 325 background-color: #ffffff; 326 } 327 328 table.forum tr.bglight td, table.forum tr.bgdark td 329 { 330 border-color: #7b92bc; 331 } 332 333
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |