comparison media/css/base.css @ 1:dbd703f7d63a

Initial import of sg101 stuff from private repository.
author gremmie
date Mon, 06 Apr 2009 02:43:12 +0000
parents
children 63696b279e35
comparison
equal deleted inserted replaced
0:900ba3c7b765 1:dbd703f7d63a
1 body {
2 background-color: #eee;
3 }
4 #page {
5 }
6 #header {
7 background-color: teal;
8 }
9 #header h1 {
10 border-bottom: 1px solid #ccc;
11 font: normal italic 1.5em/18px Georgia, serif;
12 margin-bottom: 11px;
13 color: #57FEFF;
14 margin-left: -108px;
15 padding: 15px 0 21px 108px;
16 }
17 #header p {
18 float: left;
19 padding: 60px 24px 24px 24px;
20 font-size: 1.5em;
21 line-height: 1em;
22 }
23 #header ul {
24 padding-top: 62px;
25 padding-right: 12px;
26 text-align: right;
27 list-style: none;
28 }
29 #header li {
30 display: inline;
31 margin: 0 12px;
32 }
33 #header li a {
34 font-size: 1.25em;
35 line-height: 1em;
36 text-decoration: none;
37 color: #57FEFF;
38 }
39 #header li a:hover {
40 color: #300;
41 }
42 #content-primary {
43 }
44 #content-secondary {
45 }
46 #footer {
47 height: 192px;
48 background: #333;
49 font-size: 10px;
50 line-height: 1em;
51 text-shadow: 1px 1px 1px #333;
52 color: #fff;
53 }
54 #footer p {
55 padding: 24px;
56 }
57 ul.app-menu {
58 text-align: center;
59 list-style: none;
60 }
61 ul.app-menu li {
62 display: inline;
63 border: 1px solid black;
64 padding: 3px 1em;
65 background-color: teal;
66 }
67 ul.app-menu li a {
68 text-decoration: none;
69 background-color: teal;
70 color: #111;
71 }
72 ul.app-menu li a:hover {
73 color: #fff;
74 }
75 div.side-block {
76 margin: 0 0 0.5em 0;
77 padding: 2px 2px;
78 width: 100%;
79 }
80 div.side-block-title {
81 margin: 0;
82 background-color: teal;
83 color: white;
84 font-weight: bold;
85 text-align: center;
86 }
87 div.side-block-content {
88 margin: 0;
89 border: 1px solid teal;
90 padding: 2px 2px;
91 }
92 iframe {
93 margin-bottom: 1em;
94 }
95 img {
96 border-style: none;
97 }
98 .breadcrumbs {
99 font-size: x-small;
100 }