2010-10-02 04:06:01 +02:00
|
|
|
@import-less url("theme.less");
|
|
|
|
|
2010-08-02 03:49:10 +02:00
|
|
|
#body {
|
|
|
|
padding: 5em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading-message {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 300%;
|
|
|
|
color: #aaa;
|
|
|
|
padding: 1in;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.preferences th, table.preferences td {
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
table.preferences th {
|
|
|
|
background: #ddd;
|
|
|
|
}
|
|
|
|
table.preferences td {
|
|
|
|
background: #eee;
|
|
|
|
}
|