aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-05 19:22:08 -0400
committerAlee <Alee14498@gmail.com>2019-04-05 19:22:08 -0400
commit4250a4f951fbed985e6a60507fb526ee96acfccf (patch)
treec9dd6f8887fd9011a130763b8fd37e1de720a1b4 /style.css
parent743327238a4c565bc1beb3fd0f373a48c2abf26c (diff)
downloadpersonal-website-4250a4f951fbed985e6a60507fb526ee96acfccf.tar.gz
personal-website-4250a4f951fbed985e6a60507fb526ee96acfccf.tar.bz2
personal-website-4250a4f951fbed985e6a60507fb526ee96acfccf.zip
A massive website overhaul (Changed the theme)
Diffstat (limited to 'style.css')
-rw-r--r--style.css208
1 files changed, 0 insertions, 208 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 04f372a..0000000
--- a/style.css
+++ /dev/null
@@ -1,208 +0,0 @@
-/*
- Legacy Silicon Theme
- Made by ServerLion and Alee
-*/
-.container {
- width: 95%;
- margin: auto;
- overflow: hidden;
-}
-
-@media screen and (max-width: 600px) {
- .nav a:not(:first-child) {
- display: none;
- }
-
- .nav a.icon {
- float: right;
- display: block;
- }
-}
-
-
-@media screen and (max-width: 600px) {
- .nav.responsive {
- position: relative;
- }
-
- .nav.responsive a.icon {
- position: absolute;
- right: 0;
- top: 0;
- }
-
- .nav.responsive a {
- float: none;
- display: block;
- text-align: left;
- }
-}
-
-body {
- font-family: 'Play', sans-serif;
- padding: 0;
- margin: 0;
- background: #333;
- color: white
-}
-
-a {
- color: white;
-}
-
-.iframe {
- display: block;
-}
-
-.subtitle {
- font-size: 40px;
- text-align: center;
-}
-
-.footer {
- padding: 20px;
- margin-top: 20px;
- position: absolute; bottom: 0px; left: 0px; right: 0px;
- color: white;
- background-color: #1f8e42;
- text-align: center;
-}
-
-.title {
- font-size: 40px;
- text-align: center;
-}
-
-#title {
- border: solid white 5px;
-}
-
-#navigation {
- padding-top: 0px;
- padding-left: 0px;
- padding-right: 0px;
- padding-bottom: 15px;
- margin: -1px;
-}
-
-ul.navbar {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
- background-color: black;
-}
-
-li.list-blog {
- text-decoration: none;
- display: block;
-}
-
-li.logo {
- font-weight: bold;
- color: white;
-}
-
-li.nav {
- float: left;
- display: block;
- color: white;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
-}
-
-i {
- font-size: 30px;
-}
-
-.footer-a {
- text-decoration: none;
-}
-
-a.nav {
- color: white;
- text-decoration: none;
-}
-
-li.nav:hover{
- background-color: grey;
-}
-
-.active {
- background-color: #1f8e42;
- color: white;
-}
-
-.nav .icon {
- display: none;
-}
-
-
-.btn {
- border: none;
- font-size: 14px;
- color: white;
- padding: 14px 30px;
- text-decoration: none;
-}
-
-.default {
- background-color: #348d43;
- color: white;
-}
-
-.default:hover {
- background: #ddd;
-}
-
-
-.jumbotron {
- padding: 2rem 1rem;
- margin-bottom: 2rem;
- background-color: #1f8e42;
-}
-
-@media (min-width: 576px) {
- .jumbotron {
- padding: 4rem 2rem;
- }
-}
-
-.jumbotron-fluid {
- padding-right: 0;
- padding-left: 0;
- border-radius: 0;
-}
-
-.jumbotron a {
- text-decoration: none;
-}
-
-.card {
- background: white;
- color: black;
- padding: 20px;
- width: 300px;
- margin: 10px;
-}
-
-.row-cards {
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin-right: -15px;
- margin-left: -15px;
-}
-
-.row-column:after {
- content: "";
- display: table;
- clear: both;
-}
-
-.column {
- float: left;
- width: 33.33%;
-} \ No newline at end of file