c1ae3088122b4c93dd297c9273ec26e65dcd4e94
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) }
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

95) 
96) #container
97) {
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

98) 	width: 90%;
99) 	max-width: 1227px;
100) 	margin: 0 auto;
101) }
102) #content
103) {
104) 	float: left;
105) 	width: 82%;
106) 	margin: 5px 0;
107) }
108) 
109) #footer
110) {
111) 	clear: both;
112) 	background: url(default/footer.png) repeat #333;
113) 	padding-bottom: 80px;
114) }
115) #foot
116) {
117) 	margin: 0 auto;
118) 	width: 88%;
119) 	max-width: 1200px;
120) 	background: url(default/navi.png) repeat;
121) 	color: #fff;
122) 	padding: 10px 1% 30px 1%;
123) 	border-bottom-left-radius: 1em;
124) 	border-bottom-right-radius: 1em;
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

125) }
126) #foot a
127) {
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

128) 	color: #fff;
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

129) }
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

130) 
131) #foot a:hover
132) {
133) 	color: #eee;
134) 	text-decoration: none;
135) }
136) 
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

137) /*** The Specific CSS starts here, the rest is the headers, footers and general ***/
138) #pacmangen
139) {
140) 	width: 100%;
141) 	background: #fff;
142) 	min-height: 41em;
143) }
144) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

145) dl.info dt
146) {
147) 	clear: both;
148) 	float: left;
149) 	margin: 0 0 10px;
150) 	padding: 0;
151) 	width: 48%;
152) }
153) dl.info dd
154) {
155) 	float: left;
156) 	margin: 0 0 3px;
157) 	padding: 0;
158) 	width: 48%;
159) }
160) 
161) dl.edits dt
162) {
163) 	clear: both;
164) 	float: left;
165) 	margin: 0 0 10px;
166) 	padding: 0;
167) 	width: 15em;
168) }
169) dl.edits dd
170) {
171) 	float: left;
172) 	margin: 0 0 3px;
173) 	padding: 0;
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) #basic_info, #details_info
205) {
206) 	padding: 5px 10px;
207) 	background: #eee;
208) 	max-width: 25em;
209) }
210) 
211) #basic_info legend, #details_info legend
212) {
213) 	padding: 3px 3px 1px 3px;
214) 	border-bottom: 1px solid #000;
215) 	background: #fff;
216) }
217) 
218) fieldset.edits
219) {
220) 	padding: 5px 10px;
221) 	margin: 0 10px;
222) 	background: #eee;
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

223) 	border: 1px solid #000;
224) }
225) 
226) fieldset.edits fieldset
227) {
228) 	padding: 5px 10px;
229) 	background: #eee;
230) 	border: 1px solid #000;
231) 	border-top: 1px dotted #000;
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

232) }
233) 
234) fieldset.edits legend
235) {
236) 	width: 100%;
237) 	background: transparent;
238) }
239) 
240) .pad
241) {
242) 	padding-left: 3em;
243) }