Ignore:
Timestamp:
2014-12-15T11:17:24+13:00 (9 years ago)
Author:
davidb
Message:

Folder for our changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/main-form/css/styles.css

    r29530 r29631  
    950950    -o-transition-duration: .375s;
    951951}
     952
     953/*Jojo's changes*/
     954.centredDiv {
     955    margin: 0 auto;   
     956    width: 1300px;
     957    text-align: center;
     958}
     959
     960.ratioDiv {
     961    height: 200px;
     962    margin: 5px;
     963    display: inline-block;
     964    background-color: #95BD26;
     965    border: 1px solid #000;
     966}
     967
     968#ratio23 { width: 300px }
     969#ratio12 { width: 400px }
     970#ratio35 { width: 333.3px }
     971#ratio1019 { width: 380px }
     972#ratio58 { width: 320px }
     973#ratio811 { width: 275px }
     974
     975.optionline {
     976    word-spacing: 300px;
     977    line-height: 5px;
     978    margin-top: 5px; 
     979    text-align: center;
     980}
     981
     982.flagHover:hover
     983{
     984    position: relative;
     985}
     986
     987.flagHover:hover:after
     988{
     989    content: url(ratio23.png);
     990    display: block;
     991    position: absolute;
     992    left: 250px;
     993    top: 10px;
     994}
Note: See TracChangeset for help on using the changeset viewer.