ubuntu-bots/bot.css

138 lines
1.9 KiB
CSS
Raw Normal View History

2006-06-26 17:57:20 +00:00
body {
2020-10-28 01:04:04 +00:00
font-family: Verdana, sans-serif;
font-size: 10px;
2006-06-26 17:57:20 +00:00
font-weight: bold;
2020-10-28 01:04:04 +00:00
background-color: #f0f8ff;
2007-10-02 21:06:14 +00:00
color: #000066;
2011-11-06 23:11:13 +00:00
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
div.home {
width: 300px;
2020-10-28 01:04:04 +00:00
margin: 20px auto;
2006-06-26 17:57:20 +00:00
padding: 0px 10px;
2020-10-28 01:04:04 +00:00
border: 2px solid #000066;
2007-10-02 21:06:14 +00:00
background-color: #ffffff;
2006-06-26 17:57:20 +00:00
text-align: center;
}
2020-10-28 01:04:04 +00:00
#about h1 img {
vertical-align: middle;
}
2006-06-26 17:57:20 +00:00
.submit {
font-size: 10px;
2020-10-28 01:04:04 +00:00
font-weight: bold;
2007-10-02 21:06:14 +00:00
border: solid 1px #000066;
2020-10-28 01:04:04 +00:00
background-color: #f0f8ff;
2007-10-02 21:06:14 +00:00
color: #000066;
2006-06-26 17:57:20 +00:00
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
.input {
font-size: 10px;
font-weight: bold;
2020-10-28 01:04:04 +00:00
border: solid 1px #000066;
2006-06-26 17:57:20 +00:00
background-color: white;
2020-10-28 01:04:04 +00:00
color: #000066;
2006-06-26 17:57:20 +00:00
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
th {
2007-10-02 21:06:14 +00:00
border-bottom: solid 1px #000066;
2006-06-26 17:57:20 +00:00
text-align: center;
}
2020-10-28 01:04:04 +00:00
td, th {
2006-06-26 17:57:20 +00:00
font-size: 10px;
text-align: left;
vertical-align: top;
}
td.comment {
white-space: normal;
padding-left: 20px;
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
li {
list-style: none;
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
table {
width: 100%;
2006-06-26 17:57:20 +00:00
padding-top: 1em;
clear: both;
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
div.main {
margin: 20px;
padding: 0px;
2020-10-28 01:04:04 +00:00
border: 2px solid #000066;
2007-10-02 21:06:14 +00:00
background-color: #ffffff;
2006-06-26 17:57:20 +00:00
text-align: center;
}
div.pdata {
2020-10-28 01:04:04 +00:00
float: right;
2006-06-26 17:57:20 +00:00
text-align: right;
padding-right: 10px;
}
div.search {
float: left;
text-align: left;
padding-left: 10px;
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
a, span.pseudolink {
2007-10-02 21:06:14 +00:00
color: #0000ff;
2006-06-26 17:57:20 +00:00
text-decoration: underline;
cursor: pointer;
}
2020-10-28 01:04:04 +00:00
a.disabled {
text-decoration: line-through;
}
2006-06-26 17:57:20 +00:00
span.removal {
color: #6699cc;
}
2020-10-28 01:04:04 +00:00
span.note {
font-size: 75%;
font-weight: normal;
vertical-align: sub;
}
2006-06-26 17:57:20 +00:00
tr.bg2 {
2020-10-28 01:04:04 +00:00
background-color: #f0f8ff;
2006-06-26 17:57:20 +00:00
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
div.invisible {
display: none;
}
2020-10-28 01:04:04 +00:00
2006-06-26 17:57:20 +00:00
div.log {
2020-10-28 01:04:04 +00:00
width: 100%;
2006-06-26 17:57:20 +00:00
display: none;
color: black;
font-family: monospace;
2020-10-28 01:04:04 +00:00
font-weight: normal;
2006-06-26 17:57:20 +00:00
white-space: normal;
text-align: left;
clear: both;
2020-10-28 01:04:04 +00:00
padding-top: 1em;
}
.highlight {
background-color: yellow;
}
.errors {
font-size: larger;
font-weight: bold;
text-align: center;
vertical-align: middle;
text-decoration: underline;
}
a > img {
border: 0;
}
.small-banner {
width: 140px;
height: 41px;
2006-06-26 17:57:20 +00:00
}