author | Dan |
Tue, 12 Feb 2008 00:37:46 -0500 | |
changeset 413 | 6607cd646d6d |
parent 335 | 67bd3121a12e |
child 430 | ec90736b9cb9 |
permissions | -rw-r--r-- |
1 | 1 |
/* |
2 |
* Shared stuff that all Enano themes (should) use |
|
3 |
*/ |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
4 |
|
1 | 5 |
/* Information, warning, question, error, and wait boxes */ |
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
6 |
div.error-box { background-image: url(../../../images/error.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; } |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
7 |
div.info-box { background-image: url(../../../images/info.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; } |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
8 |
div.warning-box { background-image: url(../../../images/warning.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; } |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
9 |
div.question-box { background-image: url(../../../images/question.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; } |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
10 |
div.wait-box { background-image: url(../../../images/wait.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 0; min-height: 25px; } |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
11 |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
12 |
/* IE-only stylesheet \*/ |
87
570f68c3fe36
Redid stupid fading button code and fixed several RC2 bugs in the upgrade schema; 1.0.1 release candidate
Dan
parents:
84
diff
changeset
|
13 |
@import url("./enano-shared-ie.css"); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
14 |
/* End IE-only stylesheet */ |
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
15 |
|
42
45ebe475ff75
I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
Dan
parents:
39
diff
changeset
|
16 |
div.error-box-mini { background-image: url(../../../images/mini-error.png); background-position: 5px center; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; } |
45ebe475ff75
I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
Dan
parents:
39
diff
changeset
|
17 |
div.info-box-mini { background-image: url(../../../images/mini-info.png); background-position: 5px center; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; } |
45ebe475ff75
I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
Dan
parents:
39
diff
changeset
|
18 |
div.warning-box-mini { background-image: url(../../../images/mini-warning.png); background-position: 5px center; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; } |
45ebe475ff75
I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
Dan
parents:
39
diff
changeset
|
19 |
div.question-box-mini { background-image: url(../../../images/mini-question.png); background-position: 5px center; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; } |
45ebe475ff75
I dunno how many times I'm gonna have to fix the "problem seems to be the hex conversion" bug, but this is at least the fourth try.
Dan
parents:
39
diff
changeset
|
20 |
div.wait-box-mini { background-image: url(../../../images/mini-wait.png); background-position: 5px center; background-repeat: no-repeat; background-color: #FFF4FF; border: 1px solid #406080; padding: 4px 4px 4px 26px; margin: 1em 0; min-height: 17px; } |
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
21 |
|
73
0a74676a2f2f
Made the move to Loch Ness, and got some basic page grouping functionality working. TODO: fix some UI issues in Javascript ACL editor and change non-JS ACL editor to work with page groups too
Dan
parents:
42
diff
changeset
|
22 |
/* Similar to the Mediawikian alert box (usermessage) */ |
32
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
23 |
|
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
24 |
div.alert { |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
25 |
background-color: #F09090; |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
26 |
border: 1px solid #D03030; |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
27 |
color: #300000; |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
28 |
padding: 3px; |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
29 |
position: relative; |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
30 |
top: -3px; |
4d87aad3c4c0
Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents:
1
diff
changeset
|
31 |
} |
1 | 32 |
|
33 |
/* toolbar */ |
|
34 |
div.toolbar { |
|
35 |
border-bottom: 1px solid #909090; |
|
36 |
background-color: #D0D0D0; |
|
37 |
padding: 2px 0; |
|
38 |
height: 22px; |
|
39 |
font-family: arial, sans-serif; |
|
40 |
font-size: 8pt; |
|
41 |
} |
|
42 |
div.toolbar ul { |
|
43 |
margin: 0; |
|
44 |
padding: 0; |
|
45 |
} |
|
46 |
div.toolbar ul li { |
|
47 |
list-style: none; |
|
48 |
margin: 0; |
|
49 |
float: left; |
|
50 |
} |
|
51 |
div.toolbar a img { |
|
52 |
opacity: 0.6; |
|
53 |
/*filter: alpha(opacity=60);*/ |
|
54 |
} |
|
413
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
55 |
div.toolbar a:hover img, div.toolbar a:focus img { |
1 | 56 |
opacity: 1; |
57 |
/*filter: alpha(opacity=100);*/ |
|
58 |
} |
|
59 |
div.toolbar a { |
|
60 |
display: block; |
|
61 |
padding: 2px; |
|
62 |
border: 1px solid transparent; |
|
63 |
cursor: default; |
|
64 |
width: auto; |
|
65 |
color: #000000; |
|
66 |
margin: 0 2px; |
|
67 |
max-height: 16px; |
|
68 |
text-decoration: none; |
|
69 |
} |
|
413
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
70 |
div.toolbar a:hover, div.toolbar a:focus { |
1 | 71 |
border: 1px solid #202090; |
72 |
background-color: #ceceed; |
|
73 |
color: #000000; |
|
74 |
text-decoration: none; |
|
75 |
} |
|
76 |
div.toolbar a:active { |
|
77 |
border: 1px solid #A0A0A0; |
|
78 |
background-color: #E0E0E0; |
|
79 |
} |
|
80 |
div.toolbar img { |
|
81 |
margin: 0; |
|
82 |
padding: 0; |
|
83 |
display: inline; |
|
84 |
border-width: 0px; |
|
85 |
} |
|
86 |
div.toolbar a span { |
|
87 |
position: relative; |
|
88 |
top: -4px; |
|
89 |
} |
|
90 |
div.toolbar li span { |
|
91 |
padding-left: 2px; |
|
92 |
padding-right: 5px; |
|
93 |
} |
|
94 |
||
95 |
/* vertical toolbar */ |
|
96 |
div.toolbar_vert { |
|
97 |
border: 1px solid #909090; |
|
98 |
background-color: #D0D0D0; |
|
99 |
padding: 2px 0; |
|
100 |
} |
|
101 |
div.toolbar_vert ul { |
|
102 |
margin: 0; |
|
103 |
padding: 0; |
|
104 |
} |
|
105 |
div.toolbar_vert ul li { |
|
106 |
list-style: none; |
|
107 |
margin: 0; |
|
108 |
} |
|
109 |
div.toolbar_vert a img { |
|
110 |
opacity: 0.6; |
|
111 |
/*filter: alpha(opacity=60);*/ |
|
112 |
} |
|
113 |
div.toolbar_vert a:hover img { |
|
114 |
opacity: 1; |
|
115 |
/*filter: alpha(opacity=100);*/ |
|
116 |
} |
|
117 |
div.toolbar_vert a { |
|
118 |
display: block; |
|
119 |
padding: 2px; |
|
120 |
border: 1px solid transparent; |
|
121 |
cursor: default; |
|
122 |
width: auto; |
|
123 |
color: #000000; |
|
124 |
margin: 0 2px; |
|
125 |
max-height: 16px; |
|
126 |
text-decoration: none; |
|
127 |
} |
|
128 |
div.toolbar_vert a:hover { |
|
129 |
border: 1px solid #202090; |
|
130 |
background-color: #ceceed; |
|
131 |
color: #000000; |
|
132 |
text-decoration: none; |
|
133 |
} |
|
134 |
div.toolbar_vert a:active { |
|
135 |
border: 1px solid #A0A0A0; |
|
136 |
background-color: #E0E0E0; |
|
137 |
} |
|
138 |
div.toolbar_vert img { |
|
139 |
margin: 0; |
|
140 |
padding: 0; |
|
141 |
display: inline; |
|
142 |
border-width: 0px; |
|
143 |
} |
|
144 |
div.toolbar_vert a span { |
|
145 |
position: relative; |
|
146 |
top: -4px; |
|
147 |
} |
|
148 |
div.toolbar_vert li span { |
|
149 |
padding-left: 2px; |
|
150 |
padding-right: 5px; |
|
151 |
} |
|
152 |
||
91 | 153 |
div.breadcrumbs { margin: 10px 0; padding: 5px; border: 1px solid #AAAAAA; background-color: #E8E8E8; font-size: smaller; font-weight: bold; } |
154 |
||
1 | 155 |
/* Tables */ |
156 |
.tblholder { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
|
157 |
||
158 |
/* The beautiful tables inside what may not obviously be mdg-comment divs */ |
|
159 |
div.tblholder td.row1 { padding: 4px; background-color: #E0E0E0; } |
|
160 |
div.tblholder td.row2 { padding: 4px; background-color: #F0F0F0; } |
|
161 |
div.tblholder td.row3 { padding: 4px; background-color: #E8E8E8; } |
|
162 |
div.tblholder th { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
163 |
div.tblholder th.subhead { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
164 |
div.tblholder table { background-color: #FFFFFF; width: 100%; } |
|
165 |
||
329
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
166 |
/* Colored table cells */ |
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
167 |
div.tblholder td.row1_red { padding: 4px; background-color: #F8E0E0; } |
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
168 |
div.tblholder td.row2_red { padding: 4px; background-color: #FFF0F0; } |
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
169 |
div.tblholder td.row3_red { padding: 4px; background-color: #FFE8E8; } |
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
170 |
div.tblholder td.row1_green { padding: 4px; background-color: #E0F8E0; } |
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
171 |
div.tblholder td.row2_green { padding: 4px; background-color: #F0FFF0; } |
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
172 |
div.tblholder td.row3_green { padding: 4px; background-color: #E8FFE8; } |
0437a7cf1acc
Added update-checking function (still a little rough around the edges); added support into admin user CP for changing avatars
Dan
parents:
272
diff
changeset
|
173 |
|
1 | 174 |
/* Well, not Midget and not comments (usually), but that's what the class is called ;-). Basically an informational window or used as a wrapper for tables. */ |
175 |
.mdg-comment, .mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
|
176 |
||
177 |
/* JWS window theming */ |
|
178 |
div.jswindow { border: 2px solid #7090B0; border-top: 5px solid #7090B0; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; } |
|
179 |
div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |
|
180 |
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; } |
|
181 |
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; } |
|
182 |
div.titlebar table, div.titlebar td { margin: 0; padding: 0; } |
|
183 |
div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; } |
|
184 |
||
185 |
/* Search results */ |
|
272
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
186 |
div.search-result, div.search-hibar, div.search-lobar { |
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
187 |
font-family: arial, helvetica, sans-serif; |
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
188 |
font-size: 8pt; |
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
189 |
} |
1 | 190 |
div.search-result h3 { font-size: 14pt; margin: 10px 0 0 0; } |
191 |
div.search-result h3 a { color: blue !important; font-weight: normal; padding-bottom: 0; } |
|
272
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
192 |
div.search-result p { margin: 10px 0 0 0 !important; font-family: arial, helvetica, sans-serif; font-size: small; } |
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
193 |
div.search-result span.search-result-info { color: #7777CC; } |
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
194 |
div.search-result span.search-result-url { color: green; } |
1 | 195 |
div.search-result span.search-term, div.search-result span.title-search-term { background-color: #FFFFC0; font-weight: bold; } |
334
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
196 |
div.search-result span.url-search-term { font-weight: bold; } |
272
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
197 |
div.search-result span.search-result-annotation { font-size: 8pt; } |
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
198 |
div.search-hibar { border-top: 1px solid #3366CC; margin-top: 10px; color: #000; background-color: #D5DFF3; padding: 3px; vertical-align: middle; } |
e0ec986c0af3
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan
parents:
91
diff
changeset
|
199 |
div.search-lobar { background-color: #E5EFFF; margin: 0; padding: 5px; } |
1 | 200 |
|
201 |
/* |
|
202 |
* Search box |
|
203 |
*/ |
|
204 |
||
205 |
input.js-search-box { |
|
206 |
font-size: 13px; |
|
207 |
margin: 0; |
|
208 |
padding: 1px !important; |
|
209 |
background-image: url(../../../images/search-box-normal.gif); |
|
210 |
height: 15px; |
|
211 |
background-repeat: repeat-x; |
|
212 |
border-width: 1px; |
|
213 |
border-style: solid; |
|
214 |
border-color: #6c6c6c; |
|
215 |
color: #C0C0C0; |
|
216 |
} |
|
217 |
||
218 |
input.js-search-box:focus { |
|
219 |
background-image: url(../../../images/search-box-hilite.gif); |
|
220 |
color: #666; |
|
221 |
} |
|
222 |
||
223 |
div.js-search-submit { |
|
224 |
display: block; |
|
225 |
position: absolute; |
|
226 |
width: 24px; |
|
227 |
height: 19px; |
|
228 |
font-size: 1px; |
|
229 |
line-height: 19px; |
|
230 |
clip: rect(0px, 24px, 19px, 0px); |
|
231 |
overflow: hidden; |
|
232 |
margin: 0; |
|
233 |
padding: 0; |
|
234 |
background: transparent url(../../../images/search-btn-normal.png) no-repeat !important; |
|
235 |
background-repeat: no-repeat; |
|
236 |
cursor: pointer; |
|
237 |
} |
|
238 |
||
239 |
div.js-search-submit:hover { |
|
240 |
background-image: url(../../../images/search-btn-hilite.png); |
|
241 |
} |
|
242 |
||
243 |
input[type ^="text"].username, input[type ^="password"].password { |
|
244 |
padding: 2px 2px 2px 27px; |
|
245 |
width: 96px; |
|
246 |
height: 15px; |
|
247 |
border: 0px none #000; |
|
248 |
font-size: 11px; |
|
249 |
} |
|
250 |
input[type ^="text"].username { |
|
251 |
background-image: url(../../../images/login-username.png); |
|
252 |
} |
|
253 |
input[type ^="password"].password { |
|
254 |
background-image: url(../../../images/login-password.png); |
|
255 |
} |
|
256 |
||
257 |
/* |
|
258 |
* jBox menu system |
|
259 |
*/ |
|
260 |
||
261 |
div.menu, div.menu_nojs { |
|
262 |
background-color: #D0D0D0; |
|
263 |
border: 1px solid #A0A0A0; |
|
264 |
font-size: 9pt; |
|
265 |
} |
|
266 |
div.menu a, div.menu div.label { |
|
267 |
padding: 2pt 5px; |
|
268 |
text-decoration: none; |
|
269 |
display: block; |
|
270 |
float: left; |
|
271 |
color: #404040; |
|
272 |
} |
|
273 |
div.menu_nojs a, div.menu_nojs div.label { |
|
274 |
padding: 2pt 5px; |
|
275 |
text-decoration: none; |
|
276 |
display: block; |
|
277 |
color: #404040; |
|
278 |
} |
|
279 |
div.menu div.label, div.menu_nojs div.label { |
|
280 |
color: #101010; |
|
281 |
} |
|
282 |
div.menu span.sep, div.menu_nojs span.sep { |
|
283 |
display: block; |
|
284 |
float: left; |
|
285 |
width: 5px; |
|
286 |
} |
|
287 |
div.menu div.multopts, div.menu_nojs div.multopts { |
|
288 |
line-height: 17pt; |
|
289 |
} |
|
290 |
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label { |
|
291 |
float: none; |
|
292 |
display: inline; |
|
293 |
} |
|
294 |
div.menu a:hover, div.menu_nojs a:hover { |
|
295 |
color: #FFFFFF; |
|
296 |
background-color: #808080; |
|
297 |
} |
|
298 |
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] { |
|
299 |
border-width: 0; |
|
300 |
font-size: 9pt; |
|
301 |
padding: 4px 5px; |
|
302 |
max-width: 70px; |
|
303 |
background-color: #E0E0E0; |
|
304 |
} |
|
305 |
div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu_nojs input[type ^="password"]:hover { |
|
306 |
background-color: #E8E8E8; |
|
307 |
} |
|
308 |
div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu_nojs input[type ^="password"]:focus { |
|
309 |
background-color: #F0F0F0; |
|
310 |
} |
|
311 |
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] { |
|
312 |
border-width: 0; |
|
313 |
font-size: 9pt; |
|
314 |
padding: 3px 5px; |
|
315 |
max-width: 70px; |
|
316 |
} |
|
317 |
div.menu a.current, div.menu a.current:hover, div.menu_nojs a.current, div.menu_nojs a.current:hover { |
|
318 |
color: #FFFFFF; |
|
319 |
background-color: #505050; |
|
320 |
} |
|
321 |
div.menu ul { |
|
322 |
display: none; |
|
323 |
position: absolute; |
|
324 |
padding: 0; |
|
325 |
margin: 0; |
|
326 |
background-color: #D0D0D0; |
|
327 |
border: 1px solid #A0A0A0; |
|
328 |
min-width: 120px; |
|
329 |
} |
|
330 |
div.menu_nojs ul { |
|
331 |
display: block; |
|
332 |
clear: both; |
|
333 |
} |
|
334 |
div.menu ul li, div.menu_nojs ul li { |
|
335 |
list-style: none; |
|
336 |
} |
|
337 |
div.menu ul a, div.menu_nojs ul a { |
|
338 |
float: none; |
|
339 |
margin: 0; |
|
340 |
} |
|
341 |
span.menuclear { |
|
342 |
font-size: 1px; |
|
343 |
height: 0px; |
|
344 |
width: 0px; |
|
345 |
clear: left; |
|
346 |
line-height: 0px; |
|
347 |
display: block; |
|
348 |
} |
|
349 |
||
350 |
/* |
|
351 |
* Docking Boxes code (for the sidebar editor) |
|
352 |
*/ |
|
353 |
||
354 |
/* group container(s) */ |
|
355 |
#sbedit { |
|
356 |
margin: 0; |
|
357 |
padding: 0; |
|
358 |
/* position:relative; /* additional outer containers must also have position:relative */ |
|
359 |
} |
|
360 |
/* keyboard navigation tooltip */ |
|
361 |
.dbx-tooltip { |
|
362 |
display:block; |
|
363 |
position:absolute; |
|
364 |
margin:36px 0 0 125px; |
|
365 |
width:185px; |
|
366 |
border:1px solid #000; |
|
367 |
background:#ffd; |
|
368 |
color:#000; |
|
369 |
font:normal normal normal 0.85em tahoma, arial, sans-serif; |
|
370 |
padding:2px 4px 3px 5px; |
|
371 |
text-align:left; |
|
372 |
} |
|
373 |
* html .dbx-tooltip { width:195px; } |
|
374 |
||
375 |
/* use CSS2 system colors in CSS2 browsers |
|
376 |
but not safari, which doesn't support them */ |
|
377 |
*[class="dbx-tooltip"]:lang(en) { |
|
378 |
border-color:InfoText; |
|
379 |
background:InfoBackground; |
|
380 |
color:InfoText; |
|
381 |
font:small-caption; |
|
382 |
font-weight:normal; |
|
383 |
} |
|
384 |
/* additional clone styles */ |
|
385 |
.dbx-clone { |
|
386 |
opacity: 0.8; |
|
387 |
} |
|
388 |
.dbx-content ul { |
|
389 |
margin: 0; padding: 0; |
|
390 |
list-style: none; |
|
391 |
} |
|
392 |
.dbx-content li a, .dbx-content li a:hover { |
|
393 |
text-decoration: none; color: #666; |
|
394 |
} |
|
395 |
.dbx-content2 { |
|
396 |
margin: 0px 1px 0px 1px; |
|
397 |
} |
|
398 |
||
399 |
/* Progress bars */ |
|
400 |
div.progressbar { |
|
401 |
padding: 2px; |
|
402 |
background-color: #90A0B0; |
|
403 |
width: 308px; |
|
404 |
} |
|
405 |
div.progressbar_inner { |
|
406 |
min-width: 30px; |
|
407 |
color: white; |
|
408 |
background-color: #7080A0; |
|
409 |
padding: 4px; |
|
410 |
} |
|
411 |
/* User notification - courtest of wikipedia.org (not sure if this is included with MediaWiki) */ |
|
412 |
/* user notification thing */ |
|
413 |
||
414 |
.usermessage { |
|
415 |
background-color: #ffce7b; |
|
416 |
border: 1px solid #ffa500; |
|
417 |
color: black; |
|
418 |
margin: 10px 0 1em; |
|
419 |
padding: .5em 1em; |
|
420 |
vertical-align: middle; |
|
421 |
} |
|
422 |
.usermessage a:link, .usermessage a:active, .usermessage a:visited { |
|
423 |
color: #CA7520; |
|
424 |
} |
|
425 |
.usermessage a:hover { |
|
426 |
color: #AA5500 !important; |
|
427 |
} |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
334
diff
changeset
|
428 |
.usermessage h2 { |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
334
diff
changeset
|
429 |
border-bottom-color: #ef8500 !important; |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
334
diff
changeset
|
430 |
color: black; |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
334
diff
changeset
|
431 |
} |
1 | 432 |
div.thumbnail { |
433 |
display: table; |
|
434 |
border: 1px solid #AAAAAA; |
|
435 |
background-color: #F0F0F0; |
|
436 |
padding: 4px; |
|
437 |
margin-bottom: 10px; |
|
438 |
} |
|
439 |
div.thumbnail-inner { |
|
440 |
background-image: url(../../../images/thumbnail.png); |
|
441 |
background-position: top right; |
|
442 |
background-repeat: no-repeat; |
|
443 |
} |
|
444 |
||
39
c83ff194977a
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
Dan
parents:
32
diff
changeset
|
445 |
/* Tables where diffs are shown */ |
c83ff194977a
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
Dan
parents:
32
diff
changeset
|
446 |
table.diff, td.diff-otitle, td.diff-ntitle { background-color: white; } |
c83ff194977a
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
Dan
parents:
32
diff
changeset
|
447 |
td.diff-addedline { background: #cfc; font-size: smaller; } |
c83ff194977a
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
Dan
parents:
32
diff
changeset
|
448 |
td.diff-deletedline { background: #ffa; font-size: smaller; } |
c83ff194977a
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
Dan
parents:
32
diff
changeset
|
449 |
td.diff-context { background: #eee; font-size: smaller; } |
c83ff194977a
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
Dan
parents:
32
diff
changeset
|
450 |
span.diffchange { color: red; font-weight: bold; } |
c83ff194977a
Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
Dan
parents:
32
diff
changeset
|
451 |
|
83 | 452 |
/* Tag cloud */ |
453 |
span.tc_word_normal { |
|
454 |
font-family: Arial, helvetica, sans-serif; |
|
455 |
font-size: 10pt; |
|
456 |
letter-spacing: 3px; |
|
457 |
padding: 4px 4px 4px 4px; |
|
458 |
} |
|
459 |
span.tc_word_small { |
|
460 |
font-family: Arial, helvetica, sans-serif; |
|
461 |
font-size: 8pt; |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
462 |
color: #000; |
83 | 463 |
} |
464 |
span.tc_word_normal a, span.tc_word_small a { |
|
465 |
color: inherit !important; |
|
466 |
text-decoration: none !important; |
|
467 |
} |
|
468 |
/* These are from http://www.lotsofcode.com/php/tutorials/tag-cloud */ |
|
469 |
span.tc_normal_index_1 { |
|
470 |
color: #000; |
|
471 |
font-size: 2.4em; |
|
472 |
} |
|
473 |
span.tc_normal_index_2 { |
|
474 |
color: #333; |
|
475 |
font-size: 2.2em; |
|
476 |
} |
|
477 |
span.tc_normal_index_3 { |
|
478 |
color: #666; |
|
479 |
font-size: 2.0em; |
|
480 |
} |
|
481 |
span.tc_normal_index_4 { |
|
482 |
color: #999; |
|
483 |
font-size: 1em; |
|
484 |
} |
|
485 |
span.tc_normal_index_5 { |
|
486 |
color: #aaa; |
|
487 |
font-size: 1.6em; |
|
488 |
} |
|
489 |
span.tc_normal_index_6 { |
|
490 |
color: #bbb; |
|
491 |
font-size: 1.4em; |
|
492 |
} |
|
493 |
span.tc_normal_index_7 { |
|
494 |
color: #ccc; |
|
495 |
font-size: 1.2em; |
|
496 |
} |
|
497 |
span.tc_normal_index_8 { |
|
498 |
color: #ddd; |
|
499 |
font-size: 0.8em; |
|
500 |
} |
|
501 |
span.tc_small_index_1 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
502 |
opacity: 1; |
83 | 503 |
font-size: 1.4em; |
504 |
} |
|
505 |
span.tc_small_index_2 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
506 |
opacity: 0.8; |
83 | 507 |
font-size: 1.3em; |
508 |
} |
|
509 |
span.tc_small_index_3 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
510 |
opacity: 0.6; |
83 | 511 |
font-size: 1.2em; |
512 |
} |
|
513 |
span.tc_small_index_4 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
514 |
opacity: 0.5; |
83 | 515 |
font-size: 1em; |
516 |
} |
|
517 |
span.tc_small_index_5 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
518 |
opacity: 0.45; |
83 | 519 |
font-size: 1.3em; |
520 |
} |
|
521 |
span.tc_small_index_6 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
522 |
opacity: 0.4; |
83 | 523 |
font-size: 1.1em; |
524 |
} |
|
525 |
span.tc_small_index_7 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
526 |
opacity: 0.35; |
83 | 527 |
font-size: 0.9em; |
528 |
} |
|
529 |
span.tc_small_index_8 { |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
530 |
opacity: 0.3; |
83 | 531 |
font-size: 0.7em; |
532 |
} |
|
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
83
diff
changeset
|
533 |
|
334
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
534 |
/* Default private message AJAX interface styles (colors and style based on those of Gmail) */ |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
535 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
536 |
div#privmsgs { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
537 |
/* Neal prefers this border but I personally consider it distasteful because it detracts from the Gmail-ey look. |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
538 |
border: 1px solid #c0c0c0; */ |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
539 |
background-color: white; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
540 |
color: black; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
541 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
542 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
543 |
span.pm_link { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
544 |
color: #0000ff; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
545 |
cursor: pointer; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
546 |
text-decoration: underline; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
547 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
548 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
549 |
span.pm_link_folder { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
550 |
display: block; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
551 |
text-decoration: none; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
552 |
padding: 3px; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
553 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
554 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
555 |
span.pm_link_selected { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
556 |
background-color: #c3d9ff; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
557 |
font-weight: bold; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
558 |
text-decoration: underline; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
559 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
560 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
561 |
span.pm_link_selected_trash { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
562 |
background-color: #d9d9db; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
563 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
564 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
565 |
div.pm_break { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
566 |
height: 10px; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
567 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
568 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
569 |
div.pm_main { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
570 |
background-color: #c3d9ff; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
571 |
padding: 5px 5px 3px 5px; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
572 |
margin-left: 12em; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
573 |
min-height: 16em; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
574 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
575 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
576 |
div.pm_main_trash { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
577 |
background-color: #d9d9db; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
578 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
579 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
580 |
div.pm_status { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
581 |
display: table; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
582 |
background-color: #cc0000; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
583 |
padding: 3px; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
584 |
margin: 0 auto; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
585 |
color: white; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
586 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
587 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
588 |
div.pm_teaser { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
589 |
background-color: white; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
590 |
color: black; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
591 |
text-align: center; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
592 |
padding: 8em 1em 8em 1em; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
593 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
594 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
595 |
div.pm_mlist_message { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
596 |
background-color: #e8eef7; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
597 |
color: black; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
598 |
border-bottom: 1px solid #d8d8d8; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
599 |
cursor: pointer; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
600 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
601 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
602 |
div.pm_mlist_message span.pm_subject { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
603 |
font-weight: normal; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
604 |
display: inline-block; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
605 |
clip: rect(0px, auto, auto, 0px); |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
606 |
overflow: hidden; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
607 |
margin: 0 3px 0 0; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
608 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
609 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
610 |
div.pm_mlist_message span.pm_sender { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
611 |
display: inline-block; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
612 |
width: 30%; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
613 |
margin: 0 10px 0% 4px; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
614 |
font-weight: normal; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
615 |
clip: rect(0px, auto, auto, 0px); |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
616 |
overflow: hidden; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
617 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
618 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
619 |
div.pm_mlist_message span.pm_miniclip { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
620 |
color: #909090; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
621 |
display: inline-block; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
622 |
clip: rect(0px, auto, auto, 0px); |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
623 |
overflow: hidden; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
624 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
625 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
626 |
div.pm_messagelist_inner { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
627 |
min-height: 12em; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
628 |
background-color: white; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
629 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
630 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
631 |
div.pm_mlist_message_unread { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
632 |
background-color: white; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
633 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
634 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
635 |
div.pm_mlist_message_unread span.pm_subject { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
636 |
font-weight: bold; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
637 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
638 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
639 |
div.pm_mlist_message_unread span.pm_sender { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
640 |
font-weight: bold; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
641 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
642 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
643 |
div.pm_mlist_message_selected { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
644 |
background-color: #ffffcc; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
645 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
646 |
|
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
647 |
span.pm_toolbar_label { |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
648 |
color: black; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
649 |
font-weight: bold; |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
650 |
} |
c72b545f1304
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents:
329
diff
changeset
|
651 |
|
413
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
652 |
div.noborderbottom * { |
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
653 |
border-bottom-width: 0px; |
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
654 |
} |
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
655 |
|
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
656 |
div.nobordertop * { |
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
657 |
border-top-width: 0px; |
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents:
335
diff
changeset
|
658 |
} |