Ignore:
Timestamp:
04/10/12 16:53:27 (13 years ago)
Author:
tjcschipper
Message:
 
File:
1 edited

Legend:

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

    r288 r319  
     1*:focus {
     2    outline: none;
     3}
     4
    15html,body {
    26    width: 100%;
    37    height: 100%;
     8    font-size: .813em;
     9    background-color: #333333;
    410}
    511
    6 .mainHeader {
    7     display: inline-block;
    8     width: 100%;
    9     border-bottom: 1px solid;
     12.gamelab {
     13    font-family: 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
     14    color: #ffffff;
    1015}
    1116
    12 .mainMenu {
     17/* Headings */
     18.gamelab h1 {
     19    font-size: 3em;
     20    margin-bottom: 0.727em;
     21    font-weight: normal !important;
     22}
     23.gamelab h2 {
     24    font-size: 1.375em;
     25    line-height: 1.5em;
     26    margin-top: 1em;
     27    margin-bottom: 0.60em;
     28    font-weight: normal;
     29}
     30.gamelab h3,
     31.gamelab h4,
     32.gamelab h5,
     33.gamelab h6 {
     34    font-size: 1.125em;
     35    font-weight: normal;
     36}
     37
     38.mainLogo {
     39    float: left;
     40    height: 50px;
     41    font-size: 50px;
     42    width: auto;
     43    -webkit-margin: 5px 20px 5px 20px !important;
     44    padding: 0 !important;
     45    line-height: 50px;
     46    color: #999999;
     47}
     48
     49.gamelab .dijitMenuBar.mainMenu {
     50    width: auto;
     51    float: right;
     52    margin: 10px 50px 10px 20px;
     53}
     54
     55.breadcrumbs {
     56    float: left;
     57    clear: left;
    1358    width: 100%;
     59    text-align: center;
     60}
     61
     62.breadcrumb {
     63    color: #999999;
     64    font-size: 13px;
     65}
     66
     67.breadcrumbCurrent {
     68    color: #ffffff;
     69    font-size: 14px;
    1470}
    1571
     
    1874}
    1975
    20 #content {
     76.content {
     77    width: 100%;
    2178    display: block;
    2279    clear: both;
     80    background-color: #555555;
    2381}
    2482
     
    56114    width: 30px;
    57115}
     116
     117/* Basic layout */
     118.gamelab .header {
     119    background-color: #333333;
     120    height: 80px;
     121    font-size: 16px;
     122}
     123
     124.title {
     125    height: 24px;
     126    padding: 4px 0;
     127    margin: 4px;
     128}
     129
     130.title .titleIcon {
     131    float: left;
     132    width: 32px;
     133    height: 32px;
     134    clear: none;
     135    margin-right: 8px;
     136    margin-top: -4px;
     137    margin-bottom: -4px;
     138}
     139
     140.title .titleText {
     141    float: left;
     142    line-height: 24px;
     143    font-size: 24px;
     144    margin: 0;
     145}
     146
     147.verticalTabList {
     148    width: 190px;
     149}
Note: See TracChangeset for help on using the changeset viewer.