static/style.css
changeset 148 2a2d2d6f6f80
parent 147 77330e43c855
child 149 176a656031cb
equal deleted inserted replaced
147:77330e43c855 148:2a2d2d6f6f80
     1 body {
       
     2     margin: 0px;
       
     3     padding: 0px;
       
     4 }
       
     5 
       
     6 #viewport {
       
     7     overflow: hidden;
       
     8     position: absolute;
       
     9     /* width is specified inline */
       
    10 
       
    11     top: 0px;
       
    12     left: 0px;
       
    13     width: 100%;
       
    14     height: 100%;
       
    15 
       
    16     cursor: move;
       
    17 
       
    18     background-color: #E5E3DF;
       
    19 }
       
    20 
       
    21 #viewport img {
       
    22     position: absolute;
       
    23     border: none;
       
    24 }
       
    25 
       
    26 /** XXX: doesn't apply? * /
       
    27 #substrate {
       
    28     position: absolute;
       
    29     top: 0px; left: 0px;
       
    30 } */
       
    31 
       
    32 
       
    33 .overlay {
       
    34     position: absolute;
       
    35 
       
    36     padding: 15px;
       
    37 
       
    38     z-index: 1000;
       
    39 }
       
    40 
       
    41 .link {
       
    42     color: #000000;
       
    43 
       
    44     padding: 2px;
       
    45 
       
    46     background-color: #FFFFFF;
       
    47 }
       
    48 
       
    49 .background {
       
    50     z-index: 1;
       
    51 
       
    52     font-size: xx-large;
       
    53 
       
    54     text-align: center;
       
    55 
       
    56     margin: 30%;
       
    57 }