author | Dan |
Thu, 11 Dec 2008 19:15:12 -0500 | |
changeset 8 | b2e9a6ec0547 |
parent 4 | ffba60211d61 |
permissions | -rw-r--r-- |
4
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
1 |
/* |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
2 |
Theme Name: Connections |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
3 |
Theme URI: http://www.patriciamuller.com/ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
4 |
Version: 1.0 |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
5 |
Description: A Theme from wpthemes.Info |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
6 |
Author: Patricia Muller |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
7 |
Author URI: http://www.vanillamist.com/blog/ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
8 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
9 |
Port information: |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
10 |
Ported from: WordPress |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
11 |
Ported by: Dan Fuhry - http://midget.rgw-net.com/ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
12 |
*/ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
13 |
html,body { height: 100%; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
14 |
body { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
15 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
16 |
padding:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
17 |
font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
18 |
font-size: 0.9em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
19 |
text-align:center; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
20 |
color:#333333; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
21 |
line-height:1.3em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
22 |
background: #FFFFFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
23 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
24 |
a { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
25 |
color: #000000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
26 |
text-decoration:underline; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
27 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
28 |
a:visited { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
29 |
color: #000000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
30 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
31 |
a:hover { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
32 |
color: #000000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
33 |
background-color: #EEE; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
34 |
text-decoration:underline; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
35 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
36 |
input, textarea |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
37 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
38 |
background: #FFFFFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
39 |
border: #000000 1px solid; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
40 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
41 |
#rap |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
42 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
43 |
background:#fff; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
44 |
width:760px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
45 |
margin:0 auto; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
46 |
padding:0px 8px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
47 |
text-align:left; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
48 |
font-family: Trebuchet MS,Georgia, Arial, serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
49 |
font-size: 0.9em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
50 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
51 |
#header { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
52 |
background:#FFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
53 |
height: 183px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
54 |
margin: 0 auto; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
55 |
width:740px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
56 |
padding:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
57 |
border:#000 1px solid; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
58 |
border-bottom 0px solid #FFFFFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
59 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
60 |
#main |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
61 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
62 |
margin:0 auto; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
63 |
padding:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
64 |
background:#FFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
65 |
width:740px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
66 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
67 |
#content { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
68 |
width:510px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
69 |
float:left; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
70 |
padding:5px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
71 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
72 |
overflow:auto; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
73 |
display:inline; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
74 |
text-align: left; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
75 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
76 |
#sidebar { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
77 |
width:186px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
78 |
float:right; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
79 |
padding:0px 8px 10px 8px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
80 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
81 |
font-size:1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
82 |
color:#333; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
83 |
display:inline; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
84 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
85 |
a img { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
86 |
border: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
87 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
88 |
acronym, abbr { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
89 |
border-bottom: 1px dotted #000000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
90 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
91 |
acronym, abbr, span.caps { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
92 |
cursor: help; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
93 |
letter-spacing: .07em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
94 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
95 |
code { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
96 |
font-size: 1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
97 |
font-style: italic; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
98 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
99 |
blockquote { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
100 |
margin: 15px 30px 0 45px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
101 |
padding: 0 0 0 45px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
102 |
background: #FFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
103 |
border: 1px solid #000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
104 |
font-style:italic; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
105 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
106 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
107 |
cite { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
108 |
font-size: 0.9em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
109 |
font-style: normal; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
110 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
111 |
h3 { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
112 |
margin: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
113 |
padding: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
114 |
font-size:1.3em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
115 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
116 |
p { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
117 |
margin: 0 0 1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
118 |
padding: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
119 |
line-height: 1.5em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
120 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
121 |
h1, h2, h3, h4 { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
122 |
font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
123 |
font-weight: normal; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
124 |
letter-spacing: 1px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
125 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
126 |
#header h1 |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
127 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
128 |
margin: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
129 |
font-size: 1.6em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
130 |
padding:10px 20px 0 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
131 |
text-align:right; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
132 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
133 |
#header h1 a |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
134 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
135 |
color:#606060; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
136 |
text-decoration:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
137 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
138 |
#header h1 a:hover |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
139 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
140 |
color:#606060; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
141 |
text-decoration: underline; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
142 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
143 |
#header #desc |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
144 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
145 |
font-weight:normal; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
146 |
font-size:1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
147 |
color:#606060; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
148 |
text-align:right; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
149 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
150 |
padding:0 20px 0 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
151 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
152 |
#sidebar div.heading { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
153 |
margin: 0 0 0 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
154 |
padding:2px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
155 |
font-size: 1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
156 |
color: #000000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
157 |
text-align:center; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
158 |
background:#DDDDDD; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
159 |
border:#ccc 0px solid; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
160 |
height:22px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
161 |
font-weight:bold; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
162 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
163 |
#sidebar div.slider { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
164 |
list-style-type: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
165 |
margin: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
166 |
margin-top: 7px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
167 |
font-size: 0.9em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
168 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
169 |
#sidebar div.slideblock { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
170 |
padding: 5px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
171 |
overflow: hidden; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
172 |
background:#FFFFFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
173 |
border: 1px solid #000000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
174 |
border-top 0px solid #FFFFFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
175 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
176 |
#sidebar div.slideblock a { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
177 |
display: block; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
178 |
color: #333333; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
179 |
padding: 4px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
180 |
text-decoration: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
181 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
182 |
#sidebar div.slideblock a:hover { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
183 |
display: block; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
184 |
color: #333333; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
185 |
background-color: #EEE; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
186 |
padding: 4px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
187 |
text-decoration: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
188 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
189 |
#pagenav |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
190 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
191 |
list-style:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
192 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
193 |
#sidebar ul li { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
194 |
margin: 0.1em 0 0 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
195 |
padding: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
196 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
197 |
#sidebar ul li a { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
198 |
text-decoration: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
199 |
border:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
200 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
201 |
#sidebar ul li a:link { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
202 |
color: #909D73; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
203 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
204 |
#sidebar ul li a:visited { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
205 |
color: #999999; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
206 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
207 |
#sidebar ul li a:hover, #sidebar ul li a:active { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
208 |
color: #990000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
209 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
210 |
#sidebar ul ul { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
211 |
list-style-type: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
212 |
padding: 5px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
213 |
margin: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
214 |
font-size: 1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
215 |
background:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
216 |
border:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
217 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
218 |
#sidebar ul ul li |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
219 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
220 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
221 |
padding:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
222 |
padding-left:10px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
223 |
margin-left:10px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
224 |
background:url({TEMPLATE_DIR}/img/subcat_bullet.gif) no-repeat left; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
225 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
226 |
#content ul { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
227 |
margin-left: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
228 |
padding-left: 45px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
229 |
list-style-type: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
230 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
231 |
#content ul li { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
232 |
background: url({TEMPLATE_DIR}/img/bullet.gif) no-repeat 0 7px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
233 |
padding-left: 1.5em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
234 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
235 |
.post , .page |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
236 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
237 |
margin:0 0 30px 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
238 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
239 |
.page |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
240 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
241 |
margin:25px -5px 0 27px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
242 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
243 |
.post-info, .page-info |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
244 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
245 |
font-size:0.85em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
246 |
font-family: Verdana, Arial, Sans-Serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
247 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
248 |
padding:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
249 |
color:#333; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
250 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
251 |
.page-info |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
252 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
253 |
text-align:center; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
254 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
255 |
.post-info a |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
256 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
257 |
color:#990000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
258 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
259 |
.post-info a:hover |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
260 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
261 |
color:#000; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
262 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
263 |
.post-content, .page-content { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
264 |
padding:10px 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
265 |
margin:3px 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
266 |
border-top:#CCCCCC 1px solid; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
267 |
font-family: Georgia, Verdana, Arial, serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
268 |
font-size:12px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
269 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
270 |
.page-content { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
271 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
272 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
273 |
.post-title, .page-title { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
274 |
font-family:Georgia, Arial, Serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
275 |
font-size:1.3em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
276 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
277 |
font-weight:bold; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
278 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
279 |
.page-title |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
280 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
281 |
font-size:1.6em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
282 |
font-weight:normal; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
283 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
284 |
#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
285 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
286 |
text-decoration:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
287 |
color:#666666; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
288 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
289 |
.post-date { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
290 |
float: left; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
291 |
color: #BBC4A3; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
292 |
font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
293 |
font-size: 0.9em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
294 |
text-align: center; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
295 |
font-weight: bold; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
296 |
margin: 3px 10px 0 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
297 |
padding: 8px 3px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
298 |
width: 55px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
299 |
background: #E7EBDE; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
300 |
line-height:1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
301 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
302 |
.post-footer |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
303 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
304 |
padding-top:20px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
305 |
background:url({TEMPLATE_DIR}/img/divider.gif) no-repeat center; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
306 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
307 |
#footer { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
308 |
margin:0 auto; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
309 |
padding: 7px 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
310 |
border-top:#CCCCCC 1px solid; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
311 |
clear: both; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
312 |
font-size: 0.8em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
313 |
color: #999; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
314 |
text-align:center; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
315 |
width:740px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
316 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
317 |
#footer a { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
318 |
border:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
319 |
color:#777777; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
320 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
321 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
322 |
.commentlist { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
323 |
font-size:1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
324 |
font-weight:normal; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
325 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
326 |
#commentform |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
327 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
328 |
margin:0 0 0 40px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
329 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
330 |
#commentform textarea { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
331 |
width: 80%; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
332 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
333 |
#commentform p { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
334 |
margin: 0 0 1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
335 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
336 |
#comments,#respond { |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
337 |
text-transform: uppercase; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
338 |
margin: 3em 0 1em 40px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
339 |
color: #666666; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
340 |
font: 0.9em verdana, helvetica, sans-serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
341 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
342 |
.commentlist li |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
343 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
344 |
margin:5px 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
345 |
padding:10px 10px 20px 10px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
346 |
background:#FFFFFF; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
347 |
border:#DDDDDD 1px solid; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
348 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
349 |
.commentlist .alt |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
350 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
351 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
352 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
353 |
#topnav |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
354 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
355 |
list-style:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
356 |
font-size:0.9em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
357 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
358 |
padding:11px 20px 0 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
359 |
text-align:right; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
360 |
font-family:Verdana, Arial, Sans-Serif; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
361 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
362 |
#topnav li |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
363 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
364 |
list-style:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
365 |
display:inline; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
366 |
padding:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
367 |
margin:0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
368 |
font-weight:bold; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
369 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
370 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
371 |
#topnav li a:link, #topnav li a:visited |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
372 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
373 |
text-decoration:none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
374 |
color:#BBBBBB; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
375 |
border-left: 1px solid #777777; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
376 |
border-right: 1px solid #777777; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
377 |
background-color: #777777; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
378 |
padding: 3px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
379 |
margin: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
380 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
381 |
#topnav li a:hover, #topnav li a:focus |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
382 |
{ |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
383 |
color:#F0F0F0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
384 |
border-left: 1px solid #F0F0F0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
385 |
border-right: 1px solid #F0F0F0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
386 |
background-color: #A0A0A0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
387 |
padding-left: 3px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
388 |
padding-right: 3px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
389 |
padding-top: 3px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
390 |
padding-bottom: 5px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
391 |
margin: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
392 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
393 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
394 |
div.jswindow { font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; list-style-type: none; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
395 |
padding: 2px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
396 |
margin: 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
397 |
margin-top: 7px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
398 |
font-size: 0.9em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
399 |
border:#E1D6c6 1px solid; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
400 |
background:#F3F6ED; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
401 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
402 |
div.titlebar { font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; cursor: default; margin: 0 0 0 0; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
403 |
padding:2px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
404 |
margin: 2px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
405 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
406 |
font-size: 1em; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
407 |
color: #676E04; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
408 |
text-align:center; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
409 |
background: #e2ebda; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
410 |
border:0px solid #ccc; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
411 |
height:22px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
412 |
font-weight:bold; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
413 |
div.titlebar div.closebtn { width: 16px; height: 16px; background-color: #e2ebda; display: block; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
414 |
div.titlebar div.closebtn:hover { width: 16px; height: 16px; background-color: #F3F6ED; display: block; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
415 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
416 |
div.titlebar table, div.titlebar td { margin: 0; padding: 0; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
417 |
div.jswindow div.content { padding: 5px; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
418 |
overflow: hidden; |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
419 |
} |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
420 |
|
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
421 |
div.pagebar { background-color: #FFFFFF; padding: 1px; font-size: 7pt; border: 1px solid #000000; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
422 |
div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #606060; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
423 |
div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #606060; background-color: #E0E0E0; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
424 |
div.pagebar#pagebarpopup { display: none; position: absolute; width: 150px; padding: 0; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
425 |
div.pagebar#pagebarpopup a { display: block; margin: 0; } |
ffba60211d61
Moved files around to make compliant with theme Hg structure
Dan
parents:
diff
changeset
|
426 |
.mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; padding-left: 35px; border: 1px #000000 solid; margin-bottom: 10px; background: #FFFFFF; } |