[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/base/stylesheets/t16/ -> classes-colors.css (source)

   1  /* CLASSES-COLORS CSS 21040415 - th[eZ] */
   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, div#maincontent div.content-view-line div.attribute-link-disabled p
   8  { 
   9      background-image: url(../../images/t16/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  }
  18  
  19  
  20  /* CONTENT LINK FOR ALL MAIN OBJECTS, E.G. " AND "THUMBNAIL/SLIDESHOW VIEW" */
  21  
  22  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
  23  { 
  24      background-image: url(../../images/t16/arrow.gif);
  25      background-position: center left;
  26      background-repeat: no-repeat;
  27  }
  28  
  29  div#maincontent div.content-view-full div.attribute-link-disabled p, div#maincontent div.view-slideshow div.attribute-link-disabled p
  30  { 
  31      color: #666666;
  32  }
  33  
  34  
  35  /* AUTHOR AND DATE FOR ALL FULL OBJECTS */
  36  
  37  div.content-view-full div.attribute-byline p
  38  { 
  39      color: #666666;
  40  }
  41  
  42  
  43  /* AUTHOR AND DATE FOR ALL CHILD OBJECTS */
  44  
  45  div.content-view-full div.content-view-line div.attribute-byline p
  46  { 
  47      color: #666666;
  48  }
  49  
  50  div.class-product div.content-view-line div.class-review div.attribute-message p
  51  { 
  52      color: #202020;
  53  }
  54  
  55  /* GALLERY */
  56  
  57  div#maincontent div.class-folder div.class-gallery div.attribute-short p
  58  { 
  59      color: #202020;
  60  }
  61  
  62  div#maincontent div.class-folder div.class-gallery div.attribute-link-disabled p
  63  { 
  64      color: #666666;
  65  }
  66  
  67  div#maincontent div.class-gallery div.attribute-short p
  68  { 
  69      color: #202020;
  70  }
  71  
  72  div#maincontent div.class-gallery div.content-view-children table td
  73  { 
  74      background-color: #efefef;
  75      border-color: #666666;
  76  }
  77  
  78  div#maincontent div.class-gallery div.content-view-children div.attribute-image p
  79  { 
  80      color: #666666;
  81  }
  82  
  83  div#maincontent-design div.class-gallery div.content-view-children div.attribute-caption p
  84  { 
  85      color: #666666;
  86  }
  87  
  88  div#maincontent-design div.attribute-long p
  89  { 
  90      color: #202020;
  91  }
  92  
  93  
  94  /* EMBEDDED TAGS IN XML FIELDS */
  95  
  96  div.factbox-design, div.content-view-embed 
  97  { 
  98      background-color: #ffffff;
  99      border-color: #0379a8;
 100  }
 101  
 102  div#maincontent div.factbox-design h2, div#maincontent div.content-view-embed h2
 103  { 
 104      color: #ffffff;
 105      background-color: #0379a8;
 106  }
 107  
 108  div#maincontent-design div.content-view-embed h3
 109  { 
 110      color: #0379a8;
 111  }
 112  
 113  div.quote-begin
 114  { 
 115      background-image: url(../../images/quote-up.gif);
 116      background-repeat: no-repeat;
 117      background-position: bottom right;
 118  }
 119  
 120  div.quote-end
 121  { 
 122      background-image: url(../../images/quote-down.gif);
 123      background-repeat: no-repeat;
 124      background-position: top left;
 125  }
 126  
 127  div.factbox div.attribute-file p
 128  { 
 129      color: #202020;
 130  }
 131  
 132  /* LIST ITEM IMAGE */
 133  
 134  div.content-view-listitem div.class-image div.attribute-caption p
 135  { 
 136      color: #666666;
 137  }
 138  
 139  /* FILE */
 140  
 141  div#maincontent-design div.class-folder div.class-file div.attribute-short p
 142  { 
 143      color: #202020;
 144  }
 145  
 146  
 147  /* CALENDAR */
 148  
 149  div.calendar tr.calendar-navigator span.calendar-arrow
 150  {
 151      color: #ff8800;
 152  }
 153  
 154  div.calendar tr.calendar-navigator div.calendar-date span.calendar-month
 155  {
 156      color: #6699cc;
 157  }
 158  
 159  div.calendar th
 160  {
 161      color: #666666;
 162  }
 163  
 164  div.calendar tr.calendar-day-names th.calendar-day-sun, div.calendar tr.calendar-day-names th.calendar-day-sat
 165  {
 166      color: #03a8a2;
 167  }
 168  
 169  div.calendar td
 170  {
 171      color: #aaaaaa;
 172  }
 173  
 174  div.calendar td.calendar-week
 175  {
 176      color: #999999;
 177  }
 178  
 179  div.calendar tr.calendar-days td.calendar-day-today
 180  {
 181      color: #ffffff;
 182      background-color: #03a8a2;
 183  }
 184  
 185  div.calendar tr.calendar-days td.calendar-day-selected
 186  {
 187      border-color: #0379a8;
 188  }
 189  
 190  div.calendar tr.calendar-days td.calendar-day-selected-today
 191  {
 192      color: #ffffff;
 193      background-color: #03a8a2;
 194      border-color: #0379a8;
 195  }
 196  
 197  div.calendar tr.calendar-days strong.calendar-day-highlight
 198  {
 199      color: #000000;
 200  }
 201  
 202  div.calendar div.selected
 203  {
 204      color: #000000;
 205      border-color: #0379a8;
 206  }
 207  
 208  
 209  /* POLL RESULT STYLE */
 210  
 211  div.poll-result div.chart-bar-resultbox
 212  {  
 213      background-color: #eeeeee;
 214  }
 215  
 216  div.poll-result div.chart-bar-resultbar
 217  {  
 218      background-color: #202020;; /* This could also be a repeating background image */
 219  }
 220  
 221  
 222  /* SHOP TABLES */
 223  
 224  div.shop-basket table td.product-details, div.shop-confirmorder td.product-details, div.shop-orderview td.product-details
 225  {
 226      border-color: #0379a8;
 227  }
 228  
 229  div.shop-basket table td.product-subtotal, div.shop-confirmorder table td.product-subtotal, div.shop-orderview table td.product-subtotal
 230  {
 231      border-color: #0379a8;
 232  }
 233  
 234  
 235  /* RENDERED TABLE */
 236  
 237  table.renderedtable td
 238  { 
 239      border-color: #0379a8;
 240  }
 241  
 242  table.renderedtable
 243  { 
 244      border-color: #0379a8;
 245  }
 246  
 247  
 248  /* FORUM */
 249  
 250  table.forum th
 251  {
 252      color: #ffffff;
 253      background-color: #0379a8;
 254  }
 255  
 256  table.forum tr.bglight, table.forum tr.bgdark
 257  {
 258      background-color: #ffffff;
 259  }
 260  
 261  table.forum tr.bglight td, table.forum tr.bgdark td
 262  {
 263      border-color: #0379a8;
 264  }
 265  
 266  


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7