2013-05-26 05:06:44 +00:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2014-06-09 03:49:49 +00:00
|
|
|
a {
|
|
|
|
position: relative;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2014-07-18 13:45:05 +00:00
|
|
|
a:link, a:visited, *[onclick] {
|
2014-06-09 03:49:49 +00:00
|
|
|
color: #08c;
|
2014-07-18 13:45:05 +00:00
|
|
|
cursor: pointer;
|
2014-06-09 03:49:49 +00:00
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:link:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
a .popup {
|
|
|
|
display: none;
|
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
border: 1px solid;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: #AAA;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
z-index: 99;
|
|
|
|
right: 0;
|
|
|
|
bottom: 100%;
|
|
|
|
max-width: inherit;
|
|
|
|
max-height: 400px;
|
|
|
|
margin-right: -100px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
a:hover .popup {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-08-29 00:10:22 +00:00
|
|
|
nav, h4 {
|
2013-05-26 05:06:44 +00:00
|
|
|
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
2013-06-27 00:23:02 +00:00
|
|
|
opacity: 0.85;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
2013-06-27 00:23:02 +00:00
|
|
|
margin-top: 1em;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
2014-02-09 22:57:20 +00:00
|
|
|
/*
|
|
|
|
*[id]::before {
|
|
|
|
position: relative;
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
height: 60px;
|
|
|
|
width: 5px;
|
|
|
|
background: red;
|
|
|
|
margin-top: -60px;
|
|
|
|
}
|
|
|
|
*/
|
2013-05-26 05:06:44 +00:00
|
|
|
|
2013-12-04 01:29:26 +00:00
|
|
|
section {
|
|
|
|
padding: 1ex 0;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
}
|
2013-05-26 05:06:44 +00:00
|
|
|
.content {
|
2013-06-27 00:23:02 +00:00
|
|
|
padding-top: 100px;
|
|
|
|
width: 940px;
|
|
|
|
margin: auto;
|
2013-12-04 01:29:26 +00:00
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
text-align: initial;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
2014-02-07 06:02:43 +00:00
|
|
|
.hlvl {
|
|
|
|
border-left: 5px solid #EEE;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
.hlvl .hlvl {
|
|
|
|
border-color: #CCC;
|
|
|
|
margin-left: -1em;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
.hlvl .hlvl .hlvl {
|
|
|
|
border-color: #AAA;
|
|
|
|
margin-left: -2em;
|
|
|
|
padding-left: 3em;
|
|
|
|
}
|
2014-02-09 22:57:20 +00:00
|
|
|
h2.inline, h3.inline, h4.inline {
|
2014-02-07 06:02:43 +00:00
|
|
|
display: inline-block;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
2013-05-26 05:06:44 +00:00
|
|
|
.box {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.box img {
|
|
|
|
border: 1px solid white;
|
|
|
|
}
|
2014-08-20 19:22:08 +00:00
|
|
|
img.block {
|
|
|
|
display: block;
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 4px;
|
|
|
|
margin: auto 1em;
|
|
|
|
width: 640px;
|
|
|
|
}
|
2013-05-26 05:06:44 +00:00
|
|
|
|
2013-05-30 04:14:51 +00:00
|
|
|
.thumb {
|
2013-06-27 00:23:02 +00:00
|
|
|
clear: both;
|
|
|
|
border-bottom: 2px ridge white;
|
|
|
|
margin-bottom: 4em;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
.thumb .pull-right {
|
2013-06-27 00:23:02 +00:00
|
|
|
margin-left: 5ex;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
.thumb .pull-left {
|
2013-06-27 00:23:02 +00:00
|
|
|
margin-right: 5ex;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
2014-07-18 13:45:05 +00:00
|
|
|
.fit-height {
|
|
|
|
height: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
.middle {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.middle::before {
|
|
|
|
display: inline-block;
|
|
|
|
content: "";
|
|
|
|
width: 0;
|
|
|
|
height: 100%;
|
|
|
|
margin-left: -2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-07-18 14:05:07 +00:00
|
|
|
.middle.play::after {
|
|
|
|
content: "▶";
|
|
|
|
display: inline-block;
|
|
|
|
background: rgba(0, 0, 0, 0.7);
|
|
|
|
box-shadow: 0 0 1px white;
|
|
|
|
border-radius: 50%;
|
|
|
|
padding: 1ex;
|
|
|
|
font-size: 200%;
|
|
|
|
vertical-align: middle;
|
|
|
|
transition: box-shadow 0.3s;
|
|
|
|
}
|
|
|
|
.middle.play:hover::after {
|
|
|
|
box-shadow: 0 0 10px white;
|
|
|
|
}
|
2013-05-26 05:06:44 +00:00
|
|
|
|
|
|
|
.column {
|
2013-06-27 00:23:02 +00:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0 2em;
|
|
|
|
vertical-align: top;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .nav .img {
|
2013-06-27 00:23:02 +00:00
|
|
|
padding: 4px;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .nav .img img {
|
2013-06-27 00:23:02 +00:00
|
|
|
display: block;
|
|
|
|
height: 32px;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
2013-09-20 23:25:53 +00:00
|
|
|
ul.pictures {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
ul.pictures li {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 1ex;
|
|
|
|
}
|
2013-05-26 05:06:44 +00:00
|
|
|
|
|
|
|
header {
|
2013-06-27 00:23:02 +00:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2013-05-26 05:06:44 +00:00
|
|
|
|
2013-06-27 00:23:02 +00:00
|
|
|
color: white;
|
|
|
|
background: black;
|
|
|
|
text-shadow: black 0 1px 50px;
|
|
|
|
box-shadow: 0 1px 5px #000;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
2013-05-30 04:14:51 +00:00
|
|
|
header .container {
|
2013-06-27 00:23:02 +00:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 1;
|
2013-05-30 04:14:51 +00:00
|
|
|
|
2013-08-15 13:53:08 +00:00
|
|
|
background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.8) 100%);
|
|
|
|
background: gradient(radial, center center, 0px, center center, 100%, color-stop(50%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.8)));
|
|
|
|
background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.8) 100%);
|
2013-06-27 00:23:02 +00:00
|
|
|
background: radial-gradient(70% 50% at 30% 50%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8) 100%);
|
2013-08-15 13:53:08 +00:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44000000', endColorstr='#cc000000',GradientType=1 );
|
2013-05-30 04:14:51 +00:00
|
|
|
}
|
2014-07-18 14:05:07 +00:00
|
|
|
header a:link, header a:visited, header *[onclick] {
|
|
|
|
color: white;
|
|
|
|
}
|
2013-05-30 04:14:51 +00:00
|
|
|
header .background {
|
2013-06-27 00:23:02 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2013-05-30 04:14:51 +00:00
|
|
|
}
|
2014-07-18 13:45:05 +00:00
|
|
|
header .box {
|
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
|
transition: all 0.5s;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
right: 1em;
|
|
|
|
bottom: 1em;
|
|
|
|
width: 160px;
|
|
|
|
height: 100px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
header .box.active {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
header .box::before {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 0;
|
|
|
|
height: 100%;
|
|
|
|
content: "";
|
|
|
|
margin-left: -2px;
|
|
|
|
}
|
|
|
|
header .box .minimized,
|
|
|
|
header .box .maximized {
|
|
|
|
position: relative;
|
|
|
|
vertical-align: middle;
|
2014-07-18 14:05:07 +00:00
|
|
|
font-size: 12pt;
|
2014-07-18 13:45:05 +00:00
|
|
|
}
|
|
|
|
header .box .minimized,
|
|
|
|
header .box.active .maximized {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
header .box.active .minimized,
|
|
|
|
header .box .maximized {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-08-29 00:10:22 +00:00
|
|
|
#scrollDown {
|
|
|
|
position: fixed;
|
|
|
|
z-index: -1;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
height: 1ex;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
color: #DDD;
|
|
|
|
font-size: 7em;
|
|
|
|
}
|
2013-05-26 05:06:44 +00:00
|
|
|
#app header {
|
2013-06-27 00:23:02 +00:00
|
|
|
height: 80%;
|
2013-05-30 04:14:51 +00:00
|
|
|
}
|
|
|
|
#app header .background {
|
2014-07-18 13:43:40 +00:00
|
|
|
background: url('../img/shot-laptop-leaning-iphone.png') center center;
|
2013-05-30 04:14:51 +00:00
|
|
|
background-size: cover;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
2013-08-11 18:11:19 +00:00
|
|
|
#algorithm header,
|
|
|
|
#support header {
|
2013-06-27 00:23:02 +00:00
|
|
|
height: 40%;
|
|
|
|
|
|
|
|
background: #272727;
|
2013-05-30 04:14:51 +00:00
|
|
|
}
|
2013-08-11 18:11:19 +00:00
|
|
|
#algorithm header .background,
|
|
|
|
#support header .background {
|
2013-06-27 00:23:02 +00:00
|
|
|
width: 940px;
|
|
|
|
height: auto;
|
|
|
|
left: 50%;
|
|
|
|
top: -10%;
|
|
|
|
margin-left: -470px;
|
2013-05-30 04:14:51 +00:00
|
|
|
}
|
2013-08-11 18:11:19 +00:00
|
|
|
#algorithm header .container,
|
|
|
|
#support header .container {
|
2013-08-15 13:53:08 +00:00
|
|
|
background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.8) 100%);
|
|
|
|
background: gradient(radial, center center, 0px, center center, 100%, color-stop(50%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.8)));
|
|
|
|
background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.8) 100%);
|
2013-06-27 00:23:02 +00:00
|
|
|
background: radial-gradient(50% 50% at 50% 30%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8) 100%);
|
2013-08-15 13:53:08 +00:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44000000', endColorstr='#cc000000',GradientType=1 );
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
header .content {
|
2013-06-27 00:23:02 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 5px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -470px;
|
2013-05-26 05:06:44 +00:00
|
|
|
|
2013-06-27 00:23:02 +00:00
|
|
|
text-align: right;
|
2013-05-26 05:06:44 +00:00
|
|
|
|
2013-06-27 00:23:02 +00:00
|
|
|
/*background: linear-gradient(to bottom, rgba(0,0,0,0) 85%, rgba(0,0,0,0.7) 85%);*/
|
|
|
|
/*background: black url("../img/shot-laptop-leaning-iphone.png") center top / cover no-repeat;*/
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
2014-06-04 03:57:39 +00:00
|
|
|
h1, h2 {
|
|
|
|
font-weight: 100;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 3em;
|
|
|
|
margin: 0 0 1ex;
|
|
|
|
}
|
2013-05-26 05:06:44 +00:00
|
|
|
header h1 {
|
2014-06-04 03:57:39 +00:00
|
|
|
font-size: 6em;
|
|
|
|
margin: 0;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
header h2 {
|
2013-06-27 00:23:02 +00:00
|
|
|
font-size: 2em;
|
2014-06-04 03:57:39 +00:00
|
|
|
font-style: oblique;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
footer {
|
2013-06-27 00:23:02 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
footer h1 {
|
2013-06-27 00:23:02 +00:00
|
|
|
background: #EEE;
|
2013-05-26 05:06:44 +00:00
|
|
|
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
2013-06-27 00:23:02 +00:00
|
|
|
font-size: 170%;
|
|
|
|
font-weight: 100;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
footer .content {
|
2013-06-27 00:23:02 +00:00
|
|
|
margin: 1em auto;
|
|
|
|
padding: 0;
|
2013-05-26 05:06:44 +00:00
|
|
|
}
|
|
|
|
footer .column {
|
2013-06-27 00:23:02 +00:00
|
|
|
text-align: left;
|
2013-05-30 04:14:51 +00:00
|
|
|
}
|
2014-02-07 06:02:43 +00:00
|
|
|
q::before {
|
|
|
|
content: open-quote;
|
|
|
|
}
|
|
|
|
q {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
q::after {
|
|
|
|
content: close-quote;
|
|
|
|
}
|
2014-02-10 03:25:43 +00:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
thead {
|
|
|
|
background: #DDD;
|
|
|
|
}
|
|
|
|
tbody {
|
|
|
|
background: #EEE;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
background: #E9E9E9;
|
|
|
|
}
|
|
|
|
td, th {
|
|
|
|
padding: 1ex;
|
|
|
|
}
|
|
|
|
thead {
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
}
|
|
|
|
tbody td, tbody th {
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
}
|
|
|
|
caption {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
table .box {
|
|
|
|
display: block;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
float: right;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
table .box.red {
|
|
|
|
background: #A66;
|
|
|
|
border: 1px solid #C33;
|
|
|
|
}
|
|
|
|
table .box.orange {
|
|
|
|
background: #AA6;
|
|
|
|
border: 1px solid #CC3;
|
|
|
|
}
|
|
|
|
table .box.green {
|
|
|
|
background: #6A6;
|
|
|
|
border: 1px solid #3C3;
|
|
|
|
}
|