themes/stpatty/css-extra/structure.css
author Dan
Wed, 23 Jul 2008 21:37:40 -0500
changeset 663 d0f74bcd21eb
child 1227 bdac73ed481e
permissions -rw-r--r--
Separated St. Patty CSS files into color theme and CSS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
663
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     1
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     2
 * St. Patty theme for Enano
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     3
 * Copyright (C) 2007 Dan Fuhry
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     4
 *
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     5
 * This theme is Free Software, available under the terms of the GNU General Public License. See the file "GPL" included with this
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     6
 * package for details.
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     7
 *
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     8
 * Some ideas - most notably the hatching patterns and floating divs, were taken from Bittersweet <http://templates.arcsin.se/>
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
     9
 * No code or graphics were copied.
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    10
 */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    11
 
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    12
html,body {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    13
  margin: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    14
  padding: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    15
  height: 100%;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    16
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    17
body {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    18
  background-repeat: repeat;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    19
  font-family: "Lucida Sans Unicode", sans-serif;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    20
  font-size: 75%;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    21
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    22
body#tinymce {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    23
  background-color: white;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    24
  background-image: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    25
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    26
div#bg {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    27
  min-height: 500px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    28
  width: 100%;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    29
  background-repeat: repeat-x;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    30
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    31
div#rap {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    32
  width: 760px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    33
  padding: 0 10px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    34
  margin: 0 auto;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    35
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    36
div#title {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    37
  margin: 0px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    38
  padding: 0px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    39
  background-repeat: repeat-x;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    40
  vertical-align: middle;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    41
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    42
div#title h1 {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    43
  margin: 0px 10px 10px 10px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    44
  padding-top: 30px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    45
  text-align: left;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    46
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    47
div#title h2 {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    48
  margin: 0px 10px 0px 10px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    49
  padding-bottom: 40px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    50
  text-align: left;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    51
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    52
div.straightaway {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    53
  clear: both;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    54
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    55
/* Footer */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    56
div.footer {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    57
  min-height: 40px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    58
  padding: 10px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    59
  background-repeat: repeat-x;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    60
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    61
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    62
/* Content area */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    63
div#maincontent {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    64
  padding: 10px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    65
  margin-right: 140px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    66
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    67
img#ajaxloadicon {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    68
  margin-top: 10px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    69
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    70
div#maincontent h2 {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    71
  margin: 10px 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    72
  padding: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    73
  font-size: 16pt;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    74
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    75
div#maincontent p {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    76
  margin-left: 1em;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    77
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    78
div#maincontent h2#pagetitle {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    79
  margin: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    80
  font-size: 18pt;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    81
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    82
div#maincontent a:link, div#maincontent a:visited {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    83
  text-decoration: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    84
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    85
div#maincontent ul {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    86
  list-style: square;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    87
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    88
/* Sidebar */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    89
div#sidebar, div.dbx-box {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    90
  float: right;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    91
  width: 135px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    92
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    93
div#sidebar h4, div.dbx-handle {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    94
  margin: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    95
  padding: 0 5px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    96
  line-height: 25px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    97
  font-weight: normal;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    98
  text-align: right;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
    99
  text-transform: lowercase;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   100
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   101
div.dbx-handle {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   102
  text-align: left;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   103
  cursor: move;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   104
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   105
div#sidebar ul, .dbx-content ul {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   106
  margin: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   107
  padding: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   108
  list-style: none !important;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   109
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   110
div#sidebar ul li, div.dbx-content ul li {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   111
  padding: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   112
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   113
div#sidebar ul li a, div.dbx-content ul li a {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   114
  line-height: 25px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   115
  padding: 0 7px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   116
  text-decoration: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   117
  display: block;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   118
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   119
div#sidebar div, div.dbx-content2 {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   120
  width: 135px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   121
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   122
div#sidebar div ul {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   123
  margin-left: 2em;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   124
  list-style: square;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   125
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   126
div#sidebar div ul a {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   127
  background-color: transparent;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   128
  display: inline;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   129
  border-bottom-width: 0px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   130
  padding: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   131
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   132
div#sidebar div ul a:hover {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   133
  background-color: transparent;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   134
  display: inline;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   135
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   136
div#sidebar div div {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   137
  background: transparent;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   138
  border-bottom-width: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   139
  padding: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   140
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   141
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   142
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   143
 * jBox menu system
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   144
 */
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   145
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   146
div.menu, div.menu_nojs {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   147
  font-size: 7pt;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   148
  border-width: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   149
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   150
div.menu a, div.menu_nojs a, div.menu div.label, div.menu_nojs div.label {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   151
  padding: 2.5pt 5px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   152
  margin-right: 3px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   153
  text-decoration: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   154
  display: block;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   155
  float: left;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   156
  border-bottom-width: 0 !important;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   157
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   158
div.menu div.label, div.menu_nojs div.label {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   159
  cursor: default;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   160
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   161
div.menu span.sep, div.menu_nojs span.sep {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   162
  display: block;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   163
  float: left;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   164
  width: 5px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   165
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   166
div.menu div.multopts, div.menu_nojs div.multopts {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   167
  line-height: 17pt;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   168
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   169
div.menu div.multopts a, div.menu_nojs div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts div.label {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   170
  float: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   171
  display: inline;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   172
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   173
div.menu input[type ^="text"], div.menu_nojs input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="password"] {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   174
  border-width: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   175
  font-size: 9pt;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   176
  padding: 4px 5px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   177
  max-width: 70px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   178
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   179
div.menu input[type ^="button"], div.menu_nojs input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="submit"] {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   180
  border-width: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   181
  font-size: 9pt;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   182
  padding: 3px 5px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   183
  max-width: 70px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   184
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   185
div.menu a.current, div.menu_nojs a.current, div.menu a.current:hover, div.menu_nojs a.current:hover, div.menu a.selected, div.menu_nojs a.selected, div.menu a.selected:hover, div.menu_nojs a.selected:hover {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   186
  font-weight: bold;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   187
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   188
div.menu ul, div.menu_nojs ul {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   189
  display: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   190
  position: absolute;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   191
  padding: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   192
  margin: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   193
  border-width: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   194
  min-width: 120px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   195
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   196
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   197
div.menu_nojs ul {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   198
  display: block !important;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   199
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   200
*/
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   201
div.menu ul li, div.menu_nojs ul li {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   202
  list-style: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   203
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   204
div.menu ul a, div.menu_nojs ul a {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   205
  float: none;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   206
  margin: 0;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   207
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   208
/*
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   209
span.menuclear {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   210
  font-size: 1px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   211
  height: 0px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   212
  width: 0px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   213
  clear: left;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   214
  line-height: 0px;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   215
  display: block;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   216
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   217
*/
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   218
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   219
div.userpage_block {
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   220
  clear: left;
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   221
}
d0f74bcd21eb Separated St. Patty CSS files into color theme and CSS
Dan
parents:
diff changeset
   222