ubuntu-bots/bot.css

95 lines
1.5 KiB
CSS
Raw Normal View History

2006-06-26 17:57:20 +00:00
body {
font-family: verdana, sans;
font-weight: bold;
2007-10-02 21:06:14 +00:00
background-color: #eeeeee;
color: #000066;
2006-06-26 17:57:20 +00:00
font-size: 10px;
}
2011-11-06 23:11:13 +00:00
tbody {
font-weight: normal;
2011-11-06 23:11:13 +00:00
}
2006-06-26 17:57:20 +00:00
div.home {
margin: 20px auto;
width: 300px;
2007-10-02 21:06:14 +00:00
border: 2px solid #000066;
2006-06-26 17:57:20 +00:00
padding: 0px 10px;
2007-10-02 21:06:14 +00:00
background-color: #ffffff;
2006-06-26 17:57:20 +00:00
text-align: center;
}
.submit {
font-size: 10px;
2007-10-02 21:06:14 +00:00
border: solid 1px #000066;
color: #000066;
2006-06-26 17:57:20 +00:00
font-weight: bold;
2007-10-02 21:06:14 +00:00
background-color: #eeeeee;
2006-06-26 17:57:20 +00:00
}
.input {
font-size: 10px;
2007-10-02 21:06:14 +00:00
border: solid 1px #000066;
color: #000066;
2006-06-26 17:57:20 +00:00
font-weight: bold;
background-color: white;
}
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;
}
td,th {
font-size: 10px;
text-align: left;
vertical-align: top;
}
td.comment {
white-space: normal;
padding-left: 20px;
}
li {
list-style: none;
}
table {
width: 100%;
2006-06-26 17:57:20 +00:00
padding-top: 1em;
clear: both;
}
div.main {
margin: 20px;
2007-10-02 21:06:14 +00:00
border: 2px solid #000066;
2006-06-26 17:57:20 +00:00
padding: 0px;
2007-10-02 21:06:14 +00:00
background-color: #ffffff;
2006-06-26 17:57:20 +00:00
text-align: center;
}
div.pdata {
text-align: right;
padding-right: 10px;
float: right;
}
div.search {
float: left;
text-align: left;
padding-left: 10px;
}
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;
}
span.removal {
color: #6699cc;
}
tr.bg2 {
2007-10-02 21:06:14 +00:00
background-color: #eeeeee;
2006-06-26 17:57:20 +00:00
}
div.invisible {
display: none;
}
div.log {
display: none;
color: black;
width: 100%;
2006-06-26 17:57:20 +00:00
font-family: monospace;
white-space: normal;
text-align: left;
font-weight: normal;
clear: both;
2006-06-26 17:57:20 +00:00
}