Add scripts to create myops-getqueryview:
[myops.git] / web / query / _attachments / style / style.css
1 body { 
2 font-family: Georgia; 
3 line-height: 1.4;
4 font-size: 12px;
5 background: #fbfcfb url(images/bg.jpg) repeat-x;
6 margin: 0;
7 padding: 0;
8 }
9
10 a { color: #121212; text-decoration: none;}
11 a:hover { text-decoration: underline; }
12 h1 { margin: 0; padding: 0; }
13 h2 { margin: 0; padding: 0; }
14
15 #wrap { 
16 width: 800px;
17 margin: 0 auto;
18 }
19
20 #header {
21 height: 100px;
22 }
23 #header h1 {
24 margin: 0;
25 padding: 10px 0 0 20px;
26 font-weight: 100;
27 font-size: 30px;
28 letter-spacing: -2px;
29 }
30 #header h1 a { text-decoration: none; color: #111; }
31 #header h1 a:hover { text-decoration: none; border-bottom: 1px solid #111; }
32
33 #header h2 { padding: 0 0 0 20px; margin: 0; color: #1F160F; font-weight: 100; font-size: 17px; }
34
35 #menu {
36 margin-top: 10px;
37 height: 40px;
38 line-height: 40px;
39 }
40
41 #menu ul {
42 list-style-type: none;
43 margin: 0;
44 padding-left: 10px;
45 }
46 #menu ul li {
47 display: block;
48 float: left;
49 }
50 #menu ul li a {
51 display: block;
52 padding: 0 10px 0 10px;
53 text-decoration: none;
54 color: #fff;
55 font-size: 14px;
56 font-weight: 100;
57 }
58 #menu ul li a:hover {
59 color: #111;
60 background: #fff;
61 }
62
63 #top { background: url(images/top.png) no-repeat; padding: 10px 0; }
64 #bottom { background: url(images/bottom.png) no-repeat; padding: 10px 0; }
65
66 #contentwrap {
67 padding: 0 20px;
68 background: url(images/content.png) repeat-y;
69 }
70
71 #content {
72 float: left;
73 width: 500px;
74 padding-top: 10px;
75 }
76 #content h2 {
77 margin: 0;
78 color: #121212;
79 line-height: 30px;
80 font-size: 20px;
81 font-weight: 100;
82 }
83
84 #content p { padding: 0 0 10px 0; }
85 #content ul { padding: 0 20px 10px 30px; }
86
87 #sidebar {
88 float: right;
89 width: 220px;
90 background: #fff;
91 }
92
93 #sidebar h3 {
94 height: 40px;
95 line-height: 40px;
96 font-weight: 600;
97 font-size: 12px;
98 margin: 0; padding: 0 0 0 10px; 
99 color: #121212;
100 }
101
102 #sidebar p { padding: 0 10px 10px 10px; color: #232323; }
103
104 #sidebar ul {
105 padding: 10px 0 25px 30px;
106 margin: 0;
107 color: #121212;
108 list-style-type: circle;
109 }
110
111 #sidebar ul li {
112 padding: 0;
113 margin: 0;
114 }
115
116 #sidebar ul ul { padding: 2px 0 2px 20px; }
117
118 #footer { 
119 text-align: center;
120 background: url(images/footer.jpg) repeat-x;
121 height: 40px;
122 line-height: 40px;
123 color: #111;
124 font-size: 12px;
125 }
126 #footer p { padding: 0; margin: 0; }
127 #footer a { color: #111; }
128 #footer a:hover { text-decoration: underline; }