25a694f0cc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@35 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
175 lines
4.2 KiB
CSS
175 lines
4.2 KiB
CSS
|
|
div#header {
|
|
/* background-color : #d8dff1; */
|
|
position: absolute;
|
|
left: 15px;
|
|
top: 15px;
|
|
}
|
|
|
|
div#nav {
|
|
/* background-color : #d8dff1; */
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 80px;
|
|
}
|
|
|
|
div#content {
|
|
/* background-color : #fcfaeb; */
|
|
position: absolute;
|
|
left: 120px;
|
|
top: 80px;
|
|
}
|
|
|
|
/* not used...
|
|
P#logo {
|
|
background-color: #d8dff1; #f5f3cf #fffdb0
|
|
vertical-align : middle;;
|
|
padding-top: 5px;
|
|
text-align: center;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
*/
|
|
|
|
#banner {
|
|
font-weight: bolder;
|
|
font-size: 16pt;
|
|
font-style: italic;
|
|
color: #6a8ab5; /* #3F5B7F; gray; */
|
|
text-align: center;
|
|
margin: 10px;
|
|
}
|
|
|
|
#disclaimer {
|
|
font-weight: bold;
|
|
font-size: 9pt;
|
|
color: red;
|
|
text-align: center;
|
|
margin: 5px;
|
|
}
|
|
|
|
.PageHeading {
|
|
/* font-size: 10pt; */
|
|
font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
|
|
color: white;
|
|
background-color: transparent; /* #c0c0c0; */
|
|
border: 1px solid white;
|
|
border-bottom-style: none;
|
|
margin: 2px 2px 10px 2px;
|
|
}
|
|
|
|
.ContentForm { margin: 10px 2px 15px 2px; }
|
|
|
|
BODY {
|
|
font-size : 10pt;
|
|
font-family : Arial;
|
|
margin: 0;
|
|
padding: 10px;
|
|
background: url(images/background.gif) repeat-y;
|
|
/* background: black; */
|
|
font: normal 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
|
|
line-height: 1.6em;
|
|
color: white; /* #333; */
|
|
}
|
|
|
|
INPUT {vertical-align : middle; font-size : 8pt; font-family : sans-serif; font-weight : bold;}
|
|
SELECT {vertical-align : middle; font-size : 8pt; font-family : sans-serif; font-weight : bold;}
|
|
TEXTAREA {vertical-align : middle; font-size : 8pt; font-family : sans-serif; font-weight : bold;}
|
|
TABLE {font-size : 10pt; font-family : Arial;}
|
|
|
|
/* pre { padding: 0px; margin: 0px; } */
|
|
|
|
.TableHeader { color: black; background-color : #fffdb0; font-weight : bold; font-size : 9pt; white-space: nowrap; }
|
|
.TableRow { color: black; background-color : #b3c2d9; font-size : 9pt; white-space: nowrap; } /* #d8dff1 */
|
|
.Info {color : blue;}
|
|
.Error {font-weight : bold; color : red;}
|
|
.Trace {color: gray; padding: 0px; margin: 0px;}
|
|
|
|
.BasicHeading {background-color : #8CA4D9;}
|
|
.BlueBack {background-color : #C2CEDE; /* #8CA4D9; */ }
|
|
.LightBlueBack {background-color : #bfccea;}
|
|
.FilterBox {background-color : #e8e8e8;}
|
|
.LightGrayBack {background-color : #e8e8e8;}
|
|
.CreamHeading { font-weight : bolder; background-color : #fffdb0; }
|
|
.LightCreamHeading { font-weight : bolder; background-color : #fffece; }
|
|
.SlateBackground { background-color : #95aece; }
|
|
.DarkSlateBackground { background-color : #698ebc; }
|
|
|
|
.Middle {vertical-align : middle;}
|
|
.Center {text-align : center;}
|
|
.YellowBackground {background-color : yellow;}
|
|
.SmallText {font-size : small;}
|
|
.XSmallText {font-size : x-small;}
|
|
.XXSmallText {font-size : xx-small;}
|
|
.SmallTextarea {font-size:9pt; font-family:Arial;}
|
|
.Font8 {font-size : 8pt;}
|
|
.Boxed { border: 1px solid gray; }
|
|
.NoMargin { margin: 0px; }
|
|
.NoPadding { padding: 0px; margin: 0px; border: 0px none white; }
|
|
.Hidden { visibility : hidden ;}
|
|
|
|
|
|
.but{
|
|
background-color: #3F5B7F; /* #6a8ab5; #fbf999; */
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.txtfld {font-size : 8pt; font-family : sans-serif; font-weight : bold;}
|
|
|
|
/* this was used to make buttons out of table cells...
|
|
.bt {
|
|
font-size : 8pt;
|
|
font-weight : bold;
|
|
font-family : sans-serif;
|
|
background-image : url(images/bt.gif);
|
|
text-align: center;
|
|
}
|
|
*/
|
|
|
|
/* The rest of the styles were for the navigation area, but are not used any more...
|
|
table#navtable {
|
|
width: 105px;
|
|
font-size : 8pt;
|
|
padding-left : 1px;
|
|
border: 0px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.NavCurLink { background-color: #fcfaeb; }
|
|
|
|
#nav A{
|
|
font-weight : bold;
|
|
font-family : sans-serif;
|
|
}
|
|
|
|
#nav P{
|
|
text-indent : 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-weight : bold;
|
|
font-family : sans-serif;
|
|
cursor : default;
|
|
vertical-align : middle;
|
|
}
|
|
|
|
#nav IMG { border: 0px; }
|
|
|
|
.InnerTable{
|
|
margin-left : 0px;
|
|
margin-right : 0px;
|
|
margin-top : 0px;
|
|
margin-bottom : 0px;
|
|
border: 0px;
|
|
width: 100%;
|
|
font-size : 8pt;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.OuterTable{
|
|
margin-left : 1px;
|
|
margin-right : 1px;
|
|
margin-top : 0px;
|
|
margin-bottom : 0px;
|
|
}
|
|
*/ |