Bump
[catagits/BackPAN-Web.git] / root / static / main.css
CommitLineData
b67ffc2e 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
924289f3 58#content, #list, #footer { width: 100%; overflow: auto }
59#content { min-height: 518px }
b67ffc2e 60
61#content {
62margin-top: 30px;
63border-top: 5px solid #004065;
64}
65
66#page-size, #ordering { width: 245px; }
67#page-size span, #ordering span {
68float: left;
69font-size: 14px;
70padding-top: 6px;
71}
72
73.page-size-options span a, .ordering-options span a {
74text-decoration: none;
75margin-left: 2px;
76padding: 0 4px;
77margin-top: -6px;
78display: block;
79height: 28px;
80line-height: 28px;
81float: left;
82}
83.page-size-options span a:hover, .ordering-options span a:hover {
84background: url(arrow-down.gif) no-repeat center top;
85}
86
87a.active {
88background: url(arrow-up.gif) no-repeat center bottom;
89}
90
91.main-list {
92border-top: 1px solid #004065;
93border-bottom: 1px solid #004065;
94margin-top: 5px;
95}
96/* IExpression to the horror */
97.main-list li {
98display: table;
99width: 900px;
100}
101/* I Love IExplorer! */
102
103.main-list li a {
104display: block;
105font-size: 15px;
106color: #333;
107text-decoration: none;
108padding: 5px 30px;
109}
110.main-list li a:hover {
111color: #FFF;
112background: #004065;
113}
114.main-list li.even a { background: #eaeaea; }
115.main-list li.even a:hover {
116color: #FFF;
117background: #004065;
118}
119
120#paging span {
121font-size: 12px;
122}
123#pages span a {
124margin-left: 2px;
125padding: 2px;
126color: #004065;
127font-size: 14px;
128text-decoration: none;
129}
130
131#plain-text {
132min-height: 518px;
133}
134#plain-text a { text-decoration: none }
135#plain-text a:hover { text-decoration: underline }
136#plain-text p {
137padding: 20px 20px 5px 20px;
138}
139
140#footer {
141min-height: 40px;
142background: #004065;
143color: #fff;
144}
145#footer a {
146text-decoration: none;
147text-shadow: 1px 1px 1px #333;
148color: #FFF;
149}
150#footer a:hover { text-decoration: underline }