source: web/style.css

Last change on this file was 16, checked in by chronos, 8 years ago
  • Added: Imported original web files.
  • Property svn:executable set to *
File size: 1.5 KB
Line 
1.StatTable {
2 font-size: small;
3 margin-left: auto;
4 margin-right: auto;
5 margin-bottom: 16px;
6 border-left: thin solid Black;
7 border-top: thin solid Black;
8}
9
10.StatTable th {
11 background-color: #e8e8ff;
12 border-right: thin solid Black;
13 border-bottom: thin solid Black;
14}
15
16.StatTable td {
17 border-right: thin solid Black;
18 border-bottom: thin solid Black;
19 padding: 3px 3px 3px 3px;
20}
21
22.StatTable tr {
23 border: thin solid Black;
24}
25
26.StatList {
27 text-align: center;
28 margin-bottom: 16px;
29}
30
31#AdminInfo {
32 clear: both;
33 border-top-style: dotted;
34 border-top-width: thin;
35 text-align: center;
36 font-size: smaller;
37 margin-top: 0px;
38 padding-top: 0px;
39}
40
41.UserNotes {
42 font-size: small;
43 margin-left: auto;
44 margin-right: auto;
45}
46
47.UserNotes table {
48 font-size: small;
49 border: thin solid blue;
50 margin-left: auto;
51 margin-right: auto;
52}
53
54.UserNotes table th {
55 background-color: #8080FF;
56 color: white;
57 padding: 5px 5px 5px 5px;
58}
59
60.UserNotes table td {
61 background-color: #F8F8FF;
62 padding: 5px 5px 5px 5px;
63}
64
65.UserNotesItem {
66 background-color: #FFE4E1;
67 margin-bottom: 8px;
68}
69
70.UserNotesTitle {
71 padding: 3px 3px 3px 3px;
72 background-color: red;
73 color: white;
74}
75
76.UserNotesItem div span {
77 background-color: red;
78 color: white;
79 float: right;
80}
81
82.UserNotesContent {
83 padding: 5px 5px 5px 5px;
84}
85
86.Downloads {
87 font-size: smaller;
88}
89
90USerNotesForm {
91 margin-left: auto;
92 margin-right: auto;
93
94}
Note: See TracBrowser for help on using the repository browser.