web/static/css/admin_style.css
changeset 5 10b1f6d8a5d2
child 13 de71c188f397
equal deleted inserted replaced
4:b77683731f25 5:10b1f6d8a5d2
       
     1 #admin_footer
       
     2 {
       
     3 clear: both;
       
     4 margin: 0;
       
     5 padding: .5em;
       
     6 /*background-color: #ddd;*/
       
     7 border-top: 1px solid gray;
       
     8 }
       
     9 
       
    10 .version
       
    11 {
       
    12 	text-align: right;
       
    13 	color: white;
       
    14 	font-size:9px;
       
    15 }
       
    16 
       
    17 .version a:link
       
    18 {
       
    19 	text-decoration: none;
       
    20 	color: white;
       
    21 	text-decoration: bold;
       
    22 	font-weight: bold;
       
    23 	border-bottom-style: none;
       
    24 }
       
    25 .version a:hover
       
    26 {
       
    27 	color: #2c8084;
       
    28 	text-decoration: none;
       
    29 	font-weight: bold;
       
    30 	border-bottom-width: 0px;
       
    31 	border-bottom-style: none;
       
    32 }
       
    33 
       
    34 .version a:active
       
    35 {
       
    36 	color: white;
       
    37 	text-decoration: none;
       
    38 	font-weight: bold;
       
    39 	border-bottom-style: none;
       
    40 }
       
    41 
       
    42 .version a:visited
       
    43 {
       
    44 	color: white;
       
    45 	font-weight: bold;
       
    46 	border-bottom-style: none;
       
    47 }
       
    48 
       
    49 .small
       
    50 {
       
    51 	font-size:9px;
       
    52 }
       
    53 
       
    54 .footer_img
       
    55 {
       
    56 	float: left;
       
    57 }
       
    58 
       
    59 .footer_img img
       
    60 {
       
    61 	padding-left: 10px;
       
    62 	padding-right: 10px;
       
    63 }
       
    64 
       
    65 .footer_img a
       
    66 {
       
    67 	color: white;
       
    68 }
       
    69 
       
    70 .footer_img a:link
       
    71 {
       
    72 	color: white;
       
    73 }
       
    74 
       
    75 .footer_img a:hover
       
    76 {
       
    77 	color: white;
       
    78 }
       
    79 
       
    80 .footer_img a:visited
       
    81 {
       
    82 	color: white;
       
    83 }
       
    84