5398d29d76e4abdde013b1529b4ade07b8b23ae2
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) 
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

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
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

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) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

46) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

47) .clear
48) {
49) 	clear: both;
50) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

51) a, a:link, a:visited
52) {
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

53) 	color: #333;
54) 	text-decoration: underline;
55) }
56) a:hover, a:active
57) {
58) 	color: #777;
59) 	text-decoration: none;
60) }
61) input, textarea
62) {
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

63) 	background-color: #f5f5f5;
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

64) 	margin: 5px;
65) 	border: 1px solid #000;
66) 	color: #333;
67) }
68) 
69) #wrapper
70) {
71) 	width: 100%;
72) 	min-width: 1000px;
73) }
74) 
75) #header
76) {
77) 	padding: 0;
78) 	background: url(default/header.png) repeat-x #333;
79) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

80) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

81) #head
82) {
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

83) 	width: 80%;
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

84) 	max-width: 1200px;
85) 	margin: 0 auto;
86) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

87) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

88) #logo img
89) {
90) 	border: 0;
91) 	padding: 5px 0;
92) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

93) 
Jeremy D Added the index page and a...

Jeremy D authored 12 years ago

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

Jeremy D authored 12 years ago

95) {
96) 	font-size: 2.5em;
97) 	color: #fff;
98) 	font-family: 'Paytone One', Verdana, Arial;
99) }
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

100) 
101) #container
102) {
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

103) 	width: 90%;
104) 	max-width: 1227px;
105) 	margin: 0 auto;
106) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

107) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

108) #content
109) {
110) 	float: left;
111) 	width: 82%;
112) 	margin: 5px 0;
113) }
114) 
115) #footer
116) {
117) 	clear: both;
118) 	background: url(default/footer.png) repeat #333;
119) 	padding-bottom: 80px;
120) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

121) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

122) #foot
123) {
124) 	margin: 0 auto;
125) 	width: 88%;
126) 	max-width: 1200px;
127) 	background: url(default/navi.png) repeat;
128) 	color: #fff;
129) 	padding: 10px 1% 30px 1%;
130) 	border-bottom-left-radius: 1em;
131) 	border-bottom-right-radius: 1em;
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

132) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

133) 
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

134) #foot a
135) {
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

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

Jeremy D authored 12 years ago

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

Jeremy D authored 12 years ago

138) 
139) #foot a:hover
140) {
141) 	color: #eee;
142) 	text-decoration: none;
143) }
144) 
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

145) /*** The Specific CSS starts here, the rest is the headers, footers and general ***/
146) #pacmangen
147) {
148) 	width: 100%;
149) 	background: #fff;
150) 	min-height: 41em;
151) }
152) 
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

153) /* Fixes some wordpress integrations */
154) .entry #pacmangen
155) {
156) 	margin-top: -2em;
157) 	margin-bottom: -5em;
158) }
159) 
160) #preview_container #preview
161) {
162) 	width: 100%;
163) }
164) 
165) .floatbuttons
166) {
167) 	float: right;
168) }
169) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

170) dl.info dt
171) {
172) 	clear: both;
173) 	float: left;
174) 	margin: 0 0 10px;
175) 	padding: 0;
176) 	width: 48%;
177) }
178) dl.info dd
179) {
180) 	float: left;
181) 	margin: 0 0 3px;
182) 	padding: 0;
183) 	width: 48%;
184) }
185) 
186) dl.edits dt
187) {
188) 	clear: both;
189) 	float: left;
190) 	margin: 0 0 10px;
191) 	padding: 0;
192) 	width: 15em;
193) }
194) dl.edits dd
195) {
196) 	float: left;
197) 	margin: 0 0 3px;
198) 	padding: 0;
199) }
200) 
201) @font-face
202) {
203) 	font-family: 'Paytone One';
204) 	font-style: normal;
205) 	font-weight: normal;
jdarwood007 Add hooks functionality to...

jdarwood007 authored 4 years ago

206) 	src: local('Paytone One'), local('PaytoneOne'), url('https://themes.googleusercontent.com/static/fonts/paytoneone/v4/D_d4Nj6jwG2cmUCLYeqgKYbN6UDyHWBl620a-IRfuBk.woff') format('woff');
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

207) }
208) 
209) .alignleft
210) {
211) 	float: left;
212) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

213) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

214) .alignright
215) {
216) 	float: right;
217) }
218) 
219) #basic_info
220) {
221) 	float: left;
222) 	margin-left: 10%;
223) }
Jeremy D Some more fixes and code c...

Jeremy D authored 12 years ago

224) 
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

225) #details_info
226) {
227) 	float: right;
228) 	margin-right: 10%;
229) }
230) 
231) #basic_info, #details_info
232) {
233) 	padding: 5px 10px;
234) 	background: #eee;
235) 	max-width: 25em;
236) }
237) 
238) #basic_info legend, #details_info legend
239) {
240) 	padding: 3px 3px 1px 3px;
241) 	border-bottom: 1px solid #000;
242) 	background: #fff;
243) }
244) 
245) fieldset.edits
246) {
247) 	padding: 5px 10px;
248) 	margin: 0 10px;
249) 	background: #eee;
Jeremy D Fixed downloads on info se...

Jeremy D authored 12 years ago

250) 	border: 1px solid #000;
251) }
252) 
253) fieldset.edits fieldset
254) {
255) 	padding: 5px 10px;
256) 	background: #eee;
257) 	border: 1px solid #000;
258) 	border-top: 1px dotted #000;
Jeremy D Initial SMF Package Maker S...

Jeremy D authored 12 years ago

259) }
260) 
261) fieldset.edits legend
262) {
263) 	width: 100%;
264) 	background: transparent;
265) }
266) 
267) .pad
268) {
269) 	padding-left: 3em;
270) }
Jeremy D Added the index page and a...

Jeremy D authored 12 years ago

271) 
272) .action_index p#welcome
273) {
274) 	padding: 3px 3px 1px 3px;
275) 	border: 1px solid #000;
276) 	background: #eee;
277) 	margin: 0 1em 2em 1em;
278) }
279) 
280) .action_index ol
281) {
282) 	list-style: decimal;
283) 	font-size: 200%;
284) 	margin-left: 2em;
285) 	width: 100%;
286) }
287)