From eea682d2874c8bc7da820457c6d956fdb2cc6769 Mon Sep 17 00:00:00 2001 From: Lilylnx Cosin Date: Mon, 28 Mar 2011 09:40:15 +0700 Subject: [PATCH] Create new standard layout using 960 Grid System --- layout/demo.php | 18 +++ themes/grid.css | 214 ++++++++++++++++++++++++++++ themes/reset.css | 32 +++++ themes/text.css | 33 +++++ themes/whiteblue_clean/common.css | 102 +++++++++++++ themes/whiteblue_clean/images/footer-bg.png | Bin 0 -> 281 bytes themes/whiteblue_clean/layout.css | 3 + 7 files changed, 402 insertions(+) create mode 100644 layout/demo.php create mode 100644 themes/grid.css create mode 100644 themes/reset.css create mode 100644 themes/text.css create mode 100644 themes/whiteblue_clean/common.css create mode 100644 themes/whiteblue_clean/images/footer-bg.png create mode 100644 themes/whiteblue_clean/layout.css diff --git a/layout/demo.php b/layout/demo.php new file mode 100644 index 0000000..66fe256 --- /dev/null +++ b/layout/demo.php @@ -0,0 +1,18 @@ + + + + + + + + + +Standard Layout + + +
+
+ Hello World. +
+ + \ No newline at end of file diff --git a/themes/grid.css b/themes/grid.css new file mode 100644 index 0000000..f06869f --- /dev/null +++ b/themes/grid.css @@ -0,0 +1,214 @@ +/* + 960 Grid System ~ Core CSS. + Learn more ~ http://960.gs/ + + Licensed under GPL and MIT. +*/ + +/* + Forces backgrounds to span full width, + even if there is horizontal scrolling. + Increase this if your layout is wider. + + Note: IE6 works fine without this fix. +*/ + +body { min-width:960px; } + +/* `Containers +----------------------------------------------------------------------------------------------------*/ +.container_12, .container_16 { margin-left:auto; margin-right:auto; width:960px; } + +/* `Grid >> Global +----------------------------------------------------------------------------------------------------*/ +.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, +.grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 { + display:inline; float:left; margin-left:10px; margin-right:10px; +} + +.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, +.push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, +.push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15 { + position:relative; +} + +.container_12 .grid_3, .container_16 .grid_4 { width:220px; } +.container_12 .grid_6, .container_16 .grid_8 { width:460px; } +.container_12 .grid_9, .container_16 .grid_12 { width: 700px; } +.container_12 .grid_12, .container_16 .grid_16 { width: 940px; } + +/* `Grid >> Children (Alpha ~ First, Omega ~ Last) +----------------------------------------------------------------------------------------------------*/ +.alpha { margin-left:0; } +.omega { margin-right:0; } + +/* `Grid >> 12 Columns +----------------------------------------------------------------------------------------------------*/ +.container_12 .grid_1 { width:60px; } +.container_12 .grid_2 { width:140px; } +.container_12 .grid_4 { width:300px; } +.container_12 .grid_5 { width:380px; } +.container_12 .grid_7 { width:540px; } +.container_12 .grid_8 { width:620px; } +.container_12 .grid_10 { width:780px; } +.container_12 .grid_11 { width:860px; } + +/* `Grid >> 16 Columns +----------------------------------------------------------------------------------------------------*/ +.container_16 .grid_1 { width:40px; } +.container_16 .grid_2 { width:100px; } +.container_16 .grid_3 { width:160px; } +.container_16 .grid_5 { width:280px; } +.container_16 .grid_6 { width:340px; } +.container_16 .grid_7 { width:400px; } +.container_16 .grid_9 { width:520px; } +.container_16 .grid_10 { width:580px; } +.container_16 .grid_11 { width:640px; } +.container_16 .grid_13 { width:760px; } +.container_16 .grid_14 { width:820px; } +.container_16 .grid_15 { width:880px; } + +/* `Prefix Extra Space >> Global +----------------------------------------------------------------------------------------------------*/ +.container_12 .prefix_3, .container_16 .prefix_4 { padding-left:240px; } +.container_12 .prefix_6, .container_16 .prefix_8 { padding-left:480px; } +.container_12 .prefix_9, .container_16 .prefix_12 { padding-left:720px; } + +/* `Prefix Extra Space >> 12 Columns +----------------------------------------------------------------------------------------------------*/ +.container_12 .prefix_1 { padding-left:80px; } +.container_12 .prefix_2 { padding-left:160px; } +.container_12 .prefix_4 { padding-left:320px; } +.container_12 .prefix_5 { padding-left:400px; } +.container_12 .prefix_7 { padding-left:560px; } +.container_12 .prefix_8 { padding-left:640px; } +.container_12 .prefix_10 { padding-left:800px; } +.container_12 .prefix_11 { padding-left:880px; } + +/* `Prefix Extra Space >> 16 Columns +----------------------------------------------------------------------------------------------------*/ +.container_16 .prefix_1 { padding-left:60px; } +.container_16 .prefix_2 { padding-left:120px; } +.container_16 .prefix_3 { padding-left:180px; } +.container_16 .prefix_5 { padding-left:300px; } +.container_16 .prefix_6 { padding-left:360px; } +.container_16 .prefix_7 { padding-left:420px; } +.container_16 .prefix_9 { padding-left:540px; } +.container_16 .prefix_10 { padding-left:600px; } +.container_16 .prefix_11 { padding-left:660px; } +.container_16 .prefix_13 { padding-left:780px; } +.container_16 .prefix_14 { padding-left:840px; } +.container_16 .prefix_15 { padding-left:900px; } + +/* `Suffix Extra Space >> Global +----------------------------------------------------------------------------------------------------*/ +.container_12 .suffix_3, .container_16 .suffix_4 { padding-right:240px; } +.container_12 .suffix_6, .container_16 .suffix_8 { padding-right:480px; } +.container_12 .suffix_9, .container_16 .suffix_12 { padding-right:720px; } + +/* `Suffix Extra Space >> 12 Columns +----------------------------------------------------------------------------------------------------*/ +.container_12 .suffix_1 { padding-right:80px; } +.container_12 .suffix_2 { padding-right:160px; } +.container_12 .suffix_4 { padding-right:320px; } +.container_12 .suffix_5 { padding-right:400px; } +.container_12 .suffix_7 { padding-right:560px; } +.container_12 .suffix_8 { padding-right:640px; } +.container_12 .suffix_10 { padding-right:800px; } +.container_12 .suffix_11 { padding-right:880px; } + +/* `Suffix Extra Space >> 16 Columns +----------------------------------------------------------------------------------------------------*/ +.container_16 .suffix_1 { padding-right:60px; } +.container_16 .suffix_2 { padding-right:120px; } +.container_16 .suffix_3 { padding-right:180px; } +.container_16 .suffix_5 { padding-right:300px; } +.container_16 .suffix_6 { padding-right:360px; } +.container_16 .suffix_7 { padding-right:420px; } +.container_16 .suffix_9 { padding-right:540px; } +.container_16 .suffix_10 { padding-right:600px; } +.container_16 .suffix_11 { padding-right:660px; } +.container_16 .suffix_13 { padding-right:780px; } +.container_16 .suffix_14 { padding-right:840px; } +.container_16 .suffix_15 { padding-right:900px; } + +/* `Push Space >> Global +----------------------------------------------------------------------------------------------------*/ + +.container_12 .push_3, .container_16 .push_4 { left:240px; } +.container_12 .push_6, .container_16 .push_8 { left:480px; } +.container_12 .push_9, .container_16 .push_12 { left:720px; } + +/* `Push Space >> 12 Columns +----------------------------------------------------------------------------------------------------*/ +.container_12 .push_1 { left:80px; } +.container_12 .push_2 { left:160px; } +.container_12 .push_4 { left:320px; } +.container_12 .push_5 { left:400px; } +.container_12 .push_7 { left:560px; } +.container_12 .push_8 { left:640px; } +.container_12 .push_10 { left:800px; } +.container_12 .push_11 { left:880px; } + +/* `Push Space >> 16 Columns +----------------------------------------------------------------------------------------------------*/ +.container_16 .push_1 { left:60px; } +.container_16 .push_2 { left:120px; } +.container_16 .push_3 { left:180px; } +.container_16 .push_5 { left:300px; } +.container_16 .push_6 { left:360px; } +.container_16 .push_7 { left:420px; } +.container_16 .push_9 { left:540px; } +.container_16 .push_10 { left:600px; } +.container_16 .push_11 { left:660px; } +.container_16 .push_13 { left:780px; } +.container_16 .push_14 { left:840px; } +.container_16 .push_15 { left:900px; } + +/* `Pull Space >> Global +----------------------------------------------------------------------------------------------------*/ +.container_12 .pull_3, .container_16 .pull_4 { left:-240px; } +.container_12 .pull_6, .container_16 .pull_8 { left:-480px; } +.container_12 .pull_9, .container_16 .pull_12 { left:-720px; } + +/* `Pull Space >> 12 Columns +----------------------------------------------------------------------------------------------------*/ +.container_12 .pull_1 { left:-80px; } +.container_12 .pull_2 { left:-160px; } +.container_12 .pull_4 { left:-320px; } +.container_12 .pull_5 { left:-400px; } +.container_12 .pull_7 { left:-560px; } +.container_12 .pull_8 { left:-640px; } +.container_12 .pull_10 { left:-800px; } +.container_12 .pull_11 { left:-880px; } + +/* `Pull Space >> 16 Columns +----------------------------------------------------------------------------------------------------*/ +.container_16 .pull_1 { left:-60px; } +.container_16 .pull_2 { left:-120px; } +.container_16 .pull_3 { left:-180px; } +.container_16 .pull_5 { left:-300px; } +.container_16 .pull_6 { left:-360px; } +.container_16 .pull_7 { left:-420px; } +.container_16 .pull_9 { left:-540px; } +.container_16 .pull_10 { left:-600px; } +.container_16 .pull_11 { left:-660px; } +.container_16 .pull_13 { left:-780px; } +.container_16 .pull_14 { left:-840px; } +.container_16 .pull_15 { left:-900px; } + +/* `Clear Floated Elements +----------------------------------------------------------------------------------------------------*/ + +/* http://sonspring.com/journal/clearing-floats */ +.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } + +/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */ +.clearfix:before, .clearfix:after { content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } +.clearfix:after { clear:both; } + +/* + The following zoom:1 rule is specifically for IE6 + IE7. + Move to separate stylesheet if invalid CSS is a problem. +*/ +.clearfix { zoom:1; } \ No newline at end of file diff --git a/themes/reset.css b/themes/reset.css new file mode 100644 index 0000000..22ac79d --- /dev/null +++ b/themes/reset.css @@ -0,0 +1,32 @@ +/* + http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +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, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; +} + +/* HTML5 display-role reset for older browsers */ + +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { display:block; } +body { line-height:1; } +ol, ul { list-style:none; } +blockquote, q { quotes:none; } +blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } +table { border-collapse: collapse; border-spacing: 0; } +svg { /* For IE9 */ overflow:hidden; } \ No newline at end of file diff --git a/themes/text.css b/themes/text.css new file mode 100644 index 0000000..e17b137 --- /dev/null +++ b/themes/text.css @@ -0,0 +1,33 @@ +/* + 960 Grid System ~ Text CSS. + Learn more ~ http://960.gs/ + + Licensed under GPL and MIT. +*/ + +/* `Basic HTML +----------------------------------------------------------------------------------------------------*/ +body { font:13px/1.5 'Droid Sans', 'Helvetica Neue', Arial, 'Liberation Sans', sans-serif; } +hr { clear:both; height:0; border:0 #ccc solid; border-top-width:1px; } + +/* `Headings +----------------------------------------------------------------------------------------------------*/ +h1 { font-size:25px; } +h2 { font-size:23px; } +h3 { font-size:21px; } +h4 { font-size:19px; } +h5 { font-size:17px; } +h6 { font-size:15px; } + +/* `Spacing +----------------------------------------------------------------------------------------------------*/ +ol { list-style:decimal; } +ul { list-style:disc; } +li { margin-left:30px; } + +p, dl, hr, +h1, h2, h3, h4, h5, h6, +ol, ul, +pre, table, address, fieldset, figure { + margin-bottom:20px; +} \ No newline at end of file diff --git a/themes/whiteblue_clean/common.css b/themes/whiteblue_clean/common.css new file mode 100644 index 0000000..2b8a9cf --- /dev/null +++ b/themes/whiteblue_clean/common.css @@ -0,0 +1,102 @@ +@CHARSET "UTF-8"; +/* + @author Lilylnx Cosin + @version $Id: common.css,v 1.0 2010/10/03 21:14:25 lilylnx Exp $ +*/ + +*|*:-moz-any-link:focus { + outline:none; +} + +a, a:visited, a:hover { + color:#0066A7 /*#3B5998*/; + text-decoration:none; +} + +a:hover { + text-decoration:underline; +} + +html, body { + width:100%; + height:100%; + unicode-bidi:embed; +} + +html { + overflow-x:auto; + overflow-y:scroll; +} + +button::-moz-focus-inner, +input[type="reset"]::-moz-focus-inner, +input[type="button"]::-moz-focus-inner, +input[type="submit"]::-moz-focus-inner, +input[type="file"] > input[type="button"]::-moz-focus-inner { + padding:1px 2px; + border:1px none; +} + +input[type="button"], +input[type="submit"], +input[type="image"], label { + cursor:pointer; +} + +input[type=text], input[type=image], textarea { + font-family:/*tahoma, helvetica,*/ 'dejavu serif', sans-serif; +} + +img, div { + max-width:100%; +} + +h1, h2, h3, h4, h5 { + font-size:13px; +} + +h1 { + font-size:14px; +} + +h4, h5 { + font-size:11px; +} + +pre, code { + font-family:monaco, 'dejavu sans mono', 'bitstream vera sans mono', 'courier new', monospace; +} + +p { + margin-bottom:.85em; +} + +.clear, .section { + clear:both; + display:block; + overflow:hidden; +} + +.clear:after { + clear:both; + content:"."; + display:block; + height:0; + visibility:hidden; +} + +.hidden { + display:none; +} + +.nobullets, ol.nobullets, ul.nobullets { + list-style:none; +} + +ol.nobullets, ul.nobullets { + padding-left:0; +} + +.w100 { + width:100%; +} \ No newline at end of file diff --git a/themes/whiteblue_clean/images/footer-bg.png b/themes/whiteblue_clean/images/footer-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7710d4ec4b3d41e3a24d46bee3a97e9e2b4ae1bc GIT binary patch literal 281 zcwPY+0p|XRP)g)Ua`~Cg>{{H^||NjWqH>3an08&XrK~#9!w8l9CLr?$!(TP}MCqWS0 z|ClMq?=)WZIK;w^e{R*ONDA`zMRh^L6fC|a?K fmzYJWzW@UOM-3!q6VZ8G00000NkvXXu0mjfh)kFx literal 0 HcwPel00001 diff --git a/themes/whiteblue_clean/layout.css b/themes/whiteblue_clean/layout.css new file mode 100644 index 0000000..4791296 --- /dev/null +++ b/themes/whiteblue_clean/layout.css @@ -0,0 +1,3 @@ +#blueBar { height:41px; background-color:#3B5998; } +#globalContainer { margin:0 auto; } +.fbx #globalContainer { width:981px; border:1px solid #b3b3b3; } \ No newline at end of file -- 2.11.4.GIT