source: branches/rsr.v5.1/web/app/out/dist/css/pages/popup.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 805 bytes
Line 
1*
2{ margin: 0;
3  padding: 0;
4}
5
6html
7{ height: 100%;
8}
9
10body
11{ text-align: center;
12  height: 100%;
13}
14
15pre, div { text-align: left; }
16
17.content
18{ margin: 10px auto 10px auto;
19  width: 500px;
20}
21
22.clear
23{ clear: both;
24  font-size: 0px;
25  line-height: 0px;
26  height: 0px;
27}
28
29body
30{ font: normal 80% Verdana, Helvetica, Arial, sans-serif;
31  background-color: #1f1f1f;
32  color: #c0c0c0;
33  font-size: 12px;
34}
35
36a
37{ text-decoration: none;
38  color: #dad3bc;
39}
40
41a:hover
42{ text-decoration: underline;
43}
44
45a img
46{ border: none;
47}
48
49ul
50{ padding-left: 30px;
51}
52
53h1
54{ color: #c0c0c0;
55}
56
57h2
58{ margin-top: 5px;
59  border-bottom: solid 1px #666666;
60  margin-bottom: 10px;
61}
62
63h3
64{ margin: 40px 0 5px 0;
65  border-bottom: solid 1px #333333;
66}
67
68h3.first
69{ margin: 5px 0 5px 0;
70}
71
72p
73{ text-align: justify;
74  margin: 10px 0 5px 0;
75}
Note: See TracBrowser for help on using the repository browser.