source: gs2-extensions/afrepo/trunk/src/src/html/css/core-style.css@ 27679

Last change on this file since 27679 was 27679, checked in by davidb, 11 years ago

Embelishment of the web content

  • Property svn:executable set to *
File size: 2.8 KB
Line 
1
2a {
3 color: rgb(166, 85,0);
4}
5
6a:hover {
7 color: rgb(255, 131, 0);
8}
9
10h2,h3 {
11 color: rgb(255, 131, 0);
12}
13
14
15li.selected {
16 background-color: #A65500;
17 color: #FFBB73;
18}
19
20
21
22body {
23 margin: 0; padding: 0;
24 clear: both;
25 float: left;
26 width: 100%;
27 margin: 0 0 30px;
28
29 background: #e0e0e0;
30 font: 14px/1.6 verdana, sans-serif;
31
32
33 // Illinois background
34 //background: url("http://www.lis.illinois.edu/sites/all/themes/gslis/images/bg-squares.jpg") repeat scroll 0 0 #CFCFCF;
35}
36
37
38#container {
39 margin: 0 auto;
40 min-width: 700px; max-width: 1000px;
41 background: #white;
42}
43
44#header {
45 background: #7ECDF3;
46 //background: #FFC740;
47 //background: #CC0001;
48 //color: black;
49 color: white;
50 width: 100%;
51}
52
53#header h1 {
54 padding: 18px;
55 //padding: 20px;
56 margin: 0;
57 font-family: Arial,"Helvetica Neue",Helvetica,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
58 //font-family: verdana, sans-serif;
59 //font-family: cursive;
60}
61
62#navigation
63{
64 float: left;
65 width: 100%;
66 //background-color: black;
67 background-color: #5E9DC3;
68 //background-color: #F3A653;
69 //background-color: #FFBB73;
70 //color: white;
71}
72
73#navigation ul
74{
75 margin: 0;
76 padding: 0;
77
78}
79
80#navigation ul li
81{
82 list-style-type: none;
83 display: inline;
84 text-transform: uppercase;
85}
86
87#navigation li a
88{
89 display: block;
90 float: left;
91 padding: 5px 10px;
92 color: #A65500;
93 text-decoration: none;
94 border-right: 2px solid #FFEC73;
95}
96
97#navigation li a:hover {
98 background: #000080;
99 color: white;
100 //background: #A65500;
101 //color: #FFBB73; //rgb(255, 287, 115);
102
103
104}
105
106
107#content-container
108{
109 float: left;
110 width: 100%;
111 background-color: #FFEC73;
112}
113
114
115#section-navigation
116{
117 float: right;
118 width: 160px;
119 padding: 20px 0;
120 margin: 0 20px;
121
122 text-indent: -1.2em;
123 padding-left: 1.2em;
124
125}
126
127
128#content p {
129 text-align: justify;
130 line-height: 150%;
131}
132
133#content
134{
135 overflow:hidden;
136 padding: 20px 30px;
137 background: white;
138}
139
140#content h2 {
141 margin: 0;
142}
143
144
145#section-navigation ul
146{
147 margin: 0;
148 padding: 0;
149}
150
151#section-navigation ul li
152{
153 margin: 0 0 1em;
154 padding: 0;
155}
156
157
158#section-navigation ul li {
159 color: #FF8300;
160 list-style-position: inside;
161 list-style-type: square;
162 font-size: 120%;
163}
164
165
166#footer
167{
168 clear: left;
169 text-align: right;
170 font-style: italic;
171 padding: 5px 5px 5px 20px;
172 border-top: 2px solid #FFEC73; // pale yellow
173
174}
175
176#footer
177{
178 color: #A65500;
179 //background-color: #CC0001;
180 background-color: rgb(255, 187, 115); // light red brick
181}
182
Note: See TracBrowser for help on using the repository browser.