comparison www/octave-forge.css @ 2681:5aad991269cf octave-forge

Changed the website to a green one.
author hauberg
date Sat, 14 Oct 2006 12:45:02 +0000
parents eedc84f2b623
children 3f938458f716
comparison
equal deleted inserted replaced
2680:031a5020ac98 2681:5aad991269cf
10 margin-left: 3%; 10 margin-left: 3%;
11 margin-right: 15%; 11 margin-right: 15%;
12 } 12 }
13 13
14 a:link { 14 a:link {
15 color: #3465a4; 15 //color: #3465a4;
16 color: #4e9a06;
16 } 17 }
17 18
18 a:visited { 19 a:visited {
19 color: #204a87; 20 //color: #204a87;
21 color: #73d216;
20 } 22 }
21 23
22 24
23 /* the navigation choices at the bottom of the page. */ 25 /* the navigation choices at the bottom of the page. */
24 26
33 text-align: left; 35 text-align: left;
34 width: 10em; 36 width: 10em;
35 } 37 }
36 38
37 div#nav a { 39 div#nav a {
38 background-color: #729fcf; 40 //background-color: #729fcf;
39 border: 1px solid; 41 background-color: #4e9a06;
40 border-color: #3465a4; 42 border: 1px solid;
43 //border-color: #3465a4;
44 border-color: #73d216;
41 display: block; 45 display: block;
42 padding: 0.2em 0.5em 0.2em 0.5em ; 46 padding: 0.2em 0.5em 0.2em 0.5em ;
43 text-decoration: none; 47 text-decoration: none;
44 color: black; 48 color: black;
45 //font-weight: bold; 49 //font-weight: bold;
46 } 50 }
47 51
48 div#nav a:hover { 52 div#nav a:hover {
49 background-color: #204a87; 53 //background-color: #204a87;
54 background-color: #73d216;
50 } 55 }
51 56
52 /* the navigation choices for function reference. */ 57 /* the navigation choices for function reference. */
53 58
54 div#nav2 { 59 div#nav2 {
55 float: right; 60 float: right;
56 background-color: #729fcf; 61 //background-color: #729fcf;
62 background-color: #4e9a06;
57 //border: 1px solid; 63 //border: 1px solid;
58 padding: 3px; 64 padding: 3px;
59 65
60 /*color: black; 66 /*color: black;
61 font-family: sans-serif; 67 font-family: sans-serif;
98 clear: both; 104 clear: both;
99 } 105 }
100 106
101 div#title h1 { 107 div#title h1 {
102 background-color: #ffffff; 108 background-color: #ffffff;
103 border-bottom: 4px solid #729fcf; 109 //border-bottom: 4px solid #729fcf;
110 border-bottom: 4px solid #4e9a06;
104 font-size: xx-large; 111 font-size: xx-large;
105 color: #729fcf; 112 //color: #729fcf;
113 color: #4e9a06;
106 padding: 0; 114 padding: 0;
107 margin: 0; 115 margin: 0;
108 } 116 }
109 117
110 /* The blue title bar on non-main pages */ 118 /* The blue title bar on non-main pages */