global.css 10.2 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
}
Bill Lynch's avatar
Bill Lynch committed
18 19 20 21 22
FIELDSET DIV {
    margin : 10px;
    padding : 5px 3px 5px 0px;
    width : 100%;
}
Bill Lynch's avatar
Bill Lynch committed
23 24 25 26
FIELDSET DIV .jive-table {
    margin : 0px;
    padding : 0px;
}
Bill Lynch's avatar
Bill Lynch committed
27 28 29 30 31 32 33 34 35 36
FIELDSET {
    -moz-border-radius : 3px;
    border-style : solid;
    border-width : 1px;
    border-color : #ccc;
    width : 95%;
}
FIELDSET LEGEND {
    color : #000;
}
Matt Tucker's avatar
Matt Tucker committed
37

Bill Lynch's avatar
Bill Lynch committed
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
/* --------------------------------------------- */
/*  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
55 56
}

Bill Lynch's avatar
Bill Lynch committed
57 58
#jive-content {
    padding : 1em;
Matt Tucker's avatar
Matt Tucker committed
59 60
}

Bill Lynch's avatar
Bill Lynch committed
61 62 63 64 65 66 67 68
/* --------------------------------------------- */
/*  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
69
}
Bill Lynch's avatar
Bill Lynch committed
70 71 72 73
#jive-header #jive-tabs LI {
    font-family : verdana;
    font-size : 8pt;
    font-weight : bold;
Matt Tucker's avatar
Matt Tucker committed
74
}
Bill Lynch's avatar
Bill Lynch committed
75 76 77 78
#jive-header #jive-tabs LI A {
    color : #CEE1FA;
    text-decoration : none;
    padding : 3px 5px 3px 5px;
Matt Tucker's avatar
Matt Tucker committed
79
}
Bill Lynch's avatar
Bill Lynch committed
80 81 82
#jive-header #jive-tabs LI A:hover {
    color : #fff;
    text-decoration : underline;
Matt Tucker's avatar
Matt Tucker committed
83
}
Bill Lynch's avatar
Bill Lynch committed
84 85 86
#jive-header #jive-tabs .currentlink A {
    color : #fff;
    text-decoration : underline;
Matt Tucker's avatar
Matt Tucker committed
87
}
Bill Lynch's avatar
Bill Lynch committed
88 89 90 91 92 93 94

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

#logviewer .jive-tabs TD {
    font-family : verdana;
Bill Lynch's avatar
Bill Lynch committed
95
    font-size : 8pt;
Matt Tucker's avatar
Matt Tucker committed
96
}
Bill Lynch's avatar
Bill Lynch committed
97 98 99 100 101
#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
102
}
Bill Lynch's avatar
Bill Lynch committed
103 104 105 106 107 108 109 110
#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
111 112
    text-decoration : none;
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
113
    color : #000;
Matt Tucker's avatar
Matt Tucker committed
114
}
Bill Lynch's avatar
Bill Lynch committed
115
#logviewer .jive-tabs .jive-tab A:hover, #logviewer .jive-tabs .jive-tab-active A:hover {
Matt Tucker's avatar
Matt Tucker committed
116 117
    text-decoration : underline;
}
Bill Lynch's avatar
Bill Lynch committed
118 119 120 121 122 123 124 125 126 127 128 129 130 131

/* --------------------------------------------- */
/*  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
132
}
Bill Lynch's avatar
Bill Lynch committed
133 134 135 136 137 138 139 140 141 142 143
#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
144
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
145
    padding-bottom : 1em;
Matt Tucker's avatar
Matt Tucker committed
146
}
Bill Lynch's avatar
Bill Lynch committed
147 148 149 150 151 152 153 154 155 156 157 158 159

/* --------------------------------------------- */
/*  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
160 161 162
    color : #000;
    text-decoration : none;
}
Bill Lynch's avatar
Bill Lynch committed
163 164
#jive-main #jive-breadcrumbs A:hover {
    color : #000;
Matt Tucker's avatar
Matt Tucker committed
165 166
    text-decoration : underline;
}
Bill Lynch's avatar
Bill Lynch committed
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 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215

/* --------------------------------------------- */
/*  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
216
}
Bill Lynch's avatar
Bill Lynch committed
217 218 219 220
#jive-main #jive-sidebar .category {
    padding-top : 1.5em;
    padding-bottom : 0.5em;
    font-weight : bold;
Matt Tucker's avatar
Matt Tucker committed
221
}
Bill Lynch's avatar
Bill Lynch committed
222 223 224
#jive-main #jive-sidebar .subitems LI {
    margin-left : 10px;
    width : 130px;
Matt Tucker's avatar
Matt Tucker committed
225
}
Bill Lynch's avatar
Bill Lynch committed
226 227 228 229
#jive-main #jive-sidebar .subitems LI A {
    margin-left : 10px;
    padding : 2px 2px 2px 5px;
    width : 120px;
Matt Tucker's avatar
Matt Tucker committed
230 231
}

Bill Lynch's avatar
Bill Lynch committed
232 233 234 235 236 237
/* --------------------------------------------- */
/*  Tasks                                        */
/* --------------------------------------------- */

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

Bill Lynch's avatar
Bill Lynch committed
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256

/* --------------------------------------------- */
/*  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
257
}
Bill Lynch's avatar
Bill Lynch committed
258 259 260 261 262 263 264 265
.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
266 267 268 269 270 271 272 273
}

/* tables */
.jive-table {
    border-color : #bbb;
    border-style : solid;
    border-width : 1px 1px 0px 1px;
}
Bill Lynch's avatar
Bill Lynch committed
274
.jive-table .c1, fieldset .c1 {
Bill Lynch's avatar
Bill Lynch committed
275 276
    width : 30%;
}
Matt Tucker's avatar
Matt Tucker committed
277
.jive-table TH, .jive-table TD {
Bill Lynch's avatar
Bill Lynch committed
278
    padding : 4px;
Matt Tucker's avatar
Matt Tucker committed
279 280 281 282
}
.jive-table TH {
    background-color : #eee;
    border-bottom : 1px #bbb solid;
Bill Lynch's avatar
Bill Lynch committed
283
    border-right : 1px #bbb solid;
Matt Tucker's avatar
Matt Tucker committed
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299
    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 {
300
    background-color : #fbfbfb;
Matt Tucker's avatar
Matt Tucker committed
301 302 303 304 305
}
.jive-table TFOOT TD {
    background-color : #ddd;
    font-family : verdana;
    font-size : 8pt;
Bill Lynch's avatar
Bill Lynch committed
306
    border-right : 1px #bbb solid;
Matt Tucker's avatar
Matt Tucker committed
307 308 309 310 311 312 313 314 315
}
.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
316 317 318 319
.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
320
    font-size : 8pt;
Matt Tucker's avatar
Matt Tucker committed
321 322 323
}

.jive-label {
Bill Lynch's avatar
Bill Lynch committed
324
    background-color : #eee;
Matt Tucker's avatar
Matt Tucker committed
325 326 327 328 329
    padding-right : 10px;
    width : 1%;
    white-space : nowrap;
}

Bill Lynch's avatar
Bill Lynch committed
330 331
.jive-buttons .jive-icon {
    padding : 3px;
Matt Tucker's avatar
Matt Tucker committed
332
}
Bill Lynch's avatar
Bill Lynch committed
333 334
.jive-buttons .jive-icon-label {
    padding : 3px;
Matt Tucker's avatar
Matt Tucker committed
335
    white-space : nowrap;
Bill Lynch's avatar
Bill Lynch committed
336
    padding-right : 1em;
Bill Lynch's avatar
Bill Lynch committed
337
    font-size : 8pt;
Bill Lynch's avatar
Bill Lynch committed
338
    font-family : verdana, arial, helvetica, sans-serif;
Matt Tucker's avatar
Matt Tucker committed
339 340
}

Bill Lynch's avatar
Bill Lynch committed
341 342 343
/* --------------------------------------------- */
/*  Calendar styles                              */
/* --------------------------------------------- */
Matt Tucker's avatar
Matt Tucker committed
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 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420

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
421 422 423
/* --------------------------------------------- */
/*  Quote original styles                        */
/* --------------------------------------------- */
Matt Tucker's avatar
Matt Tucker committed
424

Bill Lynch's avatar
Bill Lynch committed
425
.jive-quoteheader {
Matt Tucker's avatar
Matt Tucker committed
426
    font-weight : bold;
Bill Lynch's avatar
Bill Lynch committed
427 428 429 430 431 432 433 434 435 436 437 438 439
    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;
}