summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-09 14:08:56 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-09 14:08:56 -0400
commit5f8b897a3ba80dc4bd82a13372ae8b8a279930f2 (patch)
tree77c71d4475fe0c8e1420e03831af09d7bfe0b513 /style.css
parentc0a653dd8de601012deafde63ba6ad114499fe5f (diff)
downloadwebpage-5f8b897a3ba80dc4bd82a13372ae8b8a279930f2.tar.gz
webpage-5f8b897a3ba80dc4bd82a13372ae8b8a279930f2.tar.bz2
webpage-5f8b897a3ba80dc4bd82a13372ae8b8a279930f2.zip
Migrateing to nicer looking stuff
Diffstat (limited to 'style.css')
-rw-r--r--style.css88
1 files changed, 0 insertions, 88 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 8e90e1d..0000000
--- a/style.css
+++ /dev/null
@@ -1,88 +0,0 @@
-a{
- text-decoration:none;
- color:darkgrey;
- font-weight:bold;
-}
-
-audio{
- width:0px;
- height:0px;
-}
-
-footer>*{
- font-size:small;
- background-color:white;
-}
-
-img{
- vertical-align:sub;
- margin-left:auto;
-}
-
-h1{
- height:32px;
- font-size:32px;
- text-align:center;
-}
-
-a:hover::after{
- content:">";
-}
-a::after,a::before{
- font-weight:normal;
- color:black;
-}
-a::after{
- content:"]";
-}
-a::before{
- content:"[";
-}
-div{
- float:left;
- margin-left:10%;
- margin-right:10%;
- width:10%
-}
-id{
- margin-left:10%;
- margin-right:10%;
- width:80%;
- text-align:center;
- float:left;
-}
-
-html{
- width:80%;
- margin-left:10%;
- margin-right:10%;
- color:black;
- background-color:white;
-}
-footer{
- position:fixed;
- bottom:0px;
-}
-
-label {
- cursor: pointer;
-}
-
-input[type=checkbox] {
- position: absolute;
- /*top: 0;
- left: 0;*/
- opacity: 0;
-}
-
-body>ol,body>ul,body>p{
- float:left;
-}
-
-input[type=checkbox] ~ul{
- height:0px;
- overflow:hidden;
-}
-input[type=checkbox]:checked ~ul{
- height:auto;
-}