themes/enanium/css-extra/jbox.css
author Dan
Wed, 15 Apr 2009 20:10:40 -0400
changeset 921 a71de5e21423
permissions -rw-r--r--
New primary theme: Enanium
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
 * jBox menu system
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     3
 */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     4
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     5
div.menu, div.menu_nojs {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     6
  background-image: url(../images/jbox.gif);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     7
  background-repeat: repeat-x;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     8
  background-color: #303030;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     9
  font-size: 7pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    10
  border-width: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    11
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    12
.menu_bg {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    13
  background-color: #303030;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    14
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    15
div.menu ul, div.menu_nojs ul {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    16
  display: none;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    17
  position: absolute;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    18
  padding: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    19
  margin: 0 !important;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    20
  background-color: #303030;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    21
  border-width: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    22
  min-width: 120px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    23
  text-transform: lowercase;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    24
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    25
div.menu a, div.menu div.label, div.menu_nojs a, div.menu_nojs div.label {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    26
  padding: 2.5pt 5px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    27
  margin-right: 3px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    28
  text-decoration: none;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    29
  display: block;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    30
  float: left;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    31
  color: #b2b2b2;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    32
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    33
div#content-wrapper div.menu a, div#content-wrapper div.menu_nojs a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    34
  color: #b2b2b2;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    35
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    36
div.menu div.label, div.menu_nojs div.label {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    37
  color: #808080;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    38
  cursor: default;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    39
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    40
div.menu span.sep, div.menu_nojs span.sep {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    41
  display: block;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    42
  float: left;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    43
  width: 5px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    44
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    45
div.menu div.multopts, div.menu_nojs div.multopts {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    46
  line-height: 17pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    47
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    48
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    49
  float: none;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    50
  display: inline;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    51
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    52
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 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    53
  color: #c9c9c9;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    54
  background-color: #484848;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    55
  background-image: url(../images/jbox.gif);
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    56
  background-position: 0 -32px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    57
  background-repeat: repeat-x;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    58
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    59
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    60
  border-width: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    61
  font-size: 9pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    62
  padding: 2px 5px 3px 5px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    63
  max-width: 70px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    64
  color: #a9a9a9;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    65
  background-color: #191919;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    66
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    67
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 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    68
  background-color: #292929;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    69
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    70
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 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    71
  background-color: #373737;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    72
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    73
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    74
  border-width: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    75
  font-size: 9pt;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    76
  padding: 3px 5px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    77
  max-width: 70px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    78
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    79
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 {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    80
  color: #202020;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    81
  background-color: #FFFFFF;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    82
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    83
div.menu a.current:hover, div.menu a.selected:hover, div.menu a.current.liteselected,
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    84
div.menu_nojs a.current:hover, div.menu_nojs a.selected:hover, div.menu_nojs a.current.liteselected {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    85
  background-position: 0 -64px;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    86
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    87
div.menu ul li, div.menu_nojs ul li {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    88
  list-style: none;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    89
}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    90
div.menu ul a, div.menu_nojs ul a {
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    91
  float: none;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    92
  margin: 0;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    93
}