forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.1 KiB
90 lines
1.1 KiB
/** Add css rules here for your application. */
|
|
|
|
body {
|
|
color: #000;
|
|
background-color: #BBD400;
|
|
margin: 0px;
|
|
}
|
|
|
|
body, th, td, p, div, span, input, button, select, textarea, form, b, strong, i, u, h1, h2, h3, h4, h5, h6, dl, dd, dt, ul, li, ol, option, optgroup, a {
|
|
font-family: sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
a, a:visited {
|
|
color: #035899;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #035899;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.alignCenterText {
|
|
text-align: center;
|
|
}
|
|
|
|
.alignCenter {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.alignLeft {
|
|
float: left;
|
|
}
|
|
.alignRight {
|
|
float: right;
|
|
}
|
|
|
|
.font12 {
|
|
font-size: 12px;
|
|
}
|
|
.font14 {
|
|
font-size: 14px;
|
|
}
|
|
.font16 {
|
|
font-size: 16px;
|
|
}
|
|
.font18 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.indexTable {
|
|
border: 1px solid #000000;
|
|
width: 432px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.lblBold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.inputBox {
|
|
width: 220px;
|
|
height: 24px;
|
|
}
|
|
|
|
.inputBoxRec {
|
|
width: 432px;
|
|
height: 24px;
|
|
}
|
|
|
|
.button {
|
|
width: 120px;
|
|
height: 24px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.indexDiv {
|
|
width: 100%;
|
|
margin-top: 300px;
|
|
}
|
|
|
|
.mainDiv {
|
|
width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|