themes/stpatty/css-extra/structure.css
author Dan
Sun, 28 Mar 2010 23:10:46 -0400
changeset 1227 bdac73ed481e
parent 663 d0f74bcd21eb
child 1274 673a1b6712fa
permissions -rw-r--r--
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     1
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     2
 * St. Patty theme for Enano
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     3
 * Copyright (C) 2007 Dan Fuhry
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     4
 *
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     5
 * This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     6
 * package for details.
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     7
 *
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     8
 * Some ideas - most notably the hatching patterns and floating divs, were taken from Bittersweet <http://templates.arcsin.se/>
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     9
 * No code or graphics were copied.
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    10
 */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    11
 
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    12
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: 663
diff changeset
    13
	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: 663
diff changeset
    14
	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: 663
diff changeset
    15
	height: 100%;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    16
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    17
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: 663
diff changeset
    18
	background-repeat: 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: 663
diff changeset
    19
	font-family: "Lucida Sans Unicode", 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: 663
diff changeset
    20
	font-size: 75%;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    21
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    22
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: 663
diff changeset
    23
	background-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: 663
diff changeset
    24
	background-image: none;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    25
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    26
div#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: 663
diff changeset
    27
	min-height: 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: 663
diff changeset
    28
	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: 663
diff changeset
    29
	background-repeat: repeat-x;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    30
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    31
div#rap {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    32
	width: 760px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    33
	padding: 0 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: 663
diff changeset
    34
	margin: 0 auto;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    35
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    36
div#title {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    37
	margin: 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: 663
diff changeset
    38
	padding: 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: 663
diff changeset
    39
	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: 663
diff changeset
    40
	vertical-align: middle;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    41
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    42
div#title 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: 663
diff changeset
    43
	margin: 0px 10px 10px 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: 663
diff changeset
    44
	padding-top: 30px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    45
	text-align: left;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    46
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    47
div#title 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: 663
diff changeset
    48
	margin: 0px 10px 0px 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: 663
diff changeset
    49
	padding-bottom: 40px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    50
	text-align: left;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    51
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    52
div.straightaway {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    53
	clear: both;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    54
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    55
/* Footer */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    56
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: 663
diff changeset
    57
	min-height: 40px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    58
	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: 663
diff changeset
    59
	background-repeat: repeat-x;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    60
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    61
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    62
/* Content area */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    63
div#maincontent {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    64
	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: 663
diff changeset
    65
	margin-right: 140px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    66
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    67
img#ajaxloadicon {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    68
	margin-top: 10px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    69
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    70
div#maincontent 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: 663
diff changeset
    71
	margin: 10px 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: 663
diff changeset
    72
	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: 663
diff changeset
    73
	font-size: 16pt;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    74
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    75
div#maincontent 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: 663
diff changeset
    76
	margin-left: 1em;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    77
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    78
div#maincontent h2#pagetitle {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    79
	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: 663
diff changeset
    80
	font-size: 18pt;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    81
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    82
div#maincontent a:link, div#maincontent 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: 663
diff changeset
    83
	text-decoration: none;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    84
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    85
div#maincontent 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: 663
diff changeset
    86
	list-style: square;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    87
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    88
/* Sidebar */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    89
div#sidebar, div.dbx-box {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    90
	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: 663
diff changeset
    91
	width: 135px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    92
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    93
div#sidebar h4, div.dbx-handle {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    94
	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: 663
diff changeset
    95
	padding: 0 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: 663
diff changeset
    96
	line-height: 25px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    97
	font-weight: normal;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
    98
	text-align: 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: 663
diff changeset
    99
	text-transform: lowercase;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   100
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   101
div.dbx-handle {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   102
	text-align: 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: 663
diff changeset
   103
	cursor: move;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   104
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   105
div#sidebar ul, .dbx-content 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: 663
diff changeset
   106
	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: 663
diff changeset
   107
	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: 663
diff changeset
   108
	list-style: none !important;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   109
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   110
div#sidebar ul li, div.dbx-content 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: 663
diff changeset
   111
	padding: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   112
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   113
div#sidebar ul li a, div.dbx-content ul 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: 663
diff changeset
   114
	line-height: 25px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   115
	padding: 0 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: 663
diff changeset
   116
	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: 663
diff changeset
   117
	display: block;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   118
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   119
div#sidebar div, div.dbx-content2 {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   120
	width: 135px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   121
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   122
div#sidebar div 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: 663
diff changeset
   123
	margin-left: 2em;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   124
	list-style: square;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   125
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   126
div#sidebar div 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: 663
diff changeset
   127
	background-color: 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: 663
diff changeset
   128
	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: 663
diff changeset
   129
	border-bottom-width: 0px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   130
	padding: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   131
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   132
div#sidebar div ul 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: 663
diff changeset
   133
	background-color: 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: 663
diff changeset
   134
	display: inline;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   135
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   136
div#sidebar div 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: 663
diff changeset
   137
	background: 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: 663
diff changeset
   138
	border-bottom-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: 663
diff changeset
   139
	padding: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   140
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   141
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   142
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   143
 * jBox menu system
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   144
 */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   145
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   146
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: 663
diff changeset
   147
	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: 663
diff changeset
   148
	border-width: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   149
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   150
div.menu a, div.menu_nojs a, 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: 663
diff changeset
   151
	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: 663
diff changeset
   152
	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: 663
diff changeset
   153
	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: 663
diff changeset
   154
	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: 663
diff changeset
   155
	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: 663
diff changeset
   156
	border-bottom-width: 0 !important;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   157
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   158
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: 663
diff changeset
   159
	cursor: default;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   160
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   161
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: 663
diff changeset
   162
	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: 663
diff changeset
   163
	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: 663
diff changeset
   164
	width: 5px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   165
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   166
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: 663
diff changeset
   167
	line-height: 17pt;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   168
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   169
div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, 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: 663
diff changeset
   170
	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: 663
diff changeset
   171
	display: inline;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   172
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   173
div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], 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: 663
diff changeset
   174
	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: 663
diff changeset
   175
	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: 663
diff changeset
   176
	padding: 4px 5px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   177
	max-width: 70px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   178
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   179
div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], 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: 663
diff changeset
   180
	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: 663
diff changeset
   181
	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: 663
diff changeset
   182
	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: 663
diff changeset
   183
	max-width: 70px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   184
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   185
div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, 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: 663
diff changeset
   186
	font-weight: bold;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   187
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   188
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: 663
diff changeset
   189
	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: 663
diff changeset
   190
	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: 663
diff changeset
   191
	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: 663
diff changeset
   192
	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: 663
diff changeset
   193
	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: 663
diff changeset
   194
	min-width: 120px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   195
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   196
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   197
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: 663
diff changeset
   198
	display: block !important;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   199
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   200
*/
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   201
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: 663
diff changeset
   202
	list-style: none;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   203
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   204
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: 663
diff changeset
   205
	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: 663
diff changeset
   206
	margin: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   207
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   208
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   209
span.menuclear {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   210
	font-size: 1px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   211
	height: 0px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   212
	width: 0px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   213
	clear: left;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   214
	line-height: 0px;
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   215
	display: block;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   216
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   217
*/
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   218
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   219
div.userpage_block {
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 663
diff changeset
   220
	clear: left;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   221
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   222