themes/oxygen/css/bleu.css
author Dan
Sat, 01 Mar 2008 18:57:07 -0500
changeset 468 194a19711346
parent 413 6607cd646d6d
child 532 03429d7b1537
permissions -rw-r--r--
Fixed the fact that cron just didn't work at all (brain fart that day or something)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
     1
/**
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
     2
 * The original Oxygen theme for Enano
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
     3
 * Designed by Dan Fuhry, (C) 2006
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
     4
 * This theme is Free Software; see the file "GPL" included with this package for details.
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
     5
 */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
     6
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
     7
/* The basics */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
     8
html,body {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
     9
  height: 100%;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    10
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    11
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    12
body {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    13
  /* color added in 1.0.2 to fix light text in dark desktop themes */ 
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    14
  color: #202020;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    15
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    16
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    17
  background: url(../images/bleu/bg.png);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    18
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    19
  font-size: 9pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    20
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    21
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    22
body#tinymce {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    23
  background-color: white;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    24
  background-image: none;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    25
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    26
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    27
.holder {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    28
  border: 1px solid #CCCCCC;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    29
  padding: 1px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    30
  background-color: #FFFFFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    31
  color: #444444
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    32
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    33
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    34
div.pad {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    35
  padding: 10px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    36
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    37
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    38
table#title {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    39
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    40
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    41
  height: 100px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    42
  background-color: #90B0D0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    43
  text-align: center;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    44
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    45
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    46
table.simple-layout td#mainhead {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    47
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    48
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    49
  background-color: #90B0D0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    50
  text-align: center;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    51
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    52
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    53
table.simple-layout td#mainhead h1 {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    54
  margin: 15px 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    55
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    56
  font-size: 14pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    57
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
    58
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
    59
/* Sidebar */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    60
td.mdgSidebarHolder {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    61
  width: 140px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    62
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    63
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    64
div.sidebar, .dbx-group {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    65
  width: 138px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    66
  background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    67
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    68
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    69
div.sidebar .head, .dbx-handle {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    70
  background-color: #F0F0F0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    71
  display: block;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    72
  margin: 0px 1px 1px 1px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    73
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    74
  font-size: 7pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    75
  cursor: pointer;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    76
  text-decoration: none;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    77
  color: #111;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    78
  padding: 5px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    79
  font-weight: bold;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    80
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    81
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    82
div.sidebar .head:hover, .dbx-handle:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    83
  background-color: #F4F4F4;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    84
  display: block;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    85
  margin: 0px 1px 1px 1px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    86
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    87
  font-size: 7pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    88
  cursor: pointer;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    89
  text-decoration: none;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    90
  color: #111;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    91
  padding: 5px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    92
  font-weight: bold;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    93
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    94
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    95
div.sidebar div.slideblock a, .dbx-content li {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    96
  background-color: #DDD;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    97
  display: block;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    98
  margin: 0px 1px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
    99
  border-bottom: 1px solid #FFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   100
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   101
  font-size: 7pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   102
  cursor: pointer;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   103
  text-decoration: none;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   104
  color: #666;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   105
  padding: 5px 5px 5px 9px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   106
  list-style-type: none;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   107
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   108
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   109
div.sidebar div.slideblock a:hover, .dbx-content li:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   110
  background-color: #EEE;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   111
  display: block;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   112
  margin: 0px 1px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   113
  border-bottom: 1px solid #FFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   114
  font-family: Trebuchet MS, Arial, helvetica, sans-serif;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   115
  font-size: 7pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   116
  cursor: pointer;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   117
  text-decoration: none;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   118
  color: #666;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   119
  padding: 5px 5px 5px 9px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   120
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   121
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   122
div.recttop {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   123
  width: 140px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   124
  height: 12px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   125
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   126
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   127
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   128
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   129
td.recttoptop {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   130
  width: 100%;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   131
  height: 12px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   132
  background-image: url(../images/bleu/border-menu-t.gif);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   133
  background-repeat: repeat-x;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   134
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   135
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   136
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   137
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   138
td.recttoptop:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   139
  width: 100%;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   140
  height: 12px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   141
  background-image: url(../images/bleu/border-menu-t-h.gif);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   142
  background-repeat: repeat-x;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   143
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   144
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   145
  cursor: pointer;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   146
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   147
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   148
div.rectbot {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   149
  width: 140px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   150
  height: 12px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   151
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   152
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   153
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   154
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   155
td.rectbottop {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   156
  width: 100%;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   157
  height: 12px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   158
  background-image: url(../images/bleu/border-btm.gif);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   159
  background-repeat: repeat-x;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   160
  margin: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   161
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   162
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   163
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   164
div.slideblock, .dbx-content {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   165
  overflow: hidden;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   166
  background-color: #DDD;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   167
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   168
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   169
div.slideblock2 {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   170
  overflow: hidden;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   171
  background-color: #DDD;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   172
  margin: 0px 1px 0px 1px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   173
  border-bottom: 1px solid #FFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   174
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   175
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   176
.dbx-handle {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   177
  cursor: move !important;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   178
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   179
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   180
/* The credits thingy at the bottom */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   181
div#credits { margin: 0; padding: 10px; padding-bottom: 0px; padding-top: 12px; background-color: #E8E8E8; color: #AAA; font-size: 7pt; font-family: lucida grande, verdana, arial, sans-serif; }
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   182
div#credits a { color: #90B0D0; text-decoration: none; }
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   183
div#credits a:hover { color: #80A0C0; text-decoration: underline; }
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   184
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   185
/* The link hidden in plain "site" at the top of the page */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   186
td#mainhead a { text-decoration: none; color: #000000; }
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   187
td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; }
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   188
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   189
/* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   190
div.contentDiv h2 {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   191
  border-bottom: 1px solid #90B0D0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   192
  margin-bottom: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   193
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   194
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   195
div.contentDiv h3 {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   196
  font-size: 11pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   197
  font-weight: bold;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   198
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   199
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   200
div.contentDiv ul li, div#messageBox ul li {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   201
  list-style: url(../images/bleu/bullet.gif);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   202
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   203
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   204
div.contentDiv p, div#messageBox p {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   205
  margin-left: 1.0em;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   206
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   207
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   208
table.simple-layout div.contentDiv p {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   209
  margin-left: 0em;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   210
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   211
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   212
div.contentDiv blockquote, div#messageBox blockquote {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   213
  background-color: #F4F4F4;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   214
  border: 1px dotted #406080;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   215
  margin: 1em;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   216
  padding: 10px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   217
  max-height: 250px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   218
  overflow: auto;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   219
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   220
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   221
div.contentDiv, div#messageBox {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   222
  font-size: 9pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   223
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   224
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   225
div.contentDiv a, div#messageBox a {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   226
  color: #7090B0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   227
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   228
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   229
div.contentDiv a:hover, div#messageBox a:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   230
  color: #90B0D0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   231
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   232
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   233
div.contentDiv a[href ^="http://"], div#messageBox a[href ^="http://"] {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   234
  color: #80A0C0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   235
  background: url(../images/bleu/external.gif) center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   236
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   237
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   238
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   239
div.contentDiv a[href ^="https://"], div#messageBox a[href ^="https://"] {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   240
  color: #80A0C0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   241
  background: url(../images/bleu/https.gif)    center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   242
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   243
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   244
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   245
div.contentDiv a[href ^="mailto:"], div#messageBox a[href ^="mailto:"] {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   246
  color: #80A0C0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   247
  background: url(../images/bleu/email.gif)    center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   248
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   249
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   250
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   251
div.contentDiv a[href ^="irc://"], div#messageBox a[href ^="irc://"] {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   252
  color: #80A0C0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   253
  background: url(../images/bleu/irc.gif)      center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   254
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   255
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   256
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   257
div.contentDiv a[href ^="http://"]:hover, div#messageBox a[href ^="http://"]:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   258
  color: #A0C0E0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   259
  background: url(../images/bleu/external.gif) center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   260
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   261
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   262
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   263
div.contentDiv a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   264
  color: #A0C0E0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   265
  background: url(../images/bleu/https.gif)    center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   266
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   267
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   268
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   269
div.contentDiv a[href ^="mailto:"]:hover, div#messageBox a[href ^="mailto:"]:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   270
  color: #A0C0E0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   271
  background: url(../images/bleu/email.gif)    center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   272
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   273
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   274
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   275
div.contentDiv a[href ^="irc://"]:hover, div#messageBox a[href ^="irc://"]:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   276
  color: #A0C0E0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   277
  background: url(../images/bleu/irc.gif)      center right no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   278
  padding-right: 16px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   279
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   280
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   281
/* Wikilinks to pages that don't exist */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   282
div.contentDiv a.wikilink-nonexistent {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   283
  color: #B05020;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   284
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   285
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   286
div.contentDiv a.wikilink-nonexistent:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   287
  color: #D06030;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   288
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   289
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   290
/* Well, not Midget and not comments (usually), but that's what the class is called ;-). Basically an informational window or used as a wrapper for tables. */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   291
.mdg-comment, .mdg-infobox {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   292
  margin-left: 1em;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   293
  padding: 7px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   294
  border: 1px solid #AAAAAA;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   295
  background-color: #E8E8E8;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   296
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   297
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   298
.tblholder {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   299
  margin: 10px 0 0 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   300
  padding: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   301
  border: 1px solid #AAAAAA;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   302
  background-color: #E8E8E8;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   303
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   304
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   305
/* The beautiful tables inside what may not obviously be mdg-comment divs */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   306
div.tblholder td.row1 {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   307
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   308
  background-color: #E0E0E0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   309
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   310
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   311
div.tblholder td.row2 {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   312
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   313
  background-color: #F0F0F0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   314
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   315
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   316
div.tblholder td.row3 {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   317
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   318
  background-color: #E8E8E8;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   319
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   320
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   321
div.tblholder th {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   322
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   323
  background-color: #7080A0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   324
  font-weight: bold;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   325
  text-align: center;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   326
  color: #FFFFFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   327
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   328
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   329
div.tblholder th.subhead {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   330
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   331
  background-color: #90A0B0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   332
  font-weight: bold;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   333
  text-align: center;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   334
  color: #FFFFFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   335
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   336
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   337
div.tblholder table {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   338
  background-color: #FFFFFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   339
  width: 100%;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   340
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   341
108
1c7f59df9474 Implemented some extra functionality for friends/foes in comments; fixed lack of table_prefix in stats.php line 63
Dan
parents: 103
diff changeset
   342
/* Colored table cells */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   343
div.tblholder td.row1_red {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   344
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   345
  background-color: #F8E0E0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   346
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   347
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   348
div.tblholder td.row2_red {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   349
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   350
  background-color: #FFF0F0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   351
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   352
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   353
div.tblholder td.row3_red {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   354
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   355
  background-color: #FFE8E8;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   356
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   357
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   358
div.tblholder td.row1_green {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   359
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   360
  background-color: #E0F8E0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   361
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   362
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   363
div.tblholder td.row2_green {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   364
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   365
  background-color: #F0FFF0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   366
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   367
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   368
div.tblholder td.row3_green {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   369
  padding: 4px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   370
  background-color: #E8FFE8;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   371
}
108
1c7f59df9474 Implemented some extra functionality for friends/foes in comments; fixed lack of table_prefix in stats.php line 63
Dan
parents: 103
diff changeset
   372
103
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   373
div.tblholder th a {
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   374
  color: #FFFFFF !important;
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   375
  text-decoration: underline !important;
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   376
}
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   377
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   378
div.tblholder th a:hover {
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   379
  color: #FFFF00 !important;
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   380
  text-decoration: underline !important;
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   381
}
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   382
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   383
/*
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   384
 * jBox menu system
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   385
 */
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   386
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   387
div.menu, div.menu_nojs {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   388
  background-color: #B0D0F0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   389
  font-size: 7pt;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   390
  border-width: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   391
}
32
4d87aad3c4c0 Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents: 0
diff changeset
   392
.menu_bg {
4d87aad3c4c0 Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents: 0
diff changeset
   393
  background-color: #B0D0F0;
4d87aad3c4c0 Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents: 0
diff changeset
   394
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   395
div.menu a, div.menu div.label {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   396
  padding: 2.5pt 5px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   397
  margin-right: 3px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   398
  text-decoration: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   399
  display: block;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   400
  float: left;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   401
  color: #406080;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   402
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   403
div.menu_nojs a, div.menu_nojs div.label {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   404
  padding: 2.5pt 5px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   405
  margin-right: 3px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   406
  text-decoration: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   407
  display: block;
32
4d87aad3c4c0 Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents: 0
diff changeset
   408
  float: left;
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   409
  color: #406080;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   410
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   411
div.menu div.label, div.menu_nojs div.label {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   412
  color: #001020;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   413
  cursor: default;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   414
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   415
div.menu span.sep, div.menu_nojs span.sep {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   416
  display: block;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   417
  float: left;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   418
  width: 5px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   419
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   420
div.menu div.multopts, div.menu_nojs div.multopts {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   421
  line-height: 17pt;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   422
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   423
div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   424
  float: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   425
  display: inline;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   426
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   427
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 {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   428
  color: #406080;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   429
  background-color: #D0F0FF;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   430
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   431
div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   432
  border-width: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   433
  font-size: 9pt;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   434
  padding: 2px 5px 3px 5px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   435
  max-width: 70px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   436
  background-color: #D0F0FF;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   437
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   438
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 {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   439
  background-color: #E0F0FF;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   440
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   441
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 {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   442
  background-color: #F0F0FF;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   443
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   444
div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   445
  border-width: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   446
  font-size: 9pt;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   447
  padding: 3px 5px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   448
  max-width: 70px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   449
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   450
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 {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   451
  color: #000040;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   452
  background-color: #FFFFFF;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   453
}
32
4d87aad3c4c0 Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Dan
parents: 0
diff changeset
   454
div.menu ul, div.menu_nojs ul {
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   455
  display: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   456
  position: absolute;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   457
  padding: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   458
  margin: 0 !important;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   459
  background-color: #B0D0F0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   460
  border-width: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   461
  min-width: 120px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   462
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   463
div.menu ul li, div.menu_nojs ul li {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   464
  list-style: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   465
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   466
div.menu ul a, div.menu_nojs ul a {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   467
  float: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   468
  margin: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   469
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   470
span.menuclear {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   471
  font-size: 1px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   472
  height: 0px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   473
  width: 0px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   474
  clear: left;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   475
  line-height: 0px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   476
  display: block;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   477
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   478
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   479
/* Rounded corners on nearly everything */
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   480
td#mdg-tl                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tl.gif);    }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   481
td#mdg-tr                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tr.gif);    }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   482
td#mdg-top                        {                                background: url(../images/bleu/border-top.gif);   }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   483
td#mdg-l                          { width: 12px; height: 12px;     background: url(../images/bleu/border-l.gif);     }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   484
td#mdg-r                          { width: 12px; height: 12px;     background: url(../images/bleu/border-r.gif);     }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   485
td#mdg-bl                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tb-l.gif);  }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   486
td#mdg-br                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tb-r.gif);  }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   487
td#mdg-ml                         { width: 12px; height: 12px;     background: url(../images/bleu/border-m-l.gif);   }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   488
td#mdg-mr                         { width: 12px; height: 12px;     background: url(../images/bleu/border-m-r.gif);   }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   489
td#mdg-brl                        { width: 12px; height: 1px;      background: url(../images/bleu/border-m-l.gif);   }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   490
td#mdg-brr                        { width: 12px; height: 1px;      background: url(../images/bleu/border-m-r.gif);   }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   491
td#mdg-btl                        { width: 12px; height: 1px;      background: url(../images/bleu/border-btm-l.gif); }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   492
td#mdg-btr                        { width: 12px; height: 1px;      background: url(../images/bleu/border-btm-r.gif); }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   493
td#mdg-btcl                       { width: 12px; height: 12px;     background: url(../images/bleu/border-bl.gif);    }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   494
td#mdg-btcr                       { width: 12px; height: 12px;     background: url(../images/bleu/border-br.gif);    }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   495
td#mdg-btm                        {              height: 12px;     background: url(../images/bleu/border-btm.gif);   }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   496
td.mdg-menu-top                   { width: 84%;  height: 12px;     background: url(../images/bleu/border-menu-t.gif); margin: 0; padding: 0; background-repeat: repeat-x; font-size: 2px; }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   497
td.mdg-menu-tl                    { width: 12px; height: 12px;     background: url(../images/bleu/border-menu-l.gif); background-position: left  top; background-repeat: no-repeat; }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   498
td.mdg-menu-tr                    { width: 12px; height: 12px;     background: url(../images/bleu/border-menu-r.gif); background-position: right top; background-repeat: no-repeat; }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   499
td.mdg-menu-bl                    { width: 12px; height: 12px;     background: url(../images/bleu/border-bl.gif);    }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   500
td.mdg-menu-br                    { width: 12px; height: 12px;     background: url(../images/bleu/border-br.gif);    }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   501
td.mdg-menu-btm                   {              height: 12px;     background: url(../images/bleu/border-btm.gif);   }
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   502
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   503
/* Buttons and textboxes - these settings are used almost everywhere */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   504
input, textarea, select, button {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   505
  border: 1px solid #406080;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   506
  background-color: #F2F2F2;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   507
  padding: 3px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   508
  font-family: arial, helvetica, sans-serif;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   509
  font-size: 8pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   510
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   511
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   512
input:hover, textarea:hover, select:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   513
  border: 1px solid #6080A0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   514
  background-color: #F8F8F8;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   515
  padding: 3px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   516
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   517
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   518
input:focus, textarea:focus, select:focus {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   519
  border: 1px solid #90B0D0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   520
  background-color: #FFFFFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   521
  padding: 3px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   522
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   523
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   524
label {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   525
  padding: 3px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   526
  cursor: pointer;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   527
  font-family: arial, helvetica, sans-serif;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   528
  font-size: 8pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   529
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   530
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   531
label:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   532
  padding: 3px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   533
  cursor: pointer;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   534
  background-color: #F0F0F0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   535
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   536
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   537
input#pageheading {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   538
  font-size: 14pt;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   539
  border-bottom: 1px solid #90B0D0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   540
  margin-bottom: 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   541
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   542
315
f49e3c8b638c Fixed focus of AJAX login form fields in IE; removed stale/unused call to $template->makeParserText() in paginate_array(); added hook page_create_request to possibly help control creation of pages of certain namespaces from plugins; fixed critical bug in user CP that prevented plugins from adding custom CP modules
Dan
parents: 311
diff changeset
   543
input[type ^="button"], input[type ^="submit"], button {
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   544
  background-image: url(../images/buttonbg.gif);
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   545
  background-repeat: repeat-x;
103
a8891e108c95 Several major improvements: Memberlist page added (planned since about beta 2), page group support added for non-JS ACL editor (oops!), and attempting to view a page for which you lack read permissions will get you logged.
Dan
parents: 91
diff changeset
   546
  color: #202020;
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   547
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   548
322
5f1cd51bf1be Many changes. Installer with PostgreSQL is broken badly and will be for some time.
Dan
parents: 315
diff changeset
   549
input[type ^="image"][disabled ^="disabled"] {
5f1cd51bf1be Many changes. Installer with PostgreSQL is broken badly and will be for some time.
Dan
parents: 315
diff changeset
   550
  opacity: 0.5;
5f1cd51bf1be Many changes. Installer with PostgreSQL is broken badly and will be for some time.
Dan
parents: 315
diff changeset
   551
  filter: alpha(opacity=50);
5f1cd51bf1be Many changes. Installer with PostgreSQL is broken badly and will be for some time.
Dan
parents: 315
diff changeset
   552
}
5f1cd51bf1be Many changes. Installer with PostgreSQL is broken badly and will be for some time.
Dan
parents: 315
diff changeset
   553
334
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents: 328
diff changeset
   554
input[type ^="button"][disabled ^="disabled"], input[type ^="submit"][disabled ^="disabled"], button[disabled ^="disabled"], .btn-disabled {
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents: 328
diff changeset
   555
  color: #808080 !important;
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents: 328
diff changeset
   556
  background-image: none !important;
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents: 328
diff changeset
   557
  background-color: #e0e0e0 !important;
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents: 328
diff changeset
   558
}
c72b545f1304 More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan
parents: 328
diff changeset
   559
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   560
/* The Wordpress-like fills behind checkboxes and their labels */
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   561
.catCheck {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   562
  padding: 3px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   563
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   564
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   565
.catCheck:hover {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   566
  padding: 3px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   567
  background-color: #F0F0F0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   568
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   569
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   570
/* Information, warning, question, error, and wait boxes */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   571
div.error-box {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   572
  background-image: url(../../../images/error.png);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   573
  background-position: 8px 8px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   574
  background-repeat: no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   575
  background-color: #FFF4F4;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   576
  border: 1px dashed #406080;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   577
  padding: 10px 10px 10px 50px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   578
  margin: 0.5em 0 0 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   579
  min-height: 25px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   580
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   581
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   582
div.info-box {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   583
  background-image: url(../../../images/info.png);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   584
  background-position: 8px 8px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   585
  background-repeat: no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   586
  background-color: #F4F4FF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   587
  border: 1px dashed #406080;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   588
  padding: 10px 10px 10px 50px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   589
  margin: 0.5em 0 0 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   590
  min-height: 25px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   591
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   592
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   593
div.warning-box {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   594
  background-image: url(../../../images/warning.png);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   595
  background-position: 8px 8px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   596
  background-repeat: no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   597
  background-color: #FFFFF4;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   598
  border: 1px dashed #406080;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   599
  padding: 10px 10px 10px 50px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   600
  margin: 0.5em 0 0 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   601
  min-height: 25px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   602
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   603
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   604
div.question-box {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   605
  background-image: url(../../../images/question.png);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   606
  background-position: 8px 8px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   607
  background-repeat: no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   608
  background-color: #F4FFF4;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   609
  border: 1px dashed #406080;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   610
  padding: 10px 10px 10px 50px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   611
  margin: 0.5em 0 0 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   612
  min-height: 25px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   613
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   614
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   615
div.wait-box {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   616
  background-image: url(../../../images/wait.png);
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   617
  background-position: 8px 8px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   618
  background-repeat: no-repeat;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   619
  background-color: #FFF4FF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   620
  border: 1px dashed #406080;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   621
  padding: 10px 10px 10px 50px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   622
  margin: 0.5em 0 0 0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   623
  min-height: 25px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   624
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   625
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   626
/* This stuff is mostly unused, left in for compatibility */
468
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   627
div#ajaxEditContainer table {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   628
  border: 0px solid #FFFFFF;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   629
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   630
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   631
div#ajaxEditContainer td {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   632
  margin: 1px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   633
}
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   634
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   635
div#ajaxEditContainer pre {
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   636
  margin-left: 1em;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   637
  background-color: #F8F8F8;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   638
  border: 1px dashed #90B0D0;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   639
  padding: 10px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   640
  overflow: auto;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   641
  max-height: 150px;
194a19711346 Fixed the fact that cron just didn't work at all (brain fart that day or something)
Dan
parents: 413
diff changeset
   642
}
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   643
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   644
/* toolbar */
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   645
div.toolbar {
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   646
  border: 1px solid #3b619c;
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   647
  background-color: #D0D0D0;
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   648
  background-image: url(../images/tb-bkg.gif);
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   649
  padding: 1px 0;
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   650
  height: 22px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   651
  font-family: arial, sans-serif;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   652
  font-size: 8pt;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   653
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   654
div.toolbar ul {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   655
  margin: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   656
  padding: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   657
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   658
div.toolbar ul li {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   659
  list-style: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   660
  margin: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   661
  float: left;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   662
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   663
div.toolbar a img {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   664
  opacity: 0.6;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   665
}
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   666
div.toolbar a:hover img, div.toolbar a:focus img {
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   667
  opacity: 1;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   668
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   669
div.toolbar a {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   670
  display: block;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   671
  padding: 2px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   672
  border: 1px solid transparent;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   673
  cursor: default;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   674
  width: auto;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   675
  color: #000000;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   676
  margin: 0 2px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   677
  max-height: 16px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   678
  text-decoration: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   679
}
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   680
div.toolbar a:hover, div.toolbar a:focus {
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   681
  border: 1px solid #000080;
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   682
  background-color: #ceceed;
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   683
  background-image: url(../images/tb-frg.gif);
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   684
  color: #000000;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   685
  text-decoration: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   686
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   687
div.toolbar a:active {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   688
  background-color: #E0E0E0;
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   689
  background-image: url(../images/tb-psh.gif);
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   690
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   691
div.toolbar img {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   692
  margin: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   693
  padding: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   694
  display: inline;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   695
  border-width: 0px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   696
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   697
div.toolbar a span {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   698
  position: relative;
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   699
  top: -3px !important;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   700
}
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   701
div.toolbar a span.noimage {
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   702
  position: relative;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   703
  top: 0px !important;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   704
  height: 16px !important;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   705
  display: block;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   706
  padding-left: 2px !important;
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   707
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   708
div.toolbar li span {
413
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   709
  padding-left: 4px;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   710
  padding-right: 2px;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   711
  position: relative;
6607cd646d6d Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
parents: 359
diff changeset
   712
  top: 4px;
0
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   713
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   714
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   715
/* vertical toolbar */
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   716
div.toolbar_vert {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   717
  border: 1px solid #909090;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   718
  background-color: #D0D0D0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   719
  padding: 2px 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   720
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   721
div.toolbar_vert ul {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   722
  margin: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   723
  padding: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   724
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   725
div.toolbar_vert ul li {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   726
  list-style: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   727
  margin: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   728
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   729
div.toolbar_vert a img {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   730
  opacity: 0.6;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   731
  /*filter: alpha(opacity=60);*/
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   732
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   733
div.toolbar_vert a:hover img {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   734
  opacity: 1;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   735
  /*filter: alpha(opacity=100);*/
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   736
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   737
div.toolbar_vert a {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   738
  display: block;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   739
  padding: 2px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   740
  border: 1px solid transparent;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   741
  cursor: default;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   742
  width: auto;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   743
  color: #000000;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   744
  margin: 0 2px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   745
  max-height: 16px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   746
  text-decoration: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   747
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   748
div.toolbar_vert a:hover {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   749
  border: 1px solid #202090;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   750
  background-color: #ceceed;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   751
  color: #000000;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   752
  text-decoration: none;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   753
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   754
div.toolbar_vert a:active {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   755
  border: 1px solid #A0A0A0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   756
  background-color: #E0E0E0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   757
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   758
div.toolbar_vert img {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   759
  margin: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   760
  padding: 0;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   761
  display: inline;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   762
  border-width: 0px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   763
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   764
div.toolbar_vert a span {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   765
  position: relative;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   766
  top: -4px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   767
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   768
div.toolbar_vert li span {
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   769
  padding-left: 2px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   770
  padding-right: 5px;
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   771
}
902822492a68 Initial population
dan@scribus.fuhry.local.fuhry.local
parents:
diff changeset
   772