Added the repository from the odin svn
[educational.data.git] / web / normal.css
blob38fba243d51c303cf42c9d5a013c4c51e4dcfc9b
1 /* tobibobi css files */
3 body {
4 background-color:#ccddff;
5 margin:0px;
6 background-color:black;
9 #pagePane {
10 position:absolute;
11 background-color:darkred;
12 top:200px;
13 left:300px;
14 width:400px;
15 padding-right:100px;
16 padding-left:10px;
20 /* Top pane */
21 #topPane {
22 display:none;
24 #topPane a {
27 #topPane a:hover {
28 color:red;
30 #topPane ul {
33 #topPane ul li {
36 #topPane ul > li {
39 #topPane ul li:before {
42 #topPane ul li:after {
47 /******************************************************************
48 menu pane */
49 #menuPane {
50 position:absolute;
51 left:400px;
52 top:10px;
53 background-color:darkblue;
54 padding:20px;
56 #menuPane h1 {
57 font-size:15px;
58 font-family:Sans Serif;
59 color:yellow;
61 #menuPane a {
62 font-size:12px;
63 font-family:Sans Serif;
64 decoration:none;
67 #menuPane a:hoverĀ {
71 #menuPane a:link, #menuPane a:visited {
74 #menuPane ul {
75 margin-left:0px;
78 #menuPane li {
79 margin-left:30px;
81 #menuPane#current {
84 #menuPane li li {
85 margin-left:10px;
87 #menuPane li li a,#menuPane li li a:link {
90 #menuPane a {
94 #menuPane h1, #seekPane h1 {
98 /*******************************************************************
99 SeekPane */
100 #seekPane {
101 display:none;
102 position:absolute;
103 left:400px;
106 #seekPane #q {
109 #seekPane #btnG {
113 /*******************************************************************
114 Content pane */
115 #content {
116 background-color:darkred;
117 margin-bottom:100px;
118 color:white;
119 font-family: Verdana,Sans Serif;
120 font-size: 12px;
122 #content p {
125 #content h1 {
129 #content h2 {
132 #content ol {
135 #content ul {
138 #content .cmd {
141 #content a:link {
144 #content a:visited {
148 #content a:hover {
152 #content .headGrid {
155 #content #HeadRow {
159 /* used for tables in studier/index.gen */
160 .gridTable {
164 .innergrid {
169 #nonsense {
170 font-family:Sans Serif;
171 font-size:9px;
172 color:gray;