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
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
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 {
+ − 89
background-color: #B0D0F0;
+ − 90
font-size: 7pt;
+ − 91
border-width: 0;
+ − 92
}
+ − 93
div.menu a, div.menu div.label {
+ − 94
padding: 2.5pt 5px;
+ − 95
margin-right: 3px;
+ − 96
text-decoration: none;
+ − 97
display: block;
+ − 98
float: left;
+ − 99
color: #406080;
+ − 100
}
+ − 101
div.menu div.label {
+ − 102
color: #001020;
+ − 103
cursor: default;
+ − 104
}
+ − 105
div.menu span.sep {
+ − 106
display: block;
+ − 107
float: left;
+ − 108
width: 5px;
+ − 109
}
+ − 110
div.menu div.multopts {
+ − 111
line-height: 17pt;
+ − 112
}
+ − 113
div.menu div.multopts a, div.menu div.multopts div.label {
+ − 114
float: none;
+ − 115
display: inline;
+ − 116
}
+ − 117
div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover {
+ − 118
color: #406080;
+ − 119
background-color: #D0F0FF;
+ − 120
}
+ − 121
div.menu input[type ^="text"], div.menu input[type ^="password"] {
+ − 122
border-width: 0;
+ − 123
font-size: 9pt;
+ − 124
padding: 4px 5px;
+ − 125
max-width: 70px;
+ − 126
background-color: #D0F0FF;
+ − 127
}
+ − 128
div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover {
+ − 129
background-color: #E0F0FF;
+ − 130
}
+ − 131
div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus {
+ − 132
background-color: #F0F0FF;
+ − 133
}
+ − 134
div.menu input[type ^="button"], div.menu input[type ^="submit"] {
+ − 135
border-width: 0;
+ − 136
font-size: 9pt;
+ − 137
padding: 3px 5px;
+ − 138
max-width: 70px;
+ − 139
}
+ − 140
div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover {
+ − 141
color: #000040;
+ − 142
background-color: #FFFFFF;
+ − 143
}
+ − 144
div.menu ul {
+ − 145
display: none;
+ − 146
position: absolute;
+ − 147
padding: 0;
+ − 148
margin: 0;
+ − 149
background-color: #B0D0F0;
+ − 150
border-width: 0;
+ − 151
min-width: 120px;
+ − 152
}
+ − 153
div.menu ul li {
+ − 154
list-style: none;
+ − 155
}
+ − 156
div.menu ul a {
+ − 157
float: none;
+ − 158
margin: 0;
+ − 159
}
+ − 160
span.menuclear {
+ − 161
font-size: 1px;
+ − 162
height: 0px;
+ − 163
width: 0px;
+ − 164
clear: left;
+ − 165
line-height: 0px;
+ − 166
display: block;
+ − 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 {
+ − 235
border-bottom: 1px solid #909090;
+ − 236
background-color: #D0D0D0;
+ − 237
padding: 2px 0;
+ − 238
height: 22px;
+ − 239
font-family: arial, sans-serif;
+ − 240
font-size: 8pt;
+ − 241
}
+ − 242
div.toolbar ul {
+ − 243
margin: 0;
+ − 244
padding: 0;
+ − 245
}
+ − 246
div.toolbar ul li {
+ − 247
list-style: none;
+ − 248
margin: 0;
+ − 249
float: left;
+ − 250
}
+ − 251
div.toolbar a img {
+ − 252
opacity: 0.6;
+ − 253
/*filter: alpha(opacity=60);*/
+ − 254
}
+ − 255
div.toolbar a:hover img {
+ − 256
opacity: 1;
+ − 257
/*filter: alpha(opacity=100);*/
+ − 258
}
+ − 259
div.toolbar a {
+ − 260
display: block;
+ − 261
padding: 2px;
+ − 262
border: 1px solid transparent;
+ − 263
cursor: default;
+ − 264
width: auto;
+ − 265
color: #000000;
+ − 266
margin: 0 2px;
+ − 267
max-height: 16px;
+ − 268
text-decoration: none;
+ − 269
}
+ − 270
div.toolbar a:hover {
+ − 271
border: 1px solid #202090;
+ − 272
background-color: #ceceed;
+ − 273
color: #000000;
+ − 274
text-decoration: none;
+ − 275
}
+ − 276
div.toolbar a:active {
+ − 277
border: 1px solid #A0A0A0;
+ − 278
background-color: #E0E0E0;
+ − 279
}
+ − 280
div.toolbar img {
+ − 281
margin: 0;
+ − 282
padding: 0;
+ − 283
display: inline;
+ − 284
border-width: 0px;
+ − 285
}
+ − 286
div.toolbar a span {
+ − 287
position: relative;
+ − 288
top: -4px;
+ − 289
}
+ − 290
div.toolbar li span {
+ − 291
padding-left: 2px;
+ − 292
padding-right: 5px;
+ − 293
}
+ − 294
+ − 295
/* vertical toolbar */
+ − 296
div.toolbar_vert {
+ − 297
border: 1px solid #909090;
+ − 298
background-color: #D0D0D0;
+ − 299
padding: 2px 0;
+ − 300
}
+ − 301
div.toolbar_vert ul {
+ − 302
margin: 0;
+ − 303
padding: 0;
+ − 304
}
+ − 305
div.toolbar_vert ul li {
+ − 306
list-style: none;
+ − 307
margin: 0;
+ − 308
}
+ − 309
div.toolbar_vert a img {
+ − 310
opacity: 0.6;
+ − 311
/*filter: alpha(opacity=60);*/
+ − 312
}
+ − 313
div.toolbar_vert a:hover img {
+ − 314
opacity: 1;
+ − 315
/*filter: alpha(opacity=100);*/
+ − 316
}
+ − 317
div.toolbar_vert a {
+ − 318
display: block;
+ − 319
padding: 2px;
+ − 320
border: 1px solid transparent;
+ − 321
cursor: default;
+ − 322
width: auto;
+ − 323
color: #000000;
+ − 324
margin: 0 2px;
+ − 325
max-height: 16px;
+ − 326
text-decoration: none;
+ − 327
}
+ − 328
div.toolbar_vert a:hover {
+ − 329
border: 1px solid #202090;
+ − 330
background-color: #ceceed;
+ − 331
color: #000000;
+ − 332
text-decoration: none;
+ − 333
}
+ − 334
div.toolbar_vert a:active {
+ − 335
border: 1px solid #A0A0A0;
+ − 336
background-color: #E0E0E0;
+ − 337
}
+ − 338
div.toolbar_vert img {
+ − 339
margin: 0;
+ − 340
padding: 0;
+ − 341
display: inline;
+ − 342
border-width: 0px;
+ − 343
}
+ − 344
div.toolbar_vert a span {
+ − 345
position: relative;
+ − 346
top: -4px;
+ − 347
}
+ − 348
div.toolbar_vert li span {
+ − 349
padding-left: 2px;
+ − 350
padding-right: 5px;
+ − 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
diff
changeset
+ − 353
span.normallink {
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
diff
changeset
+ − 354
display: none;
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
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
diff
changeset
+ − 356
div.mdg-comment {
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
diff
changeset
+ − 357
display: none;
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
diff
changeset
+ − 358
}
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
diff
changeset
+ − 359