themes/stpatty/css-extra/structure.css
author Dan
Fri, 30 Jul 2010 14:39:04 -0400
changeset 1274 673a1b6712fa
parent 1227 bdac73ed481e
permissions -rw-r--r--
Moved sidebar editor into the admin CP. Icon still needs to be added, no Internet right now to go find one. Also fixed a few template related things.
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 {
1274
673a1b6712fa Moved sidebar editor into the admin CP. Icon still needs to be added, no Internet right now to go find one. Also fixed a few template related things.
Dan
parents: 1227
diff changeset
    57
	padding: 10px 10px 7px 10px;
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If 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
	background-repeat: repeat-x;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    59
}
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
/* Content area */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    62
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
    63
	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
    64
	margin-right: 140px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    65
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    66
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
    67
	margin-top: 10px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    68
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    69
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
    70
	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
    71
	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
    72
	font-size: 16pt;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    73
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    74
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
    75
	margin-left: 1em;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    76
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    77
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
    78
	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
    79
	font-size: 18pt;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    80
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    81
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
    82
	text-decoration: none;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    83
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    84
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
    85
	list-style: square;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    86
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    87
/* Sidebar */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    88
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
    89
	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
    90
	width: 135px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    91
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    92
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
    93
	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
    94
	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
    95
	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
    96
	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
    97
	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
    98
	text-transform: lowercase;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    99
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   100
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
   101
	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
   102
	cursor: move;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   103
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   104
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
   105
	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
   106
	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
   107
	list-style: none !important;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   108
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   109
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
   110
	padding: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   111
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   112
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
   113
	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
   114
	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
   115
	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
   116
	display: block;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   117
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   118
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
   119
	width: 135px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   120
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   121
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
   122
	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
   123
	list-style: square;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   124
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   125
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
   126
	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
   127
	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
   128
	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
   129
	padding: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   130
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   131
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
   132
	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
   133
	display: inline;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   134
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   135
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
   136
	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
   137
	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
   138
	padding: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   139
}
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
 * jBox menu system
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   143
 */
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
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
   146
	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
   147
	border-width: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   148
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   149
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
   150
	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
   151
	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
   152
	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
   153
	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
   154
	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
   155
	border-bottom-width: 0 !important;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   156
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   157
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
   158
	cursor: default;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   159
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   160
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
   161
	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
   162
	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
   163
	width: 5px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   164
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   165
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
   166
	line-height: 17pt;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   167
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   168
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
   169
	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
   170
	display: inline;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   171
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   172
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
   173
	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
   174
	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
   175
	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
   176
	max-width: 70px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   177
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   178
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
   179
	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
   180
	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
   181
	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
   182
	max-width: 70px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   183
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   184
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
   185
	font-weight: bold;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   186
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   187
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
   188
	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
   189
	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
   190
	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
   191
	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
   192
	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
   193
	min-width: 120px;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   194
}
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
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
   197
	display: block !important;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   198
}
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
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
   201
	list-style: none;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   202
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   203
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
   204
	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
   205
	margin: 0;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   206
}
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
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
   209
	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
   210
	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
   211
	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
   212
	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
   213
	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
   214
	display: block;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   215
}
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
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
   219
	clear: left;
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   220
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   221