From 399c82d9a77d9aed30104ed8ad8131a92a6ef150 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Mon, 19 Dec 2016 10:18:55 +0100
Subject: [PATCH] change theme

---
 it4i_theme/assets/stylesheets/application.css | 30 ++++++++++++-------
 1 file changed, 20 insertions(+), 10 deletions(-)

diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css
index 499a58058..234fb8b32 100644
--- a/it4i_theme/assets/stylesheets/application.css
+++ b/it4i_theme/assets/stylesheets/application.css
@@ -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;
 }
+
-- 
GitLab