summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinfoil-hat <mail@tinfoil-hat.net>2022-09-05 13:08:05 +0200
committertinfoil-hat <mail@tinfoil-hat.net>2022-09-05 13:08:05 +0200
commit88c7b55b1d04299669ab0c72b7c52d13e726f4d6 (patch)
tree96979a8d6b2de3fbb3f6005e24e444a0fac0d0a3
parenta4c47ed34ed14efc817a503601df60c88ea8d800 (diff)
downloadtinfoil-hat.net-88c7b55b1d04299669ab0c72b7c52d13e726f4d6.tar.gz
tinfoil-hat.net-88c7b55b1d04299669ab0c72b7c52d13e726f4d6.tar.bz2
tinfoil-hat.net-88c7b55b1d04299669ab0c72b7c52d13e726f4d6.zip
removed bloat from css
-rw-r--r--css/style.css35
1 files changed, 1 insertions, 34 deletions
diff --git a/css/style.css b/css/style.css
index f489e68..4cf820f 100644
--- a/css/style.css
+++ b/css/style.css
@@ -18,37 +18,4 @@ a:active.home{color:#fff;text-decoration:none;background-color:#grey}
.floatdiv2{float:left;color:#fff;border-right:1px solid #999;border-bottom:1px solid #999;padding:3px 6px 3px 6px;border-radius:3px;background-color:black}
.floatdiv2:hover{color:#222;background-color:#808080;text-decoration:none;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.75)}
-
-h1 {
- color: white;
- text-align: center;
-}
-
-p {
- color: white;
- font-family: verdana;
- font-size: 20px;
-}
-
-div.gallery {
- margin: 5px;
- border: 1px solid #ccc;
- float: left;
- width: 180px;
-}
-
-div.gallery:hover {
- border: 1px solid #777;
-}
-
-div.gallery img {
- width: 100%;
- height: auto;
-}
-
-div.desc {
- padding: 15px;
- text-align: center;
-}
-
-</style>
+</style> \ No newline at end of file