Ignore:
Timestamp:
02/21/12 17:40:49 (13 years ago)
Author:
tjcschipper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/Tiles preview/css/tile1.css

    r261 r278  
    8585#header {
    8686    width: 100%;
    87     height: 95px;
     87    height: 36px;
    8888    margin-bottom: 20px;
    8989}
    9090
    9191#upperBar {
    92     height: 68px;
    93     background: #508fd2;
     92    height: 12px;
     93    background: #fff;
    9494}
    9595
    9696#lowerBar {
    97     height: 20px;
     97    height: 24px;
    9898    background: #508fd2;
    9999}
     
    120120    height: 50px;
    121121    line-height: 50px;
    122     color: #fff;
     122    color: #000;
    123123    font-size: 36px;
    124124    font-family: 'Segoe', sans-serif;
     
    211211    margin-bottom: 5px;
    212212    background: #367ac3;
     213    color: #fff;
    213214
    214215    background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
     
    229230}
    230231
    231 .doubleHeight {
    232     height: 465px;
    233 }
    234 
    235232.staticTile {
    236233    width: 230px;
     
    238235    border: none;
    239236    float: left;
     237    color: #fff;
    240238    clear: none;
    241239    margin-right: 5px;
    242240    margin-bottom: 5px;
    243241    background: #367ac3;
    244 
    245 }
     242}
     243
     244.doubleHeight {
     245    height: 465px;
     246}
     247
     248.doubleWidth {
     249    width: 465px;
     250}
     251
     252
    246253
    247254.tile:hover {
     
    309316}
    310317
    311 .breadcrumbs{
    312     float: left;
    313     margin-top: 20px;
    314     margin-bottom: -2px;
    315     margin-left: 370px;
    316 
     318#breadcrumbs{
     319    line-height: 24px;
     320    width: 940px;
     321    margin: 0 auto;
     322    color: #fff;
     323}
     324
     325#breadcrumbs a {
     326    color: #fff;
     327    text-decoration: none;
     328}
     329
     330#breadcrumbs a:hover {
     331    color: #edd68b;
     332}
     333
     334#breadcrumbs a.selected {
     335    font-weight: bold;
     336    text-decoration: underline;
    317337}
    318338
Note: See TracChangeset for help on using the changeset viewer.