author | Dan Fuhry <dan@enanocms.org> |
Wed, 25 Apr 2012 02:03:38 -0400 | |
changeset 1361 | 26e80700ff1d |
parent 1227 | bdac73ed481e |
permissions | -rw-r--r-- |
0 | 1 |
/** |
2 |
* Printable page theme for Enano |
|
3 |
* Designed by Dan Fuhry, (C) 2006 |
|
4 |
* This theme is Free Software; see the file "GPL" included with this package for details. |
|
5 |
*/ |
|
6 |
||
7 |
/* The basics */ |
|
8 |
html,body { height: 100%; } |
|
161
bed9d04fa144
Fixed text colors on pages when dark system themes are used (bug could be seen using MurrinaNightOrange on an Ubuntu system)
Dan
parents:
135
diff
changeset
|
9 |
body { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background-color: #FFFFFF; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; } |
0 | 10 |
.holder { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 } |
11 |
div.pad { padding: 10px; } |
|
12 |
table#title { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; } |
|
13 |
||
14 |
/* Sidebar */ |
|
15 |
td.mdgSidebarHolder { width: 140px; } |
|
16 |
div.sidebar, .dbx-group { width: 138px; background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px; } |
|
17 |
div.sidebar .head, .dbx-handle { background-color: #F0F0F0; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; } |
|
18 |
div.sidebar .head:hover, .dbx-handle:hover { background-color: #F4F4F4; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; } |
|
19 |
div.sidebar div.slideblock a, .dbx-content li { background-color: #DDD; display: block; margin: 0px 1px; border-bottom: 1px solid #FFF; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; list-style-type: none; } |
|
20 |
div.sidebar div.slideblock a:hover, .dbx-content li:hover { background-color: #EEE; display: block; margin: 0px 1px; border-bottom: 1px solid #FFF; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; } |
|
21 |
div.recttop { width: 140px; height: 12px; margin: 0; padding: 0; } |
|
22 |
td.recttoptop { width: 100%; height: 12px; background-image: url(../images/bleu/border-menu-t.gif); background-repeat: repeat-x; margin: 0; padding: 0; } |
|
23 |
td.recttoptop:hover { width: 100%; height: 12px; background-image: url(../images/bleu/border-menu-t-h.gif); background-repeat: repeat-x; margin: 0; padding: 0; cursor: pointer; } |
|
24 |
div.rectbot { width: 140px; height: 12px; margin: 0; padding: 0; } |
|
25 |
td.rectbottop { width: 100%; height: 12px; background-image: url(../images/bleu/border-btm.gif); background-repeat: repeat-x; margin: 0; padding: 0; } |
|
26 |
div.slideblock, .dbx-content { overflow: hidden; background-color: #DDD; } |
|
27 |
div.slideblock2 { overflow: hidden; background-color: #DDD; margin: 0px 1px 0px 1px; } |
|
28 |
.dbx-handle { cursor: move !important; } |
|
29 |
||
30 |
/* The credits thingy at the bottom */ |
|
31 |
div#credits { margin: 10px; border-top: 1px solid #C0C0C0; padding: 10px 0; color: #AAA; font-size: 7pt; } |
|
32 |
div#credits a { color: #B0B0B0; text-decoration: underline; } |
|
33 |
div#credits a:hover { color: #B0B0B0; text-decoration: underline; } |
|
34 |
||
35 |
/* The link hidden in plain "site" at the top of the page */ |
|
36 |
td#mainhead a { text-decoration: none; color: #000000; } |
|
37 |
td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; } |
|
38 |
||
39 |
/* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */ |
|
40 |
div.contentDiv h2 { border-bottom: 1px solid #B0B0B0; margin-bottom: 0; } |
|
41 |
div.contentDiv h3 { font-size: 11pt; font-weight: bold; } |
|
42 |
div.contentDiv li , div#messageBox li { list-style: url(../images/bullet.gif); } |
|
43 |
div.contentDiv p , div#messageBox p { margin-left: 1.0em; } |
|
44 |
div.contentDiv blockquote , div#messageBox blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
|
45 |
div.contentDiv , div#messageBox { font-size: 9pt; } |
|
46 |
div.contentDiv a , div#messageBox a { color: #909090; } |
|
47 |
div.contentDiv a:hover , div#messageBox a:hover { color: #B0B0B0; } |
|
48 |
div.contentDiv a[href ^="http://"] , div#messageBox a[href ^="http://"] { color: #A0A0A0; } |
|
49 |
div.contentDiv a[href ^="https://"] , div#messageBox a[href ^="https://"] { color: #A0A0A0; } |
|
50 |
div.contentDiv a[href ^="mailto:"] , div#messageBox a[href ^="mailto:"] { color: #A0A0A0; } |
|
51 |
div.contentDiv a[href ^="irc://"] , div#messageBox a[href ^="irc://"] { color: #A0A0A0; } |
|
52 |
div.contentDiv a[href ^="http://"]:hover , div#messageBox a[href ^="http://"]:hover { color: #C0C0C0; } |
|
53 |
div.contentDiv a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover { color: #C0C0C0; } |
|
54 |
div.contentDiv a[href ^="mailto:"]:hover , div#messageBox a[href ^="mailto:"]:hover { color: #C0C0C0; } |
|
55 |
div.contentDiv a[href ^="irc://"]:hover , div#messageBox a[href ^="irc://"]:hover { color: #C0C0C0; } |
|
56 |
||
57 |
/* Wikilinks to pages that don't exist */ |
|
58 |
div.contentDiv a.wikilink-nonexistent { color: #707070; border-bottom: 1px dotted #B05020; text-decoration: none; } |
|
59 |
div.contentDiv a.wikilink-nonexistent:hover { color: #707070; border-bottom: 1px dotted #B05020; text-decoration: none; } |
|
60 |
||
61 |
/* 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. */ |
|
62 |
.mdg-comment, .mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
|
63 |
||
135
c5dbad7ec2d0
Enano should now fully support UTF-8 usernames; newly registered users are now granted automatic edit access to their user pages (admins can still use protection on the page)
Dan
parents:
0
diff
changeset
|
64 |
.tblholder { margin: 10px 0 0 0; padding: 0; border-width: 0 0 1px 1px; border-style: solid; border-color: #AAAAAA; background-color: #E8E8E8; } |
0 | 65 |
|
66 |
/* The beautiful tables inside what may not obviously be mdg-comment divs */ |
|
67 |
div.tblholder td.row1 { padding: 4px; border-color: #E0E0E0; border-width: 1px 1px 0 0; border-style: solid; background-color: #FFFFFF; } |
|
68 |
div.tblholder td.row2 { padding: 4px; border-color: #F0F0F0; border-width: 1px 1px 0 0; border-style: solid; background-color: #FFFFFF; } |
|
69 |
div.tblholder td.row3 { padding: 4px; border-color: #E8E8E8; border-width: 1px 1px 0 0; border-style: solid; background-color: #FFFFFF; } |
|
70 |
div.tblholder th { padding: 4px; border-color: #7080A0; border-width: 1px 1px 0 0; border-style: solid; background-color: #FFFFFF; font-weight: bold; text-align: center; color: #000000; } |
|
71 |
div.tblholder th.subhead { padding: 4px; border-color: #90A0B0; border-width: 1px 1px 0 0; border-style: solid; background-color: #FFFFFF; font-weight: bold; text-align: center; color: #000000; } |
|
72 |
div.tblholder table { background-color: #FFFFFF; width: 100%; } |
|
73 |
||
74 |
/* The "page tools" bar below the site logo but above the page content |
|
75 |
div.pagebar { background-color: #B0D0F0; margin-top: 0px; padding: 3px; font-size: 7pt; } |
|
76 |
div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; } |
|
77 |
div.pagebar a.selected { background-color: #FFFFFF; color: #000040; font-weight: bold; } |
|
78 |
div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; background-color: #D0F0FF; } |
|
79 |
div.pagebar input { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #E0F0FF; } |
|
80 |
div.pagebar input:hover { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #D0F0FF; } |
|
81 |
div.pagebar input:focus { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #F0F0FF; } |
|
82 |
*/ |
|
83 |
||
84 |
/* |
|
85 |
* jBox menu system |
|
86 |
*/ |
|
87 |
||
88 |
div.menu { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
89 |
background-color: #B0D0F0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
90 |
font-size: 7pt; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
91 |
border-width: 0; |
0 | 92 |
} |
93 |
div.menu a, div.menu div.label { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
94 |
padding: 2.5pt 5px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
95 |
margin-right: 3px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
96 |
text-decoration: none; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
97 |
display: block; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
98 |
float: left; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
99 |
color: #406080; |
0 | 100 |
} |
101 |
div.menu div.label { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
102 |
color: #001020; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
103 |
cursor: default; |
0 | 104 |
} |
105 |
div.menu span.sep { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
106 |
display: block; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
107 |
float: left; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
108 |
width: 5px; |
0 | 109 |
} |
110 |
div.menu div.multopts { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
111 |
line-height: 17pt; |
0 | 112 |
} |
113 |
div.menu div.multopts a, div.menu div.multopts div.label { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
114 |
float: none; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
115 |
display: inline; |
0 | 116 |
} |
117 |
div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
118 |
color: #406080; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
119 |
background-color: #D0F0FF; |
0 | 120 |
} |
121 |
div.menu input[type ^="text"], div.menu input[type ^="password"] { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
122 |
border-width: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
123 |
font-size: 9pt; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
124 |
padding: 4px 5px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
125 |
max-width: 70px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
126 |
background-color: #D0F0FF; |
0 | 127 |
} |
128 |
div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
129 |
background-color: #E0F0FF; |
0 | 130 |
} |
131 |
div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
132 |
background-color: #F0F0FF; |
0 | 133 |
} |
134 |
div.menu input[type ^="button"], div.menu input[type ^="submit"] { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
135 |
border-width: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
136 |
font-size: 9pt; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
137 |
padding: 3px 5px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
138 |
max-width: 70px; |
0 | 139 |
} |
140 |
div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
141 |
color: #000040; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
142 |
background-color: #FFFFFF; |
0 | 143 |
} |
144 |
div.menu ul { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
145 |
display: none; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
146 |
position: absolute; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
147 |
padding: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
148 |
margin: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
149 |
background-color: #B0D0F0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
150 |
border-width: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
151 |
min-width: 120px; |
0 | 152 |
} |
153 |
div.menu ul li { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
154 |
list-style: none; |
0 | 155 |
} |
156 |
div.menu ul a { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
157 |
float: none; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
158 |
margin: 0; |
0 | 159 |
} |
160 |
span.menuclear { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
161 |
font-size: 1px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
162 |
height: 0px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
163 |
width: 0px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
164 |
clear: left; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
165 |
line-height: 0px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
166 |
display: block; |
0 | 167 |
} |
168 |
||
169 |
/* Rounded corners on nearly everything */ |
|
170 |
td#mdg-tl { width: 12px; height: 12px; background: url(../images/bleu/border-tl.gif); } |
|
171 |
td#mdg-tr { width: 12px; height: 12px; background: url(../images/bleu/border-tr.gif); } |
|
172 |
td#mdg-top { background: url(../images/bleu/border-top.gif); } |
|
173 |
td#mdg-l { width: 12px; height: 12px; background: url(../images/bleu/border-l.gif); } |
|
174 |
td#mdg-r { width: 12px; height: 12px; background: url(../images/bleu/border-r.gif); } |
|
175 |
td#mdg-bl { width: 12px; height: 12px; background: url(../images/bleu/border-tb-l.gif); } |
|
176 |
td#mdg-br { width: 12px; height: 12px; background: url(../images/bleu/border-tb-r.gif); } |
|
177 |
td#mdg-ml { width: 12px; height: 12px; background: url(../images/bleu/border-m-l.gif); } |
|
178 |
td#mdg-mr { width: 12px; height: 12px; background: url(../images/bleu/border-m-r.gif); } |
|
179 |
td#mdg-brl { width: 12px; height: 1px; background: url(../images/bleu/border-m-l.gif); } |
|
180 |
td#mdg-brr { width: 12px; height: 1px; background: url(../images/bleu/border-m-r.gif); } |
|
181 |
td#mdg-btl { width: 12px; height: 1px; background: url(../images/bleu/border-btm-l.gif); } |
|
182 |
td#mdg-btr { width: 12px; height: 1px; background: url(../images/bleu/border-btm-r.gif); } |
|
183 |
td#mdg-btcl { width: 12px; height: 12px; background: url(../images/bleu/border-bl.gif); } |
|
184 |
td#mdg-btcr { width: 12px; height: 12px; background: url(../images/bleu/border-br.gif); } |
|
185 |
td#mdg-btm { height: 12px; background: url(../images/bleu/border-btm.gif); } |
|
186 |
td.mdg-menu-top { width: 84%; height: 12px; background: url(../images/bleu/border-menu-t.gif); margin: 0; padding: 0; background-repeat: repeat-x; font-size: 2px; } |
|
187 |
td.mdg-menu-tl { width: 12px; height: 12px; background: url(../images/bleu/border-menu-l.gif); background-position: left top; background-repeat: no-repeat; } |
|
188 |
td.mdg-menu-tr { width: 12px; height: 12px; background: url(../images/bleu/border-menu-r.gif); background-position: right top; background-repeat: no-repeat; } |
|
189 |
td.mdg-menu-bl { width: 12px; height: 12px; background: url(../images/bleu/border-bl.gif); } |
|
190 |
td.mdg-menu-br { width: 12px; height: 12px; background: url(../images/bleu/border-br.gif); } |
|
191 |
td.mdg-menu-btm { height: 12px; background: url(../images/bleu/border-btm.gif); } |
|
192 |
||
193 |
/* Buttons and textboxes - these settings are used almost everywhere */ |
|
194 |
input, textarea, select { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 9pt; } |
|
195 |
input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; } |
|
196 |
input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; } |
|
197 |
label { padding: 3px; cursor: pointer; } |
|
198 |
label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; } |
|
199 |
input#pageheading { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
|
200 |
||
201 |
/* JWS window theming */ |
|
202 |
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; } |
|
203 |
div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |
|
204 |
div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; } |
|
205 |
div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; } |
|
206 |
div.titlebar table, div.titlebar td { margin: 0; padding: 0; } |
|
207 |
div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; } |
|
208 |
||
209 |
/* The Wordpress-like fills behind checkboxes and their labels */ |
|
210 |
.catCheck { padding: 3px; } |
|
211 |
.catCheck:hover { padding: 3px; background-color: #F0F0F0; } |
|
212 |
||
213 |
/* Information, warning, question, error, and wait boxes */ |
|
214 |
div.error-box { background-image: url(../../../images/error.png); background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
215 |
div.info-box { background-image: url(../../../images/info.png); background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
216 |
div.warning-box { background-image: url(../../../images/warning.png); background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
217 |
div.question-box { background-image: url(../../../images/question.png); background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
218 |
div.wait-box { background-image: url(../../../images/wait.png); background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; } |
|
219 |
||
220 |
/* This stuff is mostly unused, left in for compatibility */ |
|
221 |
div#ajaxEditContainer table { border: 0px solid #FFFFFF; } |
|
222 |
div#ajaxEditContainer td { margin: 1px; } |
|
223 |
/* div#ajaxEditContainer { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */ |
|
224 |
div#ajaxEditContainer pre { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90B0D0; padding: 10px; overflow: auto; max-height: 150px; } |
|
225 |
||
226 |
/* Tables where diffs are shown */ |
|
227 |
table.diff, td.diff-otitle, td.diff-ntitle { background-color: white; } |
|
228 |
td.diff-addedline { background: #cfc; font-size: smaller; } |
|
229 |
td.diff-deletedline { background: #ffa; font-size: smaller; } |
|
230 |
td.diff-context { background: #eee; font-size: smaller; } |
|
231 |
span.diffchange { color: red; font-weight: bold; } |
|
232 |
||
233 |
/* toolbar */ |
|
234 |
div.toolbar { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
235 |
border-bottom: 1px solid #909090; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
236 |
background-color: #D0D0D0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
237 |
padding: 2px 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
238 |
height: 22px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
239 |
font-family: arial, sans-serif; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
240 |
font-size: 8pt; |
0 | 241 |
} |
242 |
div.toolbar ul { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
243 |
margin: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
244 |
padding: 0; |
0 | 245 |
} |
246 |
div.toolbar ul li { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
247 |
list-style: none; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
248 |
margin: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
249 |
float: left; |
0 | 250 |
} |
251 |
div.toolbar a img { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
252 |
opacity: 0.6; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
253 |
/*filter: alpha(opacity=60);*/ |
0 | 254 |
} |
255 |
div.toolbar a:hover img { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
256 |
opacity: 1; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
257 |
/*filter: alpha(opacity=100);*/ |
0 | 258 |
} |
259 |
div.toolbar a { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
260 |
display: block; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
261 |
padding: 2px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
262 |
border: 1px solid transparent; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
263 |
cursor: default; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
264 |
width: auto; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
265 |
color: #000000; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
266 |
margin: 0 2px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
267 |
max-height: 16px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
268 |
text-decoration: none; |
0 | 269 |
} |
270 |
div.toolbar a:hover { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
271 |
border: 1px solid #202090; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
272 |
background-color: #ceceed; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
273 |
color: #000000; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
274 |
text-decoration: none; |
0 | 275 |
} |
276 |
div.toolbar a:active { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
277 |
border: 1px solid #A0A0A0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
278 |
background-color: #E0E0E0; |
0 | 279 |
} |
280 |
div.toolbar img { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
281 |
margin: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
282 |
padding: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
283 |
display: inline; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
284 |
border-width: 0px; |
0 | 285 |
} |
286 |
div.toolbar a span { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
287 |
position: relative; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
288 |
top: -4px; |
0 | 289 |
} |
290 |
div.toolbar li span { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
291 |
padding-left: 2px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
292 |
padding-right: 5px; |
0 | 293 |
} |
294 |
||
295 |
/* vertical toolbar */ |
|
296 |
div.toolbar_vert { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
297 |
border: 1px solid #909090; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
298 |
background-color: #D0D0D0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
299 |
padding: 2px 0; |
0 | 300 |
} |
301 |
div.toolbar_vert ul { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
302 |
margin: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
303 |
padding: 0; |
0 | 304 |
} |
305 |
div.toolbar_vert ul li { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
306 |
list-style: none; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
307 |
margin: 0; |
0 | 308 |
} |
309 |
div.toolbar_vert a img { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
310 |
opacity: 0.6; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
311 |
/*filter: alpha(opacity=60);*/ |
0 | 312 |
} |
313 |
div.toolbar_vert a:hover img { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
314 |
opacity: 1; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
315 |
/*filter: alpha(opacity=100);*/ |
0 | 316 |
} |
317 |
div.toolbar_vert a { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
318 |
display: block; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
319 |
padding: 2px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
320 |
border: 1px solid transparent; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
321 |
cursor: default; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
322 |
width: auto; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
323 |
color: #000000; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
324 |
margin: 0 2px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
325 |
max-height: 16px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
326 |
text-decoration: none; |
0 | 327 |
} |
328 |
div.toolbar_vert a:hover { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
329 |
border: 1px solid #202090; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
330 |
background-color: #ceceed; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
331 |
color: #000000; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
332 |
text-decoration: none; |
0 | 333 |
} |
334 |
div.toolbar_vert a:active { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
335 |
border: 1px solid #A0A0A0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
336 |
background-color: #E0E0E0; |
0 | 337 |
} |
338 |
div.toolbar_vert img { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
339 |
margin: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
340 |
padding: 0; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
341 |
display: inline; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
342 |
border-width: 0px; |
0 | 343 |
} |
344 |
div.toolbar_vert a span { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
345 |
position: relative; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
346 |
top: -4px; |
0 | 347 |
} |
348 |
div.toolbar_vert li span { |
|
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
349 |
padding-left: 2px; |
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
350 |
padding-right: 5px; |
0 | 351 |
} |
352 |
||
650
e45183014778
Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
Dan
parents:
161
diff
changeset
|
353 |
div.mdg-comment { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
689
diff
changeset
|
354 |
display: none; |
650
e45183014778
Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
Dan
parents:
161
diff
changeset
|
355 |
} |
e45183014778
Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
Dan
parents:
161
diff
changeset
|
356 |