This commit is contained in:
root
2019-12-13 22:20:23 +00:00
parent 3c32a4b96c
commit 1a4d72f145
136 changed files with 7187 additions and 138 deletions
+11
View File
@@ -0,0 +1,11 @@
/* required LIB STYLES */
/* .Treant se automatski dodaje na svaki chart conatiner */
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.Treant-loaded .node,
.Treant.Treant-loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .collapse-switch { width: 3px; height: 3px; display: block; border: 1px solid black; position: absolute; top: 1px; right: 1px; cursor: pointer; }
.Treant .collapsed .collapse-switch { background-color: #868DEE; }
.Treant > .node img { border: none; float: left; }
+7 -3
View File
@@ -4,8 +4,11 @@ body{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
overflow-y:scroll;
color: white;
text-shadow: 0px 0px 3px rgb(0, 153, 153);
font-family: 'Palanquin Dark', sans-serif;
}
#menu{
@@ -15,7 +18,7 @@ body{
padding-top: 50px;
padding-bottom: 50px;
border: 2px solid rgb(0, 153, 153);
position: absolute;
position: fixed;
margin: 15px;
}
@@ -26,7 +29,8 @@ body{
text-decoration: underline;
}
#menu h4 a:hover{
cursor: pointer;
color: white;
}
#menu li a{
@@ -44,7 +48,7 @@ body{
#body{
background: rgba(0, 153, 153, 0.5);
width: calc(100vw - 195px);
width: calc(100vw - 210px);
min-height: 518px;
margin: 15px;;
padding-left: 25px;