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.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/html/styles.css b/html/styles.css
index 8bdddf2..258e7a6 100644
--- a/html/styles.css
+++ b/html/styles.css
@@ -461,4 +461,31 @@
height: 60px;
left: 1000px;
top: 540px;
+}
+
+.credits-popup {
+ width: 880px;
+ height: 550px;
+ color: black;
+}
+
+.credit-image {
+ position: absolute;
+ margin-top: 20px;
+ margin-left: 20px;
+ width: 220px;
+ height: 220px;
+}
+
+.credit-title {
+ font-size: 26px;
+ margin-top: 10px;
+ margin-left: 270px;
+ color: white;
+}
+
+.credit-name {
+ font-size: 16px;
+ margin-left: 300px;
+ color: white;
} \ No newline at end of file