comparison www/octave-forge.css @ 2685:bfec1369b39e octave-forge

Swapped the two green colors
author hauberg
date Sun, 15 Oct 2006 08:00:39 +0000
parents 3f938458f716
children 198f032f1c98
comparison
equal deleted inserted replaced
2684:be862d57cb25 2685:bfec1369b39e
36 width: 10em; 36 width: 10em;
37 } 37 }
38 38
39 div#nav a { 39 div#nav a {
40 //background-color: #729fcf; 40 //background-color: #729fcf;
41 background-color: #4e9a06; 41 background-color: #73d216; //#4e9a06;
42 border: 1px solid; 42 border: 1px solid;
43 //border-color: #3465a4; 43 //border-color: #3465a4;
44 border-color: #73d216; 44 border-color: #4e9a06; //#73d216;
45 display: block; 45 display: block;
46 padding: 0.2em 0.5em 0.2em 0.5em ; 46 padding: 0.2em 0.5em 0.2em 0.5em ;
47 text-decoration: none; 47 text-decoration: none;
48 color: black; 48 color: black;
49 //font-weight: bold; 49 //font-weight: bold;
50 } 50 }
51 51
52 div#nav a:hover { 52 div#nav a:hover {
53 //background-color: #204a87; 53 //background-color: #204a87;
54 background-color: #73d216; 54 background-color: #4e9a06; //#73d216;
55 } 55 }
56 56
57 /* the navigation choices for function reference. */ 57 /* the navigation choices for function reference. */
58 58
59 div#nav2 { 59 div#nav2 {
60 float: right; 60 float: right;
61 //background-color: #729fcf; 61 //background-color: #729fcf;
62 background-color: #4e9a06; 62 background-color: #73d216; //#4e9a06;
63 //border: 1px solid; 63 //border: 1px solid;
64 padding: 3px; 64 padding: 3px;
65 65
66 /*color: black; 66 /*color: black;
67 font-family: sans-serif; 67 font-family: sans-serif;
105 } 105 }
106 106
107 div#title h1 { 107 div#title h1 {
108 background-color: #ffffff; 108 background-color: #ffffff;
109 //border-bottom: 4px solid #729fcf; 109 //border-bottom: 4px solid #729fcf;
110 border-bottom: 4px solid #4e9a06; 110 border-bottom: 4px solid #73d216; //#4e9a06;
111 font-size: xx-large; 111 font-size: xx-large;
112 //color: #729fcf; 112 //color: #729fcf;
113 color: #4e9a06; 113 color: #73d216; //#4e9a06;
114 padding: 0; 114 padding: 0;
115 margin: 0; 115 margin: 0;
116 } 116 }
117 117
118 /* The blue title bar on non-main pages */ 118 /* The blue title bar on non-main pages */
184 color: black; 184 color: black;
185 } 185 }
186 186
187 a.package_link { 187 a.package_link {
188 color: black; 188 color: black;
189 font-weight: bold; 189 font-weight: bold;#73d216; //#4e9a06;
190 font-size: 80%; 190 font-size: 80%;
191 text-decoration: none; 191 text-decoration: none;
192 } 192 }
193 193
194 a.package_head_link { 194 a.package_head_link {