Procházet zdrojové kódy

Adds rules of iPhone landscape mode

Muhammad Talha Mansoor před 12 roky
rodič
revize
bcf39e0c74

+ 11 - 7
TODO.md

@@ -1,3 +1,6 @@
+#### Menu
+User navigation drop down menu for smaller screens like in octopress.
+
 #### Logo
 1. First give url of log and then banner
 2. logo would be contained, banner cover
@@ -7,12 +10,6 @@
 ### Favicon
 1. Add favion
 
-### Heading
-1. Use verdena font
-1. Enclose heading in a box using upper and lower lines.
-2. show date in the lower line of the heading
-3. Add padding
-
 ### Links
 1. Use footnotes
 2. Checkout [Tumblr help](http://webapps.stackexchange.com/questions/17639/how-to-format-footnotes-with-markdown-on-tumblr).
@@ -79,4 +76,11 @@
 1. Disable underline when hover over text.
 1. Choose proper font and size for the tag line.
 1. Choose proper font, size and color for the heading.
-2. Make sure your font is available to every user. Might have to use @font-face.
+2. Make sure your font is available to every user. Might have to use @font-face.
+
+### Heading
+1. Use verdena font
+1. Enclose heading in a box using upper and lower lines.
+2. show date in the lower line of the heading
+3. Add padding
+

+ 33 - 0
css/custom.css

@@ -162,3 +162,36 @@ Provide higher res assets for iPhone 4 - preset code from cssgrid.net */
 	}
 	*/
 }
+
+/* from http://css-tricks.com/snippets/css/media-queries-for-standard-devices/ */
+
+/* Smartphones (portrait and landscape) ----------- */
+@media only screen
+and (min-device-width : 320px)
+and (max-device-width : 480px) {
+/* Styles */
+}
+
+/* Smartphones (landscape) ----------- */
+@media only screen
+and (min-width : 321px) {
+/* Styles */
+}
+
+/* Smartphones (portrait) ----------- */
+@media handheld, only screen and (max-width : 320px) {
+/* Styles */
+#siteTitle{
+font-size:1.8em;
+padding-left:0px;
+}
+
+#siteTagline {
+   font-size:0.9em;
+}
+
+.publicationDate {
+   margin-top:-2.5em;
+   margin-left:2em;
+}
+}

binární
css/images/icon-power-button.gif


binární
css/images/noise.png


+ 67 - 0
resources/columnal-0.85/README.txt

@@ -0,0 +1,67 @@
+====================
+COLUMNAL GRID SYSTEM
+====================
+
+Columnal is a project created by Pulp+Pixels - www.pulpandpixels.com
+
+The Columnal CSS grid system is a "remix" of a couple others with some custom code thrown in. The elastic grid system is borrowed from cssgrid.net, while some code inspiration (and the idea for subcolumns) are taken from 960.gs. The CSS reset is the famous reset created by the CSS rockstar, Eric Meyer.
+
+Please visit columnal.com for more information on the grid system.
+
+===============================================
+
+The Columnal CSS includes necessary at the top of an html page should appear like the demo page, but similar to this: 
+
+<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
+  
+<!-- The Columnal Grid (base, load first) -->
+	<link rel="stylesheet" href="css/columnal.css" type="text/css" media="screen" />
+
+<!-- Fixes for IE -->
+	<!--[if lt IE 9]>
+    	<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen" />
+	<![endif]-->
+
+	<!-- use "fixed-984px-ie.css" or "fixed-960px-ie.css for a 984px or 960px fixed width for IE6 and 7 -->
+	<!--[if lte IE 7]>
+		<link rel="stylesheet" href="css/fixed-984px-ie.css" type="text/css" media="screen" />
+	<![endif]-->
+	
+<!-- Fixes for IE6, only needed if IE 6 will be supported - width must match 984px or 960px of css file used above -->
+<!-- Use .imagescale to fix IE6 issues with full-column width images (class must be added to any image wider than the column it is placed into) -->
+	<!--[if lte IE 6]>
+		<link rel="stylesheet" href="css/ie6-984px.css" type="text/css" media="screen" />
+	<![endif]-->
+  <!-- End fixes for IE -->
+
+<!-- Page building tools - Gray box colors and page debugging tools -->
+    <link rel="stylesheet" href="css/build.css" type="text/css" media="screen" />
+
+====================
+CSS FILES
+====================
+
+columnal.css
+	• HTML Reset (Eric Meyer HTML Reset)
+	• Type and image settings (Columnal comes with basic type presets, but custom type control is encouraged, another option is a CSS type framework such as Tripoli CSS from devkick
+    • Common base code for the CSS framework - this is where the columns are defined across browsers, and basic functions are added. Also includes Eric Meyer reset.
+	• Mobile stylesheet (moves the layout to a single column for mobile viewing)
+
+custom.css
+    • Place custom page layouts here - see notes in file
+
+build.css
+	• Page building tools - Gray box colors and page debugging tools
+
+====================
+CSS Files for Internet Explorer
+====================
+
+ie.css
+    CSS "fixes" for Internet Explorer (across versions), the fixed width for Internet Explorer 8 can be set at the bottom of this page, it is NOT SET by default. This means IE8 will follow the width of the browser down to a ridiculously thin dimension.
+
+fixed-984px-ie.css or fixed-960px-ie.css
+    CSS "fixes" for Internet Explorer 6 and 7. This sets the page width to a fixed width of either 984px or 960px, adding better support for the older browsers.
+
+ie6-984px.css or ie6-960px.css
+    CSS "fixes" unique to Internet Explorer 6. Fixes for IE6, only needed if IE 6 will be supported - use .imagescale to fix IE6 issues with full-column width images (class must be added to any image wider than the column it is placed into)

+ 42 - 0
resources/columnal-0.85/code/css/build.css

@@ -0,0 +1,42 @@
+/*
+_______________________________
+BUILD.CSS - Tools for rapid prototyping and page debugging */
+
+.bg000 { background: #000; }
+.bg111 { background: #111; }
+.bg222 { background: #222; }
+.bg333 { background: #333; }
+.bg444 { background: #444; }
+.bg555 { background: #555; }
+.bg666 { background: #666; }
+.bg777 { background: #777; }
+.bg888 { background: #888; }
+.bg999 { background: #999; }
+.bgaaa { background: #aaa; }
+.bgbbb { background: #bbb; }
+.bgccc { background: #ccc; }
+.bgddd { background: #ddd; }
+.bgeee { background: #eee; }
+.bgfff { background: #fff; }
+
+
+/*
+_______________________________
+Columnal - debugging */
+
+.test .row {outline: 1px solid red !important;}
+
+.test .col_1, .test .col_2, .test .col_3, .test .col_4, .test .col_5, .test .col_6, .test .col_7, .test .col_8, .test .col_9, .test .ninecol, 
+.test .col_10, .test .col_11, .test .col_12 {background-color: #FFEFF2; border-bottom: 1px solid red;}
+
+.test .col_2 .col_1,
+.test .col_3 .col_1, .test .col_3 .col_2,
+.test .col_4 .col_1, .test .col_4 .col_2, .test .col_4 .col_3,
+.test .col_5 .col_1, .test .col_5 .col_2, .test .col_5 .col_3, .test .col_5 .col_4,
+.test .col_6 .col_1, .test .col_6 .col_2, .test .col_6 .col_3, .test .col_6 .col_4, .test .col_6 .col_5,
+.test .col_7 .col_1, .test .col_7 .col_2, .test .col_7 .col_3, .test .col_7 .col_4, .test .col_7 .col_5, .test .col_7 .col_6,
+.test .col_8 .col_1, .test .col_8 .col_2, .test .col_8 .col_3, .test .col_8 .col_4, .test .col_8 .col_5, .test .col_8 .col_6, .test .col_8 .col_7,
+.test .col_9 .col_1, .test .col_9 .col_2, .test .col_9 .col_3, .test .col_9 .col_4, .test .col_9 .col_5, .test .col_9 .col_6, .test .col_9 .col_7, .test .col_9 .col_8,
+.test .col_10 .col_1, .test .col_10 .col_2, .test .col_10 .col_3, .test .col_10 .col_4, .test .col_10 .col_5, .test .col_10 .col_6, .test .col_10 .col_7, .test .col_10 .col_8, .test .col_10 .col_9,
+.test .col_11 .col_1, .test .col_11 .col_2, .test .col_11 .col_3, .test .col_11 .col_4, .test .col_11 .col_5, .test .col_11 .col_6, .test .col_11 .col_7, .test .col_11 .col_8, .test .col_11 .col_9, .test .col_11 .col_10,
+.test .col_12 .col_1, .test .col_12 .col_2, .test .col_12 .col_3, .test .col_12 .col_4, .test .col_12 .col_5, .test .col_12 .col_6, .test .col_12 .col_7, .test .col_12 .col_8, .test .col_12 .col_9, .test .col_12 .col_10, .test .col_12 .col_11  {background-color: #ffc0cb; border-bottom: 1px solid red;}

+ 571 - 0
resources/columnal-0.85/code/css/columnal.css

@@ -0,0 +1,571 @@
+/* HTML RESET
+///////////////////////////////////////////// */
+
+/*
+   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;}
+
+/* END HTML RESET
+///////////////////////////////////////////// */
+
+
+
+
+
+
+
+
+
+
+/* TYPE PRESETS
+///////////////////////////////////////////// */
+/*
+_______________________________
+Columnal - TYPE (basic settings to make type look nice) */
+
+body {	
+	font-family: Helvetica, Arial, sans-serif;
+	font-size: 100%;
+	color: #444;
+	
+	line-height: 1.6em; /* from cssgrid.net */
+	-webkit-text-size-adjust: none;		/* from cssgrid.net */ /* Stops the iPhone scalling type up - from cssgrid.net */
+	}
+
+/* h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; } */
+
+h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset {margin-bottom: 1.6em;}
+
+/* Add back in basic text markup (after removal by reset) */
+strong { font-weight: bold; }
+em { font-style:italic; }
+pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }
+
+/* text colors, add custom colors here to match your site */
+.teal { color: #155f62; }
+
+/* link colors */
+a { color: #058; text-decoration:none; }
+a:visited { color:#c14b0d; text-decoration:none; }
+a:hover { color:#eb6721; text-decoration:underline; }
+a:focus { outline:1px dotted #79160d; }
+
+/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */
+
+dt { font-weight: bold; }
+p { font-size: 1em; }
+p + p, p + ul {margin-top: -.8em;}
+h1 { font-size: 2em; line-height:1.2em; font-weight:normal; margin:1em 0 .5em; }
+p + h1 { margin-top:.5em; }
+h2, h3, h4, h5, h6 { font-weight: bold; }
+	h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p { margin-top: 0;} /* fix for weird Chrome collapse bug */
+h2 { font-size:1.7em; line-height:1.3em; margin:1.07em 0 .535em; }
+h3 { font-size:1.3em; margin:1.14em 0 .57em 0; }
+h4 { font-size:1.25em; margin:1em 0 .5em; }
+h5, h6 { font-size: 1em; margin:1em 0 .25em 0; }
+
+ol { margin-left: 0; padding-left: 20px; text-indent: 0; }
+ul {list-style:disc outside;}
+li { font-size: 15px; margin-bottom: 2px; margin-left: 20px; }
+blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }
+
+input, textarea { font: .75em  Arial, "Helvetica Neue", Helvetica, sans-serif; }
+
+hr { background:black; border:none; color:black; display:block; height:1px; margin-top: 20px; width:100%;}
+
+
+/*
+_______________________________
+Columnal - reverse type presets (for text on dark backgrounds) */
+.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {color: white;}
+.reverse p, .reverse ul {color: #aaa;}
+
+
+/*
+_______________________________
+IMAGE basics */
+img, object, embed {margin-bottom: 20px;}
+img {
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
+	border-radius: 3px;
+	margin-bottom: 20px;
+}
+a img {display: block;		/* Stops image links getting text link styles */}
+
+/* END TYPE PRESETS
+///////////////////////////////////////////// */
+
+
+
+
+
+
+
+
+
+
+
+
+/* COLUMNAL - CORE
+///////////////////////////////////////////// */
+
+/* Column code based on work from cssgrid.net: 
+The 1140px Grid by Andy Taylor – http://cssgrid.net – http://www.twitter.com/andytlr – http://www.catchingzebra.com */
+.container {padding-left: 20px; padding-right: 20px;}
+.row {clear: both; width: 100%; max-width: 1140px; margin: 0 auto; overflow: hidden;}
+
+.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 {float: left; margin-right: 3.8%; position: relative;}
+
+.col_1 {width: 4.85%;}  /* ie - 4.7% */
+.col_2 {width: 13.5%;}  /* ie - 13.2% */
+.col_3 {width: 22.15%;} /* ie - 22.05% */
+.col_4 {width: 30.8%;} 	/* ie - 30.6% */
+.col_5 {width: 39.45%;} /* ie - 39% */
+.col_6 {width: 48.1%;} 	/* ie - 48% */
+.col_7 {width: 56.75%;} /* ie - 56.75% */
+.col_8 {width: 65.4%;} 	/* ie - 61.6% */
+.col_9 {width: 74.05%;} /* ie - 74.05% */
+.col_10 {width: 82.7%;} /* ie - 82.7% */
+.col_11 {width: 91.35%;}/* ie - 91.35% */
+.col_12 {clear: both; width: 100%; float: left;}
+
+
+.last, .omega {margin-right: 0 !important;}
+img, object, embed {max-width: 100%;}
+
+
+/*
+_______________________________
+Columnal - sub-columns */
+
+.col_2 .col_1 {margin-right:28.62%; width:35.69%;}
+.col_2 .pre_1 {padding-left:35.69%;}
+.col_2 .suf_1 {padding-right:35.69%;}
+
+/* */
+
+.col_3 .col_2, .col_3 .col_1 {margin-right:17.45%;}
+.col_3 .col_1 {width:21.7%;}
+.col_3 .col_2 {width:60.86%;}
+
+.col_3 .pre_1 {padding-left:21.7%;}
+.col_3 .pre_2 {padding-left:60.86%;}
+
+.col_3 .suf_1 {padding-right:21.7%;}
+.col_3 .suf_2 {padding-right:60.86%;}
+
+/* */
+
+.col_4 .col_3, .col_4 .col_2, .col_4 .col_1 {margin-right:12.36%;}
+.col_4 .col_1 {width:15.73%;}
+.col_4 .col_2 {width:43.82%;}
+.col_4 .col_3 {width:71.91%;}
+
+.col_4 .pre_1 {padding-left:28.09%;}
+.col_4 .pre_2 {padding-left:56.18%;}
+.col_4 .pre_3 {padding-left:84.27%;}
+
+.col_4 .suf_1 {padding-right:28.09%;}
+.col_4 .suf_2 {padding-right:56.18%;}
+.col_4 .suf_3 {padding-right:84.27%;}
+
+/* */
+
+.col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1 {margin-right:9.7%;} 
+.col_5 .col_1 {width:12.24%;}
+.col_5 .col_2 {width:34%;}
+.col_5 .col_3 {width:56.28%;}
+.col_5 .col_4 {width:78%;}
+
+.col_5 .pre_1 {padding-left:21.94%;}
+.col_5 .pre_2 {padding-left:43.7%;}
+.col_5 .pre_3 {padding-left:65.98%;}
+.col_5 .pre_4 {padding-left:87.7%;}
+
+.col_5 .suf_1 {padding-right:21.94%;}
+.col_5 .suf_2 {padding-right:43.7%;}
+.col_5 .suf_3 {padding-right:65.98%;}
+.col_5 .suf_4 {padding-right:87.7%;}
+
+/* */
+
+.col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1 {margin-right:7.77%}
+.col_6 .col_1 {width:10.19%;}
+.col_6 .col_2 {width: 28.13%;}
+.col_6 .col_3 {width: 46.11%;}
+.col_6 .col_4 {width: 64.1%;}
+.col_6 .col_5 {width: 82%;}
+
+.col_6 .pre_1 {padding-left:89.77%;}
+.col_6 .pre_2 {padding-left:71.87%;}
+.col_6 .pre_3 {padding-left:53.88%;}
+.col_6 .pre_4 {padding-left:35.9%;}
+.col_6 .pre_5 {padding-left:17.96%;}
+
+.col_6 .suf_1 {padding-right:89.77%;}
+.col_6 .suf_2 {padding-right:71.87%;}
+.col_6 .suf_3 {padding-right:53.88%;}
+.col_6 .suf_4 {padding-right:35.9%;}
+.col_6 .suf_5 {padding-right:17.96%;}
+
+/* */
+
+.col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1 {margin-right: 6.56%;}
+.col_7 .col_1 {width:8.66%;}
+.col_7 .col_2 {width:23.88%;}
+.col_7 .col_3 {width:39.11%;}
+.col_7 .col_4 {width:54.33%;}
+.col_7 .col_5 {width:69.56%;}
+.col_7 .col_6 {width:84.78%;}
+
+.col_7 .pre_1 {padding-left:15.22%;}
+.col_7 .pre_2 {padding-left:30.44%;}
+.col_7 .pre_3 {padding-left:45.67%;}
+.col_7 .pre_4 {padding-left:60.89%;}
+.col_7 .pre_5 {padding-left:76.12%;}
+.col_7 .pre_6 {padding-left:91.34%;}
+
+.col_7 .suf_1 {padding-right:15.22%;}
+.col_7 .suf_2 {padding-right:30.44%;}
+.col_7 .suf_3 {padding-right:45.67%;}
+.col_7 .suf_4 {padding-right:60.89%;}
+.col_7 .suf_5 {padding-right:76.12%;}
+.col_7 .suf_6 {padding-right:91.34%;}
+
+/* */
+
+.col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8  .col_3, .col_8 .col_2, .col_8 .col_1 {margin-right:5.78%;}
+.col_8 .col_1 {width:7.44%;}
+.col_8 .col_2 {width:20.66%;}
+.col_8 .col_3 {width:33.89%;}
+.col_8 .col_4 {width:47.11%;}
+.col_8 .col_5 {width:60.33%;}
+.col_8 .col_6 {width:73.56%;}
+.col_8 .col_7 {width:86.78%;}
+
+.col_8 .pre_1 {padding-left:13.22%;}
+.col_8 .pre_2 {padding-left:26.44%;}
+.col_8 .pre_3 {padding-left:39.67%;}
+.col_8 .pre_4 {padding-left:52.89%;}
+.col_8 .pre_5 {padding-left:66.11%;}
+.col_8 .pre_6 {padding-left:79.34%;}
+.col_8 .pre_7 {padding-left:92.56%;}
+
+.col_8 .suf_1 {padding-right:13.22%;}
+.col_8 .suf_2 {padding-right:26.44%;}
+.col_8 .suf_3 {padding-right:39.67%;}
+.col_8 .suf_4 {padding-right:52.89%;}
+.col_8 .suf_5 {padding-right:66.11%;}
+.col_8 .suf_6 {padding-right:79.34%;}
+.col_8 .suf_7 {padding-right:92.56%;}
+
+/* */
+
+.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8 {margin-right:5.1%;}
+.col_9 .col_1 {width:6.57%;}
+.col_9 .col_2 {width:18.25%;}
+.col_9 .col_3 {width:29.93%;}
+.col_9 .col_4 {width:41.61%;}
+.col_9 .col_5 {width:53.25%}
+.col_9 .col_6 {width:64.97%;}
+.col_9 .col_7 {width:76.65%;}
+.col_9 .col_8 {width:88.33%;}
+
+.col_9 .pre_1 {padding-left:11.67%;}
+.col_9 .pre_2 {padding-left:23.35%;}
+.col_9 .pre_3 {padding-left:35.03%;}
+.col_9 .pre_4 {padding-left:46.71%;}
+.col_9 .pre_5 {padding-left:58.35%}
+.col_9 .pre_6 {padding-left:70.07%;}
+.col_9 .pre_7 {padding-left:81.75%;}
+.col_9 .pre_8 {padding-left:93.43%;}
+
+.col_9 .suf_1 {padding-right:11.67%;}
+.col_9 .suf_2 {padding-right:23.35%;}
+.col_9 .suf_3 {padding-right:35.03%;}
+.col_9 .suf_4 {padding-right:46.71%;}
+.col_9 .suf_5 {padding-right:58.35%}
+.col_9 .suf_6 {padding-right:70.07%;}
+.col_9 .suf_7 {padding-right:81.75%;}
+.col_9 .suf_8 {padding-right:93.43%;}
+
+/* */
+
+.col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1 {margin-right:4.61%;}
+.col_10 .col_1 {width:5.85%;}
+.col_10 .col_2 {width:16.31%;}
+.col_10 .col_3 {width:26.77%;}
+.col_10 .col_4 {width:37.23%;}
+.col_10 .col_5 {width:47.69%;}
+.col_10 .col_6 {width:58.16%;}
+.col_10 .col_7 {width:68.62%;}
+.col_10 .col_8 {width:79.08%;}
+.col_10 .col_9 {width:89.54%;}
+
+.col_10 .pre_1 {padding-left:10.46%;}
+.col_10 .pre_2 {padding-left:20.92%;}
+.col_10 .pre_3 {padding-left:31.38%;}
+.col_10 .pre_4 {padding-left:41.84%;}
+.col_10 .pre_5 {padding-left:52.3%;}
+.col_10 .pre_6 {padding-left:62.77%;}
+.col_10 .pre_7 {padding-left:73.23%;}
+.col_10 .pre_8 {padding-left:83.69%;}
+.col_10 .pre_9 {padding-left:94.06%;}
+
+.col_10 .suf_1 {padding-right:10.46%;}
+.col_10 .suf_2 {padding-right:20.92%;}
+.col_10 .suf_3 {padding-right:31.38%;}
+.col_10 .suf_4 {padding-right:41.84%;}
+.col_10 .suf_5 {padding-right:52.3%;}
+.col_10 .suf_6 {padding-right:62.77%;}
+.col_10 .suf_7 {padding-right:73.23%;}
+.col_10 .suf_8 {padding-right:83.69%;}
+.col_10 .suf_9 {padding-right:94.06%;}
+
+/* */
+
+.col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1 {margin-right:4.14%;}
+.col_11 .col_1 {width:5.32%;}
+.col_11 .col_2 {width:14.79%;}
+.col_11 .col_3 {width:24.26%;}
+.col_11 .col_4 {width:33.73%;}
+.col_11 .col_5 {width:43.2%;}
+.col_11 .col_6 {width:52.66%;}
+.col_11 .col_7 {width:62.1%;}
+.col_11 .col_8 {width:71.6%;}
+.col_11 .col_9 {width:81.07%;}
+.col_11 .col_10 {width:90.54%;}
+
+.col_11 .pre_1 {padding-left:9.46%;}
+.col_11 .pre_2 {padding-left:18.93%;}
+.col_11 .pre_3 {padding-left:28.4%;}
+.col_11 .pre_4 {padding-left:37.87%;}
+.col_11 .pre_5 {padding-left:47.34%;}
+.col_11 .pre_6 {padding-left:56.8%;}
+.col_11 .pre_7 {padding-left:66.24%;}
+.col_11 .pre_8 {padding-left:75.74%;}
+.col_11 .pre_9 {padding-left:85.21%;}
+.col_11 .pre_10 {padding-left:94.68%;}
+
+.col_11 .suf_1 {padding-right:9.46%;}
+.col_11 .suf_2 {padding-right:18.93%;}
+.col_11 .suf_3 {padding-right:28.4%;}
+.col_11 .suf_4 {padding-right:37.87%;}
+.col_11 .suf_5 {padding-right:47.34%;}
+.col_11 .suf_6 {padding-right:56.8%;}
+.col_11 .suf_7 {padding-right:66.24%;}
+.col_11 .suf_8 {padding-right:75.74%;}
+.col_11 .suf_9 {padding-right:85.21%;}
+.col_11 .suf_10 {padding-right:94.68%;}
+
+/*
+_______________________________
+Columnal - prefix and suffix columns for horizontal spacing options */
+
+/* spacing for before column */
+.pre_1 {padding-left: 8.65%;} /* 4.85 + 3.8 */
+.pre_2 {padding-left: 17.3%;} /* 13.5 + 3.8 */
+.pre_3 {padding-left: 25.95%;} /* 22.15 + 3.8 */
+.pre_4 {padding-left: 34.6%;} /* 30.8 + 3.8 */
+.pre_5 {padding-left: 43.25%;} /* 39.45 + 3.8 */
+.pre_6 {padding-left: 51.9%;} /* 48.1 + 3.8 */
+.pre_7 {padding-left: 60.55%;} /* 56.75 + 3.8 */
+.pre_8 {padding-left: 69.2%;} /* 65.4 + 3.8 */
+.pre_9 {padding-left: 77.85%;} /* 74.05 + 3.8 */
+.pre_10 {padding-left: 86.5%;} /* 82.7 + 3.8 */
+.pre_11 {padding-left: 95.15%;} /* 91.35 + 3.8 */
+
+/* spacing for after column */
+.suf_1 {padding-right: 8.65%;}
+.suf_2 {padding-right: 17.3%;}
+.suf_3 {padding-right: 25.95%}
+.suf_4 {padding-right: 34.6%;}
+.suf_5 {padding-right: 43.25%;}
+.suf_6 {padding-right: 51.9%;}
+.suf_7 {padding-right: 60.55%;}
+.suf_8 {padding-right: 69.2%;}
+.suf_9 {padding-right: 77.85%;}
+.suf_10 {padding-right: 86.5%;}
+.suf_11 {padding-right: 95.15%;}
+
+/*
+_______________________________
+Columnal - vertical spacing options */
+
+.margin_top_5 {margin-top: 5px !important;}
+.margin_top_15 {margin-top: 15px !important;}
+.margin_top_25 {margin-top: 25px !important;}
+.margin_top_30 {margin-top: 30px !important;}
+.margin_top_35 {margin-top: 35px !important;}
+.margin_top_45 {margin-top: 45px !important;}
+.margin_top_60 {margin-top: 60px !important;}
+.margin_top_90 {margin-top: 90px !important;}
+.margin_top_120 {margin-top: 120px !important;}
+
+.margin_bottom_5 {margin-bottom: 5px !important;}
+.margin_bottom_15 {margin-bottom: 15px !important;}
+.margin_bottom_25 {margin-bottom: 25px !important;}
+.margin_bottom_30 {margin-bottom: 30px !important;}
+.margin_bottom_35 {margin-bottom: 35px !important;}
+.margin_bottom_45 {margin-bottom: 45px !important;}
+.margin_bottom_60 {margin-bottom: 60px !important;}
+.margin_bottom_90 {margin-bottom: 90px !important;}
+.margin_bottom_120 {margin-bottom: 120px !important;}
+
+.padding_top_15 {padding-top:15px !important;}
+.padding_top_30 {padding-top:30px !important;}
+.padding_top_45 {padding-top:45px !important;}
+.padding_top_60 {padding-top:60px !important;}
+.padding_top_90 {padding-top:90px !important;}
+.padding_top_120 {padding-top:120px !important;}
+.padding_top_130 {padding-top:130px !important;}
+
+.padding_bottom_15 {padding-bottom:15px !important;}
+.padding_bottom_30 {padding-bottom:30px !important;}
+.padding_bottom_45 {padding-bottom:45px !important;}
+.padding_bottom_60 {padding-bottom:60px !important;}
+.padding_bottom_90 {padding-bottom:90px !important;}
+.padding_bottom_120 {padding-bottom:120px !important;}
+.padding_bottom_130 {padding-bottom:130px !important;}
+
+
+
+/*
+_______________________________
+Columnal - extras */
+
+.clear, .clearboth {clear:both !important;}
+.clearleft {clear:left !important;}
+.clearright {clear:right !important;}
+
+.textcenter {text-align:center;}
+.textright {text-align:right;}
+.textleft {text-align:left;}
+
+/* this will insert a pseduo element clears floats for an element containing floated content */
+.selfclear:after {clear:both; content:"."; display:block; height:0; visibility:hidden;}
+
+.mobile-only {display: none;}
+
+/* END COLUMNAL - CORE CODE
+///////////////////////////////////////////// */
+
+
+
+
+
+
+
+
+
+
+
+
+/* COLUMNAL - MOBILE
+///////////////////////////////////////////// */
+
+@media handheld, only screen and (max-width: 767px) {
+	.row, .body, .container {
+	width: 100%;
+	margin-left:0;
+	margin-right:0;
+	padding-left:0;
+	padding-right:0;
+	}
+	/* kill prefixes and suffixes, otherwise 1-column version breaks */
+	.pre_1, .pre_2, .pre_3, .pre_4, .pre_5, .pre_6, .pre_7, .pre_8, .pre_9, .pre_10, .pre_11 {padding-left: 0;}
+	.suf_1, .suf_2, .suf_3, .suf_4, .suf_5, .suf_6, .suf_7, .suf_8, .suf_9, .suf_10, .suf_11 {padding-right: 0;}
+
+	/************************************************************************/
+
+	/* cssgrid.net - mobile presets */
+	.col_1, .col_2, .col_3, .col_4, .col_5, .col_6,
+	.col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
+		clear: both;
+		float: none;
+		margin-left: 0;
+		margin-right: 0;
+		padding-left: 20px;
+		padding-right: 20px;
+		width: auto;
+		width: -moz-available;
+	}
+
+
+	/* Columnal - sub columns */
+	.col_2 .col_1, 
+	.col_3 .col_2, .col_3 .col_1,
+	.col_4 .col_3, .col_4 .col_2, .col_4 .col_1,
+	.col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1,
+	.col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1,
+	.col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1,
+	.col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8 .col_3, .col_8 .col_2, .col_8 .col_1,
+	.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8,
+	.col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1,
+	.col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1,
+	.col_12 .col_11, .col_12 .col_10, .col_12 .col_9, .col_12 .col_8, .col_12 .col_7, .col_12 .col_6, .col_12 .col_5, .col_12 .col_4, .col_12 .col_3, .col_12 .col_2, .col_12 .col_1 {
+		padding-left: 0;
+		padding-right: 0;
+		width: 100%;
+	}
+
+	/* .row {width: 100%;} */
+	/* Type presets */
+	.container h1 {margin:.5em 0 .5em;}
+	.container h2 {margin:.5em 0 .535em;}
+	.container h3 {margin:.5em 0 .57em;}
+	.container h4 {margin:.5em 0 .615em;}
+	.container h5 {margin:.5em 0 .67em;}
+	.container h6 {margin:.5em 0 .8em;}
+
+	/* .reverse {padding-top: 1em; margin-bottom: 1em;} */
+
+	/* Columnal content control - use on any elements to show/hide content on mobile */
+	.mobile-hide {display: none;}
+	.mobile-only {display: block;}
+
+	/*****************************************
+	   CUSTOM ADDITIONS FOR MOBILE SITE LAYOUT 
+	*****************************************/
+
+	
+
+}
+/* END COLUMNAL - MOBILE
+///////////////////////////////////////////// */

+ 38 - 0
resources/columnal-0.85/code/css/custom.css

@@ -0,0 +1,38 @@
+/*
+_______________________________
+Desktop version layout - place your custom code here */
+
+body {
+
+}
+
+
+
+
+/*
+_______________________________
+Mobile version - preset code from cssgrid.net */
+
+@media handheld, only screen and (max-width: 767px) {
+
+	.examplecontainer {}
+
+	body {}
+	
+}
+
+
+/*
+_______________________________
+Provide higher res assets for iPhone 4 - preset code from cssgrid.net */
+
+@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
+
+	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
+	.download {
+	background: url(../img/downarrow@2x.png) no-repeat;
+	background-size: 27px 28px;
+	}
+	*/
+
+}

+ 118 - 0
resources/columnal-0.85/code/css/fixed-960px-ie.css

@@ -0,0 +1,118 @@
+/*
+_______________________________
+Columnal - Fixed pixel widths for Internet Explorer 6 and 7 = width 960px (content area is really 940px) total */
+
+.row { 
+	margin-left: auto;
+	margin-right: auto;
+	width: 940px !important; 
+	}
+
+.last, .omega {
+    margin-right: 0 !important;
+	padding-right: 0 !important;
+}
+
+.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { display:inline; position: relative; }
+
+.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 { margin-right: 20px; }
+
+.col_1 { width: 60px; }
+.col_2 { width: 140px; }
+.col_3 { width: 220px; }
+.col_4 { width: 300px; }
+.col_5 { width: 380px; }
+.col_6 { width: 460px; }
+.col_7 { width: 540px; }
+.col_8 { width: 620px; }
+.col_9 { width: 700px; }
+.col_10 { width: 780px; }
+.col_11 { width: 860px; }
+.col_12 { clear: both; width: 940px; }
+
+
+/*
+_______________________________
+Columnal - addition */
+
+/* spacing for before column */
+.pre_1 { padding-left: 80px; }
+.pre_2 { padding-left: 160px; }
+.pre_3 { padding-left: 240px; }
+.pre_4 { padding-left: 320px; }
+.pre_5 { padding-left: 400px; }
+.pre_6 { padding-left: 480px; }
+.pre_7 { padding-left: 560px; }
+.pre_8 { padding-left: 640px; }
+.pre_9 { padding-left: 720px; }
+.pre_10 { padding-left: 800px; }
+.pre_11 { padding-left: 880px; }
+
+/* spacing for after column */
+.suf_1 { padding-right: 80px; }
+.suf_2 { padding-right: 160px; }
+.suf_3 { padding-right: 240px; }
+.suf_4 { padding-right: 320px; }
+.suf_5 { padding-right: 400px; }
+.suf_6 { padding-right: 480px; }
+.suf_7 { padding-right: 560px; }
+.suf_8 { padding-right: 640px; }
+.suf_9 { padding-right: 720px; }
+.suf_10 { padding-right: 800px; }
+.suf_11 { padding-right: 880px; }
+
+/*
+_______________________________
+Columnal - sub-columns */
+
+/* NOTE: This fixes IE 6 and 7 using the percentage spacing used in prior css files. This is mostly an issue with IE6. */
+
+.col_2 .col_1,
+.col_3 .col_2, .col_3 .col_1,
+.col_4 .col_3, .col_4 .col_2, .col_4 .col_1,
+.col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1,
+.col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1,
+.col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1,
+.col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8  .col_3, .col_8 .col_2, .col_8 .col_1,
+.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8,
+.col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1,
+.col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1 { margin-right: 20px; }
+
+.col_2 .col_1, .col_3 .col_1, .col_4 .col_1, .col_5 .col_1, .col_6 .col_1, .col_7 .col_1, .col_8 .col_1, .col_9 .col_1, .col_10 .col_1, .col_11 .col_1 { width: 60px; }
+.col_3 .col_2, .col_4 .col_2, .col_5 .col_2, .col_6 .col_2, .col_7 .col_2, .col_8 .col_2, .col_9 .col_2, .col_10 .col_2, .col_11 .col_2 { width: 140px; }
+.col_4 .col_3, .col_5 .col_3, .col_6 .col_3, .col_7 .col_3, .col_8 .col_3, .col_9 .col_3, .col_10 .col_3, .col_11 .col_3 { width: 220px; }
+.col_5 .col_4, .col_6 .col_4, .col_7 .col_4, .col_8 .col_4, .col_9 .col_4, .col_10 .col_4, .col_11 .col_4 { width: 300px; }
+.col_6 .col_5, .col_7 .col_5, .col_8 .col_5, .col_9 .col_5, .col_10 .col_5, .col_11 .col_5 { width: 380px; }
+.col_7 .col_6, .col_8 .col_6, .col_9 .col_6, .col_10 .col_6, .col_11 .col_6 { width: 460px; }
+.col_8 .col_7, .col_9 .col_7, .col_10 .col_7, .col_11 .col_7 { width: 540px; }
+.col_9 .col_8, .col_10 .col_8, .col_11 .col_8 { width: 620px; }
+.col_10 .col_9, .col_11 .col_9 { width: 700px; }
+.col_11 .col_10 { width: 780px; }
+
+.col_2 .pre_1, .col_3 .pre_1, .col_4 .pre_1, .col_5 .pre_1, .col_6 .pre_1, .col_7 .pre_1, .col_8 .pre_1, .col_9 .pre_1, .col_10 .pre_1, .col_11 .pre_1 { padding-left:80px; }
+.col_3 .pre_2, .col_4 .pre_2, .col_5 .pre_2, .col_6 .pre_2, .col_7 .pre_2, .col_8 .pre_2, .col_9 .pre_2, .col_10 .pre_2, .col_11 .pre_2 { padding-left: 160px; }
+.col_4 .pre_3, .col_5 .pre_3, .col_6 .pre_3, .col_7 .pre_3, .col_8 .pre_3, .col_9 .pre_3, .col_10 .pre_3, .col_11 .pre_3 { padding-left: 240px; }
+.col_5 .pre_4, .col_6 .pre_4, .col_7 .pre_4, .col_8 .pre_4, .col_9 .pre_4, .col_10 .pre_4, .col_11 .pre_4 { padding-left: 320px; }
+.col_6 .pre_5, .col_7 .pre_5, .col_8 .pre_5, .col_9 .pre_5, .col_10 .pre_5, .col_11 .pre_5 { padding-left: 400px; }
+.col_7 .pre_6, .col_8 .pre_6, .col_9 .pre_6, .col_10 .pre_6, .col_11 .pre_6 { padding-left: 480px; }
+.col_8 .pre_7, .col_9 .pre_7, .col_10 .pre_7, .col_11 .pre_7 { padding-left: 560px; }
+.col_9 .pre_8, .col_10 .pre_8, .col_11 .pre_8 { padding-left: 640px; }
+.col_10 .pre_9, .col_11 .pre_9 { padding-left: 720px; }
+.col_11 .pre_10 { padding-left: 800px; }
+
+.col_2 .suf_1, .col_3 .suf_1, .col_4 .suf_1, .col_5 .suf_1, .col_6 .suf_1, .col_7 .suf_1, .col_8 .suf_1, .col_9 .suf_1, .col_10 .suf_1, .col_11 .suf_1 { padding-right:84px; }
+.col_3 .suf_2, .col_4 .suf_2, .col_5 .suf_2, .col_6 .suf_2, .col_7 .suf_2, .col_8 .suf_2, .col_9 .suf_2, .col_10 .suf_2, .col_11 .suf_2 { padding-right: 160px; }
+.col_4 .suf_3, .col_5 .suf_3, .col_6 .suf_3, .col_7 .suf_3, .col_8 .suf_3, .col_9 .suf_3, .col_10 .suf_3, .col_11 .suf_3 { padding-right: 240px; }
+.col_5 .suf_4, .col_6 .suf_4, .col_7 .suf_4, .col_8 .suf_4, .col_9 .suf_4, .col_10 .suf_4, .col_11 .suf_4 { padding-right: 320px; }
+.col_6 .suf_5, .col_7 .suf_5, .col_8 .suf_5, .col_9 .suf_5, .col_10 .suf_5, .col_11 .suf_5 { padding-right: 400px; }
+.col_7 .suf_6, .col_8 .suf_6, .col_9 .suf_6, .col_10 .suf_6, .col_11 .suf_6 { padding-right: 480px; }
+.col_8 .suf_7, .col_9 .suf_7, .col_10 .suf_7, .col_11 .suf_7 { padding-right: 560px; }
+.col_9 .suf_8, .col_10 .suf_8, .col_11 .suf_8 { padding-right: 640px; }
+.col_10 .suf_9, .col_11 .suf_9 { padding-right: 720px; }
+.col_11 .suf_10 { padding-right: 800px; }
+
+/*
+--------------------------------------------------*/
+/* special debugging - fixes for debugging since outline is not supported in IE 6/7 */
+.container.test {background: #eee !important;}
+.container.test .row {background: white !important;}

+ 118 - 0
resources/columnal-0.85/code/css/fixed-984px-ie.css

@@ -0,0 +1,118 @@
+/*
+_______________________________
+Columnal - Fixed pixel widths for Internet Explorer 6 and 7 = width 948px total */
+
+.row { 
+	margin-left: auto;
+	margin-right: auto;
+	width: 984px !important; 
+	}
+
+.last, .omega {
+    margin-right: 0 !important;
+	padding-right: 0 !important;
+}
+
+.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { display:inline; position: relative; }
+
+.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 { margin-right: 24px; }
+
+.col_1 { width: 60px; }
+.col_2 { width: 144px; }
+.col_3 { width: 228px; }
+.col_4 { width: 312px; }
+.col_5 { width: 396px; }
+.col_6 { width: 480px; }
+.col_7 { width: 564px; }
+.col_8 { width: 648px; }
+.col_9 { width: 732px; }
+.col_10 { width: 816px; }
+.col_11 { width: 900px; }
+.col_12 { clear: both; width: 984px; }
+
+
+/*
+_______________________________
+Columnal - addition */
+
+/* spacing for before column */
+.pre_1 { padding-left: 84px; }
+.pre_2 { padding-left: 168px; }
+.pre_3 { padding-left: 252px; }
+.pre_4 { padding-left: 336px; }
+.pre_5 { padding-left: 420px; }
+.pre_6 { padding-left: 504px; }
+.pre_7 { padding-left: 588px; }
+.pre_8 { padding-left: 672px; }
+.pre_9 { padding-left: 756px; }
+.pre_10 { padding-left: 840px; }
+.pre_11 { padding-left: 925px; }
+
+/* spacing for after column */
+.suf_1 { padding-right: 84px; }
+.suf_2 { padding-right: 168px; }
+.suf_3 { padding-right: 252px; }
+.suf_4 { padding-right: 336px; }
+.suf_5 { padding-right: 420px; }
+.suf_6 { padding-right: 504px; }
+.suf_7 { padding-right: 588px; }
+.suf_8 { padding-right: 672px; }
+.suf_9 { padding-right: 756px; }
+.suf_10 { padding-right: 840px; }
+.suf_11 { padding-right: 925px; }
+
+/*
+_______________________________
+Columnal - sub-columns */
+
+/* NOTE: This fixes IE 6 and 7 using the percentage spacing used in prior css files. This is mostly an issue with IE6. */
+
+.col_2 .col_1,
+.col_3 .col_2, .col_3 .col_1,
+.col_4 .col_3, .col_4 .col_2, .col_4 .col_1,
+.col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1,
+.col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1,
+.col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1,
+.col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8  .col_3, .col_8 .col_2, .col_8 .col_1,
+.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8,
+.col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1,
+.col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1 { margin-right: 24px; }
+
+.col_2 .col_1, .col_3 .col_1, .col_4 .col_1, .col_5 .col_1, .col_6 .col_1, .col_7 .col_1, .col_8 .col_1, .col_9 .col_1, .col_10 .col_1, .col_11 .col_1 { width: 60px; }
+.col_3 .col_2, .col_4 .col_2, .col_5 .col_2, .col_6 .col_2, .col_7 .col_2, .col_8 .col_2, .col_9 .col_2, .col_10 .col_2, .col_11 .col_2 { width: 144px; }
+.col_4 .col_3, .col_5 .col_3, .col_6 .col_3, .col_7 .col_3, .col_8 .col_3, .col_9 .col_3, .col_10 .col_3, .col_11 .col_3 { width: 228px; }
+.col_5 .col_4, .col_6 .col_4, .col_7 .col_4, .col_8 .col_4, .col_9 .col_4, .col_10 .col_4, .col_11 .col_4 { width: 312px; }
+.col_6 .col_5, .col_7 .col_5, .col_8 .col_5, .col_9 .col_5, .col_10 .col_5, .col_11 .col_5 { width: 396px; }
+.col_7 .col_6, .col_8 .col_6, .col_9 .col_6, .col_10 .col_6, .col_11 .col_6 { width: 480px; }
+.col_8 .col_7, .col_9 .col_7, .col_10 .col_7, .col_11 .col_7 { width: 564px; }
+.col_9 .col_8, .col_10 .col_8, .col_11 .col_8 { width: 648px; }
+.col_10 .col_9, .col_11 .col_9 { width: 732px; }
+.col_11 .col_10 { width: 816px; }
+
+.col_2 .pre_1, .col_3 .pre_1, .col_4 .pre_1, .col_5 .pre_1, .col_6 .pre_1, .col_7 .pre_1, .col_8 .pre_1, .col_9 .pre_1, .col_10 .pre_1, .col_11 .pre_1 { padding-left:84px; }
+.col_3 .pre_2, .col_4 .pre_2, .col_5 .pre_2, .col_6 .pre_2, .col_7 .pre_2, .col_8 .pre_2, .col_9 .pre_2, .col_10 .pre_2, .col_11 .pre_2 { padding-left: 168px; }
+.col_4 .pre_3, .col_5 .pre_3, .col_6 .pre_3, .col_7 .pre_3, .col_8 .pre_3, .col_9 .pre_3, .col_10 .pre_3, .col_11 .pre_3 { padding-left: 252px; }
+.col_5 .pre_4, .col_6 .pre_4, .col_7 .pre_4, .col_8 .pre_4, .col_9 .pre_4, .col_10 .pre_4, .col_11 .pre_4 { padding-left: 336px; }
+.col_6 .pre_5, .col_7 .pre_5, .col_8 .pre_5, .col_9 .pre_5, .col_10 .pre_5, .col_11 .pre_5 { padding-left: 420px; }
+.col_7 .pre_6, .col_8 .pre_6, .col_9 .pre_6, .col_10 .pre_6, .col_11 .pre_6 { padding-left: 504px; }
+.col_8 .pre_7, .col_9 .pre_7, .col_10 .pre_7, .col_11 .pre_7 { padding-left: 588px; }
+.col_9 .pre_8, .col_10 .pre_8, .col_11 .pre_8 { padding-left: 672px; }
+.col_10 .pre_9, .col_11 .pre_9 { padding-left: 756px; }
+.col_11 .pre_10 { padding-left: 840px; }
+
+.col_2 .suf_1, .col_3 .suf_1, .col_4 .suf_1, .col_5 .suf_1, .col_6 .suf_1, .col_7 .suf_1, .col_8 .suf_1, .col_9 .suf_1, .col_10 .suf_1, .col_11 .suf_1 { padding-right:84px; }
+.col_3 .suf_2, .col_4 .suf_2, .col_5 .suf_2, .col_6 .suf_2, .col_7 .suf_2, .col_8 .suf_2, .col_9 .suf_2, .col_10 .suf_2, .col_11 .suf_2 { padding-right: 168px; }
+.col_4 .suf_3, .col_5 .suf_3, .col_6 .suf_3, .col_7 .suf_3, .col_8 .suf_3, .col_9 .suf_3, .col_10 .suf_3, .col_11 .suf_3 { padding-right: 252px; }
+.col_5 .suf_4, .col_6 .suf_4, .col_7 .suf_4, .col_8 .suf_4, .col_9 .suf_4, .col_10 .suf_4, .col_11 .suf_4 { padding-right: 336px; }
+.col_6 .suf_5, .col_7 .suf_5, .col_8 .suf_5, .col_9 .suf_5, .col_10 .suf_5, .col_11 .suf_5 { padding-right: 420px; }
+.col_7 .suf_6, .col_8 .suf_6, .col_9 .suf_6, .col_10 .suf_6, .col_11 .suf_6 { padding-right: 504px; }
+.col_8 .suf_7, .col_9 .suf_7, .col_10 .suf_7, .col_11 .suf_7 { padding-right: 588px; }
+.col_9 .suf_8, .col_10 .suf_8, .col_11 .suf_8 { padding-right: 672px; }
+.col_10 .suf_9, .col_11 .suf_9 { padding-right: 756px; }
+.col_11 .suf_10 { padding-right: 840px; }
+
+/*
+--------------------------------------------------*/
+/* special debugging - fixes for debugging since outline is not supported in IE 6/7 */
+.container.test {background: #eee !important;}
+.container.test .row {background: white !important;}

+ 62 - 0
resources/columnal-0.85/code/css/ie.css

@@ -0,0 +1,62 @@
+/*
+_______________________________
+Columnal - General fixes for Internet Explorer */
+
+.col_1 {width: 4.855%;}
+.col_2 {width: 13.5%;}
+.col_3 {width: 22.15%;}
+.col_4 {width: 30.8%;}
+.col_5 {width: 39.405%;}
+.col_6 {width: 48.1%;}
+.col_7 {width: 56.75%;}
+.col_8 {width: 65.31%;}
+.col_9 {width: 74.05%;}
+.col_10 {width: 82.7%;}
+.col_11 {width: 91.35%;}
+
+
+/*
+_______________________________
+Columnal - sub-columns */
+
+.col_3 .col_2 {width:60.8%;}
+
+
+/*
+_______________________________
+Columnal - addition */
+
+/* spacing for before column */
+.pre_1 {padding-left: 8.5%;}
+.pre_2 {padding-left: 17%;}
+.pre_3 {padding-left: 25.85%;}
+.pre_4 {padding-left: 34.4%;}
+.pre_5 {padding-left: 42.8%;}
+.pre_6 {padding-left: 51.8%;}
+.pre_7 {padding-left: 60.55%;}
+.pre_8 {padding-left: 65.4%;}
+.pre_9 {padding-left: 77.85%;}
+.pre_10 {padding-left: 86.5%;}
+.pre_11 {padding-left: 95.15%;}
+
+/* spacing for after column */
+.suf_1 {padding-right: 8.5%;}
+.suf_2 {padding-right: 17%;}
+.suf_3 {padding-right: 25.85%;}
+.suf_4 {padding-right: 34.4%;}
+.suf_5 {padding-right: 42.8%;}
+.suf_6 {padding-right: 51.8%;}
+.suf_7 {padding-right: 60.55%;}
+.suf_8 {padding-right: 65.4%;}
+.suf_9 {padding-right: 77.85%;}
+.suf_10 {padding-right: 86.5%;}
+.suf_11 {padding-right: 95.15%;}
+
+/* Grid >> Push & Pull
+--------------------------------------------------*/
+.container.navhead .col_2,
+.container.navhead .col_2 a,
+.container.navhead .col_2 img {line-height: 1; margin: 0 !important; padding-top: 0 !important; }
+
+/* since min-width does not work on IE8, the width can be customized here to make it a fixed width (like Columnal 0.8+ now does for Internet Explorer 6 and 7), by default the width is set to 984px to match the wider option for Internet Explorer 6 and 7 */
+.row {width: 984px !important;}

+ 14 - 0
resources/columnal-0.85/code/css/ie6-960px.css

@@ -0,0 +1,14 @@
+/* tell IE 6 how to handle full-width images in a column */
+
+.col_1 img.fullwidth { width: 60px; }
+.col_2 img.fullwidth { width: 140px; }
+.col_3 img.fullwidth { width: 220px; }
+.col_4 img.fullwidth { width: 300px; }
+.col_5 img.fullwidth { width: 380px; }
+.col_6 img.fullwidth { width: 460px; }
+.col_7 img.fullwidth { width: 540px; }
+.col_8 img.fullwidth { width: 620px; }
+.col_9 img.fullwidth { width: 700px; }
+.col_10 img.fullwidth { width: 780px; }
+.col_11 img.fullwidth { width: 860px; }
+.col_12 img.fullwidth { width: 940px; }

+ 14 - 0
resources/columnal-0.85/code/css/ie6-984px.css

@@ -0,0 +1,14 @@
+/* tell IE 6 how to handle full-width images in a column */
+
+.col_1 img.fullwidth { width: 60px; }
+.col_2 img.fullwidth { width: 144px; }
+.col_3 img.fullwidth { width: 228px; }
+.col_4 img.fullwidth { width: 312px; }
+.col_5 img.fullwidth { width: 396px; }
+.col_6 img.fullwidth { width: 480px; }
+.col_7 img.fullwidth { width: 564px; }
+.col_8 img.fullwidth { width: 648px; }
+.col_9 img.fullwidth { width: 732px; }
+.col_10 img.fullwidth { width: 816px; }
+.col_11 img.fullwidth { width: 900px; }
+.col_12 img.fullwidth { width: 984px; }

+ 4 - 0
resources/columnal-0.85/code/css/smallerscreen.css

@@ -0,0 +1,4 @@
+body, .container {
+	font-size: 0.8em; /* Makes type a bit smaller at 1024 so layout doesn't look unbalanced */
+	line-height: 2.25em;	/* As above */
+}

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 1110 - 0
resources/columnal-0.85/code/demo.html


binární
resources/columnal-0.85/design-kit/1-sketch/sketch-sheets.pdf


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 688 - 0
resources/columnal-0.85/design-kit/2-wireframe/Adobe Illustrator/wireframe.ai


+ 175 - 0
resources/columnal-0.85/design-kit/2-wireframe/Balsamiq Mockups/wireframe.bmml

@@ -0,0 +1,175 @@
+<mockup version="1.0" skin="sketch" measuredW="1257" measuredH="1267" mockupW="1224" mockupH="1233">
+  <controls>
+    <control controlID="287" controlTypeID="com.balsamiq.mockups::BrowserWindow" x="33" y="34" w="1224" h="1233" measuredW="450" measuredH="400" zOrder="0" locked="false" isInGroup="-1">
+      <controlProperties>
+        <text>WebSite%20Title%0Ahttp%3A//www.website.com/</text>
+        <verticalScrollbar>true</verticalScrollbar>
+      </controlProperties>
+    </control>
+    <control controlID="585" controlTypeID="__group__" x="75" y="108" w="1140" h="1128" measuredW="1140" measuredH="1128" zOrder="1" locked="false" isInGroup="-1">
+      <groupChildrenDescriptors>
+        <control controlID="0" controlTypeID="com.balsamiq.mockups::Canvas" x="0" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="0" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="1" controlTypeID="com.balsamiq.mockups::Canvas" x="55" y="0" w="43" h="1128" measuredW="100" measuredH="70" zOrder="1" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="2" controlTypeID="com.balsamiq.mockups::Canvas" x="98" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="2" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="3" controlTypeID="com.balsamiq.mockups::Canvas" x="153" y="0" w="44" h="1128" measuredW="100" measuredH="70" zOrder="3" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="4" controlTypeID="com.balsamiq.mockups::Canvas" x="197" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="4" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="5" controlTypeID="com.balsamiq.mockups::Canvas" x="252" y="0" w="43" h="1128" measuredW="100" measuredH="70" zOrder="5" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="6" controlTypeID="com.balsamiq.mockups::Canvas" x="295" y="0" w="56" h="1128" measuredW="100" measuredH="70" zOrder="6" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="7" controlTypeID="com.balsamiq.mockups::Canvas" x="351" y="0" w="43" h="1128" measuredW="100" measuredH="70" zOrder="7" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="8" controlTypeID="com.balsamiq.mockups::Canvas" x="394" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="8" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="9" controlTypeID="com.balsamiq.mockups::Canvas" x="449" y="0" w="43" h="1128" measuredW="100" measuredH="70" zOrder="9" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="10" controlTypeID="com.balsamiq.mockups::Canvas" x="492" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="10" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="11" controlTypeID="com.balsamiq.mockups::Canvas" x="547" y="0" w="43" h="1128" measuredW="100" measuredH="70" zOrder="11" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="12" controlTypeID="com.balsamiq.mockups::Canvas" x="590" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="12" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="13" controlTypeID="com.balsamiq.mockups::Canvas" x="645" y="0" w="44" h="1128" measuredW="100" measuredH="70" zOrder="13" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="14" controlTypeID="com.balsamiq.mockups::Canvas" x="1084" y="0" w="56" h="1128" measuredW="100" measuredH="70" zOrder="14" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="15" controlTypeID="com.balsamiq.mockups::Canvas" x="1040" y="0" w="44" h="1128" measuredW="100" measuredH="70" zOrder="15" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="16" controlTypeID="com.balsamiq.mockups::Canvas" x="985" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="16" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="17" controlTypeID="com.balsamiq.mockups::Canvas" x="941" y="0" w="44" h="1128" measuredW="100" measuredH="70" zOrder="17" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="18" controlTypeID="com.balsamiq.mockups::Canvas" x="886" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="18" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="19" controlTypeID="com.balsamiq.mockups::Canvas" x="843" y="0" w="43" h="1128" measuredW="100" measuredH="70" zOrder="19" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="20" controlTypeID="com.balsamiq.mockups::Canvas" x="787" y="0" w="56" h="1128" measuredW="100" measuredH="70" zOrder="20" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="21" controlTypeID="com.balsamiq.mockups::Canvas" x="744" y="0" w="43" h="1128" measuredW="100" measuredH="70" zOrder="21" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.25</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+        <control controlID="22" controlTypeID="com.balsamiq.mockups::Canvas" x="689" y="0" w="55" h="1128" measuredW="100" measuredH="70" zOrder="22" locked="false" isInGroup="585">
+          <controlProperties>
+            <backgroundAlpha>0.75</backgroundAlpha>
+            <borderStyle>none</borderStyle>
+            <color>11776947</color>
+          </controlProperties>
+        </control>
+      </groupChildrenDescriptors>
+    </control>
+  </controls>
+</mockup>