Changes adopted from version 0.5
This commit is contained in:
+143
-18
@@ -1,39 +1,164 @@
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
background-color: #fff;
|
||||
background-image: url("../images/background.png");
|
||||
background-repeat: repeat-x;
|
||||
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||||
font-size: 11px;
|
||||
margin: 12px;
|
||||
margin-top: 12px;
|
||||
font-size: 70%;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #466A8D;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #E1B100;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 100%;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
border: 0px;
|
||||
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
font-size: 100%;
|
||||
font-family: Verdana, Sans-serif;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 0px;
|
||||
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
textarea {
|
||||
border: 0px;
|
||||
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||||
font-size: 100%;
|
||||
height: 120px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.help {
|
||||
border-bottom: 1px dotted #333;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
table.footer {
|
||||
border: 0px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.footer td {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
table.header {
|
||||
border: 0px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.header td {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
table.info {
|
||||
background-color: #666;
|
||||
border: 0px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
table.info td {
|
||||
background-color: #dcdcdc;
|
||||
border: 1px #fff solid;
|
||||
color: #000;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
table.info td.header {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
table.info td.header_right {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
height: 25px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.info td.footer {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.info td.label {
|
||||
vertical-align: top;
|
||||
height: 18px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
table.info td.value {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.info td.help {
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
|
||||
table.menu {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.menu td {
|
||||
border: 0px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
|
||||
table.title {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
table.title td {
|
||||
border: 0px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.submenu {
|
||||
|
||||
}
|
||||
|
||||
table.submenu td {
|
||||
border: 0px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
|
||||
table.subnetview {
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
table.subnetview td {
|
||||
border: 0px;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
padding: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user