Ignore:
Timestamp:
05/31/12 17:03:19 (13 years ago)
Author:
tjcschipper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/layout.css

    r336 r337  
    11*:focus {
     2    /* Disabled Chrome focus outlines! */
    23    outline: none;
    34}
     
    56    width: 100%;
    67    height: 100%;
    7     font-size: .813em;
     8    font-size: 13px;
    89    background-color: #333333;
    910}
     
    1415
    1516/* Headings */
    16 .gamelab h1 {
    17     font-size: 3em;
    18     margin-bottom: 0.727em;
     17.gamelab h1 {   
     18    /* Main logo */
     19    float: left;
     20    clear: left;
     21    font-size: 48px;
     22    color: #999999;
     23    margin: 0 10px 8px 10px;
     24    padding: 0;
     25    line-height: 48px;
    1926    font-weight: normal !important;
     27    -webkit-user-select: none;
     28    -moz-user-select: none;
    2029}
    2130.gamelab h2 {
    22     font-size: 1.375em;
    23     line-height: 1.5em;
    24     margin-top: 1em;
    25     margin-bottom: 0.60em;
    26     font-weight: normal;
     31    /* Content pane title */
     32    font-size: 22px;
     33    line-height: 30px;
     34    margin: 0;
     35    padding: 0;
    2736}
    28 .gamelab h3,
    29 .gamelab h4,
    30 .gamelab h5,
    31 .gamelab h6 {
    32     font-size: 1.125em;
    33     font-weight: normal;
     37.gamelab h2 .rftIcon {
     38    float: left;
     39    width: 32px;
     40    height: 32px;
     41    background-image: url('images/icons/rftIcons32.png');
     42    margin-right: 8px;
    3443}
    35 .mainLogo {
    36     float: left;
    37     height: 50px;
    38     font-size: 50px;
    39     width: auto;
    40     -webkit-margin: 5px 20px 5px 20px !important;
    41     padding: 0 !important;
    42     line-height: 50px;
    43     color: #999999;
     44.gamelab h3 {
     45    /* Section headers */
     46    font-size: 18px;
    4447}
    45 .gamelab .dijitMenuBar.mainMenu {
    46     width: auto;
     48.gamelab h4 {
     49    /* Small text headers/paragraph headers */
     50    font-size: 16px;
     51}
     52
     53/* Topbar  */
     54.topbar {
     55    overflow-y: hidden;
     56}
     57.topbar .dijitMenuBar {
    4758    float: right;
    48     margin: 10px 50px 10px 20px;
     59    clear: right;
     60    margin-top: 16px;
    4961}
     62
     63/* Breadcrumbs */
    5064.breadcrumbs {
    5165    float: left;
     
    5367    width: 100%;
    5468    text-align: center;
     69    height: 16px;
     70    line-height: 16px;
    5571}
    5672.breadcrumb {
     
    6278    font-size: 14px;
    6379}
    64 .menuItem {
    65     margin: 0px 5px 0px 5px;
     80
     81/* Content */
     82.dijitContentPane.page {
     83    padding: 0;
    6684}
    67 .content {
     85.content.dijitContentPane {
    6886    display: block;
    6987    clear: both;
     88    padding: 0;
    7089    background-color: #555555;
    7190    /* Background gradient time! */
     
    83102        );
    84103}
     104.content.dijitContentPane .dijitBorderContainer {
     105    padding: 2px;
     106}
     107
     108/* General */
    85109.loginLabel {
    86110    float: left;
     
    110134    width: 30px;
    111135}
    112 
    113 /* Basic layout */
    114 .gamelab .header {
    115     background-color: #333333;
    116     height: 80px;
    117     font-size: 16px;
    118 }
    119 .title {
    120     height: 24px;
    121     padding: 4px 0;
    122     margin: 4px;
    123 }
    124 .title .titleIcon {
    125     float: left;
    126     width: 32px;
    127     height: 32px;
    128     clear: none;
    129     margin-right: 8px;
    130     margin-top: -4px;
    131     margin-bottom: -4px;
    132 }
    133 .title .titleText {
    134     float: left;
    135     line-height: 24px;
    136     font-size: 24px;
    137     margin: 0;
    138 }
    139136.verticalTabList {
    140137    width: 190px;
Note: See TracChangeset for help on using the changeset viewer.