Feat: import work and verify compilation

This commit is contained in:
2020-06-24 08:26:04 +02:00
parent 1ad81faabe
commit 5b475a2f38
1607 changed files with 151664 additions and 1255 deletions

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,9 @@ h1{
}
h2 {
font-size: 2em
font-size: 2em;
background-color: @light-grey;
padding: 4px;
}
h3 {
@@ -74,10 +76,11 @@ img {
aside {
background-color: @sidebar-bg;
color: @sidebar-text-color;
text-align: center;
// text-align: center;
a {
color: @sidebar-link-color;
display: block;
}
a:hover {
@@ -85,10 +88,10 @@ aside {
}
div {
padding: 20px;
margin: 0;
img {
padding: 20px;
border-radius: 50%;
max-width: 140px;
}
@@ -105,14 +108,58 @@ aside {
nav {
ul {
li {
display: inline;
line-height: 1.6em;
font-size: 1em;
text-transform: lowercase;
}
padding-inline-start: 0px;
display: block;
}
}
ul.toctree {
li {
a {
background-color: @navbar-bg;
color: @navbar-text-color;
border: none;
}
}
li.toctree-l1 {
li.current{
background-color: @navbar-toctree-l2-sel-bg;
color: @navbar-toctree-l2-sel-txt;
padding: 10px;
}
}
li.current{
a {
background-color: @navbar-toctree-l1-sel-bg;
border-bottom: solid 1px @light-grey;
border-left: solid 2px @grey;
color: @navbar-toctree-l1-sel-txt;
}
a:hover {
color: @orange;
}
}
li.toctree-l2 {
a {
border: none;
background-color: @navbar-toctree-l2-bg;
color: @navbar-toctree-l2-txt;
}
}
a {
padding: 10px;
}
a:hover {
color: @orange;
}
}
ul.list {
li {
display: inline;
line-height: 1.6em;
font-size: 1.28em;
text-transform: lowercase;
}
}
}
}
main {
@@ -266,7 +313,14 @@ main {
}
}
.about {
text-align: center;
border-top: @footer-border-color 1px solid;
padding-top: 1em;
}
.tag-cloud {
text-align: center;
a {
background-color: @tag-bg;
padding: .2em .6em .2em;
@@ -358,6 +412,32 @@ ul.list {
}
}
ul.breadcrumb {
padding: 5px 10px;
list-style: none;
background-color: #eee;
font-size: 0.9em;
li {
display: inline;
font-size: 18px;
a {
color: @link-color;
text-decoration: none;
}
a:hover {
color: @link-hover-color;
}
}
li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
}
ul.social {
font-size: 1.6em;
padding-top: 20px;
@@ -382,93 +462,9 @@ ul.social {
line-height: 36px;
}
a.sc-facebook {
background-color: @facebook-bg-color;
}
a.sc-google {
background-color: @google-bg-color;
}
a.sc-instagram {
background-color: @instagram-bg-color;
}
a.sc-pinterest {
background-color: @pinterest-bg-color;
}
a.sc-linkedin {
background-color: @linkedin-bg-color;
}
a.sc-medium {
background-color: @medium-bg-color;
}
a.sc-rss {
background-color: @rss-bg-color;
}
a.sc-stack-overflow {
background-color: @stack-overflow-bg-color;
}
a.sc-tumblr {
background-color: @tumblr-bg-color;
}
a.sc-twitter {
background-color: @twitter-bg-color;
}
a.sc-youtube {
background-color: @youtube-bg-color;
}
a.sc-github, a.sc-github-alt {
background-color: @github-bg-color;
}
a.sc-envelope-o {
background-color: @email-bg-color;
}
a.sc-reddit {
background-color: @reddit-bg-color;
}
a.sc-soundcloud {
background-color: @soundcloud-bg-color;
}
a.sc-gitlab {
background-color: @gitlab-bg-color;
}
a.sc-xing {
background-color: @xing-bg-color;
}
a.sc-bitbucket {
background-color: @bitbucket-bg-color;
}
}
.ads-aside {
display: inline-block;
height: 90px;
width: 70%;
}
.ads-responsive {
display: inline-block;
margin: 6px 0 6px 0;
width: 90%;
height: 70px;
margin-left: 5%;
}
//
// Desktop
@@ -476,7 +472,8 @@ ul.social {
@media screen and (min-width: 768px) {
aside {
width: 25%;
width: 20%;
max-width: 250px;
height: 100%;
position: fixed;
top: 0;
@@ -484,12 +481,10 @@ ul.social {
overflow-y: auto;
div {
padding: 36px 18px;
nav {
ul {
li {
padding: 0 !important;
padding: 0;
display: block;
}
}
@@ -521,12 +516,4 @@ ul.social {
}
}
}
.ads-aside {
height: 250px;
}
.ads-responsive {
height: 90px;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -25,6 +25,16 @@
@sidebar-link-color: @white;
@sidebar-link-hover-color: @light-grey;
// NavBar
@navbar-bg: @dark-grey;
@navbar-text-color: @white;
@navbar-toctree-l1-sel-bg: @dark-grey;
@navbar-toctree-l1-sel-txt: @light-grey;
@navbar-toctree-l2-bg: @med-grey;
@navbar-toctree-l2-txt: @grey;
@navbar-toctree-l2-sel-bg: @light-grey;
@navbar-toctree-l2-sel-txt: @grey;
// Buttons
@btn-bg: @orange;
@btn-text-color: @white;
@@ -47,24 +57,3 @@
// Nav
@nav-border-color: @light-grey;
// Social buttons
@email-bg-color: #578ad6;
@facebook-bg-color: #3e5b98;
@github-bg-color: #111010;
@google-bg-color: #d93e2d;
@instagram-bg-color: #125688;
@linkedin-bg-color: #3371b7;
@medium-bg-color: #00ab6b;
@pinterest-bg-color: #c92619;
@reddit-bg-color: #ff4500;
@rss-bg-color: #f26109;
@soundcloud-bg-color: #ff5500;
@stack-overflow-bg-color: #ff9900;
@tumblr-bg-color: #36465d;
@twitter-bg-color: #4da7de;
@youtube-bg-color: #e02a20;
@gitlab-bg-color: #fca326;
@xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6;