4891d336e8df504a3b212192418ea73c2cda7930
[VSoRC/.git] / styles / main.css
1 body {
2   background:
3     linear-gradient(238deg, rgba(70, 70, 70, 0.09) 0%, rgba(70, 70, 70, 0.09) 50%, rgba(214, 214, 214, 0.09) 50%, rgba(214, 214, 214, 0.09) 100%),
4     linear-gradient(126deg, rgba(223, 223, 223, 0.05) 0%, rgba(223, 223, 223, 0.05) 50%, rgba(217, 217, 217, 0.05) 50%, rgba(217, 217, 217, 0.05) 100%),
5     linear-gradient(152deg, rgba(116, 116, 116, 0.08) 0%, rgba(116, 116, 116, 0.08) 50%, rgba(248, 248, 248, 0.08) 50%, rgba(248, 248, 248, 0.08) 100%),
6     linear-gradient(225deg, rgba(1, 1, 1, 0.07) 0%, rgba(1, 1, 1, 0.07) 50%, rgba(5, 5, 5, 0.07) 50%, rgba(5, 5, 5, 0.07) 100%),
7     linear-gradient(194deg, rgba(14, 14, 14, 0.09) 0%, rgba(14, 14, 14, 0.09) 50%, rgba(206, 206, 206, 0.09) 50%, rgba(206, 206, 206, 0.09) 100%),
8     linear-gradient(100deg, rgba(220, 220, 220, 0.07) 0%, rgba(220, 220, 220, 0.07) 50%, rgba(65, 65, 65, 0.07) 50%, rgba(65, 65, 65, 0.07) 100%),
9     linear-gradient(190deg, rgba(194, 194, 194, 0.03) 0%, rgba(194, 194, 194, 0.03) 50%, rgba(206, 206, 206, 0.03) 50%, rgba(206, 206, 206, 0.03) 100%),
10     linear-gradient(320deg, rgba(10, 10, 10, 0.08) 0%, rgba(10, 10, 10, 0.08) 50%, rgba(231, 231, 231, 0.08) 50%, rgba(231, 231, 231, 0.08) 100%),
11     linear-gradient(90deg, rgb(10, 147, 39), rgb(235, 252, 123));\r
12   display: flex;\r
13   flex-direction: column;
14 }
15
16 .realtime {
17   /* width: 100vw;
18   height: auto;
19   display: flex;
20   flex-flow: column wrap;
21   justify-content: space-around;
22   align-items: stretch;
23   align-content: stretch; */
24 }
25
26 .CPU {
27   display: flex;
28   align-items: stretch;
29   align-content: stretch;
30   justify-content: space-around;
31 }
32 .CPU div{\r
33   flex-shrink:1;\r
34 }
35 .iframea {
36   display: flex;
37   width: 100%;
38   height: 40em;
39   overflow: auto;
40   border-radius: 20px;
41 }\r
42 #ram, #cpu, #trafico{\r
43 \r
44 }\r
45 .navbar{\r
46   width: auto;\r
47 }\r