table on topology views add and start router controller
[VSoRC/.git] / styles / main.css
index 0b3d0f0913e5892cc7983b95c661efbfed38dca2..98ab5ee9d483cef1162c24960b625d8ec2c62525 100644 (file)
@@ -28,8 +28,8 @@ body {
     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%),
     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%),
     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%),
-    linear-gradient(90deg, rgb(10, 147, 39), rgb(235, 252, 123)); */\r
-  display: flex;\r
+    linear-gradient(90deg, rgb(10, 147, 39), rgb(235, 252, 123)); */
+  display: flex;
   flex-direction: column;
   font-family: helvetica;
   padding-top: 10vh;
@@ -88,69 +88,87 @@ flex-grow: 1;
   align-content: stretch; */
   width: 100%;
   display: flex;
-  flex-flow: row wrap\r
-}\r
-.RAM{\r
-  flex-basis: 60%\r
-}\r
-.CPU{\r
-  flex-basis: 30%;\r
-  flex-grow: 1;\r
-}\r
-.TRAFFIC{\r
-  flex-basis: 100%\r
-}\r
-\r
-\r
-\r
-.navbar{\r
-  width: auto;\r
-}\r
-\r
-\r
-#main{\r
-  padding: 0em 10vw;\r
-}\r
-/* H1 to H6 */\r
-h1, h2, h3, h4, h5, h6, p, label, span{\r
-color: white;\r
-font-weight: bold;\r
-line-height: 1.5;\r
-}\r
-/* formularios */\r
-.form{\r
-  width: 100%;\r
-}\r
-fieldset{\r
-  width: 100%;\r
-  display: flex;\r
-  flex-flow: column wrap;\r
-  justify-content: flex-start;\r
-  align-items: stretch;\r
-  border: 0;\r
-}\r
-\r
-select{\r
-background-color: rgba(200,200,200,0.5);\r
-border: 0;\r
-border-bottom: 2px black solid;\r
-overflow: hidden;\r
-width: 15em;\r
-}\r
-/* some hacky shit for hidind the arrow */\r
-select {\r
-  /* for Firefox */\r
-  -moz-appearance: none;\r
-  /* for Chrome */\r
-  -webkit-appearance: none;\r
-}\r
-\r
-/* For IE10 */\r
-select::-ms-expand {\r
-  display: none;\r
-}\r
-\r
-input[type=text]{\r
-border-radius: 0;\r
-border: 0;\r
-}\r
+  flex-flow: row wrap
+}
+.RAM{
+  flex-basis: 60%
+}
+.CPU{
+  flex-basis: 30%;
+  flex-grow: 1;
+}
+.TRAFFIC{
+  flex-basis: 100%
+}
+.TEMP{
+flex-basis: 100%;
+}
+#temperatura{
+width: 100%;
+align-self: center;
+background-color: transparent;
+color: white;
+font-size: 1.6vw;
+font-weight: 900;
+}
+@media (max-width: 800px){
+ #temperatura{
+  font-size:16px;
+ }
+}
+
+.navbar{
+  width: auto;
+}
+
+
+#main{
+  padding: 0em 10vw;
+  padding-left: 20px;
+}
+/* H1 to H6 */
+h1, h2, h3, h4, h5, h6, p, label, span{
+color: white;
+font-weight: bold;
+line-height: 1.5;
+}
+/* formularios */
+.form{
+  width: 100%;
+}
+fieldset{
+  width: 100%;
+  display: flex;
+  flex-flow: column wrap;
+  justify-content: flex-start;
+  align-items: stretch;
+  border: 0;
+}
+
+select{
+background-color: rgba(200,200,200,0.5);
+border: 0;
+border-bottom: 2px black solid;
+overflow: hidden;
+width: 15em;
+}
+/* some hacky shit for hidind the arrow */
+select {
+  /* for Firefox */
+  -moz-appearance: none;
+  /* for Chrome */
+  -webkit-appearance: none;
+}
+
+/* For IE10 */
+select::-ms-expand {
+  display: none;
+}
+
+input[type=text]{
+border-radius: 0;
+border: 0;
+}
+#imgtoporouting{
+  width: 500px;
+}