Skip to content

Commit 90e07cf

Browse files
committed
added example templates
1 parent 72bbd93 commit 90e07cf

File tree

168 files changed

+6404
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+6404
-0
lines changed

examples/arrangement/images/img01.jpg

430 Bytes

examples/arrangement/images/img02.jpg

17.7 KB

examples/arrangement/images/img03.jpg

420 Bytes

examples/arrangement/images/img04.jpg

1023 Bytes

examples/arrangement/images/img05.jpg

356 Bytes

examples/arrangement/images/img06.jpg

383 Bytes

examples/arrangement/images/img07.jpg

56.7 KB

examples/arrangement/images/img08.jpg

49.3 KB

examples/arrangement/images/img09.jpg

33.9 KB

examples/arrangement/images/img10.jpg

46.7 KB

examples/arrangement/license.txt

Lines changed: 63 additions & 0 deletions
Large diffs are not rendered by default.

examples/arrangement/style.css

Lines changed: 413 additions & 0 deletions
Large diffs are not rendered by default.
12.9 KB

examples/artificial/images/footer.jpg

12.6 KB
11.5 KB
20.2 KB
735 Bytes
718 Bytes

examples/artificial/images/header.jpg

36.4 KB
110 KB

examples/artificial/images/icon.ico

1.12 KB
Binary file not shown.
11.5 KB
12.8 KB
10.6 KB
10.3 KB

examples/artificial/images/login.jpg

515 Bytes
2.16 KB
547 Bytes

examples/artificial/images/menu.jpg

556 Bytes
427 Bytes
21.8 KB
36.2 KB
10.8 KB
10.5 KB
31.1 KB
32.6 KB
38.3 KB

examples/artificial/images/top.jpg

101 KB
11.2 KB
10.9 KB

examples/artificial/images/vline.jpg

308 Bytes

examples/artificial/images/xhtml.jpg

674 Bytes

examples/artificial/style.css

Lines changed: 1235 additions & 0 deletions
Large diffs are not rendered by default.

examples/combination/images/img01.jpg

1.37 KB

examples/combination/images/img02.gif

92 Bytes

examples/combination/images/img03.jpg

827 Bytes

examples/combination/images/img04.jpg

51.4 KB

examples/combination/license.txt

Lines changed: 63 additions & 0 deletions
Large diffs are not rendered by default.

examples/combination/style.css

Lines changed: 374 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,374 @@
1+
2+
/*
3+
Design by Free CSS Templates
4+
http://www.freecsstemplates.org
5+
Released for free under a Creative Commons Attribution 2.5 License
6+
*/
7+
8+
body {
9+
margin: 0;
10+
padding: 0;
11+
background: #2D2722 url(images/img01.jpg) repeat-x left top;
12+
font-family: Arial, Helvetica, sans-serif;
13+
font-size: 14px;
14+
color: #3C3D3F;
15+
}
16+
17+
h1, h2, h3 {
18+
margin: 0;
19+
padding: 0;
20+
font-weight: normal;
21+
color: #2B2522;
22+
}
23+
24+
h1 {
25+
font-size: 2em;
26+
}
27+
28+
h2 {
29+
font-size: 2.8em;
30+
}
31+
32+
h3 {
33+
font-size: 1.6em;
34+
}
35+
36+
p, ul, ol {
37+
margin-top: 0;
38+
line-height: 180%;
39+
}
40+
41+
ul, ol {
42+
}
43+
44+
a {
45+
text-decoration: underline;
46+
color: #2B2522;
47+
}
48+
49+
a:hover {
50+
text-decoration: none;
51+
}
52+
53+
#wrapper {
54+
margin: 0 auto;
55+
padding: 0;
56+
background: url(images/img04.jpg) no-repeat left 400px;
57+
}
58+
59+
/* Header */
60+
61+
#header-wrapper {
62+
height: 120px;
63+
}
64+
65+
#header {
66+
width: 1000px;
67+
margin: 0 auto;
68+
padding: 40px 0px 0px 0px;
69+
}
70+
71+
/* Logo */
72+
73+
#logo {
74+
float: left;
75+
width: 350px;
76+
margin: 0;
77+
padding: 0;
78+
color: #000000;
79+
}
80+
81+
#logo h1, #logo p {
82+
}
83+
84+
#logo h1 {
85+
margin-left: 30px;
86+
padding: 0px 0px 0px 0px;
87+
letter-spacing: -1px;
88+
text-transform: lowercase;
89+
font-size: 3.8em;
90+
color: #2B2522;
91+
}
92+
93+
#logo h1 a {
94+
color: #2B2522;
95+
}
96+
97+
#logo h1 span {
98+
}
99+
100+
#logo p {
101+
margin: 0;
102+
padding: 0px 0 0 32px;
103+
font: normal 14px Georgia, "Times New Roman", Times, serif;
104+
font-style: italic;
105+
color: #665E5A;
106+
}
107+
108+
#logo a {
109+
border: none;
110+
background: none;
111+
text-decoration: none;
112+
color: #665E5A;
113+
}
114+
115+
/* Search */
116+
117+
#search {
118+
float: right;
119+
width: 280px;
120+
height: 60px;
121+
padding: 20px 0px 0px 0px;
122+
}
123+
124+
#search form {
125+
height: 41px;
126+
margin: 0;
127+
padding: 10px 0 0 20px;
128+
}
129+
130+
#search fieldset {
131+
margin: 0;
132+
padding: 0;
133+
border: none;
134+
}
135+
136+
#search-text {
137+
width: 170px;
138+
height: 19px;
139+
padding: 4px 5px 1px 5px;
140+
border: none;
141+
background: #FFFFFF;
142+
text-transform: lowercase;
143+
font: normal 11px Arial, Helvetica, sans-serif;
144+
color: #5D781D;
145+
}
146+
147+
#search-submit {
148+
width: 50px;
149+
height: 26px;
150+
border: none;
151+
background: #493F2D;
152+
color: #FFFFFF;
153+
}
154+
155+
/* Menu */
156+
157+
#menu {
158+
float: right;
159+
height: 125px;
160+
margin: 0 auto;
161+
padding: 0;
162+
}
163+
164+
#menu ul {
165+
margin: 0;
166+
padding: 0px 0px 0px 0px;
167+
list-style: none;
168+
line-height: normal;
169+
}
170+
171+
#menu li {
172+
float: left;
173+
}
174+
175+
#menu a {
176+
display: block;
177+
margin-right: 2px;
178+
padding: 8px 25px;
179+
text-decoration: none;
180+
text-align: center;
181+
font-family: Arial, Helvetica, sans-serif;
182+
font-size: 14px;
183+
font-weight: normal;
184+
color: #FFFFFF;
185+
border: none;
186+
background: #4B402E;
187+
}
188+
189+
#menu a:hover, #menu .current_page_item a {
190+
text-decoration: none;
191+
}
192+
193+
#menu .current_page_item a {
194+
}
195+
196+
/* Page */
197+
198+
#page {
199+
width: 980px;
200+
margin: 0 auto;
201+
padding: 0px 0px 0px 0px;
202+
}
203+
204+
#page-bgtop {
205+
padding: 20px 0px;
206+
}
207+
/* Content */
208+
209+
#content {
210+
float: left;
211+
width: 560px;
212+
padding: 40px 30px 0px 30px;
213+
background: #FFFFFF;
214+
}
215+
216+
.post {
217+
margin-bottom: 30px;
218+
border-bottom: 1px solid #D1D9F0;
219+
}
220+
221+
.post .title {
222+
height: 41px;
223+
padding: 0px 0px 0px 0px;
224+
letter-spacing: -1px;
225+
}
226+
227+
.post .title a {
228+
text-decoration: none;
229+
color: #191614;
230+
border: none;
231+
}
232+
233+
.post .entry {
234+
padding: 20px 30px 20px 30px;
235+
padding-bottom: 20px;
236+
text-align: justify;
237+
}
238+
239+
.post .byline {
240+
clear: both;
241+
overflow: hidden;
242+
padding-bottom: 20px;
243+
}
244+
245+
.post .meta {
246+
float: left;
247+
}
248+
249+
.post .links {
250+
float: right;
251+
}
252+
253+
.links a {
254+
}
255+
256+
/* Sidebar */
257+
258+
#sidebar {
259+
float: right;
260+
width: 300px;
261+
margin: 0px;
262+
padding: 100px 20px 0px 0px;
263+
}
264+
265+
#sidebar ul {
266+
margin: 0;
267+
padding: 0;
268+
list-style: none;
269+
}
270+
271+
#sidebar li {
272+
margin: 0;
273+
padding: 0;
274+
}
275+
276+
#sidebar li ul {
277+
margin: 0px 0px;
278+
padding-bottom: 30px;
279+
}
280+
281+
#sidebar li li {
282+
line-height: 35px;
283+
border-bottom: 1px solid #342C29;
284+
background: url(images/img02.gif) no-repeat left 15px;
285+
margin: 0px 20px 0px 20px;
286+
border-left: none;
287+
text-align: left;
288+
}
289+
290+
#sidebar li li span {
291+
display: block;
292+
margin-top: -20px;
293+
padding: 0;
294+
font-size: 11px;
295+
font-style: italic;
296+
}
297+
298+
#sidebar li li a {
299+
padding: 0px 0px 0px 15px;
300+
}
301+
302+
#sidebar h2 {
303+
height: 31px;
304+
margin: 0px 0px 20px 0px;
305+
padding: 10px 0px 0px 20px;
306+
background: url(images/img03.jpg) no-repeat left top;
307+
text-shadow: #203060 -1px 1px 2px;
308+
text-align: left;
309+
text-transform: uppercase;
310+
letter-spacing: -.5px;
311+
font-size: 1em;
312+
color: #FFFFFF;
313+
}
314+
315+
#sidebar p {
316+
margin: 0 0px;
317+
padding: 0px 20px 20px 20px;
318+
text-align: justify;
319+
color: #847F7E;
320+
}
321+
322+
#sidebar a {
323+
border: none;
324+
color: #847F7E;
325+
}
326+
327+
#sidebar a:hover {
328+
text-decoration: underline;
329+
color: #847F7E;
330+
}
331+
332+
/* Calendar */
333+
334+
#calendar {
335+
}
336+
337+
#calendar_wrap {
338+
padding: 20px;
339+
}
340+
341+
#calendar table {
342+
width: 100%;
343+
}
344+
345+
#calendar tbody td {
346+
text-align: center;
347+
}
348+
349+
#calendar #next {
350+
text-align: right;
351+
}
352+
353+
/* Footer */
354+
355+
#footer {
356+
width: 980px;
357+
height: 50px;
358+
margin: 0 auto;
359+
padding: 0px 0 15px 0;
360+
font-family: Arial, Helvetica, sans-serif;
361+
}
362+
363+
#footer p {
364+
margin: 0;
365+
line-height: normal;
366+
font-size: 10px;
367+
text-transform: uppercase;
368+
text-align: left;
369+
color: #847F7E;
370+
}
371+
372+
#footer a {
373+
color: #847F7E;
374+
}

examples/dusky/images/author.jpg

1.21 KB

examples/dusky/images/calendar.jpg

1.53 KB

examples/dusky/images/contentBg.jpg

727 Bytes

examples/dusky/images/headBg.jpg

174 KB

examples/dusky/images/icon.ico

894 Bytes
Binary file not shown.

examples/dusky/images/lisstyle.jpg

1.33 KB

examples/dusky/images/liststyle.jpg

853 Bytes

examples/dusky/images/logo.jpg

5.83 KB

examples/dusky/images/menuHover.jpg

637 Bytes

examples/dusky/images/menuspace.jpg

598 Bytes

examples/dusky/images/pic1.jpg

11.3 KB

examples/dusky/images/pic2.jpg

11.7 KB

examples/dusky/images/pic3.jpg

41.8 KB

examples/dusky/images/quots.jpg

22.8 KB

examples/dusky/images/star.jpg

1.07 KB
1.44 KB

0 commit comments

Comments
 (0)