aboutsummaryrefslogtreecommitdiff
path: root/startpage/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'startpage/styles.css')
-rw-r--r--startpage/styles.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/startpage/styles.css b/startpage/styles.css
deleted file mode 100644
index 92db46e5..00000000
--- a/startpage/styles.css
+++ /dev/null
@@ -1,70 +0,0 @@
-.center { text-align: center; }
-body {
- margin: 7px;
- background-color: #111111;
- background-image: url('bg5.jxg'), url("shttps://raw.githubusercontent.com/MikunoNaka/dots/master/startpage/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: #23262719;
- border-radius: 50px;
-}
-
-
-
-.content h1 {
- color: #FFFFFF;
-}
-
-
-#bottom-nav-container {
- margin: -7px;
- background-color: #3333330d;
- overflow: hidden;
- position: fixed;
- bottom: 6px;
- width: 100%;
- padding: 13px 0px 22px 0px;
-}
-
-.bottom-nav-item p {
- display: inline;
- color: #FFFFFF;
-}
-
-#nav-links {
- max-width: 96%;
- margin: 3%;
- padding: 12px 12px 12px 12px;
- background-color: #FCFCFCdd;
- border: 2px solid #232627;
- border-radius: 90px 90px 90px 90px;
-}
-
-#nav-links a {
- color: #FFFFFF;
- background-color: #5b76b7;
- text-decoration: none;
- padding: 8px 18px;
- border-radius: 20px;
- margin-right: 3px;
- margin-left: 3px;
-}