themes/enanium/css/babygrand.css
author Dan
Tue, 30 Mar 2010 11:37:00 -0400
changeset 1231 4797a4a88533
parent 1227 bdac73ed481e
child 1254 221d14331ebe
permissions -rw-r--r--
Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     1
/**
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     2
 * Enanium - Baby Grand
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     3
 * Polished black default theme for Enano CMS
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     4
 * Copyright (C) 2009 Dan Fuhry
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     5
 */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     6
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     7
/* Core definitions - structure */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     8
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     9
html, body {
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: 1107
diff changeset
    10
	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: 1107
diff changeset
    11
	padding: 0;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    12
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    13
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    14
div {
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: 1107
diff changeset
    15
	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: 1107
diff changeset
    16
	padding: 0;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    17
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    18
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    19
body {
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: 1107
diff changeset
    20
	background-image: url(../images/background.gif);
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: 1107
diff changeset
    21
	background-color: #2a2a29;
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: 1107
diff changeset
    22
	font-family: trebuchet ms, verdana, tahoma, arial, helvetica, 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: 1107
diff changeset
    23
	font-size: 9pt;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    24
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    25
1107
2d37a11fabd8 Enanium: fixed background in tinymce
Dan
parents: 1100
diff changeset
    26
body#tinymce {
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: 1107
diff changeset
    27
	background-image: 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: 1107
diff changeset
    28
	background-color: #f0f0f0;
1107
2d37a11fabd8 Enanium: fixed background in tinymce
Dan
parents: 1100
diff changeset
    29
}
2d37a11fabd8 Enanium: fixed background in tinymce
Dan
parents: 1100
diff changeset
    30
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    31
table#body-wrapper {
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: 1107
diff changeset
    32
	width: 100%;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    33
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    34
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    35
body.simple table#body-wrapper {
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: 1107
diff changeset
    36
	width: 70%;
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: 1107
diff changeset
    37
	margin: 0 auto;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    38
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    39
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    40
td#cell-sbleft {
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: 1107
diff changeset
    41
	background-image: url(../images/transb50.png);
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    42
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    43
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    44
td#cell-content {
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: 1107
diff changeset
    45
	background-color: #fff;
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: 1107
diff changeset
    46
	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: 1107
diff changeset
    47
	width: 100%;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    48
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    49
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    50
/* Global - links */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    51
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: 1107
diff changeset
    52
	text-decoration: none;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    53
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    54
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    55
a:link, a:visited {
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: 1107
diff changeset
    56
	color: #356a9e;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    57
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    58
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    59
div#content-wrapper a:visited {
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: 1107
diff changeset
    60
	color: #4c84bb;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    61
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    62
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    63
a:link: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: 1107
diff changeset
    64
	color: #6a95c0;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    65
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    66
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    67
/* Header */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    68
div#header {
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: 1107
diff changeset
    69
	line-height: 122px;
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: 1107
diff changeset
    70
	/* background-image: url(../images/top.gif); */
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: 1107
diff changeset
    71
	background-repeat: repeat-x;
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: 1107
diff changeset
    72
	color: #a9a9a9;
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: 1107
diff changeset
    73
	padding: 0 1.3em;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    74
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    75
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    76
body.simple div#header {
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: 1107
diff changeset
    77
	line-height: 78px;
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: 1107
diff changeset
    78
	width: 75%;
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: 1107
diff changeset
    79
	margin: 100px auto 0 auto;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    80
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    81
1100
aead4e1ce5df Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents: 1081
diff changeset
    82
a.header-placeholder {
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: 1107
diff changeset
    83
	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: 1107
diff changeset
    84
	width: 60%;
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: 1107
diff changeset
    85
	min-width: 500px;
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: 1107
diff changeset
    86
	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: 1107
diff changeset
    87
	top: 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: 1107
diff changeset
    88
	left: 0;
1100
aead4e1ce5df Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents: 1081
diff changeset
    89
}
aead4e1ce5df Enanium: custom header now has an <a> floating above it that links to the main page.
Dan
parents: 1081
diff changeset
    90
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    91
div#header h1 {
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: 1107
diff changeset
    92
	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: 1107
diff changeset
    93
	font-weight: normal;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    94
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    95
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    96
div#header h1 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: 1107
diff changeset
    97
	color: white;
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: 1107
diff changeset
    98
	padding-right: 20px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    99
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   100
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   101
div#header h1 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: 1107
diff changeset
   102
	background-image: url(../images/home.gif);
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: 1107
diff changeset
   103
	background-repeat: no-repeat;
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: 1107
diff changeset
   104
	background-position: center right;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   105
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   106
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   107
div.logo {
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: 1107
diff changeset
   108
	width: 96px;
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: 1107
diff changeset
   109
	height: 122px;
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: 1107
diff changeset
   110
	background-image: url(../images/logo.png);
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: 1107
diff changeset
   111
	background-position: center center;
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: 1107
diff changeset
   112
	background-repeat: no-repeat;
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: 1107
diff changeset
   113
	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: 1107
diff changeset
   114
	margin: 0 7px 0 -13px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   115
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   116
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   117
/* Userlinks */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   118
ul.useropts {
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: 1107
diff changeset
   119
	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: 1107
diff changeset
   120
	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: 1107
diff changeset
   121
	right: 10px;
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: 1107
diff changeset
   122
	line-height: 19px;
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: 1107
diff changeset
   123
	top: 99px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   124
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   125
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   126
ul.useropts 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: 1107
diff changeset
   127
	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: 1107
diff changeset
   128
	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: 1107
diff changeset
   129
	margin-right: 4px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   130
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   131
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   132
ul.useropts li 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: 1107
diff changeset
   133
	color: #a9b2e3;
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: 1107
diff changeset
   134
	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: 1107
diff changeset
   135
	padding: 2px 12px;
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: 1107
diff changeset
   136
	background-color: #30475d;
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: 1107
diff changeset
   137
	-moz-border-radius: 6px 6px 0 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: 1107
diff changeset
   138
	border-radius: 6px 6px 0 0;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   139
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   140
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   141
ul.useropts li.em 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: 1107
diff changeset
   142
	color: #b9d0e3;
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: 1107
diff changeset
   143
	background-color: #405f7c;
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: 1107
diff changeset
   144
	font-weight: bold;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   145
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   146
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   147
ul.useropts li: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: 1107
diff changeset
   148
	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: 1107
diff changeset
   149
	top: -2px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   150
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   151
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   152
ul.useropts li:hover > 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: 1107
diff changeset
   153
	padding: 2px 12px 4px 12px;
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: 1107
diff changeset
   154
	color: #b9d0e3;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   155
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   156
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   157
ul.useropts li.logout:hover > 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: 1107
diff changeset
   158
	color: #e9e9e9;
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: 1107
diff changeset
   159
	background-color: #701010;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   160
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   161
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   162
/* Search form */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   163
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   164
form.searchform {
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: 1107
diff changeset
   165
	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: 1107
diff changeset
   166
	/* background-color: #292929; */
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: 1107
diff changeset
   167
	background-image: url(../images/transb50.png);
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: 1107
diff changeset
   168
	top: 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: 1107
diff changeset
   169
	right: 10px;
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: 1107
diff changeset
   170
	padding: 7px;
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: 1107
diff changeset
   171
	text-align: right;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   172
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   173
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   174
/* Sidebars */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   175
div.sidebar.left {
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: 1107
diff changeset
   176
	width: 150px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   177
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   178
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   179
div.sidebar.right {
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: 1107
diff changeset
   180
	float: right;
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: 1107
diff changeset
   181
	width: 170px;
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: 1107
diff changeset
   182
	margin: 0 0 0 20px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   183
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   184
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   185
div.sidebar.right div.slider {
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: 1107
diff changeset
   186
	padding: 10px;
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: 1107
diff changeset
   187
	background-color: #bed8ef;
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: 1107
diff changeset
   188
	-moz-border-radius: 10px;
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: 1107
diff changeset
   189
	border-radius: 10px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   190
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   191
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   192
div.sidebar h4 {
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: 1107
diff changeset
   193
	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: 1107
diff changeset
   194
	padding: 5px 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: 1107
diff changeset
   195
	color: #90B0D0;
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: 1107
diff changeset
   196
	border-bottom: 1px dotted #5b6f80;
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: 1107
diff changeset
   197
	font-size: 10pt;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   198
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   199
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   200
div.sidebar div.slider {
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: 1107
diff changeset
   201
	font-size: 8pt;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   202
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   203
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   204
div.sidebar h4 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: 1107
diff changeset
   205
	cursor: pointer;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   206
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   207
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   208
div.sidebar.right h4 {
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: 1107
diff changeset
   209
	color: #5a87b3;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   210
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   211
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   212
div.sidebar ul.linkblock {
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: 1107
diff changeset
   213
	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: 1107
diff changeset
   214
	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: 1107
diff changeset
   215
	list-style-type: none;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   216
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   217
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   218
div.sidebar ul.linkblock li 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: 1107
diff changeset
   219
	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: 1107
diff changeset
   220
	color: #b2b2b2;
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: 1107
diff changeset
   221
	padding: 5px 3px 5px 0.9em;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   222
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   223
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   224
div.sidebar ul.linkblock li 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: 1107
diff changeset
   225
	color: #c5c5c5;
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: 1107
diff changeset
   226
	background-color: #292929;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   227
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   228
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   229
div.sidebar a.closebtn {
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: 1107
diff changeset
   230
	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: 1107
diff changeset
   231
	float: right;
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: 1107
diff changeset
   232
	margin-right: 10px;
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: 1107
diff changeset
   233
	color: #456798;
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: 1107
diff changeset
   234
	background-color: #f0f0f0;
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: 1107
diff changeset
   235
	padding: 0 8px;
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: 1107
diff changeset
   236
	-moz-border-radius: 0 0 4px 4px;
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: 1107
diff changeset
   237
	cursor: pointer;
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   238
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   239
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   240
div.sidebar.left a.closebtn {
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: 1107
diff changeset
   241
	color: #f0f0f0;
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: 1107
diff changeset
   242
	background-color: #404040;
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: 1107
diff changeset
   243
	margin-right: 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: 1107
diff changeset
   244
	-moz-border-radius: 0 0 0 4px;
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: 1107
diff changeset
   245
	padding: 1pt 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: 1107
diff changeset
   246
	font-size: 10pt;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   247
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   248
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   249
div.right-sidebar-hidden {
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: 1107
diff changeset
   250
	margin-left: 10px;
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: 1107
diff changeset
   251
	display: none;
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   252
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   253
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   254
div.left-sidebar-hidden {
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: 1107
diff changeset
   255
	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: 1107
diff changeset
   256
	position: absolute;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   257
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   258
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   259
div.right-sidebar-hidden a.openbtn {
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: 1107
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: 1107
diff changeset
   261
	float: right;
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: 1107
diff changeset
   262
	margin-right: -20px;
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: 1107
diff changeset
   263
	color: #456798;
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: 1107
diff changeset
   264
	background-color: #f0f0f0;
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: 1107
diff changeset
   265
	padding: 5px 8px;
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: 1107
diff changeset
   266
	-moz-border-radius: 4px 0 0 4px;
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: 1107
diff changeset
   267
	cursor: pointer;
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   268
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   269
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   270
div.left-sidebar-hidden a.openbtn {
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: 1107
diff changeset
   271
	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: 1107
diff changeset
   272
	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: 1107
diff changeset
   273
	margin-top: 1.8em;
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: 1107
diff changeset
   274
	color: #456798;
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: 1107
diff changeset
   275
	background-color: #f0f0f0;
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: 1107
diff changeset
   276
	padding: 5px 4px;
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: 1107
diff changeset
   277
	-moz-border-radius: 0 4px 4px 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: 1107
diff changeset
   278
	cursor: pointer;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   279
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   280
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   281
div.slider {
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: 1107
diff changeset
   282
	margin-bottom: 7px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   283
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   284
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   285
/* Content area */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   286
div#content-wrapper {
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: 1107
diff changeset
   287
	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: 1107
diff changeset
   288
	padding: 20px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   289
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   290
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   291
div.content {
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: 1107
diff changeset
   292
	/* Though very subtle, this makes the entire theme less harsh especially with Trebuchet. */
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: 1107
diff changeset
   293
	color: #202020;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   294
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   295
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   296
div.content h1, div.content h2 {
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: 1107
diff changeset
   297
	border-bottom: 1px solid #90B0D0;
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: 1107
diff changeset
   298
	margin-top: 0.2em;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   299
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   300
1004
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   301
div.content h1#h2PageName {
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: 1107
diff changeset
   302
	margin: 0.2em 0 0 0;
1004
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   303
}
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   304
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   305
div.content p {
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: 1107
diff changeset
   306
	margin-left: 0.8em;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   307
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   308
1231
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   309
div.content pre {
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   310
	margin-left: 1em;
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   311
	margin-top: 0;
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   312
	background-color: #F8F8F8;
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   313
	border: 1px dashed #90B0D0;
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   314
	padding: 10px;
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   315
	overflow: auto;
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   316
	clip: rect(0px, auto, auto, 0px);
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   317
}
4797a4a88533 Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Dan
parents: 1227
diff changeset
   318
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   319
/* Wikilinks to pages that don't exist */
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   320
div.content a.wikilink-nonexistent {
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: 1107
diff changeset
   321
	color: #B05020;
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   322
}
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   323
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   324
div.content a.wikilink-nonexistent:visited {
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: 1107
diff changeset
   325
	color: #906030 !important;
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   326
}
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   327
1045
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   328
/* I know it's bad to support plugins in core code, but indented paragraphs tend to be specific to themes I designed.
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: 1107
diff changeset
   329
 	This is for consistency between paragraphs and code blocks. */
1045
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   330
div.content pre, pre.geshi_highlighted {
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: 1107
diff changeset
   331
	margin-left: 0.8em;
1045
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   332
}
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   333
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   334
/* Inline rename */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   335
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   336
input#pageheading {
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: 1107
diff changeset
   337
	font-family: trebuchet ms, verdana, arial, helvetica, 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: 1107
diff changeset
   338
	font-size: 18pt;
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: 1107
diff changeset
   339
	font-weight: bold;
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: 1107
diff changeset
   340
	border-width: 0 0 1px 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: 1107
diff changeset
   341
	width: 100%;
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: 1107
diff changeset
   342
	border-bottom: 1px solid #90B0D0;
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: 1107
diff changeset
   343
	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: 1107
diff changeset
   344
	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: 1107
diff changeset
   345
	color: #202020;
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: 1107
diff changeset
   346
	background-color: rgb(240, 240, 240, 0.5);
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   347
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   348
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   349
input#pageheading: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: 1107
diff changeset
   350
	background-color: #fafafa;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   351
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   352
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   353
/* External links */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   354
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   355
div.content a[href ^="http://"], div#messageBox a[href ^="http://"] {
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: 1107
diff changeset
   356
	color: #4d78a2;
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: 1107
diff changeset
   357
	background: url(../images/links/external.gif) center right no-repeat;
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: 1107
diff changeset
   358
	padding-right: 16px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   359
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   360
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   361
div.content a[href ^="https://"], div#messageBox a[href ^="https://"] {
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: 1107
diff changeset
   362
	color: #4d78a2;
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: 1107
diff changeset
   363
	background: url(../images/links/https.gif)    center right no-repeat;
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: 1107
diff changeset
   364
	padding-right: 16px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   365
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   366
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   367
div.content a[href ^="mailto:"], div#messageBox a[href ^="mailto:"] {
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: 1107
diff changeset
   368
	color: #4d78a2;
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: 1107
diff changeset
   369
	background: url(../images/links/email.gif)    center right no-repeat;
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: 1107
diff changeset
   370
	padding-right: 16px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   371
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   372
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   373
div.content a[href ^="irc://"], div#messageBox a[href ^="irc://"] {
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: 1107
diff changeset
   374
	color: #4d78a2;
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: 1107
diff changeset
   375
	background: url(../images/links/irc.gif)      center right no-repeat;
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: 1107
diff changeset
   376
	padding-right: 16px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   377
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   378
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   379
div.content a[href ^="http://"]:hover, div#messageBox a[href ^="http://"]: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: 1107
diff changeset
   380
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   381
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   382
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   383
div.content a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]: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: 1107
diff changeset
   384
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   385
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   386
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   387
div.content a[href ^="mailto:"]:hover, div#messageBox a[href ^="mailto:"]: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: 1107
diff changeset
   388
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   389
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   390
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   391
div.content a[href ^="irc://"]:hover, div#messageBox a[href ^="irc://"]: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: 1107
diff changeset
   392
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   393
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   394
1075
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   395
div.content a.no_external, div#messageBox a.no_external {
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: 1107
diff changeset
   396
	background-image: 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: 1107
diff changeset
   397
	padding-right: 0px;
1075
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   398
}
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   399
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   400
/* Form controls */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   401
input {
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: 1107
diff changeset
   402
	border: 1px solid #353535;
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: 1107
diff changeset
   403
	background-color: #262626;
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: 1107
diff changeset
   404
	color: #b6b6b6;
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: 1107
diff changeset
   405
	font-size: 8pt;
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: 1107
diff changeset
   406
	font-family: arial, helvetica, 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: 1107
diff changeset
   407
	padding: 2px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   408
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   409
1075
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   410
div#messageBox input[type ^="text"], div#messageBox 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: 1107
diff changeset
   411
	background-color: #f4f4f4;
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: 1107
diff changeset
   412
	color: #202020;
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: 1107
diff changeset
   413
	border: 1px solid #aaa;
1075
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   414
}
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   415
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   416
div#messageBox input[type ^="text"]:focus, div#messageBox 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: 1107
diff changeset
   417
	background-color: #fff;
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: 1107
diff changeset
   418
	border-color: #888;
1075
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   419
}
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   420
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   421
/* Footer */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   422
div#footer {
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: 1107
diff changeset
   423
	margin: 7px 0 0 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: 1107
diff changeset
   424
	border-top: 1px solid #707070;
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: 1107
diff changeset
   425
	background-color: #000;
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: 1107
diff changeset
   426
	color: #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: 1107
diff changeset
   427
	padding: 4px;
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: 1107
diff changeset
   428
	font-size: smaller;
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: 1107
diff changeset
   429
	font-family: tahoma, arial, sans-serif;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   430
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   431
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   432
body.simple div#footer {
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: 1107
diff changeset
   433
	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: 1107
diff changeset
   434
	bottom: 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: 1107
diff changeset
   435
	padding: 4px 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: 1107
diff changeset
   436
	width: 100%;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   437
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   438
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   439
/*
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   440
 * Userpage styles
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   441
 */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   442
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   443
ul.userpage_links 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: 1107
diff changeset
   444
	background-image: url('../images/buttonbg.gif');
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: 1107
diff changeset
   445
	background-repeat: repeat-x;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   446
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   447
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   448
ul.userpage_links li 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: 1107
diff changeset
   449
	color: #202020;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   450
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   451
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   452
ul.userpage_links li.userpage_tab_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: 1107
diff changeset
   453
	background-image: url('../images/buttonbg-lite.gif');
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   454
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   455
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   456
ul.userpage_links li: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: 1107
diff changeset
   457
	background-image: url('../images/buttonbg-lite.gif');
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: 1107
diff changeset
   458
	border-color: #404040 #404040 #ffffff #404040;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   459
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   460
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   461
ul.userpage_links li.userpage_tab_active:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   462
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   463
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   464
ul.userpage_links li a:visited, ul.userpage_links li 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: 1107
diff changeset
   465
	color: #202020 !important;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   466
}
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   467
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   468
/*
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   469
 * Some table stuff
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   470
 */
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   471
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   472
div.tblholder th 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: 1107
diff changeset
   473
	text-decoration: underline;
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: 1107
diff changeset
   474
	color: #f0f0f0 !important;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   475
}
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   476
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   477
/*
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   478
 * jBox menu system
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   479
 */
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   480
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   481
div.menu, div.menu_nojs {
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: 1107
diff changeset
   482
	background-image: url(../images/jbox.gif);
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: 1107
diff changeset
   483
	background-repeat: repeat-x;
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: 1107
diff changeset
   484
	background-color: #303030;
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: 1107
diff changeset
   485
	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: 1107
diff changeset
   486
	border-width: 0;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   487
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   488
.menu_bg {
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: 1107
diff changeset
   489
	background-color: #303030;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   490
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   491
div.menu ul, div.menu_nojs 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: 1107
diff changeset
   492
	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: 1107
diff changeset
   493
	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: 1107
diff changeset
   494
	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: 1107
diff changeset
   495
	margin: 0 !important;
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: 1107
diff changeset
   496
	background-color: #303030;
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: 1107
diff changeset
   497
	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: 1107
diff changeset
   498
	min-width: 120px;
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: 1107
diff changeset
   499
	text-transform: lowercase;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   500
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   501
div.menu a, div.menu div.label, div.menu_nojs a, div.menu_nojs 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: 1107
diff changeset
   502
	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: 1107
diff changeset
   503
	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: 1107
diff changeset
   504
	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: 1107
diff changeset
   505
	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: 1107
diff changeset
   506
	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: 1107
diff changeset
   507
	color: #b2b2b2;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   508
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   509
div#content-wrapper div.menu a, div#content-wrapper div.menu_nojs 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: 1107
diff changeset
   510
	color: #b2b2b2;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   511
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   512
div.menu div.label, div.menu_nojs 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: 1107
diff changeset
   513
	color: #808080;
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: 1107
diff changeset
   514
	cursor: default;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   515
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   516
div.menu span.sep, div.menu_nojs 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: 1107
diff changeset
   517
	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: 1107
diff changeset
   518
	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: 1107
diff changeset
   519
	width: 5px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   520
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   521
div.menu div.multopts, div.menu_nojs 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: 1107
diff changeset
   522
	line-height: 17pt;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   523
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   524
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs 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: 1107
diff changeset
   525
	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: 1107
diff changeset
   526
	display: inline;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   527
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   528
div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover, div.menu_nojs a.liteselected, div.menu_nojs a.liteselected:hover, div.menu_nojs 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: 1107
diff changeset
   529
	color: #c9c9c9;
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: 1107
diff changeset
   530
	background-color: #484848;
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: 1107
diff changeset
   531
	background-image: url(../images/jbox.gif);
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: 1107
diff changeset
   532
	background-position: 0 -32px;
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: 1107
diff changeset
   533
	background-repeat: repeat-x;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   534
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   535
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs 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: 1107
diff changeset
   536
	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: 1107
diff changeset
   537
	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: 1107
diff changeset
   538
	padding: 2px 5px 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: 1107
diff changeset
   539
	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: 1107
diff changeset
   540
	color: #a9a9a9;
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: 1107
diff changeset
   541
	background-color: #191919;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   542
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   543
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 {
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: 1107
diff changeset
   544
	background-color: #292929;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   545
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   546
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 {
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: 1107
diff changeset
   547
	background-color: #373737;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   548
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   549
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs 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: 1107
diff changeset
   550
	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: 1107
diff changeset
   551
	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: 1107
diff changeset
   552
	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: 1107
diff changeset
   553
	max-width: 70px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   554
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   555
div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover, div.menu_nojs a.current, div.menu_nojs a.current:hover, div.menu_nojs a.selected, div.menu_nojs 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: 1107
diff changeset
   556
	color: #202020;
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: 1107
diff changeset
   557
	background-color: #FFFFFF;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   558
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   559
div.menu a.current:hover, div.menu a.selected:hover, div.menu a.current.liteselected,
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   560
div.menu_nojs a.current:hover, div.menu_nojs a.selected:hover, div.menu_nojs a.current.liteselected {
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: 1107
diff changeset
   561
	background-position: 0 -64px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   562
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   563
div.menu ul li, div.menu_nojs 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: 1107
diff changeset
   564
	list-style: none;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   565
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   566
div.menu ul a, div.menu_nojs 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: 1107
diff changeset
   567
	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: 1107
diff changeset
   568
	margin: 0;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   569
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   570
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   571
/* toolbar */
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   572
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   573
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: 1107
diff changeset
   574
	border: 1px solid #3b619c;
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: 1107
diff changeset
   575
	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: 1107
diff changeset
   576
	background-image: url(../../oxygen/images/bleu/sprite-horiz.gif);
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: 1107
diff changeset
   577
	background-position: 0 -90px;
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: 1107
diff changeset
   578
	padding: 1px 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: 1107
diff changeset
   579
	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: 1107
diff changeset
   580
	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: 1107
diff changeset
   581
	font-size: 8pt;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   582
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   583
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: 1107
diff changeset
   584
	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: 1107
diff changeset
   585
	padding: 0;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   586
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   587
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: 1107
diff changeset
   588
	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: 1107
diff changeset
   589
	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: 1107
diff changeset
   590
	float: left;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   591
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   592
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: 1107
diff changeset
   593
	opacity: 0.6;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   594
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   595
div.toolbar a:hover img, div.toolbar a:focus 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: 1107
diff changeset
   596
	opacity: 1;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   597
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   598
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: 1107
diff changeset
   599
	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: 1107
diff changeset
   600
	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: 1107
diff changeset
   601
	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: 1107
diff changeset
   602
	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: 1107
diff changeset
   603
	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: 1107
diff changeset
   604
	color: #000000 !important;
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: 1107
diff changeset
   605
	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: 1107
diff changeset
   606
	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: 1107
diff changeset
   607
	text-decoration: none;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   608
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   609
div.toolbar a:hover, div.toolbar a: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: 1107
diff changeset
   610
	border: 1px solid #000080;
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: 1107
diff changeset
   611
	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: 1107
diff changeset
   612
	background-image: url(../../oxygen/images/bleu/sprite-horiz.gif);
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: 1107
diff changeset
   613
	background-position: 0 -118px;
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: 1107
diff changeset
   614
	color: #000000 !important;
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: 1107
diff changeset
   615
	text-decoration: none;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   616
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   617
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: 1107
diff changeset
   618
	background-color: #E0E0E0;
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: 1107
diff changeset
   619
	background-position: 0 -138px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   620
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   621
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: 1107
diff changeset
   622
	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: 1107
diff changeset
   623
	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: 1107
diff changeset
   624
	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: 1107
diff changeset
   625
	border-width: 0px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   626
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   627
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: 1107
diff changeset
   628
	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: 1107
diff changeset
   629
	top: -3px !important;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   630
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   631
div.toolbar a span.noimage {
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: 1107
diff changeset
   632
	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: 1107
diff changeset
   633
	top: 0px !important;
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: 1107
diff changeset
   634
	height: 16px !important;
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: 1107
diff changeset
   635
	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: 1107
diff changeset
   636
	padding-left: 2px !important;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   637
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   638
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: 1107
diff changeset
   639
	padding-left: 4px;
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: 1107
diff changeset
   640
	padding-right: 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: 1107
diff changeset
   641
	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: 1107
diff changeset
   642
	top: 4px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   643
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   644
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   645
/* vertical toolbar */
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   646
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: 1107
diff changeset
   647
	border: 1px solid #82aae2;
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: 1107
diff changeset
   648
	background-color: #c9ddf8;
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: 1107
diff changeset
   649
	padding: 2px 0;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   650
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   651
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: 1107
diff changeset
   652
	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: 1107
diff changeset
   653
	padding: 0;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   654
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   655
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: 1107
diff changeset
   656
	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: 1107
diff changeset
   657
	margin: 0;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   658
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   659
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: 1107
diff changeset
   660
	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: 1107
diff changeset
   661
	/*filter: alpha(opacity=60);*/
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   662
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   663
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: 1107
diff changeset
   664
	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: 1107
diff changeset
   665
	/*filter: alpha(opacity=100);*/
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   666
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   667
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: 1107
diff changeset
   668
	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: 1107
diff changeset
   669
	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: 1107
diff changeset
   670
	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: 1107
diff changeset
   671
	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: 1107
diff changeset
   672
	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: 1107
diff changeset
   673
	color: #000000 !important;
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: 1107
diff changeset
   674
	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: 1107
diff changeset
   675
	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: 1107
diff changeset
   676
	text-decoration: none;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   677
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   678
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: 1107
diff changeset
   679
	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: 1107
diff changeset
   680
	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: 1107
diff changeset
   681
	color: #000000 !important;
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: 1107
diff changeset
   682
	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: 1107
diff changeset
   683
	background-image: url(../../oxygen/images/bleu/sprite-horiz.gif);
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: 1107
diff changeset
   684
	background-position: 0 -118px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   685
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   686
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: 1107
diff changeset
   687
	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: 1107
diff changeset
   688
	background-color: #E0E0E0;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   689
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   690
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: 1107
diff changeset
   691
	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: 1107
diff changeset
   692
	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: 1107
diff changeset
   693
	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: 1107
diff changeset
   694
	border-width: 0px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   695
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   696
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: 1107
diff changeset
   697
	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: 1107
diff changeset
   698
	top: -4px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   699
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   700
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: 1107
diff changeset
   701
	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: 1107
diff changeset
   702
	padding-right: 5px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   703
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   704
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   705
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: 1107
diff changeset
   706
	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: 1107
diff changeset
   707
	padding: 4px 5px;
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   708
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   709