summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-05 20:19:05 -0400
committerGitHub <noreply@github.com>2019-04-05 20:19:05 -0400
commita833557bb2cc0c85d35dfa458fa5cbb5af41a95b (patch)
treef1b1448baddf6ba5f8ef50bce9609a65854aa138 /style.css
parent0bfdc245ee2bb782ff3a83858c64f3058dba5b8d (diff)
parentb9c3946dab30a097cd5390e019e42a8a99116587 (diff)
downloadsilicon-linux-a833557bb2cc0c85d35dfa458fa5cbb5af41a95b.tar.gz
silicon-linux-a833557bb2cc0c85d35dfa458fa5cbb5af41a95b.tar.bz2
silicon-linux-a833557bb2cc0c85d35dfa458fa5cbb5af41a95b.zip
Merge pull request #3 from silicon-linux/rewriteHEADmaster
Rewrite
Diffstat (limited to 'style.css')
-rw-r--r--style.css120
1 files changed, 0 insertions, 120 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 93cb116..0000000
--- a/style.css
+++ /dev/null
@@ -1,120 +0,0 @@
-@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: 'Roboto', sans-serif;
- background: #333;
- color: white
-}
-a {
- color: white;
-}
-.iframe {
- display: block;
-}
-.subtitle {
- font-size: 40px;
- text-align: center;
-}
-
-.answer {
- font-style: italic;
- padding: 0;
-}
-.footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- color: white;
- text-align: center;
-}
-
-.title{
- font-size: 50px;
- 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: whitesmoke;
-}
-
-li.list-blog{
- text-decoration: none;
- display: block;
-}
-
-li.logo{
- font-weight: bold;
- color: black;
-}
-li.nav {
- float: left;
- display: block;
- color: black;
- text-align: center;
- text-decoration: none;
- padding: 14px 16px;
-}
-li.nav:hover{
- background-color: grey;
-}
-a.nav{
- color: black;
- text-decoration: none;
-}
-
-
-.active {
- background-color: #1f8e42;
- color: black;
-}
-
-.center {
- text-align: center;
-}
-
-.Question {
- padding: 0;
-
-}
-
-.nav .icon {
- display: none;
-}