2018-01-21 15:29:01 +01:00
|
|
|
@import 'styles_config';
|
|
|
|
|
|
|
|
.aboutcontent {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aboutcontent .boxedcontent{
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2019-12-28 22:42:25 +01:00
|
|
|
.about_egg_container {
|
2018-01-21 15:29:01 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.git_list {
|
|
|
|
display: inline-block;
|
|
|
|
width: 715px;
|
|
|
|
height: 115px;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include rdmedia_range(0,2) {
|
|
|
|
.git_list { width: 100%; height: auto; }
|
|
|
|
.extGitGraphContainer { width: 95%; width: calc(100% - 16px); }
|
|
|
|
}
|
|
|
|
|
|
|
|
.git_list text.caption {
|
|
|
|
font-size: 10px;
|
|
|
|
fill: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.git_list text.caption_month {
|
|
|
|
font-size: 8px;
|
|
|
|
fill: #BBB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.git_list text.caption_day {
|
|
|
|
font-size: 8px;
|
|
|
|
fill: #BBB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.svg-tip:after {
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
height: 5px;
|
|
|
|
width: 5px;
|
|
|
|
bottom: -10px;
|
|
|
|
margin: 0 0 0px -5px;
|
|
|
|
content: " ";
|
|
|
|
border: 5px solid transparent;
|
|
|
|
border-top-color: rgba(0, 0, 0, 0.8);
|
|
|
|
border-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.svg-tip {
|
|
|
|
padding: 5px;
|
|
|
|
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
|
|
|
|
color: #BBB;
|
|
|
|
font-size: 12px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 99999;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extGitGraphContainer {
|
|
|
|
background-color: #FCFCFC;
|
|
|
|
margin: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
border: 1px solid #222;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.egg_footer {
|
|
|
|
margin-top: 5px;
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.egg_footer > a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.egg_footer > a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #22F;
|
2018-01-26 21:00:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.about_circles {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about_circles {
|
|
|
|
|
|
|
|
a { margin: 5px 0; }
|
|
|
|
|
2018-01-26 23:52:55 +01:00
|
|
|
.iconbutton_light span {text-align: left;}
|
2018-01-26 21:00:50 +01:00
|
|
|
|
2019-12-28 15:44:21 +01:00
|
|
|
}
|
|
|
|
|
2019-12-28 23:52:19 +01:00
|
|
|
.boxedcontent.alertbox {
|
|
|
|
background-color: #F52;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-12-28 15:44:21 +01:00
|
|
|
@if $CFG_EGG_THEME == 'standard'
|
|
|
|
{
|
|
|
|
// ==== STANDARD ====
|
|
|
|
.egg_col_x5_0 { fill: #ebedf0; }
|
|
|
|
.egg_col_x5_1 { fill: #c6e48b; }
|
|
|
|
.egg_col_x5_2 { fill: #7bc96f; }
|
|
|
|
.egg_col_x5_3 { fill: #239a3b; }
|
|
|
|
.egg_col_x5_4 { fill: #196127; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'modern'
|
|
|
|
{
|
|
|
|
.egg_col_x5_0 { fill: #afaca8; }
|
|
|
|
.egg_col_x5_1 { fill: #d6e685; }
|
|
|
|
.egg_col_x5_2 { fill: #8cc665; }
|
|
|
|
.egg_col_x5_3 { fill: #44a340; }
|
|
|
|
.egg_col_x5_4 { fill: #1e6823; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'gray'
|
|
|
|
{
|
|
|
|
.egg_col_x5_0 { fill: #eeeeee; }
|
|
|
|
.egg_col_x5_1 { fill: #bdbdbd; }
|
|
|
|
.egg_col_x5_2 { fill: #9e9e9e; }
|
|
|
|
.egg_col_x5_3 { fill: #616161; }
|
|
|
|
.egg_col_x5_4 { fill: #212121; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'red'
|
|
|
|
{
|
|
|
|
.egg_col_x5_0 { fill: #eeeeee; }
|
|
|
|
.egg_col_x5_1 { fill: #ff7171; }
|
|
|
|
.egg_col_x5_2 { fill: #ff0000; }
|
|
|
|
.egg_col_x5_3 { fill: #b70000; }
|
|
|
|
.egg_col_x5_4 { fill: #830000; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'blue'
|
|
|
|
{
|
|
|
|
.egg_col_x5_0 { fill: #eeeeee; }
|
|
|
|
.egg_col_x5_1 { fill: #6bcdff; }
|
|
|
|
.egg_col_x5_2 { fill: #00a1f3; }
|
|
|
|
.egg_col_x5_3 { fill: #0079b7; }
|
|
|
|
.egg_col_x5_4 { fill: #003958; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'purple'
|
|
|
|
{
|
|
|
|
.egg_col_x5_0 { fill: #eeeeee; }
|
|
|
|
.egg_col_x5_1 { fill: #d2ace6; }
|
|
|
|
.egg_col_x5_2 { fill: #aa66cc; }
|
|
|
|
.egg_col_x5_3 { fill: #660099; }
|
|
|
|
.egg_col_x5_4 { fill: #4f2266; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'orange'
|
|
|
|
{
|
|
|
|
.egg_col_x5_0 { fill: #eeeeee; }
|
|
|
|
.egg_col_x5_1 { fill: #ffcc80; }
|
|
|
|
.egg_col_x5_2 { fill: #ffa726; }
|
|
|
|
.egg_col_x5_3 { fill: #fb8c00; }
|
|
|
|
.egg_col_x5_4 { fill: #e65100; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'halloween'
|
|
|
|
{
|
|
|
|
.egg_col_x5_0 { fill: #eeeeee; }
|
|
|
|
.egg_col_x5_1 { fill: #ffee4a; }
|
|
|
|
.egg_col_x5_2 { fill: #ffc501; }
|
|
|
|
.egg_col_x5_3 { fill: #fe9600; }
|
|
|
|
.egg_col_x5_4 { fill: #03001c; }
|
|
|
|
}
|
|
|
|
@elseif $CFG_EGG_THEME == 'custom'
|
|
|
|
{
|
|
|
|
.egg_col_x9_0 { fill: #F5F5F5; }
|
|
|
|
.egg_col_x9_1 { fill: #DBDEE0; }
|
|
|
|
.egg_col_x9_2 { fill: #C2C7CB; }
|
|
|
|
.egg_col_x9_3 { fill: #AAB0B7; }
|
|
|
|
.egg_col_x9_4 { fill: #9099A2; }
|
|
|
|
.egg_col_x9_5 { fill: #77828E; }
|
|
|
|
.egg_col_x9_6 { fill: #5E6B79; }
|
|
|
|
.egg_col_x9_7 { fill: #455464; }
|
|
|
|
.egg_col_x9_8 { fill: #2C3E50; }
|
2018-01-21 15:29:01 +01:00
|
|
|
}
|