more style
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
|
||||
@@ -14,12 +14,16 @@ body{
|
||||
font-family: ark;
|
||||
}
|
||||
|
||||
body>div:first-child {
|
||||
position: fixed !important;
|
||||
}
|
||||
|
||||
#menu{
|
||||
background: rgba(0, 153, 153, 0.6);
|
||||
width: 150px;
|
||||
float: left;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
border: 2px solid rgb(0, 153, 153);
|
||||
position: fixed;
|
||||
margin: 15px;
|
||||
@@ -57,7 +61,7 @@ h2{
|
||||
}
|
||||
|
||||
#body{
|
||||
background: rgba(0, 153, 153, 0.5);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
width: calc(100vw - 210px);
|
||||
min-height: 518px;
|
||||
margin: 15px;;
|
||||
|
||||
Reference in New Issue
Block a user