oregano 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +2 -0
- data/Gemfile +7 -0
- data/README.md +3 -0
- data/Rakefile +78 -0
- data/lib/oregano.rb +14 -0
- data/lib/oregano/version.rb +3 -0
- data/oregano.gemspec +29 -0
- data/sites/slippery/index.md +108 -0
- data/templates/escape_velocity/public/LICENSE.txt +63 -0
- data/templates/escape_velocity/public/README.txt +36 -0
- data/templates/escape_velocity/public/css/font-awesome.min.css +4 -0
- data/templates/escape_velocity/public/css/ie/PIE.htc +96 -0
- data/templates/escape_velocity/public/css/ie/backgroundsize.min.htc +7 -0
- data/templates/escape_velocity/public/css/ie/html5shiv.js +8 -0
- data/templates/escape_velocity/public/css/ie/v8.css +74 -0
- data/templates/escape_velocity/public/css/images/overlay.png +0 -0
- data/templates/escape_velocity/public/css/images/shadow.png +0 -0
- data/templates/escape_velocity/public/css/skel.css +222 -0
- data/templates/escape_velocity/public/css/style-1000px.css +99 -0
- data/templates/escape_velocity/public/css/style-desktop.css +574 -0
- data/templates/escape_velocity/public/css/style-mobile.css +417 -0
- data/templates/escape_velocity/public/css/style.css +870 -0
- data/templates/escape_velocity/public/fonts/FontAwesome.otf +0 -0
- data/templates/escape_velocity/public/fonts/fontawesome-webfont.eot +0 -0
- data/templates/escape_velocity/public/fonts/fontawesome-webfont.svg +520 -0
- data/templates/escape_velocity/public/fonts/fontawesome-webfont.ttf +0 -0
- data/templates/escape_velocity/public/fonts/fontawesome-webfont.woff +0 -0
- data/templates/escape_velocity/public/images/banner.jpg +0 -0
- data/templates/escape_velocity/public/images/pic01.jpg +0 -0
- data/templates/escape_velocity/public/images/pic02.jpg +0 -0
- data/templates/escape_velocity/public/images/pic03.jpg +0 -0
- data/templates/escape_velocity/public/images/pic04.jpg +0 -0
- data/templates/escape_velocity/public/images/pic05.jpg +0 -0
- data/templates/escape_velocity/public/images/pic06.jpg +0 -0
- data/templates/escape_velocity/public/images/pic07.jpg +0 -0
- data/templates/escape_velocity/public/images/pic08.jpg +0 -0
- data/templates/escape_velocity/public/images/pic09.jpg +0 -0
- data/templates/escape_velocity/public/images/pic10.jpg +0 -0
- data/templates/escape_velocity/public/index.html +297 -0
- data/templates/escape_velocity/public/js/init.js +86 -0
- data/templates/escape_velocity/public/js/jquery.dropotron.min.js +2 -0
- data/templates/escape_velocity/public/js/jquery.min.js +4 -0
- data/templates/escape_velocity/public/js/skel-layers.min.js +2 -0
- data/templates/escape_velocity/public/js/skel.min.js +2 -0
- data/templates/escape_velocity/public/left-sidebar.html +353 -0
- data/templates/escape_velocity/public/no-sidebar.html +299 -0
- data/templates/escape_velocity/public/right-sidebar.html +353 -0
- data/templates/escape_velocity/template.rb +11 -0
- data/templates/simple_style_4/public/another_page.html +90 -0
- data/templates/simple_style_4/public/contact.html +96 -0
- data/templates/simple_style_4/public/examples.html +152 -0
- data/templates/simple_style_4/public/index.html +99 -0
- data/templates/simple_style_4/public/page.html +90 -0
- data/templates/simple_style_4/public/style/back.png +0 -0
- data/templates/simple_style_4/public/style/bullet.png +0 -0
- data/templates/simple_style_4/public/style/footer.png +0 -0
- data/templates/simple_style_4/public/style/graphic.png +0 -0
- data/templates/simple_style_4/public/style/link.png +0 -0
- data/templates/simple_style_4/public/style/search.png +0 -0
- data/templates/simple_style_4/public/style/side_back.png +0 -0
- data/templates/simple_style_4/public/style/side_base.png +0 -0
- data/templates/simple_style_4/public/style/side_top.png +0 -0
- data/templates/simple_style_4/public/style/style.css +324 -0
- data/templates/simple_style_4/public/style/tab.png +0 -0
- data/templates/simple_style_4/public/style/tab_selected.png +0 -0
- data/templates/simple_style_4/template.rb +11 -0
- metadata +223 -0
@@ -0,0 +1,7 @@
|
|
1
|
+
<component lightWeight="true">
|
2
|
+
<attach event="onpropertychange" onevent="handlePropertychange()" />
|
3
|
+
<attach event="ondetach" onevent="restore()" />
|
4
|
+
<attach event="onresize" for="window" onevent="handleResize()" />
|
5
|
+
<script type="text/javascript">
|
6
|
+
var rsrc=/url\(["']?(.*?)["']?\)/,positions={top:0,left:0,bottom:1,right:1,center:0.5},doc=element.document;init(); function init(){var b=doc.createElement("div"),a=doc.createElement("img"),c,d;b.style.position="absolute";b.style.zIndex=-1;b.style.top=0;b.style.right=0;b.style.left=0;b.style.bottom=0;b.style.overflow="hidden";a.style.position="absolute";a.style.width=a.style.width="auto";b.appendChild(a);element.insertBefore(b,element.firstChild);d=[element.currentStyle.backgroundPositionX,element.currentStyle.backgroundPositionY];element.bgsExpando=c={wrapper:b,img:a,backgroundSize:element.currentStyle["background-size"], backgroundPositionX:positions[d[0]]||parseFloat(d[0])/100,backgroundPositionY:positions[d[1]]||parseFloat(d[1])/100};"auto"==element.currentStyle.zIndex&&(element.style.zIndex=0);"static"==element.currentStyle.position&&(element.style.position="relative");refreshDisplay(element,c)&&(refreshDimensions(element,c),refreshBackgroundImage(element,c,function(){updateBackground(element,c)}))} function refreshDisplay(b,a){var c=b.currentStyle.display;c!=a.display&&(a.display=c,a.somethingChanged=!0);return"none"!=c}function refreshDimensions(b,a){var c=b.offsetWidth-(parseFloat(b.currentStyle.borderLeftWidth)||0)-(parseFloat(b.currentStyle.borderRightWidth)||0),d=b.offsetHeight-(parseFloat(b.currentStyle.borderTopWidth)||0)-(parseFloat(b.currentStyle.borderBottomWidth)||0);if(c!=a.innerWidth||d!=a.innerHeight)a.innerWidth=c,a.innerHeight=d,a.somethingChanged=!0} function refreshBackgroundImage(b,a,c){var d=a.img,e=(rsrc.exec(b.currentStyle.backgroundImage)||[])[1];if(e&&e!=a.backgroundSrc){a.backgroundSrc=e;a.somethingChanged=!0;d.onload=function(){var b=d.width,e=d.height;1==b&&1==e||(a.imgWidth=b,a.imgHeight=e,a.constrain=!1,c(),d.style.visibility="visible",d.onload=null)};d.style.visibility="hidden";d.src=a.backgroundSrc;if(d.readyState||d.complete)d.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==",d.src=a.backgroundSrc;a.ignoreNextPropertyChange= !0;b.style.backgroundImage="none"}else c()} function updateBackground(b,a){if(a.somethingChanged){var c=a.img,d=a.innerWidth/a.innerHeight,e=a.imgWidth/a.imgHeight,f=a.constrain;"contain"==a.backgroundSize?e>d?(a.constrain=d="width",e=Math.floor((a.innerHeight-a.innerWidth/e)*a.backgroundPositionY),c.style.top=e+"px",d!=f&&(c.style.width="100%",c.style.height="auto",c.style.left=0)):(a.constrain=d="height",e=Math.floor((a.innerWidth-a.innerHeight*e)*a.backgroundPositionX),c.style.left=e+"px",d!=f&&(c.style.width="auto",c.style.height="100%", c.style.top=0)):"cover"==a.backgroundSize&&(e>d?(a.constrain=d="height",e=Math.floor((a.innerHeight*e-a.innerWidth)*a.backgroundPositionX),c.style.left=-e+"px",d!=f&&(c.style.width="auto",c.style.height="100%",c.style.top=0)):(a.constrain=d="width",e=Math.floor((a.innerWidth/e-a.innerHeight)*a.backgroundPositionY),c.style.top=-e+"px",d!=f&&(c.style.width="100%",c.style.height="auto",c.style.left=0)));a.somethingChanged=!1}} function handlePropertychange(){var b=element.bgsExpando;b.ignoreNextPropertyChange?b.ignoreNextPropertyChange=!1:refreshDisplay(element,b)&&(refreshDimensions(element,b),refreshBackgroundImage(element,b,function(){updateBackground(element,b)}))}function handleResize(){var b=element.bgsExpando;"none"!=b.display&&(refreshDimensions(element,b),updateBackground(element,b))} function restore(){var b=element.bgsExpando;try{element.style.backgroundImage="url('"+b.backgroundSrc+"')",element.removeChild(b.wrapper),element.bgsExpando=null}catch(a){}};
|
7
|
+
</script>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/*
|
2
|
+
HTML5 Shiv v3.6.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
|
3
|
+
*/
|
4
|
+
(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
|
5
|
+
a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}</style>";
|
6
|
+
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
|
7
|
+
"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup main mark meter nav output progress section summary time video",version:"3.6.2",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment();
|
8
|
+
for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
|
@@ -0,0 +1,74 @@
|
|
1
|
+
/*
|
2
|
+
Escape Velocity by HTML5 UP
|
3
|
+
html5up.net | @n33co
|
4
|
+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*********************************************************************************/
|
8
|
+
/* Basic */
|
9
|
+
/*********************************************************************************/
|
10
|
+
|
11
|
+
form input[type="text"],
|
12
|
+
form input[type="email"],
|
13
|
+
form input[type="password"],
|
14
|
+
form select,
|
15
|
+
form textarea,
|
16
|
+
input[type="button"],
|
17
|
+
input[type="submit"],
|
18
|
+
input[type="reset"],
|
19
|
+
.button,
|
20
|
+
#intro > .style2,
|
21
|
+
#copyright ul,
|
22
|
+
#nav > ul,
|
23
|
+
.dropotron
|
24
|
+
{
|
25
|
+
position: relative;
|
26
|
+
-ms-behavior: url('css/ie/PIE.htc');
|
27
|
+
}
|
28
|
+
|
29
|
+
/* Section/Article */
|
30
|
+
|
31
|
+
section,
|
32
|
+
article
|
33
|
+
{
|
34
|
+
}
|
35
|
+
|
36
|
+
section > .last-child,
|
37
|
+
article > .last-child
|
38
|
+
{
|
39
|
+
margin-bottom: 0;
|
40
|
+
}
|
41
|
+
|
42
|
+
section.last-child,
|
43
|
+
article.last-child
|
44
|
+
{
|
45
|
+
margin-bottom: 0;
|
46
|
+
}
|
47
|
+
|
48
|
+
/*********************************************************************************/
|
49
|
+
/* Wrappers */
|
50
|
+
/*********************************************************************************/
|
51
|
+
|
52
|
+
.wrapper
|
53
|
+
{
|
54
|
+
}
|
55
|
+
|
56
|
+
.wrapper .title:before,
|
57
|
+
.wrapper .title:after
|
58
|
+
{
|
59
|
+
display: none;
|
60
|
+
}
|
61
|
+
|
62
|
+
#header-wrapper
|
63
|
+
{
|
64
|
+
-ms-behavior: url('css/ie/backgroundsize.min.htc');
|
65
|
+
}
|
66
|
+
|
67
|
+
/*********************************************************************************/
|
68
|
+
/* Copyright */
|
69
|
+
/*********************************************************************************/
|
70
|
+
|
71
|
+
#copyright
|
72
|
+
{
|
73
|
+
margin: 0;
|
74
|
+
}
|
Binary file
|
Binary file
|
@@ -0,0 +1,222 @@
|
|
1
|
+
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
|
2
|
+
|
3
|
+
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;}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;}body{-webkit-text-size-adjust:none}
|
4
|
+
|
5
|
+
/* Box Model */
|
6
|
+
|
7
|
+
*, *:before, *:after {
|
8
|
+
-moz-box-sizing: border-box;
|
9
|
+
-webkit-box-sizing: border-box;
|
10
|
+
box-sizing: border-box;
|
11
|
+
}
|
12
|
+
|
13
|
+
/* Container */
|
14
|
+
|
15
|
+
body {
|
16
|
+
/* min-width: (containers) */
|
17
|
+
min-width: 1200px;
|
18
|
+
}
|
19
|
+
|
20
|
+
.container {
|
21
|
+
margin-left: auto;
|
22
|
+
margin-right: auto;
|
23
|
+
|
24
|
+
/* width: (containers) */
|
25
|
+
width: 1200px;
|
26
|
+
}
|
27
|
+
|
28
|
+
/* Modifiers */
|
29
|
+
|
30
|
+
.container.small {
|
31
|
+
/* width: (containers) * 0.75; */
|
32
|
+
width: 900px;
|
33
|
+
}
|
34
|
+
|
35
|
+
.container.large {
|
36
|
+
width: 100%;
|
37
|
+
|
38
|
+
/* max-width: (containers) * 1.25; */
|
39
|
+
max-width: 1500px;
|
40
|
+
|
41
|
+
/* min-width: (containers); */
|
42
|
+
min-width: 1200px;
|
43
|
+
}
|
44
|
+
|
45
|
+
/* Grid */
|
46
|
+
|
47
|
+
.\31 2u { width: 100% }
|
48
|
+
.\31 1u { width: 91.6666666667% }
|
49
|
+
.\31 0u { width: 83.3333333333% }
|
50
|
+
.\39 u { width: 75% }
|
51
|
+
.\38 u { width: 66.6666666667% }
|
52
|
+
.\37 u { width: 58.3333333333% }
|
53
|
+
.\36 u { width: 50% }
|
54
|
+
.\35 u { width: 41.6666666667% }
|
55
|
+
.\34 u { width: 33.3333333333% }
|
56
|
+
.\33 u { width: 25% }
|
57
|
+
.\32 u { width: 16.6666666667% }
|
58
|
+
.\31 u { width: 8.3333333333% }
|
59
|
+
.\-11u { margin-left: 91.6666666667% }
|
60
|
+
.\-10u { margin-left: 83.3333333333% }
|
61
|
+
.\-9u { margin-left: 75% }
|
62
|
+
.\-8u { margin-left: 66.6666666667% }
|
63
|
+
.\-7u { margin-left: 58.3333333333% }
|
64
|
+
.\-6u { margin-left: 50% }
|
65
|
+
.\-5u { margin-left: 41.6666666667% }
|
66
|
+
.\-4u { margin-left: 33.3333333333% }
|
67
|
+
.\-3u { margin-left: 25% }
|
68
|
+
.\-2u { margin-left: 16.6666666667% }
|
69
|
+
.\-1u { margin-left: 8.3333333333% }
|
70
|
+
|
71
|
+
/* Rows */
|
72
|
+
|
73
|
+
.row > * {
|
74
|
+
float: left;
|
75
|
+
}
|
76
|
+
|
77
|
+
.row:after {
|
78
|
+
content: '';
|
79
|
+
display: block;
|
80
|
+
clear: both;
|
81
|
+
height: 0;
|
82
|
+
}
|
83
|
+
|
84
|
+
.row:first-child > * {
|
85
|
+
padding-top: 0 !important;
|
86
|
+
}
|
87
|
+
|
88
|
+
.row.uniform > * > :first-child {
|
89
|
+
margin-top: 0;
|
90
|
+
}
|
91
|
+
|
92
|
+
.row.uniform > * > :last-child {
|
93
|
+
margin-bottom: 0;
|
94
|
+
}
|
95
|
+
|
96
|
+
/* Normal */
|
97
|
+
|
98
|
+
.row > * {
|
99
|
+
/* padding-left: (gutters) */
|
100
|
+
padding-left: 40px;
|
101
|
+
}
|
102
|
+
|
103
|
+
.row + .row > * {
|
104
|
+
/* padding: (gutters) 0 0 (gutters) */
|
105
|
+
padding: 40px 0 0 40px;
|
106
|
+
}
|
107
|
+
|
108
|
+
.row {
|
109
|
+
/* margin-left: -(gutters) */
|
110
|
+
margin-left: -40px;
|
111
|
+
}
|
112
|
+
|
113
|
+
.row + .row.uniform > * {
|
114
|
+
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
|
115
|
+
padding: 40px 0 0 40px;
|
116
|
+
}
|
117
|
+
|
118
|
+
/* Flush */
|
119
|
+
|
120
|
+
.row.flush > * {
|
121
|
+
padding-left: 0;
|
122
|
+
}
|
123
|
+
|
124
|
+
.row + .row.flush > * {
|
125
|
+
padding: 0;
|
126
|
+
}
|
127
|
+
|
128
|
+
.row.flush {
|
129
|
+
margin-left: 0;
|
130
|
+
}
|
131
|
+
|
132
|
+
.row + .row.uniform.flush > * {
|
133
|
+
padding: 0;
|
134
|
+
}
|
135
|
+
|
136
|
+
/* Quarter */
|
137
|
+
|
138
|
+
.row.quarter > * {
|
139
|
+
/* padding-left: (gutters * 0.25) */
|
140
|
+
padding-left: 10px;
|
141
|
+
}
|
142
|
+
|
143
|
+
.row + .row.quarter > * {
|
144
|
+
/* padding: (gutters * 0.25) 0 0 (gutters * 0.25) */
|
145
|
+
padding: 10px 0 0 10px;
|
146
|
+
}
|
147
|
+
|
148
|
+
.row.quarter {
|
149
|
+
/* margin-left: -(gutters * 0.25) */
|
150
|
+
margin-left: -10px;
|
151
|
+
}
|
152
|
+
|
153
|
+
.row + .row.uniform.quarter > * {
|
154
|
+
/* padding: (gutters.vertical * 0.25) 0 0 (gutters.vertical * 0.25) */
|
155
|
+
padding: 10px 0 0 10px;
|
156
|
+
}
|
157
|
+
|
158
|
+
/* Half */
|
159
|
+
|
160
|
+
.row.half > * {
|
161
|
+
/* padding-left: (gutters * 0.5) */
|
162
|
+
padding-left: 20px;
|
163
|
+
}
|
164
|
+
|
165
|
+
.row + .row.half > * {
|
166
|
+
/* padding: (gutters * 0.5) 0 0 (gutters * 0.5) */
|
167
|
+
padding: 20px 0 0 20px;
|
168
|
+
}
|
169
|
+
|
170
|
+
.row.half {
|
171
|
+
/* margin-left: -(gutters * 0.5) */
|
172
|
+
margin-left: -20px;
|
173
|
+
}
|
174
|
+
|
175
|
+
.row + .row.uniform.half > * {
|
176
|
+
/* padding: (gutters.vertical * 0.5) 0 0 (gutters.vertical * 0.5) */
|
177
|
+
padding: 20px 0 0 20px;
|
178
|
+
}
|
179
|
+
|
180
|
+
/* One and (a) Half */
|
181
|
+
|
182
|
+
.row.oneandhalf > * {
|
183
|
+
/* padding-left: (gutters * 1.5) */
|
184
|
+
padding-left: 60px;
|
185
|
+
}
|
186
|
+
|
187
|
+
.row + .row.oneandhalf > * {
|
188
|
+
/* padding: (gutters * 1.5) 0 0 (gutters * 1.5) */
|
189
|
+
padding: 60px 0 0 60px;
|
190
|
+
}
|
191
|
+
|
192
|
+
.row.oneandhalf {
|
193
|
+
/* margin-left: -(gutters * 1.5) */
|
194
|
+
margin-left: -60px;
|
195
|
+
}
|
196
|
+
|
197
|
+
.row + .row.uniform.oneandhalf > * {
|
198
|
+
/* padding: (gutters.vertical * 1.5) 0 0 (gutters.vertical * 1.5) */
|
199
|
+
padding: 60px 0 0 60px;
|
200
|
+
}
|
201
|
+
|
202
|
+
/* Double */
|
203
|
+
|
204
|
+
.row.double > * {
|
205
|
+
/* padding-left: (gutters * 2) */
|
206
|
+
padding-left: 80px;
|
207
|
+
}
|
208
|
+
|
209
|
+
.row + .row.double > * {
|
210
|
+
/* padding: (gutters * 2) 0 0 (gutters * 2) */
|
211
|
+
padding: 80px 0 0 80px;
|
212
|
+
}
|
213
|
+
|
214
|
+
.row.double {
|
215
|
+
/* margin-left: -(gutters * 2) */
|
216
|
+
margin-left: -80px;
|
217
|
+
}
|
218
|
+
|
219
|
+
.row + .row.uniform.double > * {
|
220
|
+
/* padding: (gutters.vertical * 2) 0 0 (gutters.vertical * 2) */
|
221
|
+
padding: 80px 0 0 80px;
|
222
|
+
}
|
@@ -0,0 +1,99 @@
|
|
1
|
+
/*
|
2
|
+
Escape Velocity by HTML5 UP
|
3
|
+
html5up.net | @n33co
|
4
|
+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*********************************************************************************/
|
8
|
+
/* Basic */
|
9
|
+
/*********************************************************************************/
|
10
|
+
|
11
|
+
body, input, select, textarea
|
12
|
+
{
|
13
|
+
font-size: 12pt;
|
14
|
+
line-height: 1.5em;
|
15
|
+
letter-spacing: 0.015em;
|
16
|
+
}
|
17
|
+
|
18
|
+
body
|
19
|
+
{
|
20
|
+
min-width: 960px;
|
21
|
+
}
|
22
|
+
|
23
|
+
/*********************************************************************************/
|
24
|
+
/* Wrappers */
|
25
|
+
/*********************************************************************************/
|
26
|
+
|
27
|
+
.wrapper
|
28
|
+
{
|
29
|
+
padding: 4em 0 7em 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
#intro-wrapper
|
33
|
+
{
|
34
|
+
padding-bottom: 7em;
|
35
|
+
}
|
36
|
+
|
37
|
+
#footer-wrapper
|
38
|
+
{
|
39
|
+
}
|
40
|
+
|
41
|
+
#footer-wrapper hr
|
42
|
+
{
|
43
|
+
margin: 3em 0 3em 0;
|
44
|
+
}
|
45
|
+
|
46
|
+
/*********************************************************************************/
|
47
|
+
/* Header */
|
48
|
+
/*********************************************************************************/
|
49
|
+
|
50
|
+
#header
|
51
|
+
{
|
52
|
+
padding: 10em 0;
|
53
|
+
}
|
54
|
+
|
55
|
+
.homepage #header
|
56
|
+
{
|
57
|
+
padding: 14em 0;
|
58
|
+
}
|
59
|
+
|
60
|
+
/*********************************************************************************/
|
61
|
+
/* Logo */
|
62
|
+
/*********************************************************************************/
|
63
|
+
|
64
|
+
#logo
|
65
|
+
{
|
66
|
+
margin-top: -0.5em !important;
|
67
|
+
}
|
68
|
+
|
69
|
+
#logo h1
|
70
|
+
{
|
71
|
+
font-size: 1.75em;
|
72
|
+
}
|
73
|
+
|
74
|
+
/*********************************************************************************/
|
75
|
+
/* Intro */
|
76
|
+
/*********************************************************************************/
|
77
|
+
|
78
|
+
#intro
|
79
|
+
{
|
80
|
+
}
|
81
|
+
|
82
|
+
#intro > .style1
|
83
|
+
{
|
84
|
+
font-size: 1.25em;
|
85
|
+
}
|
86
|
+
|
87
|
+
#intro > .style2
|
88
|
+
{
|
89
|
+
font-size: 2.25em;
|
90
|
+
}
|
91
|
+
|
92
|
+
/*********************************************************************************/
|
93
|
+
/* Copyright */
|
94
|
+
/*********************************************************************************/
|
95
|
+
|
96
|
+
#copyright
|
97
|
+
{
|
98
|
+
margin: 3em 0 0 0;
|
99
|
+
}
|
@@ -0,0 +1,574 @@
|
|
1
|
+
/*
|
2
|
+
Escape Velocity by HTML5 UP
|
3
|
+
html5up.net | @n33co
|
4
|
+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*********************************************************************************/
|
8
|
+
/* Basic */
|
9
|
+
/*********************************************************************************/
|
10
|
+
|
11
|
+
body, input, select, textarea
|
12
|
+
{
|
13
|
+
font-size: 13pt;
|
14
|
+
line-height: 1.75em;
|
15
|
+
letter-spacing: 0.025em;
|
16
|
+
}
|
17
|
+
|
18
|
+
body
|
19
|
+
{
|
20
|
+
min-width: 1200px;
|
21
|
+
}
|
22
|
+
|
23
|
+
hr
|
24
|
+
{
|
25
|
+
margin: 2em 0 2em 0;
|
26
|
+
}
|
27
|
+
|
28
|
+
/* Section/Article */
|
29
|
+
|
30
|
+
section,
|
31
|
+
article
|
32
|
+
{
|
33
|
+
margin: 0 0 4em 0;
|
34
|
+
}
|
35
|
+
|
36
|
+
header.style1
|
37
|
+
{
|
38
|
+
padding: 3em 0 3em 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
header.style1 h2
|
42
|
+
{
|
43
|
+
font-size: 2em;
|
44
|
+
letter-spacing: 0.075em;
|
45
|
+
line-height: 1.5em;
|
46
|
+
}
|
47
|
+
|
48
|
+
header.style1 p
|
49
|
+
{
|
50
|
+
display: block;
|
51
|
+
margin: 1.15em 0 0 0;
|
52
|
+
font-size: 1.3em;
|
53
|
+
letter-spacing: 0.075em;
|
54
|
+
line-height: 1.5em;
|
55
|
+
}
|
56
|
+
|
57
|
+
/* Form */
|
58
|
+
|
59
|
+
form
|
60
|
+
{
|
61
|
+
}
|
62
|
+
|
63
|
+
form label
|
64
|
+
{
|
65
|
+
margin: 0.25em 0 0.5em 0;
|
66
|
+
}
|
67
|
+
|
68
|
+
/* Button */
|
69
|
+
|
70
|
+
input[type="button"],
|
71
|
+
input[type="submit"],
|
72
|
+
input[type="reset"],
|
73
|
+
.button
|
74
|
+
{
|
75
|
+
padding: 0 2.25em 0 2.25em;
|
76
|
+
font-size: 0.9em;
|
77
|
+
min-width: 12em;
|
78
|
+
height: 4em;
|
79
|
+
line-height: 4em;
|
80
|
+
}
|
81
|
+
|
82
|
+
input[type="button"].big,
|
83
|
+
input[type="submit"].big,
|
84
|
+
input[type="reset"].big,
|
85
|
+
.button.big
|
86
|
+
{
|
87
|
+
font-size: 1em;
|
88
|
+
min-width: 14em;
|
89
|
+
}
|
90
|
+
|
91
|
+
/* List */
|
92
|
+
|
93
|
+
ul
|
94
|
+
{
|
95
|
+
}
|
96
|
+
|
97
|
+
ul.actions
|
98
|
+
{
|
99
|
+
margin: 3em 0 0 0;
|
100
|
+
}
|
101
|
+
|
102
|
+
form ul.actions
|
103
|
+
{
|
104
|
+
margin-top: 0;
|
105
|
+
}
|
106
|
+
|
107
|
+
ul.actions li
|
108
|
+
{
|
109
|
+
display: inline-block;
|
110
|
+
margin: 0 0.75em 0 0.75em;
|
111
|
+
}
|
112
|
+
|
113
|
+
ul.actions li:first-child
|
114
|
+
{
|
115
|
+
margin-left: 0;
|
116
|
+
}
|
117
|
+
|
118
|
+
ul.actions li:last-child
|
119
|
+
{
|
120
|
+
margin-right: 0;
|
121
|
+
}
|
122
|
+
|
123
|
+
ul.actions-centered
|
124
|
+
{
|
125
|
+
text-align: center;
|
126
|
+
}
|
127
|
+
|
128
|
+
/* Feature List */
|
129
|
+
|
130
|
+
.feature-list
|
131
|
+
{
|
132
|
+
}
|
133
|
+
|
134
|
+
.feature-list section
|
135
|
+
{
|
136
|
+
padding-top: 2em;
|
137
|
+
border-top: solid 1px #eee;
|
138
|
+
}
|
139
|
+
|
140
|
+
.feature-list .row
|
141
|
+
{
|
142
|
+
}
|
143
|
+
|
144
|
+
.feature-list .row:first-child
|
145
|
+
{
|
146
|
+
}
|
147
|
+
|
148
|
+
.feature-list .row:first-child section
|
149
|
+
{
|
150
|
+
padding-top: 0;
|
151
|
+
border-top: 0;
|
152
|
+
}
|
153
|
+
|
154
|
+
.feature-list h3
|
155
|
+
{
|
156
|
+
margin: 0 0 0.75em 0;
|
157
|
+
font-size: 1.15em;
|
158
|
+
letter-spacing: 0.05em;
|
159
|
+
margin-top: -0.35em;
|
160
|
+
}
|
161
|
+
|
162
|
+
.feature-list h3:before
|
163
|
+
{
|
164
|
+
width: 64px;
|
165
|
+
height: 64px;
|
166
|
+
line-height: 64px;
|
167
|
+
margin-right: 0.75em;
|
168
|
+
font-size: 32px;
|
169
|
+
top: 0.2em;
|
170
|
+
}
|
171
|
+
|
172
|
+
.feature-list p
|
173
|
+
{
|
174
|
+
margin: 0 0 0 5em;
|
175
|
+
}
|
176
|
+
|
177
|
+
.feature-list.small
|
178
|
+
{
|
179
|
+
}
|
180
|
+
|
181
|
+
.feature-list.small h3
|
182
|
+
{
|
183
|
+
}
|
184
|
+
|
185
|
+
.feature-list.small h3:before
|
186
|
+
{
|
187
|
+
font-size: 24px;
|
188
|
+
line-height: 45px;
|
189
|
+
width: 45px;
|
190
|
+
height: 45px;
|
191
|
+
margin-right: 1em;
|
192
|
+
}
|
193
|
+
|
194
|
+
.feature-list.small p
|
195
|
+
{
|
196
|
+
margin: 0 0 0 4em;
|
197
|
+
}
|
198
|
+
|
199
|
+
/* Box */
|
200
|
+
|
201
|
+
.box
|
202
|
+
{
|
203
|
+
}
|
204
|
+
|
205
|
+
.box header
|
206
|
+
{
|
207
|
+
margin: 0 0 1.5em 0;
|
208
|
+
}
|
209
|
+
|
210
|
+
.box header.style1
|
211
|
+
{
|
212
|
+
position: relative;
|
213
|
+
margin: -0.5em 0 0 0;
|
214
|
+
padding-top: 0;
|
215
|
+
}
|
216
|
+
|
217
|
+
.box h2
|
218
|
+
{
|
219
|
+
margin: 0 0 0.75em 0;
|
220
|
+
font-size: 1.15em;
|
221
|
+
letter-spacing: 0.05em;
|
222
|
+
}
|
223
|
+
|
224
|
+
.box h3
|
225
|
+
{
|
226
|
+
margin: 0 0 0.5em 0;
|
227
|
+
font-size: 1em;
|
228
|
+
font-weight: 600;
|
229
|
+
letter-spacing: 0.05em;
|
230
|
+
}
|
231
|
+
|
232
|
+
.box.post-excerpt
|
233
|
+
{
|
234
|
+
}
|
235
|
+
|
236
|
+
.box.post-excerpt .image.left
|
237
|
+
{
|
238
|
+
position: relative;
|
239
|
+
top: 0.5em;
|
240
|
+
width: 5em;
|
241
|
+
}
|
242
|
+
|
243
|
+
.box.-post-excerpt h3,
|
244
|
+
.box.post-excerpt p
|
245
|
+
{
|
246
|
+
margin-left: 7em;
|
247
|
+
}
|
248
|
+
|
249
|
+
/*********************************************************************************/
|
250
|
+
/* Wrappers */
|
251
|
+
/*********************************************************************************/
|
252
|
+
|
253
|
+
.wrapper
|
254
|
+
{
|
255
|
+
padding: 6em 0 9em 0;
|
256
|
+
}
|
257
|
+
|
258
|
+
.wrapper .title
|
259
|
+
{
|
260
|
+
font-size: 0.9em;
|
261
|
+
width: 25em;
|
262
|
+
height: 3.25em;
|
263
|
+
top: -3.25em;
|
264
|
+
line-height: 3.25em;
|
265
|
+
margin-bottom: -3.25em;
|
266
|
+
margin-left: -12.5em;
|
267
|
+
padding-top: 0.5em;
|
268
|
+
}
|
269
|
+
|
270
|
+
#header-wrapper
|
271
|
+
{
|
272
|
+
padding: 0;
|
273
|
+
}
|
274
|
+
|
275
|
+
#intro-wrapper
|
276
|
+
{
|
277
|
+
padding-bottom: 8em;
|
278
|
+
}
|
279
|
+
|
280
|
+
/*********************************************************************************/
|
281
|
+
/* Header */
|
282
|
+
/*********************************************************************************/
|
283
|
+
|
284
|
+
#header
|
285
|
+
{
|
286
|
+
position: relative;
|
287
|
+
padding: 12em 0;
|
288
|
+
}
|
289
|
+
|
290
|
+
.homepage #header
|
291
|
+
{
|
292
|
+
padding: 18em 0;
|
293
|
+
}
|
294
|
+
|
295
|
+
/*********************************************************************************/
|
296
|
+
/* Logo */
|
297
|
+
/*********************************************************************************/
|
298
|
+
|
299
|
+
#logo
|
300
|
+
{
|
301
|
+
position: absolute;
|
302
|
+
height: 5em;
|
303
|
+
top: 50%;
|
304
|
+
left: 0;
|
305
|
+
width: 100%;
|
306
|
+
text-align: center;
|
307
|
+
margin-top: -0.5em;
|
308
|
+
}
|
309
|
+
|
310
|
+
.homepage #logo
|
311
|
+
{
|
312
|
+
margin-top: -1em;
|
313
|
+
}
|
314
|
+
|
315
|
+
#logo h1
|
316
|
+
{
|
317
|
+
font-size: 2em;
|
318
|
+
letter-spacing: 0.25em;
|
319
|
+
}
|
320
|
+
|
321
|
+
#logo p
|
322
|
+
{
|
323
|
+
margin: 1.25em 0 0 0;
|
324
|
+
display: block;
|
325
|
+
letter-spacing: 0.2em;
|
326
|
+
font-size: 0.9em;
|
327
|
+
}
|
328
|
+
|
329
|
+
/*********************************************************************************/
|
330
|
+
/* Nav */
|
331
|
+
/*********************************************************************************/
|
332
|
+
|
333
|
+
#nav
|
334
|
+
{
|
335
|
+
position: absolute;
|
336
|
+
display: block;
|
337
|
+
top: 2.5em;
|
338
|
+
left: 0;
|
339
|
+
width: 100%;
|
340
|
+
text-align: center;
|
341
|
+
}
|
342
|
+
|
343
|
+
#nav > ul > li > ul
|
344
|
+
{
|
345
|
+
display: none;
|
346
|
+
}
|
347
|
+
|
348
|
+
#nav > ul
|
349
|
+
{
|
350
|
+
display: inline-block;
|
351
|
+
border-radius: 0.35em;
|
352
|
+
box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.25);
|
353
|
+
padding: 0 1.5em 0 1.5em;
|
354
|
+
}
|
355
|
+
|
356
|
+
#nav > ul > li
|
357
|
+
{
|
358
|
+
display: inline-block;
|
359
|
+
text-align: center;
|
360
|
+
padding: 0 1.5em 0 1.5em;
|
361
|
+
}
|
362
|
+
|
363
|
+
#nav > ul > li > a,
|
364
|
+
#nav > ul > li > span
|
365
|
+
{
|
366
|
+
display: block;
|
367
|
+
color: #eee;
|
368
|
+
color: rgba(255,255,255,0.75);
|
369
|
+
text-transform: uppercase;
|
370
|
+
text-decoration: none;
|
371
|
+
font-size: 0.7em;
|
372
|
+
letter-spacing: 0.25em;
|
373
|
+
height: 5em;
|
374
|
+
line-height: 5em;
|
375
|
+
-moz-transition: all .25s ease-in-out;
|
376
|
+
-webkit-transition: all .25s ease-in-out;
|
377
|
+
-o-transition: all .25s ease-in-out;
|
378
|
+
-ms-transition: all .25s ease-in-out;
|
379
|
+
transition: all .25s ease-in-out;
|
380
|
+
outline: 0;
|
381
|
+
}
|
382
|
+
|
383
|
+
#nav > ul > li:hover > a,
|
384
|
+
#nav > ul > li.active > a,
|
385
|
+
#nav > ul > li.active > span
|
386
|
+
{
|
387
|
+
color: #fff;
|
388
|
+
}
|
389
|
+
|
390
|
+
.dropotron
|
391
|
+
{
|
392
|
+
background: #222835 url('images/overlay.png');
|
393
|
+
background-color: rgba(44,50,63,0.925);
|
394
|
+
padding: 1.25em 1em 1.25em 1em;
|
395
|
+
border-radius: 0.35em;
|
396
|
+
box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.25);
|
397
|
+
min-width: 12em;
|
398
|
+
text-align: left;
|
399
|
+
margin-top: -1.25em;
|
400
|
+
margin-left: -1px;
|
401
|
+
}
|
402
|
+
|
403
|
+
.dropotron.level-0
|
404
|
+
{
|
405
|
+
margin-top: -1px;
|
406
|
+
margin-left: 0;
|
407
|
+
border-top-left-radius: 0;
|
408
|
+
border-top-right-radius: 0;
|
409
|
+
}
|
410
|
+
|
411
|
+
.dropotron a,
|
412
|
+
.dropotron span
|
413
|
+
{
|
414
|
+
display: block;
|
415
|
+
color: #eee;
|
416
|
+
color: rgba(255,255,255,0.75);
|
417
|
+
text-transform: uppercase;
|
418
|
+
text-decoration: none;
|
419
|
+
font-size: 0.7em;
|
420
|
+
letter-spacing: 0.25em;
|
421
|
+
border-top: solid 1px rgba(255,255,255,0.15);
|
422
|
+
line-height: 3em;
|
423
|
+
-moz-transition: all .25s ease-in-out;
|
424
|
+
-webkit-transition: all .25s ease-in-out;
|
425
|
+
-o-transition: all .25s ease-in-out;
|
426
|
+
-ms-transition: all .25s ease-in-out;
|
427
|
+
transition: all .25s ease-in-out;
|
428
|
+
}
|
429
|
+
|
430
|
+
.dropotron li:first-child a,
|
431
|
+
.dropotron li:first-child span
|
432
|
+
{
|
433
|
+
border-top: 0;
|
434
|
+
}
|
435
|
+
|
436
|
+
.dropotron li:hover > a,
|
437
|
+
.dropotron li:hover > span
|
438
|
+
{
|
439
|
+
color: #fff;
|
440
|
+
}
|
441
|
+
|
442
|
+
/*********************************************************************************/
|
443
|
+
/* Intro */
|
444
|
+
/*********************************************************************************/
|
445
|
+
|
446
|
+
#intro
|
447
|
+
{
|
448
|
+
text-align: center;
|
449
|
+
}
|
450
|
+
|
451
|
+
#intro > .style1
|
452
|
+
{
|
453
|
+
font-size: 1.5em;
|
454
|
+
letter-spacing: 0.075em;
|
455
|
+
}
|
456
|
+
|
457
|
+
#intro > .style2
|
458
|
+
{
|
459
|
+
font-size: 2.75em;
|
460
|
+
letter-spacing: 0.075em;
|
461
|
+
line-height: 1.35em;
|
462
|
+
padding: 1em 0 1em 0;
|
463
|
+
margin-bottom: 1em;
|
464
|
+
}
|
465
|
+
|
466
|
+
#intro > .style3
|
467
|
+
{
|
468
|
+
font-size: 1.1em;
|
469
|
+
width: 48em;
|
470
|
+
margin: 0 auto;
|
471
|
+
}
|
472
|
+
|
473
|
+
/*********************************************************************************/
|
474
|
+
/* Features */
|
475
|
+
/*********************************************************************************/
|
476
|
+
|
477
|
+
#features
|
478
|
+
{
|
479
|
+
padding: 0 6em 0 6em;
|
480
|
+
}
|
481
|
+
|
482
|
+
#features header.style1
|
483
|
+
{
|
484
|
+
padding-bottom: 5em;
|
485
|
+
}
|
486
|
+
|
487
|
+
#features .actions
|
488
|
+
{
|
489
|
+
margin-top: 5em;
|
490
|
+
}
|
491
|
+
|
492
|
+
/*********************************************************************************/
|
493
|
+
/* Highlights */
|
494
|
+
/*********************************************************************************/
|
495
|
+
|
496
|
+
#highlights
|
497
|
+
{
|
498
|
+
}
|
499
|
+
|
500
|
+
#highlights .highlight
|
501
|
+
{
|
502
|
+
}
|
503
|
+
|
504
|
+
#highlights .highlight h3
|
505
|
+
{
|
506
|
+
margin: 0 0 0.75em 0;
|
507
|
+
font-size: 1.15em;
|
508
|
+
letter-spacing: 0.05em;
|
509
|
+
}
|
510
|
+
|
511
|
+
/*********************************************************************************/
|
512
|
+
/* Main */
|
513
|
+
/*********************************************************************************/
|
514
|
+
|
515
|
+
#main
|
516
|
+
{
|
517
|
+
margin-top: 1em;
|
518
|
+
margin-bottom: 1em;
|
519
|
+
}
|
520
|
+
|
521
|
+
.homepage #main
|
522
|
+
{
|
523
|
+
margin-top: 0;
|
524
|
+
margin-bottom: 0;
|
525
|
+
}
|
526
|
+
|
527
|
+
/*********************************************************************************/
|
528
|
+
/* Footer */
|
529
|
+
/*********************************************************************************/
|
530
|
+
|
531
|
+
#footer
|
532
|
+
{
|
533
|
+
}
|
534
|
+
|
535
|
+
#footer header.style1
|
536
|
+
{
|
537
|
+
padding-bottom: 0;
|
538
|
+
}
|
539
|
+
|
540
|
+
#footer hr
|
541
|
+
{
|
542
|
+
margin: 6em 0 6em 0;
|
543
|
+
}
|
544
|
+
|
545
|
+
/*********************************************************************************/
|
546
|
+
/* Copyright */
|
547
|
+
/*********************************************************************************/
|
548
|
+
|
549
|
+
#copyright
|
550
|
+
{
|
551
|
+
margin: 6em 0 0 0;
|
552
|
+
}
|
553
|
+
|
554
|
+
#copyright ul
|
555
|
+
{
|
556
|
+
padding: 0.75em 2em;
|
557
|
+
font-size: 0.9em;
|
558
|
+
}
|
559
|
+
|
560
|
+
#copyright ul li
|
561
|
+
{
|
562
|
+
display: inline-block;
|
563
|
+
margin-left: 1em;
|
564
|
+
padding-left: 1em;
|
565
|
+
border-left: solid 1px #333;
|
566
|
+
border-left-color: rgba(255,255,255,0.05);
|
567
|
+
}
|
568
|
+
|
569
|
+
#copyright ul li:first-child
|
570
|
+
{
|
571
|
+
border-left: 0;
|
572
|
+
margin-left: 0;
|
573
|
+
padding-left: 0;
|
574
|
+
}
|