darkritual/css/default.css
author Dan
Sat, 26 Jan 2008 16:03:04 -0500
changeset 0 da5928e7af09
child 1 a14108b9f932
permissions -rw-r--r--
First commit, theme is in a working state and should be ready for general use
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     1
/*#############################################################
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     2
Name: Dark Ritual
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     3
Date: 2006-11-06
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     4
Description: Tribal-style three column layout.
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     5
Author: Viktor Persson
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     6
URL: http://templates.arcsin.se
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     7
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     8
Feel free to use and modify but please provide credits.
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     9
#############################################################*/
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    10
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    11
/* standard elements */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    12
* {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    13
	margin: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    14
	padding: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    15
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    16
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    17
a {color: #682;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    18
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    19
a:hover {color: #9A6;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    20
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    21
body {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    22
	background: #333 url(../img/bg.gif);
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    23
	color: #333;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    24
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    25
	margin: 3% 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    26
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    27
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    28
body#tinymce {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    29
  background-color: #f7f7f7 !important;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    30
  background-image: none !important;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    31
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    32
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    33
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    34
p,ul {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    35
	padding-bottom: 1em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    36
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    37
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    38
ul {margin-left: 1.2em;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    39
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    40
li {list-style: none;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    41
.main li, body#tinymce li {list-style-image: url(../img/li.gif);}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    42
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    43
h1 {font-size: 1.2em;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    44
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    45
blockquote {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    46
	background: #FFF;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    47
	border-bottom: 1px solid #EEE;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    48
	border-top: 1px solid #EEE;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    49
	color: #333;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    50
	display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    51
	font-size: 0.9em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    52
	margin-bottom: 1.2em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    53
	padding: 6px 12px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    54
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    55
blockquote p {padding: 3px 0;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    56
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    57
h1,h2,h3 {color: #994;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    58
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    59
/* misc */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    60
.clearer {clear: both;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    61
.main_right .padded {padding: 6px 2px 6px 16px;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    62
.main .padded {padding: 18px 24px;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    63
.meta {font-size: 0.8em; color: #666;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    64
.left {float: left;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    65
.right {float: right;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    66
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    67
/* structure */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    68
.container {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    69
	font-size: 1.2em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    70
	background: url(../img/bgcontainer.gif) repeat-y;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    71
	margin: 0 auto;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    72
	width: 840px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    73
	border: 12px solid #222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    74
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    75
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    76
/* Adaptation for "simple" (limited elements) view */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    77
.container-simple {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    78
  width: 640px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    79
  background-position: -160px 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    80
  margin-top: 100px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    81
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    82
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    83
/* header */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    84
.header {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    85
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    86
	width: 640px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    87
	background: url(../img/header.jpg) no-repeat;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    88
	font: normal 2.4em Verdana,sans-serif;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    89
	line-height: 150px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    90
	text-align: center;	
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    91
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    92
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    93
.container-simple .header {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    94
  line-height: 3em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    95
  background-position: center center;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    96
  border-bottom: 1px solid #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    97
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    98
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    99
/* structure */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   100
.top {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   101
	background: #222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   102
	color: #DDD;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   103
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   104
	font: normal 1.4em Verdana;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   105
	height: 50px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   106
	text-align: center;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   107
	width: 639px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   108
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   109
.subnav {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   110
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   111
	width: 160px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   112
  color: #f7f7f7;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   113
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   114
.subnav div.subnav_raw {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   115
  margin-left: 8px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   116
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   117
#subnav_left {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   118
  clear: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   119
  margin-top: 10px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   120
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   121
.main {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   122
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   123
	width: 480px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   124
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   125
.main_right {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   126
	float: right;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   127
	width: 200px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   128
	color: #CCC;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   129
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   130
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   131
/* sub-navigation */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   132
.subnav h1 {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   133
	background: #222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   134
	color: #FFE;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   135
	font: bold 1.1em Verdana,sans-serif;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   136
	line-height: 24px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   137
	padding-left: 8px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   138
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   139
.subnav ul {margin: 0; padding: 0;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   140
.subnav li {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   141
	border-bottom: 1px solid #696755;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   142
	list-style: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   143
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   144
.subnav li a {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   145
	background: #89866F;	
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   146
	color: #111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   147
	display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   148
	padding: 8px 0 8px 12px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   149
	width: 148px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   150
	text-decoration: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   151
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   152
.subnav li a:hover {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   153
	background: #9C997C;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   154
	color: #000;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   155
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   156
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   157
/* footer */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   158
.footer {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   159
	background: url(../img/bgfooter.gif) repeat-x;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   160
	color: #CCC;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   161
	font-size: 0.9em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   162
	line-height: 39px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   163
	width: 100%;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   164
	text-align: center;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   165
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   166
.footer .left,.footer .right {padding: 0 16px;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   167
.footer a {color: #EEE;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   168
.footer a:hover {color: #FAFCB0;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   169
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   170
fieldset {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   171
  padding: 1em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   172
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   173
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   174
/*
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   175
 * ENANO STUFF
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   176
 */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   177
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   178
/*
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   179
 * jBox menu system
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   180
 */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   181
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   182
div.menu, div.menu_nojs {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   183
  background-color: #333333;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   184
  font-size: 7pt;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   185
  border-width: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   186
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   187
/* This is Dark Ritual-specific */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   188
div.menu#pagebar_main, div.menu_nojs#pagebar_main {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   189
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   190
  width: 639px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   191
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   192
/* So is this */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   193
div.menu#pagebar_main span.menuclear, div.menu_nojs#pagebar_main span.menuclear {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   194
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   195
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   196
.menu_bg {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   197
  background-color: #222222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   198
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   199
div.menu a, div.menu div.label {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   200
  padding: 2.5pt 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   201
  margin-right: 3px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   202
  text-decoration: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   203
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   204
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   205
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   206
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   207
div.menu_nojs a, div.menu_nojs div.label {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   208
  padding: 2.5pt 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   209
  margin-right: 3px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   210
  text-decoration: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   211
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   212
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   213
  color: #c6c6c6;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   214
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   215
div.menu div.label, div.menu_nojs div.label {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   216
  color: #a0a0a0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   217
  cursor: default;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   218
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   219
/* Buttons/labels on pop-down menus */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   220
div.menu_nojs ul li a, div.menu ul li a, div.menu_nojs ul div.label, div.menu ul div.label {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   221
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   222
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   223
div.menu_nojs ul div.label, div.menu ul div.label {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   224
  font-weight: bold;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   225
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   226
div.menu span.sep, div.menu_nojs span.sep {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   227
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   228
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   229
  width: 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   230
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   231
div.menu div.multopts, div.menu_nojs div.multopts {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   232
  line-height: 17pt;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   233
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   234
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   235
  float: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   236
  display: inline;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   237
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   238
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 {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   239
  color: #f7f7f7;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   240
  background-color: #555555;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   241
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   242
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   243
  border-width: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   244
  font-size: 9pt;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   245
  padding: 2px 5px 3px 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   246
  max-width: 70px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   247
  background-color: #aaa787;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   248
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   249
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 {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   250
  background-color: #b5b290;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   251
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   252
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 {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   253
  background-color: #c1bd99;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   254
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   255
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   256
  border-width: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   257
  font-size: 9pt;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   258
  padding: 3px 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   259
  max-width: 70px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   260
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   261
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 {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   262
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   263
  background-color: #9C997C;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   264
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   265
div.menu ul, div.menu_nojs ul {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   266
  display: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   267
  position: absolute;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   268
  padding: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   269
  margin: 0 !important;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   270
  background-color: #9f9c7e;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   271
  border-width: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   272
  min-width: 120px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   273
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   274
div.menu ul li, div.menu_nojs ul li {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   275
  list-style: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   276
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   277
div.menu ul a, div.menu_nojs ul a {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   278
  float: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   279
  margin: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   280
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   281
span.menuclear {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   282
  font-size: 1px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   283
  height: 0px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   284
  width: 0px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   285
  clear: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   286
  line-height: 0px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   287
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   288
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   289
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   290
#h1_page_name {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   291
  border-bottom: 1px solid #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   292
  margin-bottom: 10px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   293
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   294
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   295
/* Enano's tables */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   296
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   297
.tblholder                        { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   298
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   299
/* The beautiful tables inside what may not obviously be mdg-comment divs */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   300
div.tblholder td.row1             { padding: 4px; background-color: #E0E0E0; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   301
div.tblholder td.row2             { padding: 4px; background-color: #F0F0F0; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   302
div.tblholder td.row3             { padding: 4px; background-color: #E8E8E8; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   303
div.tblholder th                  { padding: 4px; background-color: #696755; font-weight: bold; text-align: center; color: #FFFFFF; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   304
div.tblholder th.subhead          { padding: 4px; background-color: #84816b; font-weight: bold; text-align: center; color: #FFFFFF; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   305
div.tblholder table               { background-color: #FFFFFF; width: 100%; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   306
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   307
/* Changes for tables embedded in the sidebars */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   308
.subnav .tblholder, .main_right .tblholder                       { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #111111; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   309
.subnav div.tblholder table,   .main_right div.tblholder table   { background-color: #888888; width: 100%; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   310
.subnav div.tblholder td.row1, .main_right div.tblholder td.row1 { padding: 4px; background-color: #333333; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   311
.subnav div.tblholder td.row2, .main_right div.tblholder td.row2 { padding: 4px; background-color: #444444; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   312
.subnav div.tblholder td.row3, .main_right div.tblholder td.row3 { padding: 4px; background-color: #3B3B3B; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   313
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   314
/* Colored table cells */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   315
div.tblholder td.row1_red         { padding: 4px; background-color: #F8E0E0; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   316
div.tblholder td.row2_red         { padding: 4px; background-color: #FFF0F0; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   317
div.tblholder td.row3_red         { padding: 4px; background-color: #FFE8E8; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   318
div.tblholder td.row1_green       { padding: 4px; background-color: #E0F8E0; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   319
div.tblholder td.row2_green       { padding: 4px; background-color: #F0FFF0; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   320
div.tblholder td.row3_green       { padding: 4px; background-color: #E8FFE8; }
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   321