Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/styles.css')
-rw-r--r--html/styles.css36
1 files changed, 34 insertions, 2 deletions
diff --git a/html/styles.css b/html/styles.css
index 258e7a6..4b33534 100644
--- a/html/styles.css
+++ b/html/styles.css
@@ -465,7 +465,7 @@
.credits-popup {
width: 880px;
- height: 550px;
+ height: 600px;
color: black;
}
@@ -488,4 +488,36 @@
font-size: 16px;
margin-left: 300px;
color: white;
-} \ No newline at end of file
+}
+
+.networkIcon {
+ position: absolute;
+ top: 530px;
+ right: 50px;
+}
+
+.network-popup {
+ width: 880px;
+ height: 200px;
+ color: black;
+}
+
+.networkbImage {
+ position: absolute;
+ top: 40px;
+ left: 10px;
+}
+
+.networkValue {
+ position: absolute;
+ left: 100px;
+ margin-top: 35px;
+ font-size: 38px;
+ width: 760px;
+}
+
+.checkwButton {
+ position: absolute;
+ bottom: 10px;
+ right: 30px;
+}