[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/administrator/templates/mambo_admin_blue/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  #wrapper {
  26          border: 0px;
  27          margin: 0px;
  28          margin-left: auto;
  29          margin-right: auto;
  30          padding: 0px;
  31  }
  32  
  33  #header {
  34          background-color: #FFF;
  35          background-position: right top;
  36          border-bottom: 4px solid #80B5D7;
  37  }
  38  
  39  #mambo {
  40          position: relative;
  41          width: 100%;
  42          background: url(../images/header_blue.jpg) #30569D no-repeat;
  43          background-position: top right;
  44          margin: 0px;
  45          padding: 0px;
  46  }
  47  
  48  #wrapper1 div {
  49      border: 0px;
  50      margin: 0px;
  51      margin-left: auto;
  52      margin-right: auto;
  53      padding: 0px 5px 0px 5px;
  54      display: inline;
  55  }
  56  
  57  BODY {
  58      margin: 0px 0px 0px 0px;
  59      color : #333;
  60      background-color: #FFF;
  61      font-family: Arial, Helvetica, sans-serif;
  62      font-size: 12px;
  63  }
  64  a {
  65      color: #ff6600;
  66      text-decoration: none;
  67  }
  68  a:hover {
  69      color : #30569D;
  70      text-decoration : underline;
  71  }
  72  a:active {
  73      color : #FF9900;
  74      text-decoration : underline;
  75  }
  76  a.toolbar {
  77      color : #808080;
  78      text-decoration : none;
  79  }
  80  a.toolbar:hover {
  81      color : #FF6600;
  82  }
  83  a.toolbar:active {
  84      color : #FF9900;
  85  }
  86  .pagenav {
  87      font-size : 10px;
  88  }
  89  a.pagenav {
  90      color : #808080;
  91      font-size : 10px;
  92      text-decoration : underline;
  93  }
  94  a.pagenav:hover {
  95      color : #FFF;
  96      font-size : 10px;
  97  }
  98  a.pagenav:active {
  99      color : #333;
 100      font-size : 10px;
 101  }
 102  .sectionname {
 103      color : #FF9900;
 104      font-family : Arial, Helvetica, sans-serif;
 105      font-size : 18px;
 106      font-weight: bold;
 107  }
 108  .button {
 109      border-top : solid 1px #d5d5d5;
 110      border-right : solid 1px #808080;
 111      border-bottom : solid 1px #808080;
 112      border-left : solid 1px #d5d5d5;
 113      color : #333;
 114      font-weight : bold;
 115  }
 116  .inputbox {
 117          color: blue;
 118          background: #E9EFF5;
 119          font-family: Courier, Helvetica, sans-serif;
 120          z-index: -3;
 121          font-size: 11px;
 122  }
 123  .text_area {
 124          border : 1px solid #999;
 125          color: blue;
 126          background: #E9EFF5;
 127          font-family: Courier, Helvetica, sans-serif;
 128          z-index: -3;
 129          font-size: 11px
 130  }
 131  INPUT, TEXTAREA, SELECT {
 132      color : blue;
 133      z-index : -3;
 134      font-size: 11px;
 135  }
 136  .small {
 137      color : #FF9900;
 138      font-family : Arial, Helvetica, sans-serif;
 139      font-size : 10px;
 140      text-decoration : none;
 141  }
 142  .smallgrey {
 143      color : #999;
 144      font-size : 10px;
 145  }
 146  .error {
 147      color : #C40000;
 148      font-size : 11px;
 149      font-weight : bold;
 150  }
 151  .contentheading, .componentheading, .moduleheading {
 152      font-size: 14px;
 153      font-weight: bold;
 154  }
 155  table.menubar {
 156      width: 100%;
 157      
 158  }
 159  td {
 160      font-size: 11px;
 161  }
 162  /* header block */
 163  table.adminheading {
 164      background-color: #FFF;
 165      font-family : Arial, Helvetica, sans-serif;
 166      margin: 0px;
 167      padding: 0px;
 168      border: 0px;
 169      width: 100%;
 170      border-collapse: collapse;
 171      color: #FF9E31;
 172      font-size : 18px;
 173      font-weight: bold;
 174      text-align: left;
 175  }
 176  table.adminheading th {
 177      width: 99%;
 178      height: 50px;
 179      padding-left: 50px;
 180      background: url(../../../images/asterisk.png) no-repeat left;
 181  }
 182  table.adminheading th.checkin {
 183      background: url(../../../images/checkin.png) no-repeat left;
 184  }
 185  table.adminheading th.cpanel {
 186      background: url(../../../images/cpanel.png) no-repeat left;
 187  }
 188  table.adminheading th.config {
 189      background: url(../../../images/config.png) no-repeat left;
 190  }
 191  table.adminheading th.modules {
 192      background: url(../../../images/module.png) no-repeat left;
 193  }
 194  table.adminheading th.menus {
 195      background: url(../../../images/menu.png) no-repeat left;
 196  }
 197  table.adminheading th.trash {
 198      background: url(../../../images/trash.png) no-repeat left;
 199  }
 200  table.adminheading th.user {
 201      background: url(../../../images/user.png) no-repeat left;
 202  }
 203  table.adminheading th.inbox {
 204      background: url(../../../images/inbox.png) no-repeat left;
 205  }
 206  table.adminheading th.msgconfig {
 207      background: url(../../../images/message_config.png) no-repeat left;
 208  }
 209  table.adminheading th.langmanager {
 210      background: url(../../../images/langmanager.png) no-repeat left;
 211  }
 212  table.adminheading th.mediamanager {
 213      background: url(../../../images/mediamanager.png) no-repeat left;
 214  }
 215  table.adminheading th.impressions {
 216      background: url(../../../images/impressions.png) no-repeat left;
 217  }
 218  table.adminheading th.browser {
 219      background: url(../../../images/browser.png) no-repeat left;
 220  }
 221  table.adminheading th.searchtext {
 222      background: url(../../../images/searchtext.png) no-repeat left;
 223  }
 224  table.adminheading th.templates {
 225      background: url(../../../images/templatemanager.png) no-repeat left;
 226  }
 227  table.adminheading th.massemail {
 228      background: url(../../../images/massemail.png) no-repeat left;
 229  }
 230  table.adminheading th.frontpage {
 231      background: url(../../../images/frontpage.png) no-repeat left;
 232  }
 233  table.adminheading th.sections {
 234      background: url(../../../images/sections.png) no-repeat left;
 235  }
 236  table.adminheading th.edit {
 237      background: url(../../../images/addedit.png) no-repeat left;
 238  }
 239  table.adminheading th.categories {
 240      background: url(../../../images/categories.png) no-repeat left;
 241  }
 242  table.adminheading th.install {
 243      background: url(../../../images/install.png) no-repeat left;
 244  }
 245  table.adminheading th.dbbackup {
 246      background: url(../../../images/backup.png) no-repeat left;
 247  }
 248  table.adminheading th.dbrestore {
 249      background: url(../../../images/dbrestore.png) no-repeat left;
 250  }
 251  table.adminheading th.dbquery {
 252      background: url(../../../images/query.png) no-repeat left;
 253  }
 254  table.adminheading th.info {
 255      background: url(../../../images/systeminfo.png) no-repeat left;
 256  }
 257  
 258  table.adminheading td {
 259      color : #000;
 260  }
 261  /* standard list style table */
 262  table.adminlist {
 263      background-color: #FFFFFF;
 264      margin: 0px;
 265      padding: 0px;
 266      border: 1px solid #CCCCCC;
 267      border-spacing: 0px;
 268      width: 100%;
 269      border-collapse: collapse;
 270  }
 271  
 272  table.adminlist th {
 273      margin: 0px;
 274      padding: 6px 4px 2px 4px;
 275      height: 25px;
 276      background: url(../images/background.gif);
 277      background-repeat: repeat;
 278      font-size: 11px;
 279      color: #ffffff;
 280  }
 281  table.adminlist th.title {
 282      text-align: left;
 283  }
 284  
 285  table.adminlist th a {
 286      color: #ff9900;
 287  }
 288  
 289  table.adminlist tr.row0 {
 290      background-color: #F5F5F5;
 291  }
 292  table.adminlist tr.row1 {
 293      background-color: #FFF;
 294  }
 295  table.adminlist td {
 296      border-bottom: 1px solid #e5e5e5;
 297      padding: 4px;
 298  }
 299  table.adminlist tr.row0:hover {
 300      background-color: #f1f1f1;
 301  }
 302  table.adminlist tr.row1:hover {
 303      background-color: #f1f1f1;
 304  }
 305  table.adminlist td.options {
 306      background-color: #ffffff;
 307      font-size: 8px;
 308  }
 309  select.options, input.options {
 310      font-size: 8px;
 311      font-weight: normal;
 312      border: 1px solid #999999;
 313  }
 314  /* standard form style table */
 315  table.adminform {
 316      background-color: #f5f5f5;
 317      border: solid 1px #d5d5d5;
 318      width: 100%;
 319      padding: 10px;
 320      border-collapse: collapse;
 321  }
 322  table.adminform tr.row0 {
 323      background-color: #f5f5f5;
 324  }
 325  table.adminform tr.row1 {
 326      background-color: #eeeeee;
 327  }
 328  table.adminform th {
 329      font-size: 12px;
 330      padding-top: 6px;
 331      padding-bottom: 2px;
 332      padding-left: 4px;
 333      padding-right: 4px;
 334      text-align: left;
 335      height: 25px;
 336      color: #ffffff;
 337      background: url(../images/background.gif);
 338      background-repeat: repeat;
 339  }
 340  table.adminform td {
 341      padding: 3px;
 342      text-align: left;
 343  }
 344  table.adminform td.editor {
 345      font-size: 9px;
 346  }
 347  
 348  table.cpanel td {
 349      text-align: center;
 350  }
 351  
 352  form {
 353      margin: 0px 0px 0px 0px;
 354  }
 355  /* Styles for dhtml tabbed-pages */
 356  .ontab {
 357      font-size: 12px;
 358      background-color: #ffae00;
 359      border: 1px solid #cccccc;
 360      width: 14%;
 361      text-align: center;
 362      cursor: pointer;
 363      font-weight: bold;
 364      color: #FFFFFF;
 365  }
 366  .offtab {
 367      font-size: 12px;
 368      background-color : #e5e5e5;
 369      border: 1px solid #cccccc;
 370      width: 14%;
 371      text-align: center;
 372      cursor: pointer;
 373      font-weight: normal;
 374  }
 375  .tabpadding {
 376      /*border-bottom: solid 1px #D5D5D5;*/
 377  }
 378  .tabheading {
 379      background-color: #FFAE00;
 380      color: #FFF;
 381      font-size: 10px;
 382      text-align: left;
 383  }
 384  .pagetext {
 385      visibility: hidden;
 386      display: none;
 387      position: relative;
 388      top: 0;
 389  }
 390  .menubackgr {
 391      background: #F1F3F5;
 392      border-bottom: 1px solid #cccccc;
 393  
 394  }
 395  .menudottedline {
 396      border-bottom: 1px solid #cccccc;
 397      border-top: 1px solid #ffffff;
 398      background-color: #F1F3F5;
 399  }
 400  .pathway {
 401      border: 1px inset;
 402      background-color: #FFF;
 403      padding: 2px;
 404      width: 95%;
 405      margin: 3px;
 406  }
 407  .adminheader {
 408      color : #FF9900;
 409      font-size : 24px;
 410  }
 411  /* Text passed with mosmsg url parameter */
 412  .message {
 413      font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
 414      font-weight: bold;
 415      font-size : 14px;
 416      color : #FF9900;
 417      text-align: center;
 418  }
 419  .main {
 420      border: 1px solid #d5d5d5;
 421      width: 98%;
 422  }
 423  .quote {
 424      margin: 4px;
 425      border: 1px solid #cccccc;
 426      background-color: #E9ECEF;
 427      padding: 10px;
 428      font-size: 12px;
 429      color: #254D78;
 430  }