global.css 9.82 KB
Newer Older
Bill Lynch's avatar
Bill Lynch committed
1
BODY, DIV, P, TD, TH {
Matt Tucker's avatar
Matt Tucker committed
2
    font-family : arial, helvetica, sans-serif;
Bill Lynch's avatar
Bill Lynch committed
3
    font-size : 100%;
Matt Tucker's avatar
Matt Tucker committed
4 5
    font-size : 10pt;
}
Bill Lynch's avatar
Bill Lynch committed
6 7 8 9
BODY {
    margin : 0px;
    padding : 0px;
    background-color : #fff;
Matt Tucker's avatar
Matt Tucker committed
10
}
Bill Lynch's avatar
Bill Lynch committed
11 12 13
#jive-body {
    background-image : url("../images/page-background.gif");
    background-repeat : repeat-y;
Matt Tucker's avatar
Matt Tucker committed
14
}
Bill Lynch's avatar
Bill Lynch committed
15 16
P {
    margin-top : 0px;
Matt Tucker's avatar
Matt Tucker committed
17 18
}

Bill Lynch's avatar
Bill Lynch committed
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
/* --------------------------------------------- */
/*  Header                                       */
/* --------------------------------------------- */

#jive-header {
    width : 100%;
    height : 62px;
    border : 0px;
    background-image : url("../images/header-background.gif");
    background-repeat : repeat-x;
    background-color : #369;
}
#jive-header .info {
    font-size : 8pt;
    color : #fff;
    padding-right : 2em;
    text-align : right;
Matt Tucker's avatar
Matt Tucker committed
36 37
}

Bill Lynch's avatar
Bill Lynch committed
38 39
#jive-content {
    padding : 1em;
Matt Tucker's avatar
Matt Tucker committed
40 41
}

Bill Lynch's avatar
Bill Lynch committed
42 43 44 45 46 47 48 49
/* --------------------------------------------- */
/*  Main tabs                                    */
/* --------------------------------------------- */

#jive-header #jive-tabs UL, #jive-header #jive-tabs LI {
    display : inline;
    padding : 3px;
    margin : 0px;
Matt Tucker's avatar
Matt Tucker committed
50
}
Bill Lynch's avatar
Bill Lynch committed
51 52 53 54
#jive-header #jive-tabs LI {
    font-family : verdana;
    font-size : 8pt;
    font-weight : bold;
Matt Tucker's avatar
Matt Tucker committed
55
}
Bill Lynch's avatar
Bill Lynch committed
56 57 58 59
#jive-header #jive-tabs LI A {
    color : #CEE1FA;
    text-decoration : none;
    padding : 3px 5px 3px 5px;
Matt Tucker's avatar
Matt Tucker committed
60
}
Bill Lynch's avatar
Bill Lynch committed
61 62 63
#jive-header #jive-tabs LI A:hover {
    color : #fff;
    text-decoration : underline;
Matt Tucker's avatar
Matt Tucker committed
64
}
Bill Lynch's avatar
Bill Lynch committed
65 66 67
#jive-header #jive-tabs .currentlink A {
    color : #fff;
    text-decoration : underline;
Matt Tucker's avatar
Matt Tucker committed
68
}
Bill Lynch's avatar
Bill Lynch committed
69 70 71 72 73 74 75

/* --------------------------------------------- */
/*  Logviewer tabs                               */
/* --------------------------------------------- */

#logviewer .jive-tabs TD {
    font-family : verdana;
Bill Lynch's avatar
Bill Lynch committed
76
    font-size : 8pt;
Matt Tucker's avatar
Matt Tucker committed
77
}
Bill Lynch's avatar
Bill Lynch committed
78 79 80 81 82
#logviewer .jive-tabs .jive-tab, .jive-tabs .jive-tab-active {
    border : 1px #ccc solid;
    white-space : nowrap;
    padding : 4px 1em 4px 1em;
    background-color : #ddd;
Matt Tucker's avatar
Matt Tucker committed
83
}
Bill Lynch's avatar
Bill Lynch committed
84 85 86 87 88 89 90 91
#logviewer .jive-tabs .jive-tab-active {
    border-bottom : 1px #fff solid;
    background-color : #fff;
}
#logviewer .jive-tabs .jive-spacer, .jive-tabs .jive-stretch {
    border-bottom : 1px #ccc solid;
}
#logviewer .jive-tabs .jive-tab A, #logviewer .jive-tabs .jive-tab-active A {
Matt Tucker's avatar
Matt Tucker committed
92 93
    text-decoration : none;
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
94
    color : #000;
Matt Tucker's avatar
Matt Tucker committed
95
}
Bill Lynch's avatar
Bill Lynch committed
96
#logviewer .jive-tabs .jive-tab A:hover, #logviewer .jive-tabs .jive-tab-active A:hover {
Matt Tucker's avatar
Matt Tucker committed
97 98
    text-decoration : underline;
}
Bill Lynch's avatar
Bill Lynch committed
99 100 101 102 103 104 105 106 107 108 109 110 111 112

/* --------------------------------------------- */
/*  Logout link                                  */
/* --------------------------------------------- */

#jive-header #jive-logout {
    white-space : nowrap;
}
#jive-header #jive-logout A {
    color : #CEE1FA;
    font-size : 8pt;
    font-family : verdana;
    font-weight : bold;
    text-decoration : none;
Matt Tucker's avatar
Matt Tucker committed
113
}
Bill Lynch's avatar
Bill Lynch committed
114 115 116 117 118 119 120 121 122 123 124
#jive-header #jive-logout A:hover {
    color : #fff;
    text-decoration : underline;
}

/* --------------------------------------------- */
/*  Titles                                       */
/* --------------------------------------------- */

#jive-main #jive-title {
    font-size : 12pt;
Matt Tucker's avatar
Matt Tucker committed
125
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
126
    padding-bottom : 1em;
Matt Tucker's avatar
Matt Tucker committed
127
}
Bill Lynch's avatar
Bill Lynch committed
128 129 130 131 132 133 134 135 136 137 138 139 140

/* --------------------------------------------- */
/*  Breadcrumbs                                  */
/* --------------------------------------------- */

#jive-main #jive-breadcrumbs {
    font-size : 8pt;
    /* font-weight : bold; */
    font-family : verdana;
    white-space : nowrap;
    padding-top : 2px;
}
#jive-main #jive-breadcrumbs A {
Matt Tucker's avatar
Matt Tucker committed
141 142 143
    color : #000;
    text-decoration : none;
}
Bill Lynch's avatar
Bill Lynch committed
144 145
#jive-main #jive-breadcrumbs A:hover {
    color : #000;
Matt Tucker's avatar
Matt Tucker committed
146 147
    text-decoration : underline;
}
Bill Lynch's avatar
Bill Lynch committed
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196

/* --------------------------------------------- */
/*  Sidebar                                      */
/* --------------------------------------------- */

#jive-main #jive-sidebar {
    padding : 0px 5px 5px 5px;
}
#jive-main #jive-sidebar ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0 0 0 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#jive-main #jive-sidebar li {
	margin: 0 15px 2px 0px;
	width : 140px;
}
#jive-main #jive-sidebar a {
	/*/*/display: block;
	padding: 2px 2px 2px 10px;
	border: 1px solid #fff;
	width: 140px;
	-moz-border-radius : 3px;
	background-color: #fff; /* */
}
#jive-main #jive-sidebar a:link, #jive-main #jive-sidebar a:visited {
	color: #000;
	/*/*/color: #000;
	text-decoration: none; /* */
}
#jive-main #jive-sidebar a:hover {
    /*
	border: 1px solid #369;
    background-color : #CBDDEE;
	color: #333;
	*/
	border : 1px solid #963;
	background-color : #ffc;
}
#jive-main #jive-sidebar .currentlink a,
#jive-main #jive-sidebar .currentlink a:link,
#jive-main #jive-sidebar .currentlink a:visited,
#jive-main #jive-sidebar .currentlink a:hover
{
	/*/*/border: 1px solid #369;
	background-color: #CBDDEE;
	color: #333; /* */
Matt Tucker's avatar
Matt Tucker committed
197
}
Bill Lynch's avatar
Bill Lynch committed
198 199 200 201
#jive-main #jive-sidebar .category {
    padding-top : 1.5em;
    padding-bottom : 0.5em;
    font-weight : bold;
Matt Tucker's avatar
Matt Tucker committed
202
}
Bill Lynch's avatar
Bill Lynch committed
203 204 205
#jive-main #jive-sidebar .subitems LI {
    margin-left : 10px;
    width : 130px;
Matt Tucker's avatar
Matt Tucker committed
206
}
Bill Lynch's avatar
Bill Lynch committed
207 208 209 210
#jive-main #jive-sidebar .subitems LI A {
    margin-left : 10px;
    padding : 2px 2px 2px 5px;
    width : 120px;
Matt Tucker's avatar
Matt Tucker committed
211 212
}

Bill Lynch's avatar
Bill Lynch committed
213 214 215 216 217 218
/* --------------------------------------------- */
/*  Tasks                                        */
/* --------------------------------------------- */

#jive-runningtask {
    margin-left : 1em;
Matt Tucker's avatar
Matt Tucker committed
219 220
}

Bill Lynch's avatar
Bill Lynch committed
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237

/* --------------------------------------------- */
/*  Older styles                                 */
/* --------------------------------------------- */

PRE, TT {
    font-size : 10pt;
    font-family : courier new, monospaced;
}

/* Messages - errors, success and info */
.jive-error TABLE, .jive-info TABLE, .jive-success TABLE {
    border : 1px #ccc solid;
}
.jive-error TD, .jive-info TD, .jive-success TD {
    padding : 3px;
    vertical-align : top;
Matt Tucker's avatar
Matt Tucker committed
238
}
Bill Lynch's avatar
Bill Lynch committed
239 240 241 242 243 244 245 246
.jive-error-text, .jive-error .jive-icon-label, .jive-error-text A, .jive-error .jive-icon-label A {
    color : #f00;
}
.jive-success-text, .jive-success .jive-icon-label, .jive-success-text A, .jive-success .jive-icon-label A {
    color : #090;
}
.jive-info-text, .jive-info .jive-icon-label, .jive-info-text A, .jive-info .jive-icon-label A {
    color : #306;
Matt Tucker's avatar
Matt Tucker committed
247 248 249 250 251 252 253 254 255
}

/* tables */
.jive-table {
    border-color : #bbb;
    border-style : solid;
    border-width : 1px 1px 0px 1px;
}
.jive-table TH, .jive-table TD {
Bill Lynch's avatar
Bill Lynch committed
256
    padding : 4px;
Matt Tucker's avatar
Matt Tucker committed
257 258 259 260
}
.jive-table TH {
    background-color : #eee;
    border-bottom : 1px #bbb solid;
Bill Lynch's avatar
Bill Lynch committed
261
    border-right : 1px #bbb solid;
Matt Tucker's avatar
Matt Tucker committed
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
    text-align : left;
    font-family : verdana;
    font-size : 8pt;
    font-weight : bold;
}
.jive-table TR TD {
    border-bottom : 1px #ccc solid;
}
.jive-table TD {
    font-family : arial, helvetica, sans-serif;
    font-size : 10pt;
}
.jive-table .jive-odd TD {
    background-color : #fff;
}
.jive-table .jive-even TD {
    background-color : #eee;
}
.jive-table TFOOT TD {
    background-color : #ddd;
    font-family : verdana;
    font-size : 8pt;
Bill Lynch's avatar
Bill Lynch committed
284
    border-right : 1px #bbb solid;
Matt Tucker's avatar
Matt Tucker committed
285 286 287 288 289 290 291 292 293
}
.jive-table TD TD {
    border-width : 0px;
}
.jive-table INPUT, .jive-table SELECT {
    font-family : verdana;
    font-size : 8pt;
}

Bill Lynch's avatar
Bill Lynch committed
294 295 296 297
.jive-description, .jive-description A, .jive-table .jive-date, .jive-description INPUT,
.jive-description SELECT
{
    font-family : verdana,arial,helvetica,sans-serif;
Bill Lynch's avatar
Bill Lynch committed
298
    font-size : 8pt;
Matt Tucker's avatar
Matt Tucker committed
299 300 301
}

.jive-label {
Bill Lynch's avatar
Bill Lynch committed
302
    background-color : #eee;
Matt Tucker's avatar
Matt Tucker committed
303 304 305 306 307
    padding-right : 10px;
    width : 1%;
    white-space : nowrap;
}

Bill Lynch's avatar
Bill Lynch committed
308 309
.jive-buttons .jive-icon {
    padding : 3px;
Matt Tucker's avatar
Matt Tucker committed
310
}
Bill Lynch's avatar
Bill Lynch committed
311 312
.jive-buttons .jive-icon-label {
    padding : 3px;
Matt Tucker's avatar
Matt Tucker committed
313
    white-space : nowrap;
Bill Lynch's avatar
Bill Lynch committed
314
    padding-right : 1em;
Bill Lynch's avatar
Bill Lynch committed
315
    font-size : 8pt;
Bill Lynch's avatar
Bill Lynch committed
316
    font-family : verdana, arial, helvetica, sans-serif;
Matt Tucker's avatar
Matt Tucker committed
317 318
}

Bill Lynch's avatar
Bill Lynch committed
319 320 321
/* --------------------------------------------- */
/*  Calendar styles                              */
/* --------------------------------------------- */
Matt Tucker's avatar
Matt Tucker committed
322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398

TABLE.calBgColor {
    padding : 0px;
}
td.cal {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background-color : #fff;
    padding : 0px;
}
select.month {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    width : 85px;
}
input.year {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    width : 30px;
}
td.calDaysColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #000000;
}
td.calWeekend {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #d3d3d3;
}
td.calBgColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #ffc;
}
.calBorderColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #a9a9a9;
}
td.calHighlightColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #ffffcc;
}
A.cal {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    text-decoration : none;
}
A.cal:Hover {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #FF0000;
    background: transparent;
    text-decoration : none;
}
.calDisabled {
  font-family : Arial,Helvetica,Sans-serif;
  font-size : 11px;
  color : #808080;
  background: transparent;
  text-decoration : none;
}

Bill Lynch's avatar
Bill Lynch committed
399 400 401
/* --------------------------------------------- */
/*  Quote original styles                        */
/* --------------------------------------------- */
Matt Tucker's avatar
Matt Tucker committed
402

Bill Lynch's avatar
Bill Lynch committed
403
.jive-quoteheader {
Matt Tucker's avatar
Matt Tucker committed
404
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
405 406 407 408 409 410 411 412 413 414 415 416 417
    width : 90%;
    margin-left : 15px;
}
.jive-quote {
    border : #d1d7dc 1px solid;
    /* font-size : 11px; */
    color : #444;
    /* line-height : 125%; */
    /* font-family : Verdana, Arial, Helvetica, sans-serif; */
    background-color : #fafafa;
    width : 90%;
    margin-left : 15px;
}