|
.overlay{ |
|
position:fixed; |
|
background:url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/px_by_Gre3g.png); |
|
-webkit-animation:100s scroll infinite linear; |
|
-moz-animation:100s scroll infinite linear; |
|
-o-animation:100s scroll infinite linear; |
|
-ms-animation:100s scroll infinite linear; |
|
animation:100s scroll infinite linear; |
|
top:0; |
|
left:0; |
|
width:100%; |
|
height:100%; |
|
} |
|
|
|
h1.large { |
|
font:200px Lobster !important; |
|
margin-top: 2%; |
|
} |
|
p.large { |
|
font:50px Lobster !important; |
|
} |
|
|
|
h1{ |
|
text-align:center; |
|
color:#FFF !important; |
|
margin-top:1%; |
|
font:60px Lobster; |
|
text-shadow: 0px 4px 3px rgba(0,0,0,0.4), |
|
0px 8px 13px rgba(0,0,0,0.1), |
|
0px 18px 23px rgba(0,0,0,0.1); |
|
} |
|
|
|
.status { |
|
font-family: 'Raleway', sans-serif; |
|
padding: 5px; |
|
} |
|
|
|
.status.text-warning { |
|
color: #ff9800; |
|
} |
|
.status.text-danger { |
|
color: #ff9800; |
|
} |
|
.status.text-info { |
|
color: #00bcd4; |
|
} |
|
|
|
.status.text-success { |
|
color: #ffeb3b; |
|
} |
|
|
|
p{ |
|
color:#FFF; |
|
text-align:center; |
|
font:15px Lobster; |
|
text-shadow: 0px 4px 3px rgba(0,0,0,0.4), |
|
0px 8px 13px rgba(0,0,0,0.1), |
|
0px 18px 23px rgba(0,0,0,0.1); |
|
} |
|
|
|
.sleek { |
|
font-family: Lobster; |
|
} |
|
|
|
.btn.sleek { |
|
font-size: large; |
|
} |
|
|
|
@-webkit-keyframes scroll{ |
|
100%{ |
|
background-position:0px -3000px; |
|
} |
|
} |
|
|
|
@-moz-keyframes scroll{ |
|
100%{ |
|
background-position:0px -3000px; |
|
} |
|
} |
|
|
|
@-o-keyframes scroll{ |
|
100%{ |
|
background-position:0px -3000px; |
|
} |
|
} |
|
|
|
@-ms-keyframes scroll{ |
|
100%{ |
|
background-position:0px -3000px; |
|
} |
|
} |
|
|
|
@keyframes scroll{ |
|
100%{ |
|
background-position:0px -3000px; |
|
} |
|
} |
|
|
|
/* contains input and control widgets */ |
|
.btn-wrap{ |
|
margin:0 auto; |
|
width:80vw; |
|
padding:30px; |
|
background-color: rgba(10,10,10,.2); |
|
} |
|
|
|
.btn-wrap.small{ |
|
padding:10px; |
|
} |
|
|
|
.flow-apps { |
|
margin: 10px; |
|
} |
|
|
|
.control { |
|
display: inline-block; |
|
} |
|
|
|
/* the keys */ |
|
input.control { |
|
padding:15px; |
|
background-color: rgba(0,0,0,0); |
|
margin-right: 5px; |
|
font-size: 20px; |
|
color: cyan; |
|
} |
|
|
|
/* each widget/card section */ |
|
.entry { |
|
margin: 20px; |
|
} |
|
|
|
/* override the bootstrap-markdown editor styles for the textarea */ |
|
.md-header, .btn-toolbar, .md-editor, .md-editor .md-footer, .md-editor>.md-header { |
|
background-color: rgba(0,0,0,0); |
|
border: 0px rgba(0,0,0,0); |
|
} |
|
|
|
textarea { |
|
font-family: 'Abel', sans-serif !important; |
|
font-size: 16px !important; |
|
} |
|
|
|
.md-preview p { |
|
font-family: 'Abel', sans-serif !important; |
|
font-size: 18px; |
|
} |
|
|
|
.md-editor > .md-preview { |
|
padding: 2px; |
|
min-height: 10px; |
|
background: rgba(0, 0, 0,0); |
|
border-top: 1px dashed rgb(221, 221, 221); |
|
border-bottom: 1px dashed rgb(221, 221, 221); |
|
overflow: auto; |
|
color: white !important; |
|
padding: 20px; |
|
} |
|
|
|
.md-editor.md-fullscreen-mode.active { |
|
background-color: rgba(10,10,10,.6) !important; |
|
} |
|
|
|
.md-editor.md-fullscreen-mode.active textarea { |
|
background-color: rgba(10,10,10,.9) !important; |
|
transition: background-color 1s ease-in-out; |
|
} |
|
.md-editor.md-fullscreen-mode.active textarea:hover,.md-editor.md-fullscreen-mode.active textarea:hover { |
|
background-color: rgba(10,10,10,.9) !important; |
|
} |
|
|
|
.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview { |
|
background-color: rgba(10,10,10,.9) !important; |
|
text-align: left; |
|
} |
|
|
|
.md-editor.md-fullscreen-mode p, .md-preview p { |
|
text-align: left !important; |
|
} |
|
|
|
.tab-content { |
|
padding: 10px; |
|
} |
|
|
|
#flow * { |
|
color: #cddc39; |
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
text-align: left; |
|
} |
|
|
|
#flow h1, #flow h2, #flow h3 { |
|
color: #ffc107 !important; |
|
font-family: font-family: 'Abel', sans-serif !important; |
|
text-align: left; |
|
} |
|
|
|
.panel { |
|
background-color: rgba(10,10,10,.2); |
|
} |
|
|
|
.flow-info { |
|
margin-top: 5px; |
|
} |
|
.metric { |
|
font-size: 15px; |
|
color: yellow; |
|
} |
|
|
|
#flow div.panel-footer { |
|
background-color: darkslategrey !important; |
|
} |
|
|
|
#flow .panel-footer span.metric { |
|
color: lightcyan; |
|
} |