comparison public_html/static/css/index.css @ 6:2d1a0a75fc49

added css, templates
author sergey
date Mon, 12 May 2014 18:05:30 +0400
parents 699dd88f0ef2
children 573272ec604b
comparison
equal deleted inserted replaced
5:0b703449f192 6:2d1a0a75fc49
1 html, body {
2 height: 100%;
3 margin: 0;
4 padding: 0;
5 }
6 1
7 .wrapper { 2 .wrapper {
8 height: 100%; 3 height: 100%;
9 margin: 0 auto; 4 margin: 0 auto;
10 white-space: nowrap; 5 white-space: nowrap;
94 89
95 ul.tile-menu li a.orange:hover .label { 90 ul.tile-menu li a.orange:hover .label {
96 color: #ffdfaf; 91 color: #ffdfaf;
97 } 92 }
98 93
94 ul.tile-menu li a.orange:hover .label {
95 color: #ffdfaf;
96 }
97
98 ul.tile-menu li a.magenta:hover .label {
99 color: #ffafff;
100 }
101
99 #main-menu { 102 #main-menu {
100 font-family: Arial; 103 font-family: Arial;
101 font-size: 32pt; 104 font-size: 32pt;
102 } 105 }