Ignore:
Timestamp:
2015-02-13T16:09:07+13:00 (9 years ago)
Author:
davidb
Message:

Development of the page for selecting flag w x h (canvas), and the page for controlling the palette colour.

File:
1 edited

Legend:

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

    r29631 r29740  
    951951}
    952952
    953 /*Jojo's changes*/
     953/* Jojo's changes */
     954
     955/* CSS for the choose-canvas page */
    954956.centredDiv {
    955957    margin: 0 auto;   
     
    967969
    968970#ratio23 { width: 300px }
    969 #ratio12 { width: 400px }
     971#ratio12 { width: 400px; border-color: white }
    970972#ratio35 { width: 333.3px }
    971973#ratio1019 { width: 380px }
     
    980982}
    981983
    982 .flagHover:hover
    983 {
     984
     985/* Ideally the different flags shown will be dynamic in the future, and flagHover will no longer be necessary */
     986.flagHover:hover {
    984987    position: relative;
    985988}
    986989
    987 .flagHover:hover:after
    988 {
     990.flagHover:hover:after {
    989991    content: url(ratio23.png);
    990992    display: block;
     
    993995    top: 10px;
    994996}
     997
     998/* CSS for choose-palette page */
     999.paletteCircle {
     1000    position: absolute;   
     1001}
     1002
     1003#palette {
     1004    padding: 0 0 0 50px;
     1005    position: relative;
     1006}
     1007
     1008/* The orange palette image */
     1009#paletteImage {
     1010    position: relative;
     1011    top: 0;
     1012    left: 0
     1013}
     1014
     1015/* Positions of the palette circles on the palette */
     1016#paletteCircleBackground { top: 75px; left: 150px }
     1017#paletteCircle1 { top: 35px; left: 295px }
     1018#paletteCircle2 { top: 50px; left: 450px }
     1019#paletteCircle3 { top: 105px; left: 585px; display: none }
     1020#paletteCircle4 { top: 210px; left: 700px; display: none }
     1021#paletteCircle5 { top: 330px; left: 625px; display: none }
     1022#paletteCircle6 { top: 355px; left: 480px; display: none }
     1023#paletteCircle7 { top: 345px; left: 335px; display: none }
     1024
     1025#pickerDiv {
     1026    float:right;
     1027    position: relative;
     1028    padding: 0 50px 0 0;
     1029}
Note: See TracChangeset for help on using the changeset viewer.