[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/admin/styles/sharepoint/ -> login.css (source)

   1  /* MyBB Admin CP
   2   *
   3   * Login CSS
   4   */
   5  
   6  body {
   7      font-family: Verdana, Arial, sans-serif;
   8      font-size: 12px;
   9      background: #efefef;
  10      color: #000000;
  11      margin: 0;
  12  }
  13  
  14  a {
  15      color: #035488;
  16      text-decoration: none;
  17  }
  18  
  19  a:hover {
  20      color: #444;
  21      text-decoration: underline;
  22  }
  23  
  24  .invisible {
  25      display: none;
  26  }
  27  
  28  #container {
  29      width: 410px;
  30      margin: 100px auto;
  31      border: 1px solid #ccc;
  32  }
  33  
  34  #logo h1 {
  35      height: 82px;
  36      background: #fff url(images/logo.gif) top center no-repeat;
  37      border-bottom: 1px solid #000;
  38      margin: 0;
  39      padding: 0;
  40  }
  41  
  42  #header h1 a {
  43      float: left;
  44      height: 82px;
  45      width: 410px;
  46  }
  47  
  48  #content {
  49  background: #fff;
  50  }
  51  
  52  p, form {
  53  padding: 10px;
  54  }
  55  
  56  form {
  57    padding-bottom: 0;
  58  }
  59  
  60  p {
  61  margin-bottom: 0;
  62  }
  63  
  64  h2 {
  65      background: #016DB1 url(images/thead_bg.gif) repeat-x top left;
  66      border-bottom: 1px solid #000000;
  67      color:#fff;
  68    margin: 0;
  69    padding: 8px;
  70    font-size: 14px;
  71  }
  72  
  73  input.text_input {
  74      border: 1px solid #0F5C8E;
  75      background: #fff;
  76      width: 380px;
  77      padding: 4px;
  78      font-size: 16px;
  79  }
  80  
  81  input.text_input:focus {
  82      border: 1px solid #000;
  83  }
  84  
  85  #message {
  86    margin: 10px;
  87      padding: 10px;
  88      text-align: left;
  89      background: #efefef;
  90      border: 1px solid #ccc;
  91  }
  92  
  93  #message.error {
  94      border: 1px solid #FC6;
  95      background: #FFC;
  96      color: #000;
  97  }
  98  
  99  #message.error .text {
 100    color: #C00;
 101    font-weight: bold;
 102  }
 103  
 104  #message.success {
 105      margin: 10px;
 106      padding: 10px;
 107      border: #080 1px solid;
 108      background-color: #E8FCDC;
 109      color: #000;
 110  }
 111  
 112  #message.success .text {
 113    color: #080;
 114    font-weight: bold;
 115    }
 116  
 117  form .label {
 118   margin-top: 5px;
 119   margin-bottom: 3px;
 120  }
 121  
 122  form label {
 123   font-weight: bold;
 124  }
 125  
 126  .form_button_wrapper {
 127      margin-top: 5px;
 128      text-align: center;
 129      border: 1px solid #ccc;
 130      background: #efefef;
 131      padding: 3px;
 132  }
 133  
 134  p.submit {
 135    border-top: 2px solid #000;
 136    padding-top: 3px;
 137    margin-top: 8px;
 138    margin-right: 0;
 139    padding-right: 0;
 140    text-align: right;
 141  }
 142  
 143  p.submit input {
 144      border: 3px double #0F5C8E;
 145      padding: 3px;
 146      background: #fff url(images/submit_bg.gif) repeat-x top;
 147      color: #0F5C8E;
 148      font-weight: bold;
 149      margin-right: 3px;
 150  }


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1