Initial commit from SVN.
This commit is contained in:
164
Foundation Web Test Webapp/web/secure/simplePopup.css
Normal file
164
Foundation Web Test Webapp/web/secure/simplePopup.css
Normal file
@@ -0,0 +1,164 @@
|
||||
.outerMainTable {
|
||||
background-color: #949599;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
.innerMainTable {
|
||||
background-color: #949599;
|
||||
border-width: 1px;
|
||||
border-style: solid; /**/
|
||||
border-color: #8d2024;
|
||||
/*Padding: Space between border & content.*/
|
||||
padding: 0 0 0 0;
|
||||
/*Margin: Space around the border.*/
|
||||
margin: 28px 28px 28px 28px;
|
||||
width: 700;
|
||||
}
|
||||
.warningText {
|
||||
color: #700;
|
||||
font-family: arial;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
.messageText {
|
||||
color: #700;
|
||||
font-family: arial;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
.copyrightDiv {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.internalLink {
|
||||
font-family: trebuchet ms;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
a.internalLink:visited {
|
||||
color: #00D;
|
||||
}
|
||||
a.internalLink:active {
|
||||
color: #700;
|
||||
}
|
||||
a.internalLink:hover {
|
||||
color: #007;
|
||||
}
|
||||
.headingText {
|
||||
background: #444;
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
font-weight: 800;
|
||||
color: #DDD;
|
||||
font-variant: small-caps;
|
||||
padding-left: 30px;
|
||||
}
|
||||
.defaultText {
|
||||
font-family: georgia;
|
||||
font-size: 14pt;
|
||||
font-weight: normal;
|
||||
text-indent: 30px;
|
||||
}
|
||||
.tableText {
|
||||
font-family: georgia;
|
||||
font-size: 14pt;
|
||||
font-weight: normal;
|
||||
padding-left: 15px;
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
.downloadTable {
|
||||
background: #848589;
|
||||
}
|
||||
.downloadTableTh {
|
||||
background: #444;
|
||||
font-family: Arial;
|
||||
font-size: 10pt;
|
||||
font-weight: 800;
|
||||
color: #DDD;
|
||||
font-variant: small-caps;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.downloadTableTd {
|
||||
font-family: trebuchet ms;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
text-indent: 0px;
|
||||
text-align: center;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.downloadTableLink {
|
||||
font-family: trebuchet ms;
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
a.downloadTableLink:visited {
|
||||
color: #00D;
|
||||
}
|
||||
a.downloadTableLink:active {
|
||||
color: #700;
|
||||
}
|
||||
a.downloadTableLink:hover {
|
||||
color: #007;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: georgia;
|
||||
font-size: 14pt;
|
||||
font-weight: normal;
|
||||
text-indent: 30px;
|
||||
}
|
||||
div {
|
||||
padding: 0 0 0 0;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
table {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
tr {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
td {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
font-family: georgia;
|
||||
font-size: 14pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
form {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
h1 {
|
||||
margin: 0 0 0 0;
|
||||
font-family: arial;
|
||||
font-size: 32pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
h2 {
|
||||
font-family: arial;
|
||||
font-size: 24pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
h3 {
|
||||
font-family: arial;
|
||||
font-size: 14pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
li {
|
||||
font-family: Verdana;
|
||||
font-size: 13pt;
|
||||
font-weight: normal;
|
||||
margin: 0 0 0 0;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user