Skip to content
Snippets Groups Projects
Commit 399c82d9 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

change theme

parent 27ea4df6
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
Pipeline #
......@@ -300,7 +300,6 @@ hr {
.button .icon {
display: inline-block;
font-size: 24px;
padding: 8px;
margin: 4px;
}
.stretch {
......@@ -367,9 +366,6 @@ body, input {
.ios.standalone .project:before {
background: rgba(0, 0, 0, .12);
}
.project .logo img {
background: #fff;
border-radius: 100%}
.project:focus .logo img, .project:hover .logo img {
box-shadow: 0 4px 7px rgba(0, 0, 0, .23), 0 8px 25px rgba(0, 0, 0, .05);
}
......@@ -452,7 +448,6 @@ body, input {
}
.project .logo img {
display: block;
width: 64px;
height: 64px;
}
.project .name {
......@@ -463,7 +458,7 @@ body, input {
vertical-align: middle;
}
.project .logo+.name {
font-size: 12px;
font-size: 20px;
}
.repo {
margin: 24px 0;
......@@ -540,9 +535,6 @@ pre span {
.article a, .article h1, .article h2 {
color: #fff0e6;
}
.article code {
background: #eee;
}
.article kbd {
color: #555;
background-color: #fcfcfc;
......@@ -597,7 +589,6 @@ pre span {
}
.admonition {
background: #e6f2ff;
color: #fff;
}
.admonition pre {
background: hsla(0, 0%, 100%, .3);
......@@ -1246,4 +1237,23 @@ h1 .article .headerlink {
.article table th {
color: #fff0e6;
}
} .toc {
max-height: 600px;
overflow: auto;
}
a:not([href*="//"]) {
/* CSS for internal links */
}
a[href*="//"]:not([href*="https://gitlab.it4i.cz/kru0052/docs.it4i"]) {
/*CSS for external links */
background: transparent url("/img/external.png") no-repeat right 0px top 1px;
background-size: 12px;
padding: 1px 16px 1px 0px;
}
#page-wrap {
width: 800px;
margin: 0 auto;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment