themes/enanium/css/babygrand.css
author Dan
Tue, 04 Aug 2009 17:32:09 -0400
changeset 1075 f4b89aa4226d
parent 1057 183111d8c46a
child 1081 745200a9cc2a
permissions -rw-r--r--
Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     1
/**
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     2
 * Enanium - Baby Grand
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     3
 * Polished black default theme for Enano CMS
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     4
 * Copyright (C) 2009 Dan Fuhry
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     5
 */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     6
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     7
/* Core definitions - structure */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     8
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     9
html, body {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    10
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    11
  padding: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    12
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    13
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    14
div {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    15
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    16
  padding: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    17
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    18
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    19
body {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    20
  background-image: url(../images/background.gif);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    21
  background-color: #2a2a29;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    22
  font-family: trebuchet ms, verdana, tahoma, arial, helvetica, sans-serif;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    23
  font-size: 9pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    24
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    25
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    26
table#body-wrapper {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    27
  width: 100%;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    28
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    29
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    30
body.simple table#body-wrapper {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    31
  width: 70%;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    32
  margin: 0 auto;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    33
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    34
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    35
td#cell-sbleft {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    36
  background-image: url(../images/transb50.png);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    37
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    38
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    39
td#cell-content {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    40
  background-color: #fff;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    41
  padding: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    42
  width: 100%;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    43
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    44
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    45
/* Global - links */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    46
a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    47
  text-decoration: none;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    48
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    49
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    50
a:link, a:visited {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    51
  color: #356a9e;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    52
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    53
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    54
div#content-wrapper a:visited {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    55
  color: #4c84bb;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    56
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    57
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    58
a:link:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    59
  color: #6a95c0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    60
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    61
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    62
/* Header */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    63
div#header {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    64
  line-height: 122px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    65
  /* background-image: url(../images/top.gif); */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    66
  background-repeat: repeat-x;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    67
  color: #a9a9a9;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    68
  padding: 0 1.3em;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    69
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    70
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    71
body.simple div#header {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    72
  line-height: 78px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    73
  width: 75%;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    74
  margin: 100px auto 0 auto;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    75
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    76
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    77
div#header h1 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    78
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    79
  font-weight: normal;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    80
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    81
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    82
div#header h1 a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    83
  color: white;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    84
  padding-right: 20px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    85
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    86
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    87
div#header h1 a:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    88
  background-image: url(../images/home.gif);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    89
  background-repeat: no-repeat;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    90
  background-position: center right;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    91
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    92
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    93
div.logo {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    94
  width: 96px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    95
  height: 122px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    96
  background-image: url(../images/logo.png);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    97
  background-position: center center;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    98
  background-repeat: no-repeat;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    99
  float: left;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   100
  margin: 0 7px 0 -13px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   101
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   102
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   103
/* Userlinks */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   104
ul.useropts {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   105
  position: absolute;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   106
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   107
  right: 10px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   108
  line-height: 19px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   109
  top: 99px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   110
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   111
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   112
ul.useropts li {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   113
  display: block;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   114
  float: left;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   115
  margin-right: 4px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   116
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   117
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   118
ul.useropts li a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   119
  color: #a9b2e3;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   120
  display: block;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   121
  padding: 2px 12px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   122
  background-color: #30475d;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   123
  -moz-border-radius: 6px 6px 0 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   124
  border-radius: 6px 6px 0 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   125
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   126
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   127
ul.useropts li.em a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   128
  color: #b9d0e3;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   129
  background-color: #405f7c;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   130
  font-weight: bold;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   131
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   132
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   133
ul.useropts li:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   134
  position: relative;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   135
  top: -2px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   136
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   137
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   138
ul.useropts li:hover > a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   139
  padding: 2px 12px 4px 12px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   140
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   141
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   142
ul.useropts li.logout:hover > a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   143
  color: #e9e9e9;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   144
  background-color: #701010;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   145
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   146
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   147
/* Search form */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   148
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   149
form.searchform {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   150
  position: absolute;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   151
  /* background-color: #292929; */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   152
  background-image: url(../images/transb50.png);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   153
  top: 0px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   154
  right: 10px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   155
  padding: 7px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   156
  text-align: right;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   157
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   158
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   159
/* Sidebars */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   160
div.sidebar.left {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   161
  width: 150px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   162
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   163
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   164
div.sidebar.right {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   165
  float: right;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   166
  width: 170px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   167
  margin: 0 0 0 20px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   168
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   169
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   170
div.sidebar.right div.slider {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   171
  padding: 10px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   172
  background-color: #bed8ef;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   173
  -moz-border-radius: 10px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   174
  border-radius: 10px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   175
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   176
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   177
div.sidebar h4 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   178
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   179
  padding: 5px 3px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   180
  color: #90B0D0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   181
  border-bottom: 1px dotted #5b6f80;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   182
  font-size: 10pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   183
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   184
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   185
div.sidebar div.slider {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   186
  font-size: 8pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   187
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   188
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   189
div.sidebar h4 a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   190
  cursor: pointer;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   191
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   192
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   193
div.sidebar.right h4 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   194
  color: #5a87b3;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   195
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   196
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   197
div.sidebar ul.linkblock {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   198
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   199
  padding: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   200
  list-style-type: none;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   201
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   202
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   203
div.sidebar ul.linkblock li a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   204
  display: block;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   205
  color: #b2b2b2;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   206
  padding: 5px 3px 5px 0.9em;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   207
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   208
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   209
div.sidebar ul.linkblock li a:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   210
  color: #c5c5c5;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   211
  background-color: #292929;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   212
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   213
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   214
div.sidebar a.closebtn {
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   215
  display: block;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   216
  float: right;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   217
  margin-right: 10px;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   218
  color: #456798;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   219
  background-color: #f0f0f0;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   220
  padding: 0 8px;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   221
  -moz-border-radius: 0 0 4px 4px;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   222
  cursor: pointer;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   223
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   224
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   225
div.sidebar.left a.closebtn {
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   226
  color: #f0f0f0;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   227
  background-color: #404040;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   228
  margin-right: 0px;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   229
  -moz-border-radius: 0 0 0 4px;
965
72b37471cce0 Enanium: left collapse button same size as jBox bars now
Dan
parents: 958
diff changeset
   230
  padding: 1pt 5px;
72b37471cce0 Enanium: left collapse button same size as jBox bars now
Dan
parents: 958
diff changeset
   231
  font-size: 10pt;
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   232
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   233
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   234
div.right-sidebar-hidden {
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   235
  margin-left: 10px;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   236
  display: none;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   237
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   238
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   239
div.left-sidebar-hidden {
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   240
  display: none;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   241
  position: absolute;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   242
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   243
955
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   244
div.right-sidebar-hidden a.openbtn {
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   245
  display: block;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   246
  float: right;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   247
  margin-right: -20px;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   248
  color: #456798;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   249
  background-color: #f0f0f0;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   250
  padding: 5px 8px;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   251
  -moz-border-radius: 4px 0 0 4px;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   252
  cursor: pointer;
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   253
}
de4f81abc5e3 Enanium: Set right sidebar as collapsible. Whether I will do the left one I do not know.
Dan
parents: 948
diff changeset
   254
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   255
div.left-sidebar-hidden a.openbtn {
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   256
  display: block;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   257
  float: left;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   258
  margin-top: 1.8em;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   259
  color: #456798;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   260
  background-color: #f0f0f0;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   261
  padding: 5px 4px;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   262
  -moz-border-radius: 0 4px 4px 0;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   263
  cursor: pointer;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   264
}
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   265
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   266
div.slider {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   267
  margin-bottom: 7px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   268
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   269
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   270
/* Content area */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   271
div#content-wrapper {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   272
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   273
  padding: 20px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   274
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   275
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   276
div.content {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   277
  /* Though very subtle, this makes the entire theme less harsh especially with Trebuchet. */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   278
  color: #202020;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   279
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   280
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   281
div.content h1, div.content h2 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   282
  border-bottom: 1px solid #90B0D0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   283
  margin-top: 0.2em;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   284
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   285
1004
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   286
div.content h1#h2PageName {
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   287
  margin: 0.2em 0 0 0;
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   288
}
e01c51cc1b35 Enanium: bumped top heading down a few px
Dan
parents: 977
diff changeset
   289
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   290
div.content p {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   291
  margin-left: 0.8em;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   292
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   293
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   294
/* Wikilinks to pages that don't exist */
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   295
div.content a.wikilink-nonexistent {
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   296
  color: #B05020;
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   297
}
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   298
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   299
div.content a.wikilink-nonexistent:visited {
977
322a9bf1e280 Enanium: fixed visited wikilink-nonexistent links
Dan
parents: 965
diff changeset
   300
  color: #906030 !important;
948
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   301
}
db32e8e09f09 Enanium: added wikilink-nonexistent
Dan
parents: 921
diff changeset
   302
1045
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   303
/* I know it's bad to support plugins in core code, but indented paragraphs tend to be specific to themes I designed.
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   304
   This is for consistency between paragraphs and code blocks. */
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   305
div.content pre, pre.geshi_highlighted {
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   306
  margin-left: 0.8em;
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   307
}
ce069a06906c Enanium: <pre> elements under div.content are now indented
Dan
parents: 1004
diff changeset
   308
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   309
/* Inline rename */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   310
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   311
input#pageheading {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   312
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   313
  font-size: 18pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   314
  font-weight: bold;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   315
  border-width: 0 0 1px 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   316
  width: 100%;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   317
  border-bottom: 1px solid #90B0D0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   318
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   319
  padding: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   320
  color: #202020;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   321
  background-color: rgb(240, 240, 240, 0.5);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   322
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   323
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   324
input#pageheading:focus {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   325
  background-color: #fafafa;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   326
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   327
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   328
/* External links */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   329
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   330
div.content a[href ^="http://"], div#messageBox a[href ^="http://"] {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   331
  color: #4d78a2;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   332
  background: url(../images/links/external.gif) center right no-repeat;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   333
  padding-right: 16px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   334
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   335
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   336
div.content a[href ^="https://"], div#messageBox a[href ^="https://"] {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   337
  color: #4d78a2;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   338
  background: url(../images/links/https.gif)    center right no-repeat;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   339
  padding-right: 16px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   340
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   341
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   342
div.content a[href ^="mailto:"], div#messageBox a[href ^="mailto:"] {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   343
  color: #4d78a2;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   344
  background: url(../images/links/email.gif)    center right no-repeat;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   345
  padding-right: 16px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   346
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   347
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   348
div.content a[href ^="irc://"], div#messageBox a[href ^="irc://"] {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   349
  color: #4d78a2;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   350
  background: url(../images/links/irc.gif)      center right no-repeat;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   351
  padding-right: 16px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   352
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   353
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   354
div.content a[href ^="http://"]:hover, div#messageBox a[href ^="http://"]:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   355
  color: #6488ad;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   356
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   357
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   358
div.content a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   359
  color: #6488ad;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   360
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   361
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   362
div.content a[href ^="mailto:"]:hover, div#messageBox a[href ^="mailto:"]:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   363
  color: #6488ad;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   364
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   365
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   366
div.content a[href ^="irc://"]:hover, div#messageBox a[href ^="irc://"]:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   367
  color: #6488ad;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   368
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   369
1075
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   370
div.content a.no_external, div#messageBox a.no_external {
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   371
  background-image: none;
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   372
  padding-right: 0px;
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   373
}
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   374
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   375
/* Form controls */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   376
input {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   377
  border: 1px solid #353535;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   378
  background-color: #262626;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   379
  color: #b6b6b6;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   380
  font-size: 8pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   381
  font-family: arial, helvetica, sans-serif;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   382
  padding: 2px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   383
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   384
1075
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   385
div#messageBox input[type ^="text"], div#messageBox input[type ^="password"] {
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   386
  background-color: #f4f4f4;
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   387
  color: #202020;
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   388
  border: 1px solid #aaa;
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   389
}
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   390
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   391
div#messageBox input[type ^="text"]:focus, div#messageBox input[type ^="password"]:focus {
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   392
  background-color: #fff;
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   393
  border-color: #888;
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   394
}
f4b89aa4226d Some changes to AJAX login interface, made it a bit more compact with less language, with some Enanium specific modifications to the same.
Dan
parents: 1057
diff changeset
   395
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   396
/* Footer */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   397
div#footer {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   398
  margin: 7px 0 0 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   399
  border-top: 1px solid #707070;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   400
  background-color: #000;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   401
  color: #909090;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   402
  padding: 4px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   403
  font-size: smaller;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   404
  font-family: tahoma, arial, sans-serif;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   405
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   406
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   407
body.simple div#footer {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   408
  position: absolute;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   409
  bottom: 0px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   410
  padding: 4px 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   411
  width: 100%;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   412
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   413
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   414
/*
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   415
 * Userpage styles
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   416
 */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   417
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   418
ul.userpage_links li {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   419
  background-image: url('../images/buttonbg.gif');
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   420
  background-repeat: repeat-x;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   421
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   422
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   423
ul.userpage_links li a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   424
  color: #202020;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   425
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   426
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   427
ul.userpage_links li.userpage_tab_active {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   428
  background-image: url('../images/buttonbg-lite.gif');
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   429
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   430
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   431
ul.userpage_links li:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   432
  background-image: url('../images/buttonbg-lite.gif');
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   433
  border-color: #404040 #404040 #ffffff #404040;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   434
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   435
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   436
ul.userpage_links li.userpage_tab_active:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   437
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   438
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   439
ul.userpage_links li a:visited, ul.userpage_links li a:hover {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   440
  color: #202020 !important;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
   441
}
958
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   442
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   443
/*
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   444
 * Some table stuff
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   445
 */
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   446
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   447
div.tblholder th a {
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   448
  text-decoration: underline;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   449
  color: #f0f0f0 !important;
3dafe0969e5a Enanium: added collapse for left sidebar
Dan
parents: 955
diff changeset
   450
}
1050
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   451
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   452
/*
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   453
 * jBox menu system
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   454
 */
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   455
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   456
div.menu, div.menu_nojs {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   457
  background-image: url(../images/jbox.gif);
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   458
  background-repeat: repeat-x;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   459
  background-color: #303030;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   460
  font-size: 7pt;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   461
  border-width: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   462
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   463
.menu_bg {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   464
  background-color: #303030;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   465
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   466
div.menu ul, div.menu_nojs ul {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   467
  display: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   468
  position: absolute;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   469
  padding: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   470
  margin: 0 !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   471
  background-color: #303030;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   472
  border-width: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   473
  min-width: 120px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   474
  text-transform: lowercase;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   475
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   476
div.menu a, div.menu div.label, div.menu_nojs a, div.menu_nojs div.label {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   477
  padding: 2.5pt 5px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   478
  margin-right: 3px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   479
  text-decoration: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   480
  display: block;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   481
  float: left;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   482
  color: #b2b2b2;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   483
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   484
div#content-wrapper div.menu a, div#content-wrapper div.menu_nojs a {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   485
  color: #b2b2b2;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   486
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   487
div.menu div.label, div.menu_nojs div.label {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   488
  color: #808080;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   489
  cursor: default;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   490
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   491
div.menu span.sep, div.menu_nojs span.sep {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   492
  display: block;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   493
  float: left;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   494
  width: 5px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   495
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   496
div.menu div.multopts, div.menu_nojs div.multopts {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   497
  line-height: 17pt;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   498
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   499
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   500
  float: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   501
  display: inline;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   502
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   503
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 {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   504
  color: #c9c9c9;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   505
  background-color: #484848;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   506
  background-image: url(../images/jbox.gif);
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   507
  background-position: 0 -32px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   508
  background-repeat: repeat-x;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   509
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   510
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   511
  border-width: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   512
  font-size: 9pt;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   513
  padding: 2px 5px 3px 5px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   514
  max-width: 70px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   515
  color: #a9a9a9;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   516
  background-color: #191919;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   517
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   518
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 {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   519
  background-color: #292929;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   520
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   521
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 {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   522
  background-color: #373737;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   523
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   524
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   525
  border-width: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   526
  font-size: 9pt;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   527
  padding: 3px 5px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   528
  max-width: 70px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   529
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   530
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 {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   531
  color: #202020;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   532
  background-color: #FFFFFF;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   533
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   534
div.menu a.current:hover, div.menu a.selected:hover, div.menu a.current.liteselected,
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   535
div.menu_nojs a.current:hover, div.menu_nojs a.selected:hover, div.menu_nojs a.current.liteselected {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   536
  background-position: 0 -64px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   537
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   538
div.menu ul li, div.menu_nojs ul li {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   539
  list-style: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   540
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   541
div.menu ul a, div.menu_nojs ul a {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   542
  float: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   543
  margin: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   544
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   545
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   546
/* toolbar */
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   547
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   548
div.toolbar {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   549
  border: 1px solid #3b619c;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   550
  background-color: #D0D0D0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   551
  background-image: url(../../oxygen/images/bleu/sprite-horiz.gif);
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   552
  background-position: 0 -90px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   553
  padding: 1px 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   554
  height: 22px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   555
  font-family: arial, sans-serif;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   556
  font-size: 8pt;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   557
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   558
div.toolbar ul {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   559
  margin: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   560
  padding: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   561
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   562
div.toolbar ul li {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   563
  list-style: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   564
  margin: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   565
  float: left;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   566
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   567
div.toolbar a img {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   568
  opacity: 0.6;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   569
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   570
div.toolbar a:hover img, div.toolbar a:focus img {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   571
  opacity: 1;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   572
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   573
div.toolbar a {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   574
  display: block;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   575
  padding: 2px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   576
  border: 1px solid transparent;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   577
  cursor: default;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   578
  width: auto;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   579
  color: #000000 !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   580
  margin: 0 2px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   581
  max-height: 16px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   582
  text-decoration: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   583
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   584
div.toolbar a:hover, div.toolbar a:focus {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   585
  border: 1px solid #000080;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   586
  background-color: #ceceed;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   587
  background-image: url(../../oxygen/images/bleu/sprite-horiz.gif);
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   588
  background-position: 0 -118px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   589
  color: #000000 !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   590
  text-decoration: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   591
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   592
div.toolbar a:active {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   593
  background-color: #E0E0E0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   594
  background-position: 0 -138px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   595
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   596
div.toolbar img {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   597
  margin: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   598
  padding: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   599
  display: inline;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   600
  border-width: 0px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   601
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   602
div.toolbar a span {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   603
  position: relative;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   604
  top: -3px !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   605
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   606
div.toolbar a span.noimage {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   607
  position: relative;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   608
  top: 0px !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   609
  height: 16px !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   610
  display: block;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   611
  padding-left: 2px !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   612
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   613
div.toolbar li span {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   614
  padding-left: 4px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   615
  padding-right: 2px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   616
  position: relative;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   617
  top: 4px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   618
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   619
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   620
/* vertical toolbar */
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   621
div.toolbar_vert {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   622
  border: 1px solid #82aae2;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   623
  background-color: #c9ddf8;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   624
  padding: 2px 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   625
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   626
div.toolbar_vert ul {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   627
  margin: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   628
  padding: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   629
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   630
div.toolbar_vert ul li {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   631
  list-style: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   632
  margin: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   633
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   634
div.toolbar_vert a img {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   635
  opacity: 0.6;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   636
  /*filter: alpha(opacity=60);*/
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   637
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   638
div.toolbar_vert a:hover img {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   639
  opacity: 1;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   640
  /*filter: alpha(opacity=100);*/
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   641
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   642
div.toolbar_vert a {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   643
  display: block;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   644
  padding: 2px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   645
  border: 1px solid transparent;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   646
  cursor: default;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   647
  width: auto;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   648
  color: #000000 !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   649
  margin: 0 2px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   650
  max-height: 16px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   651
  text-decoration: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   652
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   653
div.toolbar_vert a:hover {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   654
  border: 1px solid #202090;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   655
  background-color: #ceceed;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   656
  color: #000000 !important;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   657
  text-decoration: none;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   658
  background-image: url(../../oxygen/images/bleu/sprite-horiz.gif);
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   659
  background-position: 0 -118px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   660
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   661
div.toolbar_vert a:active {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   662
  border: 1px solid #A0A0A0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   663
  background-color: #E0E0E0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   664
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   665
div.toolbar_vert img {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   666
  margin: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   667
  padding: 0;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   668
  display: inline;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   669
  border-width: 0px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   670
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   671
div.toolbar_vert a span {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   672
  position: relative;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   673
  top: -4px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   674
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   675
div.toolbar_vert li span {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   676
  padding-left: 2px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   677
  padding-right: 5px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   678
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   679
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   680
div.toolbar_vert li > span {
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   681
  display: block;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   682
  padding: 4px 5px;
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   683
}
94d835500d5b Enanium: consolidated jBox and toolbar CSS. Firefox 3.5 did a double-request and it was slowing things down. Thanks YSlow.
Dan
parents: 1045
diff changeset
   684