0a3ede0545494f532801985541e94449ffd48aa7
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

1) /*======================================
2) Theme Name: zeeSynergie
3) Theme URI: http://themezee.com/zeesynergie
4) Description: zeeSynergie is a two column wordpress theme in an elegant and sleek design that fits perfectly for a blog or small business website. It is featured with a nice theme option panel where you can upload your logo, pick one of nine color schemes or choose your own one via colorpicker. The theme comes also with a beautiful featured post slider (3 options - fade, dropdown, horizontal), a banner ads widgets, integrated social media buttons, custom footer and a dropdown navigation.
5) Version: 1.0.2
6) Author: ThemeZee
7) Author URI: http://themezee.com
8) Tags: custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, editor-style, full-width-template, translation-ready, sticky-post, fixed-width, two-columns, one-column, right-sidebar
9) License: GNU General Public License v2.0
10) License URI: http://www.gnu.org/licenses/gpl-2.0.html
11) ======================================*/
12) 
13) html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
14) {
15) 	margin: 0;
16) 	padding: 0;
17) 	border: 0;
18) 	outline: 0;
19) 	font-weight: inherit;
20) 	font-style: inherit;
21) 	font-size: 100%;
22) 	font-family: inherit;
23) 	vertical-align: baseline;
24) }
25) ol, ul
26) {
27) 	list-style: none;
28) }
29) 
30) html
31) {
32) 	font-size: 100.01%;
33) }
34) body
35) {
36) 	font-family: verdana, arial;
37) 	font-size: 0.8em;
38) 	border: 0;
39) 	color: #111;
40) 	background: url(default/backgroud.png) repeat-x #eee;
41) }
42) img
43) {
44) 	border: none;
45) }
46) .clear
47) {
48) 	clear: both;
49) }
50) a, a:link, a:visited{
51) 	color: #333;
52) 	text-decoration: underline;
53) }
54) a:hover, a:active
55) {
56) 	color: #777;
57) 	text-decoration: none;
58) }
59) input, textarea
60) {
61) 	background-color: #f5f5f5; 
62) 	margin: 5px;
63) 	border: 1px solid #000;
64) 	color: #333;
65) }
66) 
67) #wrapper
68) {
69) 	width: 100%;
70) 	min-width: 1000px;
71) }
72) 
73) #header
74) {
75) 	padding: 0;
76) 	background: url(default/header.png) repeat-x #333;
77) }
78) #head
79) {
80) 	width: 80%;
81) 	max-width: 1200px;
82) 	margin: 0 auto;
83) }
84) #logo img
85) {
86) 	border: 0;
87) 	padding: 5px 0;
88) }
Jeremy D Added the index page and a...

Jeremy D authored 12 years ago

89) #logo h1 a
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

90) {
91) 	font-size: 2.5em;
92) 	color: #fff;
93) 	font-family: 'Paytone One', Verdana, Arial;
94) }
95) 
96) #container{
97) 	width: 90%;
98) 	max-width: 1227px;
99) 	margin: 0 auto;
100) }
101) #wrap
102) {
103) 	width: 100%;
104) 	background: #fff;
105) 	min-height: 41em;
106) }
107) #content
108) {
109) 	float: left;
110) 	width: 82%;
111) 	margin: 5px 0;
112) }
113) 
114) #footer
115) {
116) 	clear: both;
117) 	background: url(default/footer.png) repeat #333;
118) 	padding-bottom: 80px;
119) }
120) #foot
121) {
122) 	margin: 0 auto;
123) 	width: 88%;
124) 	max-width: 1200px;
125) 	background: url(default/navi.png) repeat;
126) 	color: #fff;
127) 	padding: 10px 1% 30px 1%;
128) 	border-bottom-left-radius: 1em;
129) 	border-bottom-right-radius: 1em;
130) }
131) 
132) #foot a
133) {
134) 	color: #fff;
135) }
136) 
137) #foot a:hover
138) {
139) 	color: #eee;
140) 	text-decoration: none;
141) }
142) 
143) dl.info dt
144) {
145) 	clear: both;
146) 	float: left;
147) 	margin: 0 0 10px;
148) 	padding: 0;
149) 	width: 48%;
150) }
151) dl.info dd
152) {
153) 	float: left;
154) 	margin: 0 0 3px;
155) 	padding: 0;
156) 	width: 48%;
157) }
158) 
159) 
160) dl.edits dt
161) {
162) 	clear: both;
163) 	float: left;
164) 	margin: 0 0 10px;
165) 	padding: 0;
166) 	width: 15em;
167) }
168) dl.edits dd
169) {
170) 	float: left;
171) 	margin: 0 0 3px;
172) 	padding: 0;
173) }
174) 
175) 
176) @font-face
177) {
178) 	font-family: 'Paytone One';
179) 	font-style: normal;
180) 	font-weight: normal;
181) 	src: local('Paytone One'), local('PaytoneOne'), url('http://themes.googleusercontent.com/static/fonts/paytoneone/v4/D_d4Nj6jwG2cmUCLYeqgKYbN6UDyHWBl620a-IRfuBk.woff') format('woff');
182) }
183) 
184) .alignleft
185) {
186) 	float: left;
187) }
188) .alignright
189) {
190) 	float: right;
191) }
192) 
193) #basic_info
194) {
195) 	float: left;
196) 	margin-left: 10%;
197) }
198) #details_info
199) {
200) 	float: right;
201) 	margin-right: 10%;
202) 
203) }
204) 
205) #basic_info, #details_info
206) {
207) 	padding: 5px 10px;
208) 	background: #eee;
209) 	max-width: 25em;
210) }
211) 
212) #basic_info legend, #details_info legend
213) {
214) 	padding: 3px 3px 1px 3px;
215) 	border-bottom: 1px solid #000;
216) 	background: #fff;
217) }
218) 
219) fieldset.edits
220) {
221) 	padding: 5px 10px;
222) 	margin: 0 10px;
223) 	background: #eee;
224) }
225) 
226) fieldset.edits legend
227) {
228) 	width: 100%;
229) 	background: transparent;
230) }
231) 
232) .pad
233) {
234) 	padding-left: 3em;
235) }