|
@@ -2,14 +2,205 @@ li {
|
|
|
margin: 0px 0px 0px -18px;
|
|
|
padding: 0px;
|
|
|
}
|
|
|
+
|
|
|
html, body {
|
|
|
max-width: 100%;
|
|
|
overflow-x: hidden;
|
|
|
+ font-family: sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+#rowdiv {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: auto auto;
|
|
|
+}
|
|
|
+
|
|
|
+#statstable {
|
|
|
+ grid-column: 1;
|
|
|
+ margin-left: 20px;
|
|
|
+ margin-right: 40px;
|
|
|
+ padding: 20px;
|
|
|
+ padding-right: 30px;
|
|
|
+ background-color: #f8f8f8;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+#connectionsblockeddiv {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ font-size: 18px;
|
|
|
+ z-index: 10;
|
|
|
+ position: relative;
|
|
|
+ color: #bf0600;
|
|
|
+}
|
|
|
+
|
|
|
+#connectionsblockedicon {
|
|
|
+ margin-right: 5px;
|
|
|
+ height: 20px;
|
|
|
+ width: auto;
|
|
|
+ position: relative;
|
|
|
+ top: -1px;
|
|
|
+}
|
|
|
+
|
|
|
+#sinceinstallationdiv {
|
|
|
+ border-color: #dbdbdb;
|
|
|
+ border-bottom-style: solid;
|
|
|
+ border-width: 1px;
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ padding-bottom: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+#onthispagediv {
|
|
|
+ border-color: #dbdbdb;
|
|
|
+ border-bottom-style: solid;
|
|
|
+ border-width: 1px;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ padding-bottom: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+#uidiv {
|
|
|
+ grid-column: 2;
|
|
|
+ padding-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+#titlediv {
|
|
|
+ width: 100%;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-top: 5px;
|
|
|
+ margin-bottom: 25px;
|
|
|
+ cursor: default;
|
|
|
+}
|
|
|
+
|
|
|
+#titledivinner {
|
|
|
+ width: 150px;
|
|
|
+ position: relative;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%,0%);
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+#title {
|
|
|
+ font-size: 19px;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+#titlelogo {
|
|
|
+ height: 20px;
|
|
|
+ width: auto;
|
|
|
+ margin-right: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.btn {
|
|
|
+ padding-left: 8px;
|
|
|
+ padding-right: 8px;
|
|
|
+ padding-top: 8px;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-style: solid;
|
|
|
+ border-color: transparent;
|
|
|
+ border-width: 1px;
|
|
|
+ color: white;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-red {
|
|
|
+ background-color: red;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-red:hover {
|
|
|
+ background-color: #e60000;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-green {
|
|
|
+ background-color: #0bc214;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-green:hover {
|
|
|
+ background-color: #09ad11;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-blue {
|
|
|
+ background-color: #3676ff;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-blue:hover {
|
|
|
+ background-color: #336be3;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-lightblue {
|
|
|
+ background-color: #3cb1ff;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-lightblue:hover {
|
|
|
+ background-color: #3498db;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-light {
|
|
|
+ color: #777;
|
|
|
+ background-color: #fafafa;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-light:hover {
|
|
|
+ background-color: #f5f5f5;
|
|
|
+}
|
|
|
+
|
|
|
+.badge {
|
|
|
+ padding-left: 4px;
|
|
|
+ padding-right: 4px;
|
|
|
+ padding-top: 1px;
|
|
|
+ padding-bottom: 1px;
|
|
|
+ border-radius: 3px;
|
|
|
+ border-style: solid;
|
|
|
+ border-color: transparent;
|
|
|
+ color: white;
|
|
|
+ font-size: 12px;
|
|
|
+ cursor: default;
|
|
|
+}
|
|
|
+
|
|
|
+.badge-info {
|
|
|
+ background-color: #6939a8;
|
|
|
+}
|
|
|
+
|
|
|
+.badge-alert-info {
|
|
|
+ background-color: #ffe96e;
|
|
|
+ color: #877300;
|
|
|
+}
|
|
|
+
|
|
|
+.badge-alert-info-img {
|
|
|
+ position: relative;
|
|
|
+ top: 1px;
|
|
|
+ height: 15px;
|
|
|
+ width: auto;
|
|
|
+ margin-right: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#inExcludesAlert {
|
|
|
+ position: relative;
|
|
|
+ top: -2px;
|
|
|
+ font-size: 13px;
|
|
|
+}
|
|
|
+
|
|
|
+#infocenter {
|
|
|
+ margin-top: 5px;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+#switchdiv {
|
|
|
+ margin-bottom: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#versiondisplay {
|
|
|
+ cursor: default;
|
|
|
+ padding-top: 5px;
|
|
|
}
|
|
|
|
|
|
tr.spaceUnder > td {
|
|
|
padding-bottom: 0.5em;
|
|
|
}
|
|
|
+
|
|
|
.container {
|
|
|
margin: 2px;
|
|
|
width: auto;
|
|
@@ -17,6 +208,7 @@ tr.spaceUnder > td {
|
|
|
line-height: 45px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.resize_fit_center {
|
|
|
max-width: 100%;
|
|
|
max-height: 100%;
|
|
@@ -34,9 +226,11 @@ tr.spaceUnder > td {
|
|
|
.newLine {
|
|
|
display: block;
|
|
|
}
|
|
|
+
|
|
|
.btn-behance {
|
|
|
background-color: #1769ff;
|
|
|
}
|
|
|
+
|
|
|
.btn-behance:hover {
|
|
|
background-color: #4a8aff;
|
|
|
}
|
|
@@ -54,7 +248,6 @@ tr.spaceUnder > td {
|
|
|
}
|
|
|
|
|
|
#inTempexcludesAlert,
|
|
|
-#inExcludesAlert,
|
|
|
#inTempIncludesAlert,
|
|
|
#refreshbutton {
|
|
|
white-space: nowrap;
|
|
@@ -98,6 +291,7 @@ label {
|
|
|
top: 5px;
|
|
|
margin-top: 4px;
|
|
|
}
|
|
|
+
|
|
|
#copyBtnArea .btn {
|
|
|
margin:2px;
|
|
|
}
|