setup-style.css 2.26 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

BODY {
    font-size : 100%;
}
BODY, TH, TD {
    font-family : tahoma, arial, helvetica, sans-serif;
    font-size : 0.8em;
}
PRE, TT {
    font-size : 100%;
    font-family : courier new, monospaced;
}
A {}
A:link {
    color : #039;
}
A:visited {
    color : #039;
}
A:hover {
    color : #f00;
    text-decoration : none;
}
A:active {
    color : #9cf;
}

.jive-setup-header TABLE {
    border : 1px #333 solid;
}
.jive-setup-header TD {
    font-family : arial, helvetica, sans-serif;
    font-size : 1.3em;
    color : #ffffff;
    background-color : #369;
36
    background: url(../images/setup-header.png)
37 38 39 40 41 42 43 44 45 46 47 48 49 50
}
.jive-setup-footer {
    text-align : center;
}
.jive-setup-page-header {
    font-size : 1.2em;
    font-weight : bold;
}
.jive-setup-page-subheader {
    font-weight : bold;
}
.jive-setup-error-text {
    color : #f00;
}
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
.jive-setup-sidebar-top {
    color : #fff;
    text-align : center;
    padding : 6px;
    background-color : #336699;
    background-image: url(../images/setup-sidebar-top.gif);
    background-position : top center;
    background-repeat : no-repeat;
}
.jive-setup-sidebar-bottom {
    color : #000;
    padding : 6px;
    background-color : #D3E9FF;
    background-image: url(../images/setup-sidebar-bottom.gif);
    background-position : bottom center;
    background-repeat : no-repeat;
}
.jive-setup-sidebar-bottom A:visited {
    color : #000;
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
}
.jive-setup-header .jive-info {
    color : #333;
    font-size : 0.8em;
    font-family : arial, helvetica, sans-serif;
    font-weight : bold;
}
.jive-setup-category-header {
    font-weight : bold;
    background-color : #eee;
    border-bottom : 1px #ccc solid;
    border-right : 1px #ccc solid;
}
.jive-setup-category .jive-info {
    font-size : 0.8em;
}
.jive-setup-category {
    padding-left : 20px;
}
.jive-setup-checklist-box {
90 91
    border-width: 0px 1px 1px 0px;
    border-color: #ccc;
92 93 94 95 96
    border-style : solid;
    padding-left : 1em;
    padding-right : 1em;
}
.jive-error-text {
97 98
	color: #f00;
	}
99
.jive-label {
100 101
	padding-right: 10px;
	padding-top: 6px;
102 103
}
.jive-description {
104 105 106
	font-family: verdana;
	font-size: 0.8em;
	}
107
.jive-custom-datasource .jive-label {
108 109 110
	font-size: 0.8em;
	font-family: verdana;
	}