Update my website info
[catagits/BackPAN-Web.git] / root / static / static / main.css
CommitLineData
c4e00ace 1* {
2margin:0;
3padding:0;
4list-style: none;
5}
6
7body {
8text-align: center;
9font-family: Arial, sans-serif;
10color: #333;
11}
12
13a { color:#004065; }
14
15.container {
16margin: 20px auto 40px auto;
17text-align: left;
18width: 900px;
19}
20
21#ordering, #header, #paging, #list { float: left; }
22#menu, #page-size, #search { float: right; }
23
24#search input#q {
25float: right;
26border: 1px solid #004065;
27padding: 1px 25px 1px 5px;
28font-size: 14px;
29background: url(searchbtn.png) no-repeat right;
30}
31
32#header {
33font-size: 12px;
34color: #999;
35}
36
37.nav ul li {
38display: inline;
39}
40
41.nav ul li a {
42font-size: 14px;
43padding: 0 15px;
44text-decoration: none;
45color: #004065;
46height: 30px;
47line-height: 30px;
48display: block;
49float: left;
50}
51
52.nav ul li a:hover {
53background: #004065;
54color: #FFF;
55text-shadow: 1px 1px 1px #333;
56}
57
58#content, #list, #footer { width: 100%; overflow: auto; }
59
60#content {
61margin-top: 30px;
62border-top: 5px solid #004065;
63}
64
65#page-size, #ordering { width: 245px; }
66#page-size span, #ordering span {
67float: left;
68font-size: 14px;
69padding-top: 6px;
70}
71
72.page-size-options span a, .ordering-options span a {
73text-decoration: none;
74margin-left: 2px;
75padding: 0 4px;
76margin-top: -6px;
77display: block;
78height: 28px;
79line-height: 28px;
80float: left;
81}
82.page-size-options span a:hover, .ordering-options span a:hover {
83background: url(arrow-down.gif) no-repeat center top;
84}
85
86a.active {
87background: url(arrow-up.gif) no-repeat center bottom;
88}
89
90.main-list {
91border-top: 1px solid #004065;
92border-bottom: 1px solid #004065;
93margin-top: 5px;
94}
95/* IExpression to the horror */
96.main-list li {
97display: table;
98width: 900px;
99}
100/* I Love IExplorer! */
101
102.main-list li a {
103display: block;
104font-size: 15px;
105color: #333;
106text-decoration: none;
107padding: 5px 30px;
108}
109.main-list li a:hover {
110color: #FFF;
111background: #004065;
112}
113.main-list li.even a { background: #eaeaea; }
114.main-list li.even a:hover {
115color: #FFF;
116background: #004065;
117}
118
119#paging span {
120font-size: 12px;
121}
122#pages span a {
123margin-left: 2px;
124padding: 2px;
125color: #004065;
126font-size: 14px;
127text-decoration: none;
128}
129
130#plain-text {
131min-height: 518px;
132}
133#plain-text a { text-decoration: none }
134#plain-text a:hover { text-decoration: underline }
135#plain-text p {
136padding: 20px 20px 5px 20px;
137}
138
139#footer {
140min-height: 40px;
141background: #004065;
142color: #fff;
143}
144#footer a {
145text-decoration: none;
146text-shadow: 1px 1px 1px #333;
147color: #FFF;
148}
149#footer a:hover { text-decoration: underline }