[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/administrator/templates/mambo_admin/css/ -> template_css.css (source)

   1  /**
   2  * @package Mambo
   3  * @author Mambo Foundation Inc see README.php
   4  * @copyright Mambo Foundation Inc.
   5  * See COPYRIGHT.php for copyright notices and details.
   6  * @license http://www.opensource.org/licenses/gpl-2.0.php GNU/GPL, see
   7  * LICENSE.php
   8  * Mambo is free software; you can redistribute it and/or
   9  * modify it under the terms of the GNU General Public License
  10  * as published by the Free Software Foundation; version 2 of the
  11  * License.
  12  */ 
  13  
  14  #mambover {
  15      position:absolute;
  16      top:0;
  17      right:0;
  18      text-align:right;
  19      color:#FFFFFF;
  20      z-index:100;
  21      padding:5px;
  22      font-size : 11px;
  23  }
  24  
  25  BODY {
  26      margin: 0px 0px 0px 0px;
  27      color : #333;
  28      background-color: #FFF;
  29      font-family: Arial, Helvetica, sans-serif;
  30      font-size: 12px;
  31  }
  32  a {
  33      color: #00008B;
  34      text-decoration: none;
  35  }
  36  a:hover {
  37      color : #808080;
  38      text-decoration : underline;
  39  }
  40  a:active {
  41      color : #FF9900;
  42      text-decoration : underline;
  43  }
  44  a.toolbar {
  45      color : #808080;
  46      text-decoration : none;
  47  }
  48  a.toolbar:hover {
  49      color : #FF9900;
  50  }
  51  a.toolbar:active {
  52      color : #FF9900;
  53  }
  54  .pagenav {
  55      font-size : 10px;
  56  }
  57  a.pagenav {
  58      color : #808080;
  59      font-size : 10px;
  60      text-decoration : underline;
  61  }
  62  a.pagenav:hover {
  63      color : #FFF;
  64      font-size : 10px;
  65  }
  66  a.pagenav:active {
  67      color : #333;
  68      font-size : 10px;
  69  }
  70  .sectionname {
  71      color : #FF9900;
  72      font-family : Arial, Helvetica, sans-serif;
  73      font-size : 18px;
  74      font-weight: bold;
  75  }
  76  .button {
  77      border-top : solid 1px #d5d5d5;
  78      border-right : solid 1px #808080;
  79      border-bottom : solid 1px #808080;
  80      border-left : solid 1px #d5d5d5;
  81      color : #333;
  82      font-weight : bold;
  83  }
  84  .inputbox {
  85      color: blue;
  86      background: #FDF5E6;
  87      font-family: Courier, Helvetica, sans-serif;
  88      z-index: -3;
  89      font-size: 11px;
  90  }
  91  .text_area {
  92      border : 1px solid #999;
  93      color: blue;
  94      background: #FDF5E6;
  95      font-family: Courier, Helvetica, sans-serif;
  96      z-index: -3;
  97      font-size: 11px
  98  }
  99  INPUT, TEXTAREA, SELECT {
 100      color : blue;
 101      z-index : -3;
 102      font-size: 11px;
 103  }
 104  .small {
 105      color : #FF9900;
 106      font-family : Arial, Helvetica, sans-serif;
 107      font-size : 10px;
 108      text-decoration : none;
 109  }
 110  .smallgrey {
 111      color : #999;
 112      font-size : 10px;
 113  }
 114  .error {
 115      color : #C40000;
 116      font-size : 11px;
 117      font-weight : bold;
 118  }
 119  .contentheading, .componentheading, .moduleheading {
 120      font-size: 14px;
 121      font-weight: bold;
 122  }
 123  table.menubar {
 124      width: 100%;
 125  }
 126  td {
 127      font-size: 11px;
 128  }
 129  /* header block */
 130  table.adminheading {
 131      background-color: #FFF;
 132      font-family : Arial, Helvetica, sans-serif;
 133      margin: 0px;
 134      padding: 0px;
 135      border: 0px;
 136      width: 100%;
 137      border-collapse: collapse;
 138      color: #FF9E31;
 139      font-size : 18px;
 140      font-weight: bold;
 141      text-align: left;
 142  }
 143  table.adminheading th {
 144      width: 99%;
 145      height: 50px;
 146      padding-left: 50px;
 147      background: url(../../../images/asterisk.png) no-repeat left;
 148  }
 149  table.adminheading th.checkin {
 150      background: url(../../../images/checkin.png) no-repeat left;
 151  }
 152  table.adminheading th.cpanel {
 153      background: url(../../../images/cpanel.png) no-repeat left;
 154  }
 155  table.adminheading th.config {
 156      background: url(../../../images/config.png) no-repeat left;
 157  }
 158  table.adminheading th.modules {
 159      background: url(../../../images/module.png) no-repeat left;
 160  }
 161  table.adminheading th.menus {
 162      background: url(../../../images/menu.png) no-repeat left;
 163  }
 164  table.adminheading th.trash {
 165      background: url(../../../images/trash.png) no-repeat left;
 166  }
 167  table.adminheading th.user {
 168      background: url(../../../images/user.png) no-repeat left;
 169  }
 170  table.adminheading th.inbox {
 171      background: url(../../../images/inbox.png) no-repeat left;
 172  }
 173  table.adminheading td {
 174      color : #000;
 175  }
 176  /* standard list style table */
 177  table.adminlist {
 178      background-color: #FFF;
 179      margin: 0px;
 180      padding: 0px;
 181      border-width: 0px;
 182      border-spacing: 0px;
 183      width: 100%;
 184      border-collapse: collapse;
 185  }
 186  
 187  table.adminlist th {
 188      margin: 0px;
 189      padding: 4px;
 190      border-bottom: 2px solid #FF9E31;
 191      height: 25px;
 192      /*background: url(../images/background.gif);
 193      background-repeat: repeat;*/
 194      background-color: #E4E1DC;
 195      font-size: 11px;
 196  }
 197  table.adminlist th.title {
 198      text-align: left;
 199  }
 200  table.adminlist tr.row0 {
 201      background-color: #F5F5F5;
 202  }
 203  table.adminlist tr.row1 {
 204      background-color: #FFF;
 205  }
 206  table.adminlist td {
 207      border-bottom: 1px solid #e5e5e5;
 208      font-size: 11px;
 209      font-weight: normal;
 210      /*text-align: center;*/
 211      /*border-bottom: 1px solid #ddd;*/
 212      margin: 0px;
 213      padding: 4px;
 214  }
 215  }
 216  table.adminlist tr.row0:hover {
 217      background-color: #f1f1f1;
 218  }
 219  table.adminlist tr.row1:hover {
 220      background-color: #f1f1f1;
 221  }
 222  table.adminlist td.options {
 223      background-color: #ffffff;
 224      font-size: 8px;
 225  }
 226  select.options, input.options {
 227      font-size: 8px;
 228      font-weight: normal;
 229      border: 1px solid #999999;
 230  }
 231  /* standard form style table */
 232  table.adminform {
 233      background-color: #f5f5f5;
 234      border: solid 1px #d5d5d5;
 235      width: 99%;
 236      padding: 5px;
 237      margin: 0px;
 238  }
 239  table.adminform tr.row0 {
 240      background-color: #f5f5f5;
 241  }
 242  table.adminform tr.row1 {
 243      background-color: #eeeeee;
 244  }
 245  table.adminform th {
 246      margin: 0px;
 247      padding: 4px;
 248      border-bottom: 2px solid #FF9E31;
 249      height: 25px;
 250      /*background: url(../images/background.gif);
 251      background-repeat: repeat;*/
 252      background-color: #E4E1DC;
 253      font-size: 11px;
 254  }
 255  table.adminform td {
 256      /*padding: 5px;*/
 257  }
 258  table.adminform td.editor {
 259      font-size: 9px;
 260  }
 261  form {
 262      margin: 0px 0px 0px 0px;
 263  }
 264  table.paramlist {
 265      padding: 5px;
 266      border: solid 1px #d5d5d5;
 267      width: 50%;
 268  }
 269  table.paramlist td {
 270      padding: 1px;
 271  }
 272  /* Styles for dhtml tabbed-pages */
 273  .ontab {
 274      font-size: 12px;
 275      background-color: #ffae00;
 276      border-left: outset 2px #ff9900;
 277      border-right: outset 2px #808080;
 278      border-top: outset 2px #ff9900;
 279      border-bottom: solid 1px #d5d5d5;
 280      width: 14%;
 281      text-align: center;
 282      cursor: hand;
 283      font-weight: bold;
 284      color: #FFFFFF;
 285  }
 286  .offtab {
 287      font-size: 12px;
 288      background-color : #e5e5e5;
 289      border-left: outset 2px #E0E0E0;
 290      border-right: outset 2px #E0E0E0;
 291      border-top: outset 2px #E0E0E0;
 292      border-bottom: solid 1px #d5d5d5;
 293      width: 14%;
 294      text-align: center;
 295      cursor: hand;
 296      font-weight: normal;
 297  }
 298  .tabpadding {
 299      /*border-bottom: solid 1px #D5D5D5;*/
 300  }
 301  .tabheading {
 302      background-color: #FFAE00;
 303      color: #FFF;
 304      font-size: 10px;
 305      text-align: left;
 306  }
 307  .pagetext {
 308      visibility: hidden;
 309      display: none;
 310      position: relative;
 311      top: 0;
 312  }
 313  .menubackgr {
 314      background-color: #E4E1DC;
 315  }
 316  .menuline {
 317      border-bottom: 1px solid #ABABAB;
 318      border-top: 1px solid #FFF;
 319      background-color: #E4E1DC;
 320  }
 321  .menuwhiteline {
 322      border-bottom: 1px solid #FFF;
 323  }
 324  .pathway {
 325      border: 1px inset;
 326      background-color: #FFF;
 327      padding: 2px;
 328      width: 95%;
 329      margin: 3px;
 330  }
 331  .adminheader {
 332      color : #FF9900;
 333      font-size : 24px;
 334  }
 335  /* Text passed with mosmsg url parameter */
 336  .message {
 337      font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
 338      font-weight: bold;
 339      font-size : 14px;
 340      color : #FF9900;
 341      text-align: center;
 342  }
 343  .main {
 344      border: 1px solid #d5d5d5;
 345      width: 98%;
 346  }
 347  .quote {
 348      border: 1px solid #999;
 349      background-color: #E0E0E0;
 350      padding: 5px;
 351      font-family: Arial, Helvetica, sans-serif;
 352      font-size: 11px;
 353      color: blue;
 354  }
 355  #wrapper {
 356          border: 0px;
 357          margin: 0px;
 358          margin-left: auto;
 359          margin-right: auto;
 360          padding: 0px;
 361  }
 362  
 363  #header {
 364          background-color: #FFF;
 365          background-position: right top;
 366          border-bottom: 1px solid #FF9E31;
 367  }
 368  #mambo {
 369          position: relative;
 370          width: 100%;
 371          background: url(../images/header.png) #FFF no-repeat;
 372          background-position: top right;
 373          margin: 0px;
 374          padding: 0px;
 375  }