public
Description: Basic starting point for markup, CSS, JavaScript, and folder structure.
Homepage: http://treypiepmeier.com/code/site-template/
Clone URL: git://github.com/trey/site-template.git
Click here to lend your support to: site-template and make a donation at www.pledgie.com !
Updating style of base.css, updating README.
trey (author)
Tue Jul 01 20:34:57 -0700 2008
commit  2191f6581c7efdb2684ebd095c234bd2234f909c
tree    b42c80998cc6648908de0ee02b84b47da0fd4248
parent  1915f68be4672f9fee53d84261e3cb3a23fdb9b0
...
 
 
 
1
2
 
3
4
5
...
14
15
16
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
19
20
...
32
33
34
35
 
 
 
36
37
38
39
 
 
 
 
40
41
42
...
1
2
3
4
5
6
7
8
9
...
18
19
20
 
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
...
52
53
54
 
55
56
57
58
59
60
61
62
63
64
65
66
67
68
0
@@ -1,5 +1,9 @@
0
+/* ------------------------------------------ */
0
+/* ----------------- Basics ----------------- */
0
+/* ------------------------------------------ */
0
 body
0
 {
0
+ font: 14px "Gill Sans", Helvetica, sans-serif;
0
   padding-bottom: 40px; /* Let the footer breathe. */
0
 }
0
 #wrapper
0
@@ -14,7 +18,23 @@ body
0
 {
0
 }
0
 
0
-/* Add back some basics defaults to the main content area. */
0
+/* -------------------------------------------------- */
0
+/* ----------------- Primary Column ----------------- */
0
+/* -------------------------------------------------- */
0
+#primary
0
+{
0
+}
0
+
0
+/* ---------------------------------------------------- */
0
+/* ----------------- Secondary Column ----------------- */
0
+/* ---------------------------------------------------- */
0
+#secondary
0
+{
0
+}
0
+
0
+/* ------------------------------------------------------------------------- */
0
+/* ----------------- Body Copy Style for Main Content Area ----------------- */
0
+/* ------------------------------------------------------------------------- */
0
 #main #primary p,
0
 #main #primary ul,
0
 #main #primary ol { margin: 10px 0; }
0
@@ -32,11 +52,17 @@ body
0
 {
0
 }
0
 
0
-/* --- GENERAL THINGS --- */
0
+/* ---------------------------------------- */
0
+/* ----------------- Misc ----------------- */
0
+/* ---------------------------------------- */
0
 .center { text-align: center; }
0
 .right { float: right; }
0
 .left { float: left; }
0
 .clear { clear: both; }
0
+
0
+/* --------------- */
0
+/* Clearing Floats */
0
+/* --------------- */
0
 #main:after,
0
 #primary:after,
0
 #secondary:after,

Comments

    No one has commented yet.