source: trunk/web/templates/static/style.css @ 205

Last change on this file since 205 was 205, checked in by ecprice, 17 years ago

A monster checkin, with a variety of changes to the web
infrastructure.

Adds some support for javascript and asynchronous updates.

Also added prototype.

The interface is *really* *slow*, though.

File size: 1.4 KB
Line 
1h1 {
2    border-bottom: 1px dashed black;
3    margin-top: 0;
4    overflow: auto;
5}
6h1, h2, h3, h4, h5, h6 {
7    font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
8    font-weight: bold;
9    color: #529;
10}
11kbd, dt {
12    font-weight: bold;
13}
14html {
15    font-size: 87.5%;
16}
17body {
18    font-family: Tahoma, Sans, sans-serif;
19}
20pre, code, samp, kbd, tt {
21    font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
22    font-size: 100%;
23}
24#logo {
25    float: right;
26    margin: -1em -1em 0 0;
27}
28#logo img {
29    border: none;
30}
31p, li {
32    line-height: 1.5em;
33}
34.long li, .long dd {
35    margin-bottom: .5em;
36}
37pre {
38    background: #f6f6f6;
39    border: 1px solid #ddd;
40    padding: .125em;
41    line-height: 1.25em;
42}
43.note {
44    border: 1px solid #eea;
45    background: #ffd;
46    padding: .25em;
47}
48a:link, a:visited {
49    text-decoration: none;
50}
51a:link:hover, a:visited:hover {
52    text-decoration: underline;
53}
54var {
55    color: #090;
56}
57.index h1 tt {
58    font-size: 83%;
59}
60.index table {
61    border-collapse: collapse;
62}
63.index table td {
64    padding: 0 0.5em;
65}
66.index table td a {
67    font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
68}
69
70#loadingnotice {
71    padding: 2px;
72    display: none;
73    color: #FFFFFF;
74    background: #CC2200;
75    position: fixed;
76    right: 10px;
77    top: 5px;
78}
79
80.error {
81  color: #FF0000;
82  padding: 0.25em;
83}
84
85td.error {
86  border: 1px solid red;
87}
Note: See TracBrowser for help on using the repository browser.