source: main/trunk/model-interfaces-dev/alt-atea/wrapper-style/default.css@ 34009

Last change on this file since 34009 was 34009, checked in by davidb, 4 years ago

PJ based alternative interface for Atea

File size: 4.1 KB
Line 
1
2@import url("small.css") only screen and (max-width:320px);
3@import url("medium.css") only screen and (min-width:321px) and (max-width:540px);
4@import url("large.css") only screen and (min-width:541px);
5
6/* ATEA mod */
7/*
8*
9{
10border: 0px;
11margin: 0px;
12padding: 0px;
13}
14*/
15
16/* ATEA mod */
17/*
18a { color: #ab5816; text-decoration: underline; }
19a:visited { color: #ab5816; text-decoration: underline; }
20a:active { color: #ab5816; text-decoration: none; }
21a:hover { color: #ab5816; text-decoration: none; }
22*/
23
24a { text-decoration: underline; }
25a:visited { text-decoration: underline; }
26a:active { text-decoration: none; }
27a:hover { text-decoration: none; }
28
29/*#gs_footer a { color: rgb(209, 197, 182); text-decoration: underline; }
30#gs_footer a:visited { color: rgb(209, 197, 182); text-decoration: underline; }*/
31#gs_footer a { color: #FFFFFF; text-decoration: underline; }
32#gs_footer a:visited { color: #FFFFFF; text-decoration: underline; }
33#gs_footer a:active { color: #FFFFFF; text-decoration: none; }
34#gs_footer a:hover { color: #FFFFFF; text-decoration: none; }
35
36
37#nav a { color: #7e746c; text-decoration: none; font-size:16px; font-weight:bold; padding:4px 15px 5px 15px; }
38#nav a:visited { color: #7e746c; text-decoration: none; }
39#nav a:active { color: #7e746c; text-decoration: none; }
40#nav a:hover { color: #7e746c; text-decoration: none; background-color: #f6f1eb; }
41
42.headRight a { color: #d1c5b6; text-decoration: none; font-size:14px; font-weight:bold; padding:4px 15px 5px 15px; }
43.headRight a:visited { color: #d1c5b6; text-decoration: none; }
44.headRight a:active { color: #d1c5b6; text-decoration: none; }
45.headRight a:hover { color: #FFFFFF; text-decoration: none; }
46
47body
48{
49font-family: arial, helvetica, sans-serif;
50font-size: 0.85em;
51color: #4c4743;
52line-height: 140%;
53background-image: url(images/bodyBG.jpg);
54background-position:top;
55background-repeat: repeat-y;
56/* text-align: center; */
57margin: 0px 0px 0px 0px;
58background-color: #e5ddd5;
59}
60
61h1
62{
63font-size: 1.6em;
64margin: 40px 0px 20px 0px;
65}
66
67/* ATEA Mod */
68h2
69{
70font-size: 1.4em;
71/* margin: 20px 0px 0px 0px; */
72}
73
74h3
75{
76font-size: 1.2em;
77margin: 10px 0px 0px 0px;
78}
79
80p
81{
82margin: 10px 0px 0px 0px;
83}
84
85#wrapper-container
86{
87background-image:url(images/Atea-homeBG.jpg);
88background-position:top;
89background-repeat:no-repeat;
90/* text-align: center; */
91}
92
93#header
94{
95margin: 0px 0px 0px 0px;
96margin-left: auto ;
97margin-right: auto ;
98width: 980px;
99text-align: left;
100}
101
102.headLeft
103{
104float: left;
105}
106
107.headRight
108{
109float: right;
110margin-top: 70px;
111}
112
113
114#nav
115{
116margin: 0px 0px 0px 0px;
117padding: 10px;
118margin-left: auto ;
119margin-right: auto ;
120width: 980px;
121text-align: left;
122clear: both;
123}
124
125#nav ul
126{
127list-style-type:none;
128margin: 5px 0px 5px 0px;
129}
130
131#nav li
132{
133display:inline;
134}
135
136#copy
137{
138padding: 0px 190px 0px 0px;
139margin-left: auto ;
140margin-right: auto ;
141width: 790px;
142text-align: left;
143min-height:400px;
144}
145
146#copy li
147{
148list-style: square outside;
149margin: 0px 30px 0px 30px;
150}
151
152#footer
153{
154color: #4c4743;
155font-size: 11px;
156padding: 10px 0px 0px 0px;
157text-align: right;
158margin-top: 50px;
159margin-left: auto ;
160margin-right: auto ;
161width: 980px;
162clear:both;
163}
164
165.box
166{
167width:200px;
168margin:20px 20px 0px 0px;
169background-color:#e3dbd3;
170border-radius: 10px;
171float: left;
172padding: 100px 20px 20px 20px;
173border: solid 1px #B2A69A;
174background-position: right top;
175background-repeat:no-repeat;
176min-height: 170px;
177}
178
179#bio {background-image:url(images/homeBio.jpg);}
180#library {background-image:url(images/homeLibrary.jpg);}
181#written {background-image:url(images/homeWritten.jpg);}
182#taonga {background-image:url(images/homeTaonga.jpg);}
183#gallery {background-image:url(images/homeGallery.jpg);}
184#research {background-image:url(images/homeResearch.jpg);}
185
186.clear
187{
188clear:both;
189}
190
191input, textarea {
192padding: 10px 10px 10px 10px;
193font-family: arial, helvetica, sans-serif;
194color: #4c4743;
195font-size: 1.1em;
196border: solid 1px #B2A69A;
197}
198
199.ref {
200color: #4c4743;
201font-weight:bold;
202cursor:default;
203}
204
205select {
206border: 1px solid #B2A69A;
207padding: 0px 4px;
208
209}
Note: See TracBrowser for help on using the repository browser.