source: main/trunk/model-sites-dev/pei-jones/wrapper-style/default.css@ 31793

Last change on this file since 31793 was 31793, checked in by kjdon, 7 years ago

committing core files for pei jones project

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