[ Index ]

PHP Cross Reference of zeList

title

Body

[close]

/style/ -> admin.css (source)

   1  /* Generic */
   2  /*.error a {color:#8a1f11; background:none; padding:0; margin:0; }
   3  .tip a {color:#514721; background:none; padding:0; margin:0; }
   4  .success a {color:#264409; background:none; padding:0; margin:0; }*/
   5  
   6  
   7  .error, .success, .tip, .warning {
   8      text-align: left;
   9      padding: 5px 20px 5px 45px; 
  10      margin: 10px 0;
  11      border: none;
  12  }
  13  .error{
  14      background: #fff6bf url(exclamation.png) center no-repeat;
  15      background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
  16      border-top: 2px solid  #ffd324;
  17      border-bottom: 2px solid #ffd324;
  18      }
  19  .success {
  20      background: #F0FFF0 url(accept.png) center no-repeat;
  21      background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
  22      border-top: 2px solid  #54AA00;
  23      border-bottom: 2px solid #54AA00;
  24      }
  25  .warning {
  26      background: #fff6bf url(exclamation.png) center no-repeat;
  27      background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
  28      border-top: 2px solid  #ffd324;
  29      border-bottom: 2px solid #ffd324;
  30      }
  31  .tip {
  32      background: #E6EDF4 url(information.png) center no-repeat;
  33      background-position: 15px 50%; /* x-pos y-pos http://www.w3.org/TR/CSS21/colors.html */
  34      border-top: 2px solid  #b5d4fe;
  35      border-bottom: 2px solid #b5d4fe;
  36      }
  37  .neutral { 
  38      border-bottom: 2px solid gray; 
  39      border-top: 2px solid  gray; 
  40      background: #E4E4E4; 
  41      }
  42      
  43      
  44  .ui-tabs-hide { display: none; }
  45  
  46  .loading { background: url('loading.gif'); }
  47  #link_url { background: right 5px no-repeat; }
  48  ul.tabs { border-bottom: 1px gray dotted; padding-bottom: .5em;  }
  49    ul.tabs li { display: inline; margin-right: 1em;  }
  50    ul.tabs li a { text-decoration: none;} 
  51    
  52   
  53  .red { color: #C00; font-weight: bold; }
  54  .link_row_cat { font-weight: bold;}
  55  
  56  table#link-manager {}
  57  table#link-manager th#cb {}
  58  table#link-manager th#name {  }
  59  table#link-manager th#web { width: 300px; }
  60  table#link-manager th#metas { width: 100px;  }
  61  table#link-manager th#categories { width: 250px; }
  62  table#link-manager ul.children { margin-left: 15px; }
  63  
  64  #link-manager ul.web {   }
  65  #link-manager ul.web li { display: block; font-size: 11px; } 
  66  #link-manager ul.web li.mod { line-height: 12px; margin: 0; padding: 0; }
  67  
  68  
  69  #titlediv #link_name {    padding: 3px 4px;    border-width: 1px;    border-style: solid;    -moz-border-radius: 6px;    -khtml-border-radius: 6px;    -webkit-border-radius: 6px;    border-radius: 6px;    font-size: 1.7em;    width: 100%;    outline: none;}
  70  #titlediv #link_name {    border-color: #dfdfdf;}
  71  
  72  /* inline editor */
  73  
  74  
  75  /* Inline Editor
  76      .quick-edit* is for Quick Edit
  77      .bulk-edit* is for Bulk Edit
  78      .inline-edit* is for everything
  79  */
  80  tr.inline-edit-row td { padding: 0 0.5em; }
  81  #wpbody-content .quick-edit-row-link .inline-edit-col-left {    width: 40%;}
  82  #wpbody-content .quick-edit-row-link fieldset.inline-edit-col-left label span.title { width: 80px; }
  83  #wpbody-content .quick-edit-row-link fieldset.inline-edit-col-left  label span.input-text-wrap { margin-left: 80px; }
  84  #wpbody-content .quick-edit-row-link .inline-edit-col-right {    width: 39%;}
  85  #wpbody-content .inline-edit-row-link .inline-edit-col-center {    width: 20%;}
  86  #wpbody-content .inline-edit-row-link .inline-edit-col-right{ }
  87  
  88  .quick-edit-row-link fieldset.inline-edit-col-right label span.title {    width: auto;    padding-right: 0.5em;}
  89  .quick-edit-row-link fieldset label.inline-edit-status {    float: left;}
  90  
  91  /* Link Edit Page */
  92  
  93  #linkcategorydiv div.ui-tabs-panel {
  94      height: auto;
  95  }
  96  #minor-publishing-actions ul#history {
  97      clear: both;  
  98      text-align: left;
  99      font-size: .9em; 
 100  }
 101  #minor-publishing-actions ul#history span { margin-right: .5em; }
 102  
 103  
 104  /*#side-info-column { display: block; }*/
 105  
 106  li.link-publish , th.link-publish {  }
 107  li.link-publish { }
 108  li.link-deny, th.link-deny {  }
 109  li.link-deny { }
 110  th.link-pending {  }
 111  li.link-pending {  }
 112  
 113  
 114  
 115  /* Settings Page */ 
 116  div#ajax_container, div#normal_container { min-height: 400px; }
 117  div#maintenance {   }
 118  div#maintenance td.action { padding: 0 5px; }
 119  div#maintenance .button { display: block; }
 120  div#maintenance input { font-size: 10px; }
 121  
 122  ul#ajax_deadlinks { margin: 1em 0; width: 100%; }
 123  ul#ajax_deadlinks li { border: #DFDFDF 1px solid; padding: 3px; margin: 5px;
 124  padding-left: 30px;
 125  background-position: 5px 50%; 
 126  }
 127  ul#ajax_deadlinks li .dead { float: right; padding-right: 6px; }
 128  ul#ajax_deadlinks li .response {float: right; }
 129   
 130  .features .active,
 131  .features .active th,
 132  .features .active td {
 133      background-color: #e7f7d3;
 134  }
 135  
 136  
 137  
 138  /* metas */
 139  
 140  table.link-metas th#name { width: 250px; }
 141  table.link-metas-fields  th#name { width: 250px; }
 142  #meta_breadcrumbs { font-weight: bold; margin: .5em 0; }


Generated: Sat May 30 23:51:06 2009 Cross-referenced by PHPXref 0.7