2017-10-22 15:29:45 +02:00
|
|
|
body {
|
2017-12-29 00:40:57 +01:00
|
|
|
background-color: #EEE;
|
2017-12-29 01:14:15 +01:00
|
|
|
color: #CCC; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-10-29 18:52:46 +01:00
|
|
|
#content {
|
2017-12-29 00:40:57 +01:00
|
|
|
padding-top: 64px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
line-height: 1.4; }
|
2017-12-28 22:53:41 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.content-responsive {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto; }
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.content-responsive {
|
|
|
|
width: auto; } }
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.content-responsive {
|
|
|
|
width: auto; } }
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.content-responsive {
|
|
|
|
width: 724px; } }
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.content-responsive {
|
|
|
|
width: 1170px; } }
|
|
|
|
.contentheader {
|
|
|
|
width: 100%;
|
|
|
|
color: #333;
|
|
|
|
font-size: large; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.contentheader h1 {
|
|
|
|
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 900;
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.contentheader h1 {
|
|
|
|
font-size: 32px; } }
|
|
|
|
.contentheader hr {
|
|
|
|
margin: 0 0 25px 0;
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
color: white;
|
|
|
|
height: 1px;
|
|
|
|
background: #CCCCCCFF;
|
|
|
|
background: -moz-linear-gradient(left, #CCC, #FFFFFF00);
|
|
|
|
background: -webkit-linear-gradient(left, #CCC 0%, #FFFFFF00 100%); }
|
|
|
|
|
|
|
|
.blockcontent {
|
|
|
|
display: block;
|
|
|
|
width: 100%; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv {
|
2017-12-29 00:40:57 +01:00
|
|
|
background-color: #333;
|
|
|
|
display: flex;
|
|
|
|
border-bottom: 1px solid #111;
|
|
|
|
box-shadow: 0 0 8px #000000;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .logowrapper {
|
2017-10-22 15:29:45 +02:00
|
|
|
flex: initial;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2017-12-29 00:40:57 +01:00
|
|
|
height: 42px; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .logowrapper .logo {
|
2017-12-29 00:40:57 +01:00
|
|
|
height: 30px;
|
2017-12-29 01:14:15 +01:00
|
|
|
margin: 4px 0 8px 6px;
|
2017-12-29 00:40:57 +01:00
|
|
|
flex: initial; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .tabrow {
|
2017-10-22 15:29:45 +02:00
|
|
|
display: flex;
|
2017-12-29 00:40:57 +01:00
|
|
|
flex: auto; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .tabrow .tab {
|
2017-12-29 00:40:57 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #222;
|
|
|
|
color: #CCC;
|
|
|
|
border-left: 1px solid #000;
|
|
|
|
border-right: 1px solid #000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 0px 0px 0px 20px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
min-width: 64px;
|
|
|
|
text-align: center;
|
|
|
|
flex: initial; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .tabrow .tab:hover {
|
2017-12-29 00:40:57 +01:00
|
|
|
cursor: pointer;
|
|
|
|
background-color: #555; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .tabrow .tab_split {
|
2017-12-29 00:40:57 +01:00
|
|
|
flex: auto; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .tabrow .tab_github {
|
2017-12-29 00:40:57 +01:00
|
|
|
background-color: #4078c0;
|
|
|
|
border-left: 1px solid #111;
|
|
|
|
border-right: 1px solid #111;
|
|
|
|
color: black; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .tabrow .tab_github:hover {
|
2017-12-29 00:40:57 +01:00
|
|
|
background-color: #c9510c;
|
|
|
|
color: black; }
|
|
|
|
|
|
|
|
@media (max-width: 850px) {
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv {
|
|
|
|
position: static;
|
2017-12-29 00:40:57 +01:00
|
|
|
flex-direction: column; }
|
2017-12-29 01:14:15 +01:00
|
|
|
#headerdiv .logowrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center; }
|
|
|
|
#headerdiv .tabrow {
|
|
|
|
flex-direction: column; }
|
|
|
|
#headerdiv .tabrow .tab {
|
|
|
|
border: 1px solid #000;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 5px 10px; }
|
2017-12-29 00:40:57 +01:00
|
|
|
|
2017-12-29 01:14:15 +01:00
|
|
|
#content {
|
|
|
|
padding-top: 0; } }
|
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 100%; }
|
2017-12-29 00:40:57 +01:00
|
|
|
|
2017-12-29 01:14:15 +01:00
|
|
|
#mastercontainer {
|
|
|
|
min-height: 100%;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
#content {
|
|
|
|
padding-bottom: 60px;
|
|
|
|
/* Height of the footer */ }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
#footerdiv {
|
2017-12-29 01:14:15 +01:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 60px;
|
|
|
|
/* Height of the footer */
|
|
|
|
text-align: center;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 auto; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 01:14:15 +01:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
#footerdiv {
|
|
|
|
width: auto; } }
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
#footerdiv {
|
|
|
|
width: auto; } }
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
#footerdiv {
|
|
|
|
width: 724px; } }
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
#footerdiv {
|
|
|
|
width: 1170px; } }
|
2017-12-29 00:40:57 +01:00
|
|
|
#footerdiv hr {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
color: white;
|
|
|
|
height: 1px;
|
|
|
|
background: #CCCCCCFF;
|
|
|
|
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#CCC), to(#FFFFFF00)); }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.bloglistelem_container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.bloglistelem {
|
|
|
|
width: 100%;
|
|
|
|
border: solid 1px #444;
|
|
|
|
margin: 10px 5px;
|
|
|
|
color: #333;
|
|
|
|
text-decoration: none; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.bloglistelem:hover {
|
|
|
|
box-shadow: 0 0 4px #000000; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.ble_blog {
|
|
|
|
background-color: #BBB; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.ble_log {
|
|
|
|
background-color: #DDD; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.ble_blog .ble_date {
|
|
|
|
background-color: #AAA; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.ble_log .ble_date {
|
|
|
|
background-color: #CCC; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.ble_date {
|
|
|
|
background-color: #AAA;
|
|
|
|
padding: 2px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-style: italic; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.ble_title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-align: left;
|
|
|
|
margin: 2px 0 2px 10px; }
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.ble_title {
|
|
|
|
font-size: 1.25em; } }
|
2017-12-30 23:11:51 +01:00
|
|
|
.blogcontent {
|
|
|
|
color: #333;
|
|
|
|
border: 1px solid black;
|
|
|
|
background-color: #E0E0E0;
|
2017-12-30 23:46:27 +01:00
|
|
|
width: 90%;
|
2017-12-30 23:11:51 +01:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto; }
|
|
|
|
|
|
|
|
.bc_header {
|
|
|
|
background-color: #BBB;
|
|
|
|
padding: 0 4px; }
|
|
|
|
|
|
|
|
.bc_data {
|
|
|
|
padding: 8px; }
|
|
|
|
|
2017-12-30 23:46:27 +01:00
|
|
|
.bc_markdown code {
|
|
|
|
font-family: Consolas, Monaco, 'Andale Mono', monospace;
|
|
|
|
direction: ltr;
|
|
|
|
text-align: left;
|
|
|
|
white-space: pre;
|
|
|
|
word-spacing: normal;
|
|
|
|
word-break: normal;
|
|
|
|
-moz-tab-size: 4;
|
|
|
|
tab-size: 4;
|
|
|
|
-webkit-hyphens: none;
|
|
|
|
-moz-hyphens: none;
|
|
|
|
-ms-hyphens: none;
|
|
|
|
hyphens: none; }
|
|
|
|
|
|
|
|
.bc_markdown pre {
|
|
|
|
font-size: 14px;
|
|
|
|
display: block;
|
|
|
|
padding: 9.5px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
line-height: 20px;
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
background-color: #F8F8F8;
|
|
|
|
color: black;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
border-radius: 2px; }
|
|
|
|
|
|
|
|
.bc_markdown blockquote {
|
|
|
|
padding: 0 0 0 15px;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
border-left: 5px solid #CCC; }
|
|
|
|
|
2017-10-29 18:52:46 +01:00
|
|
|
.euler_pnl_base {
|
2017-12-29 00:40:57 +01:00
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: column;
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
margin: 15px; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
|
|
|
.euler_pnl_header {
|
2017-12-29 00:40:57 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 4px;
|
|
|
|
background: #AAA; }
|
2017-11-08 17:39:50 +01:00
|
|
|
|
|
|
|
.euler_pnl_header a {
|
2017-12-29 00:40:57 +01:00
|
|
|
color: #222;
|
|
|
|
text-decoration: none;
|
|
|
|
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 900; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-11-08 17:39:50 +01:00
|
|
|
.euler_pnl_header a:hover {
|
2017-12-29 00:40:57 +01:00
|
|
|
text-decoration: underline; }
|
2017-11-08 17:39:50 +01:00
|
|
|
|
2017-10-29 18:52:46 +01:00
|
|
|
.euler_pnl_content {
|
2017-12-29 00:40:57 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
background: #DDD;
|
|
|
|
padding: 6px; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
|
|
|
.euler_pnl_row {
|
2017-12-29 00:40:57 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
@media (max-width: 850px) {
|
|
|
|
.euler_pnl_row {
|
|
|
|
flex-direction: column; } }
|
2017-10-29 18:52:46 +01:00
|
|
|
.euler_pnl_row2 {
|
2017-12-29 00:40:57 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
|
|
|
.euler_pnl_cell {
|
2017-12-29 00:40:57 +01:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 3px;
|
|
|
|
border: 1px solid #333;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
2017-11-08 17:39:50 +01:00
|
|
|
.euler_pnl_cell:hover {
|
2017-12-29 00:40:57 +01:00
|
|
|
box-shadow: 0 0 4px #000000; }
|
2017-11-08 17:39:50 +01:00
|
|
|
|
2017-10-29 18:52:46 +01:00
|
|
|
.euler_pnl_cell a {
|
2017-12-29 00:40:57 +01:00
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
|
|
|
.euler_pnl_cell a:hover {
|
2017-12-29 00:40:57 +01:00
|
|
|
color: black;
|
|
|
|
text-decoration: none; }
|
2017-10-29 18:52:46 +01:00
|
|
|
|
|
|
|
.euler_pnl_cell a:visited {
|
2017-12-29 00:40:57 +01:00
|
|
|
color: black;
|
|
|
|
text-decoration: none; }
|
2017-10-22 15:29:45 +02:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.euler_pnl_celltime_perfect {
|
|
|
|
background: #98C398; }
|
2017-12-28 22:53:41 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.euler_pnl_celltime_good {
|
|
|
|
background: #B9D89B; }
|
2017-12-28 22:53:41 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.euler_pnl_celltime_ok {
|
|
|
|
background: #D8D898; }
|
2017-12-28 22:53:41 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.euler_pnl_celltime_bad {
|
|
|
|
background: #D8B298; }
|
2017-12-28 22:53:41 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.euler_pnl_celltime_fail {
|
|
|
|
background: #D89D9D; }
|
2017-12-28 22:53:41 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
.euler_pnl_cell_notexist {
|
|
|
|
background: #CCCCCC; }
|
2017-12-28 22:53:41 +01:00
|
|
|
|
2017-12-29 00:40:57 +01:00
|
|
|
/*# sourceMappingURL=styles.css.map */
|