mirror of https://github.com/BOINC/boinc.git
130 lines
1.6 KiB
CSS
130 lines
1.6 KiB
CSS
a:link {
|
|
color: blue;
|
|
}
|
|
|
|
a:visited {
|
|
color: blue;
|
|
}
|
|
|
|
a:active {
|
|
color: blue;
|
|
}
|
|
|
|
body , table , input , select {
|
|
background-color: white;
|
|
font-family: Verdana, Arial, Sans-Serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
body {
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
th{
|
|
background-color: #c8c8c8;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td {
|
|
border: 1px solid white;
|
|
}
|
|
|
|
td.bordered {
|
|
border: 1px solid gray;
|
|
}
|
|
|
|
td.indent {
|
|
border-left: 4px solid white;
|
|
}
|
|
|
|
td.heading {
|
|
background-color: #c8c8c8;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.heading2 {
|
|
background-color:#c0c0ff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.fieldname {
|
|
background-color: #eeeeee;
|
|
text-align: right;
|
|
vertical-align: top;
|
|
}
|
|
td.fieldvalue {
|
|
vertical-align: top;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.category {
|
|
background-color: #dddddd;
|
|
}
|
|
|
|
td.navbar {
|
|
border: 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
a.navbar:link {
|
|
color: #ff9711;
|
|
text-decoration: none;
|
|
}
|
|
a.navbar:visited {
|
|
color: #ff9711;
|
|
text-decoration: none;
|
|
}
|
|
a.navbar:hover {
|
|
color: #ffc060;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
tr.row0 {
|
|
background-color: rgb(217,217,217);
|
|
}
|
|
|
|
tr.row1 {
|
|
background-color: rgb(237,237,237);
|
|
}
|
|
|
|
tr.subtitle {
|
|
background-color: #eeeeee;
|
|
font-weight: bold;
|
|
}
|
|
|
|
tr.message {
|
|
background-color:#E0E0EF;
|
|
}
|
|
|
|
input , select {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
h1 , h2 {
|
|
color: black;
|
|
font-size: x-large;
|
|
font-weight: normal;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
h3 , h4 {
|
|
color: black;
|
|
font-size: small;
|
|
font-weight: bold;
|
|
}
|
|
|
|
img {
|
|
border: 0px;
|
|
}
|
|
|
|
.title {
|
|
font-size: small;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.description {
|
|
font-size: 80%;
|
|
font-weight: normal;
|
|
}
|