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.
54 lines
634 B
54 lines
634 B
6 years ago
|
body {
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size:10pt;
|
||
|
background-color: #1d1f21;
|
||
|
color: #c5c8c6;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3 {
|
||
|
font-family: Helvetica;
|
||
|
color: #f5f8f6;
|
||
|
}
|
||
|
|
||
|
em {
|
||
|
color: #e5e8e6;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
color: #ff2826;
|
||
|
}
|
||
|
|
||
|
.status {
|
||
|
font-style: italic;
|
||
|
font-family: Tahoma;
|
||
|
font-size:12pt;
|
||
|
|
||
|
}
|
||
|
|
||
|
.expand {
|
||
|
border-radius: 5px;
|
||
|
border: 1px solid #e5e8e6;
|
||
|
padding: 1px;
|
||
|
padding-left: 2px;
|
||
|
padding-right: 2px;
|
||
|
|
||
|
font-family: monospace;
|
||
|
color: #f1f2f1;
|
||
|
font-size:11pt;
|
||
|
}
|
||
|
|
||
|
.expshare {
|
||
|
border:solid;
|
||
|
border-radius: 10px;
|
||
|
color: #e5e8e6;
|
||
|
}
|
||
|
|
||
|
.tab {
|
||
|
border: 1px solid;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
.ctlcont {
|
||
|
padding-top: 4px;
|
||
|
}
|