baseline
[omp.pkp.sfu.ca.git] / plugins / themes / classicGreen / classicGreen.css
blobe1ff1c17b35e662caaf84a8cf15c10a16041b42c
1 /**
2 * classicGreen.css
4 * Copyright (c) 2003-2008 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
7 * Classic blue theme stylesheet.
9 * $Id: classicGreen.css,v 1.1.1.1 2008/10/20 21:27:09 tylerl Exp $
12 body {
13 background-color: #fff;
14 font-family: "Times New Roman", Times, Georgia, serif;
17 a {
18 text-decoration: none;
21 a:link {
22 color: #040;
25 a:active {
26 color: #557034;
29 a:visited {
30 color: #040;
33 a:hover {
34 color: #82BD86;
35 background: #040;
38 label.error {
39 color: #f60;
42 input.defaultButton {
43 color: #82BD86;
44 background: #040;
47 #container {
48 background-color: #fff;
49 font-size: 1em;
52 #header {
53 min-height: 100px;
54 background-color: #fff;
57 #headerTitle {
58 text-align: center;
61 #header h1 {
62 line-height: 2.5;
63 font-family: "Times New Roman", Times, Georgia, serif;
64 text-transform: uppercase;
65 letter-spacing: 10px;
66 font-size: 2em;
67 background-color: #040;
68 color: #fff;
71 #footer {
72 background-color: #040;
73 color: #fff;
76 #footerContent {
77 color: #fff;
80 #main {
81 background-color: #fff;
82 border-top: 1px solid yellow;
83 border-bottom: 1px dotted #040;
84 margin-top: 15px;
87 #main h2 {
88 font-family: "Times New Roman", Times, Georgia, serif;
89 text-transform: uppercase;
92 #main h3 {
93 font-family: "Times New Roman", Times, Georgia, serif;
94 text-transform: uppercase;
97 #navbar {
98 border-bottom: 1px dotted #040;
99 text-align: center;
102 #breadcrumb {
103 height: 18px;
104 line-height: 1.5em;
105 text-align: center;
106 border-bottom: 1px dotted #040;
107 padding: 0;
108 font-style: italic;
111 #content {
112 border-top: 1px dotted #040;
115 #content h3 {
116 font-family: "Times New Roman", Times, Georgia, serif;
117 text-transform: uppercase;
120 #content h4 {
121 font-family: "Times New Roman", Times, Georgia, serif;
122 text-transform: uppercase;
125 #content h5 {
126 text-transform: uppercase;
129 span.highlight {
130 border-bottom: 1px dotted #040;
133 table.listing tr.highlight {
134 background: #fcff64;
137 table.listing tr.fastTracked {
138 background-color: #82BD86;
141 table.listing td.headseparator {
142 border-top: 1px dotted #040;
145 table.listing td.endseparator {
146 border-top: 1px dotted #040;
149 span.formError {
150 color: #f60;
153 ul.formErrorList {
154 color: #f60;
157 div.separator {
158 border-bottom: 1px dotted #040;
161 #rightSidebar ul, #leftSidebar ul {
162 margin-left: 0px;
163 padding-left: 0px;
166 #rightSidebar li, #leftSidebar li {
167 list-style-type: none;
170 #rightSidebar, #leftSidebar {
171 margin-top: 5px;
172 border-bottom: 1px dotted #040;