connections/css/default.css
author Dan
Sat, 13 Dec 2008 11:47:48 -0500
changeset 10 1fdb801384f2
parent 5 d8d8c482856f
child 12 72dd1126dda2
permissions -rw-r--r--
Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     1
/* 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     2
Theme Name: Connections
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     3
Theme URI: http://www.patriciamuller.com/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     4
Version: 1.0
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     5
Description: A Theme from wpthemes.Info
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     6
Author: Patricia Muller
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     7
Author URI: http://www.vanillamist.com/blog/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     8
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     9
Port information:
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    10
Ported from: WordPress
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    11
Ported by: Dan Fuhry - http://enano.homelinux.org/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    12
*/
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    13
html,body { height: 100%; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    14
body {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    15
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    16
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    17
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    18
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    19
	/* text-align:center; */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    20
	color:#29303B;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    21
	line-height:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    22
	background: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    23
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    24
a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    25
	color: #909D73;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    26
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    27
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    28
a:visited {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    29
	color: #8a3207;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    30
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    31
a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    32
	color: #753206;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    33
	text-decoration:underline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    34
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    35
input, textarea {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    36
	background: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    37
	border: #E1D6C6 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    38
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    39
#rap {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    40
	background:#fff url(../img/rap.jpg) center repeat-y;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    41
	width:760px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    42
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    43
	padding:0px 8px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    44
	text-align:left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    45
	font-family: Trebuchet MS,Georgia, Arial, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    46
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    47
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    48
#header {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    49
	background:#fff url(../img/top.jpg) no-repeat bottom; 	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    50
 	height: 183px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    51
	margin: 0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    52
	width:760px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    53
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    54
	border:#fc9 0px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    55
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    56
#main {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    57
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    58
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    59
	background:url(../img/content_bg.gif) repeat;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    60
	width:740px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    61
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    62
#content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    63
	width:510px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    64
	float:left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    65
	padding:5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    66
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    67
	overflow:auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    68
	display:inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    69
  text-align: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    70
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    71
#sidebar {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    72
	width:186px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    73
	float:right;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    74
	padding:0px 8px 10px 8px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    75
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    76
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    77
	color:#333;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    78
	display:inline;
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    79
}
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    80
#sidebar .heading a {
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    81
  font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    82
  color: #676E04;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    83
  font-weight: bold;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    84
  font-size: 1.1em;
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    85
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    86
a img {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    87
	border: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    88
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    89
acronym, abbr {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    90
	border-bottom: 1px dotted #0c6bf0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    91
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    92
acronym, abbr, span.caps {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    93
	cursor: help;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    94
	letter-spacing: .07em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    95
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    96
code {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    97
	font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    98
	font-style: italic;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    99
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   100
blockquote {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   101
	margin: 15px 30px 0 45px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   102
	padding: 0 0 0 45px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   103
	background: url(../img/blockquote.gif) no-repeat left top;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   104
	font-style:italic;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   105
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   106
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   107
cite {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   108
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   109
	font-style: normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   110
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   111
h3 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   112
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   113
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   114
	font-size:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   115
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   116
p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   117
	margin: 0 0 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   118
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   119
	line-height: 1.5em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   120
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   121
h1, h2, h3, h4 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   122
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   123
	font-weight: normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   124
	letter-spacing: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   125
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   126
#header h1 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   127
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   128
	margin: 0;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   129
	font-size: 1.6em;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   130
	padding:10px 20px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   131
	text-align:right;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   132
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   133
#header h1 a 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   134
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   135
	color:#B5C09D;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   136
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   137
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   138
#header h1 a:hover 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   139
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   140
	color:#F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   141
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   142
#header #desc
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   143
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   144
	font-weight:normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   145
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   146
	color:#B5C09D;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   147
	text-align:right;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   148
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   149
	padding:0 20px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   150
}
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   151
#sidebar div.slider {
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   152
	list-style-type: none;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   153
	padding: 2px;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   154
	margin: 0;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   155
  margin-top: 7px;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   156
	font-size: 0.9em;	
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   157
	border: #e1d6c6 1px solid;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   158
  background-color: #f3f6ed;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   159
	/* border-top: #f3f6ed 1px solid; */
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   160
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   161
#sidebar div.heading {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   162
	margin: 0 0 0 0;
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   163
	padding: 2px 2px 0 2px;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   164
	font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   165
	color: #676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   166
	text-align:center;
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   167
	/* background:url(../img/sidenav_top.jpg) no-repeat center; */
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   168
  background-color: #e2ebda;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   169
	border:#ccc 0px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   170
	height:22px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   171
	font-weight:bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   172
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   173
#sidebar div.slideblock {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   174
  padding: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   175
  padding-bottom: 3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   176
  overflow: hidden;   
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   177
  background:#F3F6ED url(../img/sidenav_bottom.jpg) no-repeat bottom;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   178
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   179
#sidebar div.slideblock2 {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   180
  padding: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   181
  padding-bottom: 3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   182
  overflow: hidden;   
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   183
  background:#F3F6ED url(../img/sidenav_bottom.jpg) no-repeat bottom;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   184
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   185
#sidebar div.slideblock a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   186
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   187
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   188
  padding: 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   189
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   190
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   191
#sidebar div.slideblock a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   192
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   193
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   194
  background-color: #e2ebda;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   195
  padding: 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   196
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   197
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   198
#pagenav {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   199
	list-style:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   200
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   201
#sidebar ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   202
	margin: 0.1em 0 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   203
	padding: 0;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   204
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   205
#sidebar ul li a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   206
	text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   207
	border:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   208
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   209
#sidebar ul li a:link {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   210
	color: #909D73;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   211
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   212
#sidebar ul li a:visited {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   213
	color: #999999;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   214
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   215
#sidebar ul li a:hover, #sidebar ul li a:active {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   216
	color: #990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   217
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   218
#sidebar ul ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   219
	list-style-type: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   220
	padding: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   221
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   222
	font-size: 1em;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   223
	background:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   224
	border:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   225
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   226
#sidebar ul ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   227
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   228
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   229
	padding-left:10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   230
	margin-left:10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   231
	background:url(../img/subcat_bullet.gif) no-repeat left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   232
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   233
#content ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   234
	margin-left: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   235
	padding-left: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   236
	list-style-type: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   237
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   238
#content ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   239
	background: url(../img/bullet.gif) no-repeat 0 7px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   240
	padding-left: 1.5em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   241
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   242
#content p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   243
  margin-left: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   244
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   245
.post, .page {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   246
	margin:0 0 30px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   247
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   248
.page {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   249
	margin:25px -5px 0 27px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   250
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   251
.post-info, .page-info {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   252
	font-size:0.85em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   253
	font-family: Verdana, Arial, Sans-Serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   254
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   255
	padding:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   256
	color:#333;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   257
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   258
.page-info {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   259
	text-align:center;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   260
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   261
.post-info a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   262
	color:#990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   263
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   264
.post-info a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   265
	color:#000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   266
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   267
.post-content, .page-content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   268
	padding:10px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   269
	margin:3px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   270
	border-top:#BBC4A3 1px solid;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   271
	font-family: Georgia, Verdana, Arial, serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   272
	font-size:12px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   273
}
10
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   274
.post-content-disable-border {
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   275
  border-top-width: 0;
1fdb801384f2 Set sidebar headings to be styled with CSS instead of using heading; other reorganizations to sidebar code
Dan
parents: 5
diff changeset
   276
}
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   277
.page-content {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   278
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   279
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   280
.post-title, .page-title {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   281
	font-family:Georgia, Arial, Serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   282
	font-size:1.3em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   283
	margin:0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   284
	font-weight:bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   285
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   286
.page-title {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   287
	font-size:1.6em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   288
	font-weight:normal;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   289
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   290
#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   291
	text-decoration:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   292
	color:#676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   293
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   294
.post-date {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   295
	float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   296
	color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   297
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   298
	font-size: 0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   299
	text-align: center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   300
	font-weight: bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   301
	margin: 3px 10px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   302
	padding: 8px 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   303
	width: 55px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   304
	background: #E7EBDE;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   305
	line-height:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   306
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   307
.post-footer 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   308
{
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   309
	padding-top:20px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   310
	background:url(../img/divider.gif) no-repeat center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   311
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   312
#footer {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   313
	margin:0 auto;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   314
	padding: 7px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   315
	border-top:#BBC4A3 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   316
	clear: both;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   317
	font-size: 0.8em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   318
	color: #999;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   319
	text-align:center;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   320
	width:740px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   321
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   322
#footer a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   323
  border: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   324
  color: #7A7636;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   325
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   326
.commentlist {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   327
	font-size:1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   328
	font-weight:normal;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   329
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   330
#commentform {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   331
	margin:0 0 0 40px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   332
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   333
#commentform textarea {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   334
	width: 80%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   335
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   336
#commentform p {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   337
	margin: 0 0 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   338
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   339
#comments,#respond {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   340
	text-transform: uppercase;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   341
	margin: 3em 0 1em 40px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   342
	color: #676E04;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   343
	font: 0.9em verdana, helvetica, sans-serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   344
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   345
.commentlist li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   346
	margin:5px 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   347
	padding:10px 10px 20px 10px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   348
	background:#F3F6ED url(../img/comments_bottom.jpg) repeat-x bottom;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   349
	border:#E1D6C6 1px solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   350
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   351
.commentlist .alt {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   352
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   353
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   354
#topnav {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   355
	list-style:none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   356
	font-size:0.9em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   357
	margin:0;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   358
	padding:11px 20px 0 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   359
	text-align:right;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   360
	font-family:Verdana, Arial, Sans-Serif;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   361
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   362
#topnav li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   363
	list-style: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   364
	display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   365
	padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   366
	margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   367
	font-weight: bold;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   368
  position: relative;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   369
  top: -2px;
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
   370
  font-size: 1.1em;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   371
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   372
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   373
#topnav li.sep {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   374
	margin-left: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   375
  margin-right: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   376
  margin-top: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   377
  margin-bottom: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   378
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   379
  padding-bottom: 2px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   380
  border-left: 1px solid #3B4423;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   381
  border-right: 1px solid #F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   382
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   383
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   384
#topnav li a:link, #topnav li a:visited, #topnav li input[type ~="submit"], #topnav li input[type ~="button"], #topnav li button {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   385
	text-decoration: none;	
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   386
	color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   387
  border-width: 0 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   388
  border-style: solid;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   389
  border-color: #7D8B5A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   390
  background-color: #7D8B5A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   391
  padding: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   392
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   393
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   394
#topnav li form {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   395
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   396
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   397
  display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   398
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   399
#topnav li input[type ~="submit"], #topnav li input[type ~="button"], #topnav li button {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   400
  font-size: 1em;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   401
  cursor: pointer;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   402
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   403
#topnav li input[type ~="text"] {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   404
  padding: 2px 2px 3px 2px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   405
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   406
  border-color: #F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   407
  color: #5D7B3A;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   408
  margin: 0 4px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   409
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   410
#topnav li input[type ~="text"]:focus {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   411
  color: #1c1010;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   412
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   413
#topnav li a:hover, #topnav li a:focus, #topnav li input[type ~="submit"]:hover, #topnav li input[type ~="button"]:hover, #topnav li button:hover, #topnav li input[type ~="submit"]:focus, #topnav li input[type ~="button"]:focus, #topnav li button:focus {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   414
	color:#F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   415
  border-color: #F7F3ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   416
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   417
  /* padding: 3px 3px 5px 3px; */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   418
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   419
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   420
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   421
div.pagebar                { background-color: #F3F6ED; margin-top: 0px; padding: 3px; font-size: 7pt; text-align: left; font-family: arial, helvetica, sans-serif; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   422
div.pagebar a              { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #909D73; } 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   423
div.pagebar a:hover        { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #990000; background-color: #BBC4A3; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   424
div.pagebar#pagebarpopup   { display: none; position: absolute; width: 150px; padding: 0; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   425
div.pagebar#pagebarpopup a { display: block; margin: 0; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   426
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   427
/*
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   428
 * jBox menu system
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   429
 */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   430
 
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   431
/* Exception for Connections theme */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   432
div#pagebar_main {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   433
  margin: 0px 7px 0px 8px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   434
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   435
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   436
div.menu, div.menu_nojs {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   437
  background-color: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   438
  font-size: 7pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   439
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   440
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   441
div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   442
  padding: 2.5pt 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   443
  margin-right: 3px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   444
  text-decoration: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   445
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   446
  float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   447
  color: #909D73;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   448
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   449
div.menu div.label, div.menu_nojs div.label {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   450
  color: #201000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   451
  cursor: default;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   452
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   453
div.menu span.sep, div.menu_nojs span.sep {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   454
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   455
  float: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   456
  width: 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   457
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   458
div.menu div.multopts, div.menu_nojs div.multopts {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   459
  line-height: 17pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   460
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   461
div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts div.label {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   462
  float: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   463
  display: inline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   464
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   465
div.menu a.liteselected, div.menu_nojs a.liteselected, div.menu a.liteselected:hover, div.menu_nojs a.liteselected:hover, div.menu a:hover, div.menu_nojs a:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   466
  color: #990000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   467
  background-color: #BBC4A3;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   468
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   469
div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   470
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   471
  font-size: 9pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   472
  padding: 4px 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   473
  max-width: 70px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   474
  background-color: #E3E6DD;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   475
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   476
div.menu input[type ^="text"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="password"]:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   477
  background-color: #ECEFF6;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   478
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   479
div.menu input[type ^="text"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="password"]:focus {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   480
  background-color: #FAFDF6;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   481
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   482
div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   483
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   484
  font-size: 9pt;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   485
  padding: 3px 5px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   486
  max-width: 70px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   487
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   488
div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, div.menu_nojs a.selected:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   489
  color: #400000;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   490
  background-color: transparent;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   491
  background-image: url(../img/content_bg.gif);
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   492
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   493
div.menu ul, div.menu_nojs ul {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   494
  display: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   495
  position: absolute;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   496
  padding: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   497
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   498
  background-color: #F3F6ED;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   499
  border-width: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   500
  min-width: 120px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   501
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   502
div.menu ul li, div.menu_nojs ul li {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   503
  list-style: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   504
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   505
div.menu ul a, div.menu_nojs ul a {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   506
  float: none;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   507
  margin: 0;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   508
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   509
span.menuclear {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   510
  font-size: 1px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   511
  height: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   512
  width: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   513
  clear: left;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   514
  line-height: 0px;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   515
  display: block;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   516
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   517
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   518
.mdg-comment { margin: 0; margin-left: 0.2in; padding: 10px; border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   519
.tblholder   { margin: 0; margin-left: 0.2in; padding: 0px;  border: 1px #E1D6C6 solid; margin-bottom: 10px; background-color: #F3F6ED; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   520
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   521
.tblholder th      { padding: 4px; background-color: #C8D6A3 !important; color: #696E5B !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   522
.tblholder td.row1 { padding: 4px; background-color: #E3E6DD !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   523
.tblholder td.row2 { padding: 4px; background-color: #F3F6ED !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   524
.tblholder td.row3 { padding: 4px; background-color: #EBEDE6 !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   525
.tblholder table   { background-color: #FFFFFF; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   526
.tblholder th.subhead { padding: 4px; background-color: #D0D4C7 !important; color: #696E5B !important; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   527
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   528
.catCheck       { padding: 3px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   529
.catCheck:hover { padding: 3px; background-color: #F3F6ED; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   530
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   531
/* Information, warning, question, and error boxes */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   532
div.error-box                     { background-image: url(../../../images/error.png);    background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   533
div.info-box                      { background-image: url(../../../images/info.png);     background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   534
div.warning-box                   { background-image: url(../../../images/warning.png);  background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   535
div.question-box                  { background-image: url(../../../images/question.png); background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #8a3207; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   536
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   537
table#stretcher {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   538
  width: 100%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   539
  height: 100%;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   540
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   541
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   542
a.wikilink-nonexistent, a.wikilink-nonexistent:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   543
  color: #B05020;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   544
  text-decoration: underline;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   545
  border-bottom: 1px dotted;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   546
}
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   547
a.wikilink-nonexistent:hover {
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   548
  color: #D06030;
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
   549
}