server/src/main/webapp/static/css/renkanProject.css
changeset 261 c6aa9772269c
parent 257 6bf1126c5add
equal deleted inserted replaced
260:711b7920fba1 261:c6aa9772269c
       
     1 /* =============================================================================
       
     2    Renkan
       
     3    ========================================================================== */
       
     4 body {
       
     5   background-color: #1E1E1E;
       
     6 }   
       
     7 
       
     8 header {
       
     9     font-size: 12px;
       
    10     height: 15px;
       
    11     padding: 5px 0 2px 10px;
       
    12     color: white;
       
    13 }
       
    14 
       
    15 footer {
       
    16     font-size: 10px;
       
    17     position:absolute;
       
    18     bottom: 0;
       
    19     text-align: right;
       
    20     width: 100%;
       
    21     padding: 2px 0;
       
    22     color: white;
       
    23 }
       
    24 
       
    25 a, a:VISITED, a:LINK {
       
    26     color: white;
       
    27     text-decoration: none;
       
    28 }
       
    29 
       
    30 a:HOVER {
       
    31     text-decoration: underline;
       
    32 }
       
    33 
       
    34 
       
    35 #renkan-wrapper {
       
    36     position:absolute;
       
    37     top: 25px;
       
    38     left: 0;
       
    39     right: 0;
       
    40     bottom: 18px;
       
    41 }
       
    42 
       
    43 #renkan-container {
       
    44     min-height: 100%;
       
    45     position: relative;
       
    46     width: 100%;
       
    47 }
       
    48 
       
    49 #version {
       
    50     padding-right: 5px;
       
    51 }