darkritual/css/default.css
author Dan
Mon, 31 Mar 2008 21:01:57 -0400
changeset 1 a14108b9f932
parent 0 da5928e7af09
permissions -rw-r--r--
Updated for 1.1.3
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
1
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    11
@import url('../css-extra/nuggie.css');
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
    12
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    13
/* standard elements */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    14
* {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    15
	margin: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    16
	padding: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    17
}
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 {color: #682;}
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
a:hover {color: #9A6;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    22
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    23
body {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    24
	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
    25
	color: #333;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    26
	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
    27
	margin: 3% 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    28
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    29
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    30
body#tinymce {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    31
  background-color: #f7f7f7 !important;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    32
  background-image: none !important;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    33
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    34
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    35
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    36
p,ul {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    37
	padding-bottom: 1em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    38
}
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
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
    41
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    42
li {list-style: none;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    43
.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
    44
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    45
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
    46
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    47
blockquote {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    48
	background: #FFF;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    49
	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
    50
	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
    51
	color: #333;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    52
	display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    53
	font-size: 0.9em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    54
	margin-bottom: 1.2em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    55
	padding: 6px 12px;
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
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
    58
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    59
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
    60
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    61
/* misc */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    62
.clearer {clear: both;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    63
.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
    64
.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
    65
.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
    66
.left {float: left;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    67
.right {float: right;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    68
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    69
/* structure */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    70
.container {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    71
	font-size: 1.2em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    72
	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
    73
	margin: 0 auto;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    74
	width: 840px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    75
	border: 12px solid #222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    76
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    77
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    78
/* 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
    79
.container-simple {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    80
  width: 640px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    81
  background-position: -160px 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    82
  margin-top: 100px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    83
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    84
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    85
/* header */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    86
.header {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    87
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    88
	width: 640px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    89
	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
    90
	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
    91
	line-height: 150px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    92
	text-align: center;	
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    93
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    94
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    95
.container-simple .header {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    96
  line-height: 3em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    97
  background-position: center center;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    98
  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
    99
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   100
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   101
/* structure */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   102
.top {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   103
	background: #222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   104
	color: #DDD;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   105
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   106
	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
   107
	height: 50px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   108
	text-align: center;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   109
	width: 639px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   110
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   111
.subnav {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   112
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   113
	width: 160px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   114
  color: #f7f7f7;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   115
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   116
.subnav div.subnav_raw {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   117
  margin-left: 8px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   118
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   119
#subnav_left {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   120
  clear: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   121
  margin-top: 10px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   122
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   123
.main {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   124
	float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   125
	width: 480px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   126
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   127
.main_right {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   128
	float: right;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   129
	width: 200px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   130
	color: #CCC;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   131
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   132
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   133
/* sub-navigation */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   134
.subnav h1 {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   135
	background: #222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   136
	color: #FFE;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   137
	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
   138
	line-height: 24px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   139
	padding-left: 8px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   140
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   141
.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
   142
.subnav li {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   143
	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
   144
	list-style: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   145
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   146
.subnav li a {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   147
	background: #89866F;	
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   148
	color: #111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   149
	display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   150
	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
   151
	width: 148px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   152
	text-decoration: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   153
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   154
.subnav li a:hover {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   155
	background: #9C997C;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   156
	color: #000;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   157
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   158
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   159
/* footer */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   160
.footer {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   161
	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
   162
	color: #CCC;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   163
	font-size: 0.9em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   164
	line-height: 39px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   165
	width: 100%;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   166
	text-align: center;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   167
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   168
.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
   169
.footer a {color: #EEE;}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   170
.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
   171
1
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   172
.post{margin:0 0 25px 0;}
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   173
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   174
.post .info, .mdg-comment, .mdg-infobox {
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   175
padding:2px 3px 3px 8px;
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   176
border:1px solid #e3e4e4;
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   177
background-color:#f5f5f5;
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   178
font-size:0.9em;
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   179
color:#505050;
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   180
}
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   181
a14108b9f932 Updated for 1.1.3
Dan
parents: 0
diff changeset
   182
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   183
fieldset {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   184
  padding: 1em;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   185
}
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
/*
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   188
 * ENANO STUFF
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   189
 */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   190
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
 * jBox menu system
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   193
 */
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
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
   196
  background-color: #333333;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   197
  font-size: 7pt;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   198
  border-width: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   199
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   200
/* 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
   201
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
   202
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   203
  width: 639px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   204
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   205
/* So is this */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   206
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
   207
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   208
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   209
.menu_bg {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   210
  background-color: #222222;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   211
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   212
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
   213
  padding: 2.5pt 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   214
  margin-right: 3px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   215
  text-decoration: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   216
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   217
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   218
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   219
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   220
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
   221
  padding: 2.5pt 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   222
  margin-right: 3px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   223
  text-decoration: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   224
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   225
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   226
  color: #c6c6c6;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   227
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   228
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
   229
  color: #a0a0a0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   230
  cursor: default;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   231
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   232
/* 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
   233
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
   234
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   235
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   236
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
   237
  font-weight: bold;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   238
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   239
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
   240
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   241
  float: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   242
  width: 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   243
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   244
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
   245
  line-height: 17pt;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   246
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   247
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
   248
  float: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   249
  display: inline;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   250
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   251
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
   252
  color: #f7f7f7;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   253
  background-color: #555555;
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 ^="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
   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: 2px 5px 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
  background-color: #aaa787;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   261
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   262
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
   263
  background-color: #b5b290;
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 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
   266
  background-color: #c1bd99;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   267
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   268
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
   269
  border-width: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   270
  font-size: 9pt;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   271
  padding: 3px 5px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   272
  max-width: 70px;
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 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
   275
  color: #111111;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   276
  background-color: #9C997C;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   277
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   278
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
   279
  display: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   280
  position: absolute;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   281
  padding: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   282
  margin: 0 !important;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   283
  background-color: #9f9c7e;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   284
  border-width: 0;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   285
  min-width: 120px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   286
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   287
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
   288
  list-style: none;
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
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
   291
  float: none;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   292
  margin: 0;
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
span.menuclear {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   295
  font-size: 1px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   296
  height: 0px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   297
  width: 0px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   298
  clear: left;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   299
  line-height: 0px;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   300
  display: block;
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   301
}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   302
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   303
#h1_page_name {
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   304
  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
   305
  margin-bottom: 10px;
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
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   308
/* Enano's tables */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   309
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   310
.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
   311
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   312
/* 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
   313
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
   314
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
   315
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
   316
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
   317
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
   318
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
   319
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   320
/* 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
   321
.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
   322
.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
   323
.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
   324
.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
   325
.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
   326
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   327
/* Colored table cells */
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
   328
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
   329
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
   330
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
   331
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
   332
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
   333
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
   334