Ignore:
Timestamp:
01/10/12 16:11:51 (13 years ago)
Author:
fpvanagthoven
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Demo/css/visualeditors.css

    r204 r226  
    1818html {
    1919    background-image: url('../images/bg/blueishgridblock.png');
     20    /*background-image: url('../images/icons/nyan.gif');*/
    2021    height: 100%;
    2122    font-size: 12px;
     
    2728    min-width: 800px;
    2829    margin: 0 auto;
     30    clear:both;
    2931}
    3032
     
    3335    position: relative;
    3436    padding: 2em 0;
     37}
     38
     39#logo {
     40    float: left;
     41    width:250px;
     42    margin: 0 0 10px 0;
     43    padding: 10px 40px;
     44    background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%);
     45    background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     46    background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     47    background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     48    background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%);
     49
     50    background-image: -webkit-gradient(
     51        linear,
     52        left top,
     53        left bottom,
     54        color-stop(0.21, #B0B0B0),
     55        color-stop(0.8, #888888)
     56        );
     57    background-position: bottom;
     58    background-repeat: repeat-x;
     59    border: 1px solid #FFF;
     60    border-top-style: none;
     61}
     62
     63#logo #logoImage {
     64    color: #FFF;
     65    margin: 0;
     66    padding: 0;
     67    font: bold 22px Arial;
     68}
     69
     70#logo #logoControls {
     71    border-top: 1px solid #555;
     72    font: 12px Arial;
     73    color: #555;
     74    text-align: right;
     75    width: auto;
     76}
     77
     78#logoControls a {
     79    color: #FFF;
     80    font: bold 12px arial;
     81    text-decoration: none;
     82    text-align: right;
    3583}
    3684
     
    112160}
    113161
     162.largeFrame.side {
     163    clear: none;
     164    margin: 0 10px;
     165}
     166
     167.largeFrame.side .innerLargeFrame {
     168    width: 400px;
     169    height: 400px;
     170}
     171
    114172.smallFrame {
    115173    margin: 0.5em auto;
     
    198256
    199257.bigButton.vertical {
    200     width: 2em;
     258    margin: 0.25em;
     259    text-align: center;
     260    min-width: 7em;
     261    max-width: 12em;
    201262    height: 2em;
    202263    font-size: 20px;
     
    216277    cursor: default;
    217278}
     279
     280.bigButton.icon
    218281
    219282.bigButton:hover {
     
    444507    margin: 10px;
    445508    padding: 5px;
    446    
     509
    447510    height: auto;
    448511    max-height: 400px;
Note: See TracChangeset for help on using the changeset viewer.