source: other-projects/meddle/trunk/index.css@ 31627

Last change on this file since 31627 was 31627, checked in by davidb, 7 years ago

Changed to static home page with choice of DL to go to. Initial Google Scholar support added

File size: 810 bytes
Line 
1body {
2 background-color: #999999;
3 font-size:14px;
4 font-family:Verdana, Arial, Helvetica, sans-serif;
5
6}
7
8div#outer {
9 width: 80%;
10 background-color:#FFFFFF;
11 margin-top: 30px;
12 margin-bottom: 30px;
13 margin-left: auto;
14 margin-right: auto;
15 padding: 0px;
16 border: thin solid #000000;
17
18}
19
20div#header {
21 padding-left: 15px;
22 margin: 0px;
23 /*text-align: center;*/
24
25}
26
27div#nav {
28 width: 25%;
29 padding: 10px;
30 margin-top: 1px;
31 float: left;
32
33}
34
35div#main {
36 margin-top: 1px;
37 padding-left: 15px;
38}
39
40div#footer {
41 padding: 15px;
42 margin: 0px;
43 border-top: thin solid #000000;
44
45}
46
47img.dllogo {
48 padding: 20px;
49
50}
51
52.dllogo:hover {
53 -moz-box-shadow: 0 0 10px #ccc;
54 -webkit-box-shadow: 0 0 10px #ccc;
55 box-shadow: 0 0 10px #ccc;
56}
Note: See TracBrowser for help on using the repository browser.