themes/enanium/css/babygrand.css
author Dan Fuhry <dan@enanocms.org>
Thu, 28 Oct 2010 03:05:31 -0400
changeset 1308 f9bee9b125ee
parent 1291 a971f6efcb7b
permissions -rw-r--r--
Parser updates. Added the "styled" keyword to wikitables to allow them to be styled using the current theme's standard table skinning, and changes to how the image tag parser decides how to display an image (framed, inline or raw).
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;
1287
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   177
	color: #c0c0c0;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   178
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   179
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   180
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
   181
	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
   182
	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
   183
	margin: 0 0 0 20px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   184
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   185
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   186
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
   187
	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
   188
	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
   189
	-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
   190
	border-radius: 10px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   191
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   192
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   193
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
   194
	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
   195
	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
   196
	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
   197
	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
   198
	font-size: 10pt;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   199
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   200
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   201
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
   202
	font-size: 8pt;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   203
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   204
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   205
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
   206
	cursor: pointer;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   207
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   208
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   209
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
   210
	color: #5a87b3;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   211
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   212
1287
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   213
div.sidebar.left div.slideblock.pluggedin {
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   214
	padding: 5px;
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   215
}
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   216
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   217
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
   218
	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
   219
	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
   220
	list-style-type: none;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   221
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   222
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   223
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
   224
	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
   225
	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
   226
	padding: 5px 3px 5px 0.9em;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   227
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   228
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   229
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
   230
	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
   231
	background-color: #292929;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   232
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   233
1287
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   234
div.sidebar.right ul.linkblock {
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   235
	margin-top: 4px;
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   236
}
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   237
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   238
div.sidebar.right ul.linkblock li a {
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   239
	color: #356a9e;
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   240
}
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   241
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   242
div.sidebar.right ul.linkblock li a:hover {
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   243
	color: #326394;
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   244
	background-color: #c6dff5;
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   245
}
2c95a2c538c8 Enanium: Link blocks now render properly on the right sidebar, and textual blocks now look good on the left.
Dan Fuhry <dan@enanocms.org>
parents: 1254
diff changeset
   246
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   247
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
   248
	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
   249
	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
   250
	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
   251
	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
   252
	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
   253
	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
   254
	-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
   255
	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
   256
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   257
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   258
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
   259
	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
   260
	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
   261
	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
   262
	-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
   263
	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
   264
	font-size: 10pt;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   265
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   266
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   267
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
   268
	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
   269
	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
   270
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   271
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   272
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
   273
	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
   274
	position: absolute;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   275
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   276
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   277
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
   278
	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
   279
	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
   280
	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
   281
	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
   282
	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
   283
	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
   284
	-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
   285
	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
   286
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   287
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   288
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
   289
	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
   290
	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
   291
	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
   292
	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
   293
	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
   294
	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
   295
	-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
   296
	cursor: pointer;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   297
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   298
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   299
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
   300
	margin-bottom: 7px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   301
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   302
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   303
/* Content area */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   304
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
   305
	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
   306
	padding: 20px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   307
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   308
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   309
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
   310
	/* 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
   311
	color: #202020;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   312
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   313
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   314
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
   315
	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
   316
	margin-top: 0.2em;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   317
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   318
1004
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   319
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
   320
	margin: 0.2em 0 0 0;
1004
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   321
}
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   322
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   323
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
   324
	margin-left: 0.8em;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   325
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   326
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
   327
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
   328
	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
   329
	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
   330
	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
   331
	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
   332
	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
   333
	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
   334
	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
   335
}
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
   336
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   337
/* Wikilinks to pages that don't exist */
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   338
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
   339
	color: #B05020;
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   340
}
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   341
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   342
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
   343
	color: #906030 !important;
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   344
}
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   345
1045
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   346
/* 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
   347
 	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
   348
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
   349
	margin-left: 0.8em;
1045
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   350
}
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   351
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   352
/* Inline rename */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   353
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   354
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
   355
	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
   356
	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
   357
	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
   358
	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
   359
	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
   360
	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
   361
	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
   362
	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
   363
	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
   364
	background-color: rgb(240, 240, 240, 0.5);
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
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
   368
	background-color: #fafafa;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   369
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   370
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   371
/* External links */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   372
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   373
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
   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/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
   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 ^="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
   380
	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
   381
	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
   382
	padding-right: 16px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   383
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   384
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   385
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
   386
	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
   387
	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
   388
	padding-right: 16px;
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://"], 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
   392
	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
   393
	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
   394
	padding-right: 16px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   395
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   396
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   397
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
   398
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   399
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   400
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   401
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
   402
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   403
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   404
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   405
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
   406
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   407
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   408
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   409
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
   410
	color: #6488ad;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   411
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   412
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
   413
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
   414
	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
   415
	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
   416
}
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
   417
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   418
/* Form controls */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   419
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
   420
	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
   421
	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
   422
	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
   423
	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
   424
	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
   425
	padding: 2px;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   426
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   427
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
   428
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
   429
	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
   430
	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
   431
	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
   432
}
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
   433
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
   434
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
   435
	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
   436
	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
   437
}
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
   438
1291
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   439
textarea#ajaxEditArea, textarea.writespace {
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   440
	font-family: Lucida Grande, DejaVu Sans, arial, helvetica, sans-serif;
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   441
	font-size: 9pt;
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   442
	line-height: 130%;
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   443
	color: #202020;
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   444
	background-color: #fff;
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   445
	padding: 4px;
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   446
	border: 1px solid #a0a0a0;
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   447
}
a971f6efcb7b Visual refresh on the textarea in the enanium page editor. Also fixed missing image on the Save Draft button.
Dan Fuhry <dan@enanocms.org>
parents: 1287
diff changeset
   448
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   449
/* Footer */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   450
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
   451
	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
   452
	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
   453
	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
   454
	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
   455
	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
   456
	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
   457
	font-family: tahoma, arial, sans-serif;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   458
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   459
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   460
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
   461
	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
   462
	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
   463
	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
   464
	width: 100%;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   465
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   466
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   467
/*
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   468
 * Userpage styles
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   469
 */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   470
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   471
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
   472
	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
   473
	background-repeat: repeat-x;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   474
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   475
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   476
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
   477
	color: #202020;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   478
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   479
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   480
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
   481
	background-image: url('../images/buttonbg-lite.gif');
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   482
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   483
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   484
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
   485
	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
   486
	border-color: #404040 #404040 #ffffff #404040;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   487
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   488
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   489
ul.userpage_links li.userpage_tab_active:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   490
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   491
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   492
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
   493
	color: #202020 !important;
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   494
}
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   495
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   496
/*
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   497
 * Some table stuff
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   498
 */
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   499
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   500
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
   501
	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
   502
	color: #f0f0f0 !important;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   503
}
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
   504
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
   505
/*
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
   506
 * 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
   507
 */
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.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
   510
	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
   511
	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
   512
	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
   513
	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
   514
	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
   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
.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
   517
	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
   518
}
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
   519
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
   520
	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
   521
	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
   522
	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
   523
	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
   524
	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
   525
	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
   526
	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
   527
	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
   528
}
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
   529
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
   530
	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
   531
	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
   532
	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
   533
	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
   534
	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
   535
	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
   536
}
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
   537
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
   538
	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
   539
}
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
   540
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
   541
	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
   542
	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
   543
}
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
   544
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
   545
	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
   546
	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
   547
	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
   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 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
   550
	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
   551
}
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
   552
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
   553
	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
   554
	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
   555
}
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
   556
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
   557
	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
   558
	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
   559
	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
   560
	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
   561
	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
   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 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
   564
	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
   565
	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
   566
	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
   567
	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
   568
	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
   569
	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
   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
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
   572
	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
   573
}
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
   574
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
   575
	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
   576
}
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
   577
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
   578
	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
   579
	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
   580
	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
   581
	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
   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.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
   584
	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
   585
	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
   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.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
   588
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
   589
	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
   590
}
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
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
   592
	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
   593
}
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
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
   595
	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
   596
	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
   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
1254
221d14331ebe Added basic support for right-to-left languages. Set meta_direction to "rtl" in core.json.
Dan Fuhry <dan@enanocms.org>
parents: 1231
diff changeset
   599
div.menu.global_menu, div.menu_nojs.global_menu {
221d14331ebe Added basic support for right-to-left languages. Set meta_direction to "rtl" in core.json.
Dan Fuhry <dan@enanocms.org>
parents: 1231
diff changeset
   600
	float: right;
221d14331ebe Added basic support for right-to-left languages. Set meta_direction to "rtl" in core.json.
Dan Fuhry <dan@enanocms.org>
parents: 1231
diff changeset
   601
	margin-right: 10px;
221d14331ebe Added basic support for right-to-left languages. Set meta_direction to "rtl" in core.json.
Dan Fuhry <dan@enanocms.org>
parents: 1231
diff changeset
   602
}
221d14331ebe Added basic support for right-to-left languages. Set meta_direction to "rtl" in core.json.
Dan Fuhry <dan@enanocms.org>
parents: 1231
diff changeset
   603
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
   604
/* 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
   605
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
   606
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
   607
	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
   608
	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
   609
	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
   610
	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
   611
	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
   612
	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
   613
	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
   614
	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
   615
}
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
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
   617
	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
   618
	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
   619
}
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
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
   621
	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
   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
	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
   624
}
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
   625
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
   626
	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
   627
}
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
   628
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
   629
	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
   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 {
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
	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
   633
	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
   634
	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
   635
	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
   636
	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
   637
	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
   638
	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
   639
	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
   640
	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
   641
}
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
   642
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
   643
	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
   644
	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
   645
	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
   646
	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
   647
	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
   648
	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
   649
}
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
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
   651
	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
   652
	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
   653
}
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
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
   655
	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
   656
	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
   657
	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
   658
	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
   659
}
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
   660
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
   661
	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
   662
	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
   663
}
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
   664
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
   665
	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
   666
	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
   667
	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
   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-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
   670
}
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
   671
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
   672
	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
   673
	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
   674
	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
   675
	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
   676
}
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
/* 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
   679
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
   680
	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
   681
	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
   682
	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
   683
}
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
   684
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
   685
	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
   686
	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
   687
}
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
   688
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
   689
	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
   690
	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
   691
}
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
   692
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
   693
	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
   694
	/*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
   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: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
   697
	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
   698
	/*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
   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 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
   701
	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
   702
	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
   703
	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
   704
	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
   705
	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
   706
	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
   707
	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
   708
	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
   709
	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
   710
}
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
   711
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
   712
	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
   713
	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
   714
	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
   715
	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
   716
	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
   717
	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
   718
}
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
   719
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
   720
	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
   721
	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
   722
}
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
   723
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
   724
	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
   725
	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
   726
	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
   727
	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
   728
}
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
   729
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
   730
	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
   731
	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
   732
}
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
   733
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
   734
	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
   735
	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
   736
}
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
   737
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
   738
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
   739
	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
   740
	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
   741
}
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
   742