aboutsummaryrefslogtreecommitdiff
path: root/startpage/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'startpage/styles.css')
-rw-r--r--startpage/styles.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/startpage/styles.css b/startpage/styles.css
new file mode 100644
index 00000000..4631ead4
--- /dev/null
+++ b/startpage/styles.css
@@ -0,0 +1,69 @@
+.center { text-align: center; }
+body {
+ margin: 7px;
+ background-color: #111111;
+ background-image: url("bg5.jpg");
+ background-repeat: no-repeat;
+ background-size: cover;
+}
+
+.content {
+ border-radius: 6px;
+ background: #2326273f;
+ padding: 10px 24px;
+ margin: 3%;
+}
+
+.content #title {
+ font-size: 44px;
+}
+
+#time-container h2 {
+ font-size: 32px;
+ color: #f50a69;
+ margin-right: 510px;
+ margin-left: 510px;
+ padding: 5px 0px;
+ background-color: #a00af619;
+ border-radius: 50px;
+}
+
+
+
+.content h1 {
+ color: #FFFFFF;
+}
+
+
+#bottom-nav-container {
+ margin: -7px;
+ background-color: #333333dd;
+ overflow: hidden;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ padding: 0px 0px 7px 0px;
+}
+
+.bottom-nav-item p {
+ display: inline;
+ color: #FFFFFF;
+}
+
+#nav-links {
+ padding: 12px 12px 12px 12px;
+ background-color: #FCFCFC;
+ float: left;
+ border: 2px solid #232627;
+ border-radius: 90px 90px 90px 90px;
+}
+
+#nav-links a {
+ color: #FFFFFF;
+ background-color: #a000fc;
+ text-decoration: none;
+ padding: 8px 18px;
+ border-radius: 20px;
+ margin-right: 3px;
+ margin-left: 3px;
+}