forked from rampatra/failsafe.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo-style.css
25 lines (22 loc) · 1.06 KB
/
demo-style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body, html { font-size: 15px; padding: 0; margin: 0;}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
body{font-family:'Lato',Calibri,Arial,sans-serif;color:#566473;background:#f2f2f2}
a{border-bottom:1px dotted}
a,a:hover{text-decoration:none}
.header-container>header{width:100%;margin:0 auto;padding:2em}
.header-container>header{text-align:center;font-size:16px;padding:4em 2em 3em;background:#e74c3c}
.header-container>header h1{font-size:2.625em;line-height:1.3;margin:0;font-weight:700;color:#fff}
.header-container>header span{display:block;font-size:60%;padding:0 0 .6em .1em;font-weight:300;color:#e6e6e6}
/*Helpers*/
.mr-top-10x{margin-top:10px}
.disp-inl-blk{display:inline-block}
.ac{text-align:center}
/*Bootstrap Customization*/
input[type="text"]{height:30px}
*:focus{outline:0}
h3{font-weight:500}
ul[class="square"] li{list-style:square}
.modal-backdrop{background-color:transparent;opacity:0}
.lightbox-content{padding:0}