client/client.css
author Eugen Sawin <sawine@me73.com>
Fri, 19 Aug 2011 03:34:20 +0200
changeset 2 50a5b0e15092
parent 1 cd4dfa7418ef
child 3 e84fec1b209b
permissions -rw-r--r--
Layout.
     1 body
     2 {
     3     background-color: gray;
     4     color: #d0d0d0; 
     5     font-family: monospace;
     6     border-style: none;    
     7     margin: 0px;
     8 }
     9 
    10 view-area
    11 {
    12     position: absolute;
    13     width: 100%;  
    14     top: 0px;
    15     bottom: 5.5em;
    16     background-color: #0a0a0a;     
    17 }
    18 
    19 view-area li
    20 {
    21     list-style-type: square;
    22 }
    23 
    24 view-area h2
    25 {
    26     color: orange; 
    27 }
    28 
    29 view-area p
    30 {
    31   
    32 }
    33 
    34 view-area view-left
    35 {
    36     position: absolute;
    37     right: 52%;
    38     text-align: justify;   
    39 }
    40 
    41 view-area view-right
    42 {
    43     position: absolute;
    44     left: 52%;
    45     text-align: justify;   
    46 }
    47 
    48 autocompletion-area
    49 {
    50     position: absolute;
    51     width: 100%;  
    52     height: 3.5em;
    53     border-style: none;
    54     background-color: #080808;
    55     color: #bb0000;    
    56     bottom: 2em;
    57     outline: none;
    58 }
    59 
    60 command-area input
    61 {
    62     position: absolute;
    63     width: 100%; 
    64     height: 2em;
    65     border-style: none;
    66     background-color: #060606;
    67     color: #00bb00;   
    68     bottom: 0px;
    69     outline: none;
    70 }