tweak UI; logins; smid browsing, edit & new functions.
[SMMID.git] / root / src / ttsite.css
blobfbedb6d72323036d998ba1f15a7763b14c16d94b
2 html {
3 height: 100%;
6 body {
7 background-color: white;
8 font-family: arial;
9 color: dark grey;
10 margin: 10px;
11 padding: 10px;
12 height: 100%;
13 font-face: arial;
16 .header {
17 margin: 0 auto;
18 background-color: litegray;
19 font-color: darkblue;
20 border-bottom: 5px solid lightblue;
21 width: 100%;
24 .footer {
25 background-color: white;
26 text-align: left;
27 font-size: 9pt;
28 color: lightblue;
29 border-top: 1px solid lightblue;
30 width: 100%;
31 padding-top: 10px;
32 margin: 10px;
35 .content {
36 padding: 10px;
37 margin: 0 auto;
38 width: 90%;
41 h1 {
42 text-align: center;
43 color: darkgrey;
44 font-family: arial;
45 font-weight: 1000;
46 font-size: 24pt;
47 padding: 20px;
48 text-decorations: none;
51 h2 {
52 text-align: center;
53 color: darkgrey;
54 font-family: arial;
55 font-weight: 1000;
56 font-size: 18pt;
57 padding: 20px;
58 text-decorations: none;
62 .sitetitle {
63 font-family: arial;
64 text-decoration: none;
65 font-size: 28pt;
66 font-weight: 1000;
67 color: lightblue;
68 margin-bottom: 0px;
71 .sitetitle:hover {
72 text-decoration: none;
73 color: lightblue;
76 .header_link:link {
77 font-family: arial;
78 font-size:14pt;
79 font-weight: bold;
80 color: lightblue;
81 text-decoration: none;
82 margin-right: 20pt;
85 .header_link:visited {
86 color: lightblue;
89 .message {
90 color: red;
93 .error {
94 color: red;