[ Index ]
 

Code source de Seagull 0.6.1

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

title

Body

[fermer]

/themes/default_admin/css/ -> cms.php (source)

   1  
   2  /*
   3  ==================Core Module overwrites======================*/
   4  
   5  dt .required {
   6      color: <?php echo $primaryDark ?>;
   7  }
   8  dt .required:after {
   9      content: " *";
  10      color: #ff0000;
  11  }
  12  dt.onSide, dl.onSide dt {
  13      float: left;
  14      width: 150px;
  15      text-align: right;
  16  }
  17  dt label {
  18      padding-right: 20px;
  19  }
  20  dd.onSide, dl.onSide dd {
  21      margin-left: 150px;
  22      margin-bottom: 0.5em;
  23  }
  24  dl.onTop dt label, dt.onTop label {
  25      font-weight: bold;
  26      color: <?php echo $tertiaryDarkest ?>;
  27  }
  28  dl.onTop dd {
  29      margin: 0;
  30  }
  31  input.mediumButton {
  32      width: 8em;
  33  }
  34  
  35  /*
  36  ====================ContentType Manager=======================*/
  37  /*
  38  -- contentTypeList.html --------------------------------------*/
  39  #addType dt.onSide, #addType dl.onSide dt {
  40      width: 80px;
  41  }
  42  #addType dd.onSide, #addType dl.onSide dd {
  43      margin-left: 80px;
  44  }
  45  .attributesPopUp {
  46      display: none;
  47      float: left;
  48      padding: 2px 5px;
  49      border: 1px solid <?php echo $primary ?>;
  50  }
  51  .attributesPopUp h4 {
  52      border-bottom: 2px solid <?php echo $primary ?>;
  53  }
  54  .toggleAttributeList {
  55      cursor: pointer;
  56      float: left;
  57  }
  58  
  59  /*
  60  -- contentTypeEdit.html --------------------------------------*/
  61  #contentTypeEdit dl.onTop dd {
  62      margin: 0;
  63  }
  64  div.box {
  65      margin: 5px 0 10px;
  66  }
  67  .box-contentType {
  68  
  69  }
  70  .box-attributes {
  71  
  72  }
  73  input.longText {
  74      width: 250px;
  75  }
  76  #content table.contentTypeAttributesList {
  77      border-color: <?php echo $tertiaryDarker ?>;
  78  }
  79  table.contentTypeAttributesList thead tr.infos {
  80      background: <?php echo $tertiaryLight; ?>;
  81  }
  82  table.contentTypeAttributesList thead tr.infos input {
  83      padding: 0 3px;
  84  }
  85  table.contentTypeAttributesList thead tr.infos th {
  86      font-size: 1.3em;
  87      font-weight: normal;
  88      color: <?php echo $tertiaryDarkest ?>;
  89  }


Généré le : Fri Mar 30 01:27:52 2007 par Balluche grâce à PHPXref 0.7