summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authortinfoil-hat <mail@tinfoil-hat.net>2022-08-03 05:43:48 +0200
committertinfoil-hat <mail@tinfoil-hat.net>2022-08-03 05:43:48 +0200
commita4c47ed34ed14efc817a503601df60c88ea8d800 (patch)
tree69b5c42e74303ebc8bed665d9e7b068ae650c109 /css/style.css
parentc36b4939fb1db2ecfdf10caafda114cfda88d3bd (diff)
downloadtinfoil-hat.net-a4c47ed34ed14efc817a503601df60c88ea8d800.tar.gz
tinfoil-hat.net-a4c47ed34ed14efc817a503601df60c88ea8d800.tar.bz2
tinfoil-hat.net-a4c47ed34ed14efc817a503601df60c88ea8d800.zip
Reverting to 52da8077d3c1a0c25d04fa77e166b7bc5f3b8001
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css90
1 files changed, 20 insertions, 70 deletions
diff --git a/css/style.css b/css/style.css
index 39f229a..f489e68 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,84 +1,32 @@
-body{
- background-image: URL("../media/cybresite.png");
- background-repeat: repeat;
- background-attachment: fixed;
- background-position: center center;
- background-size: cover;
- opacity:0,8;
- color: red;
- text-align:center;
- font-family: monospace;
- font-size:16px;
- display: flex;
- justify-content: right;
- max-width:1260px
-}
-
-/*Opacity*/
-.menu{
- background-color: #000;
- text-align:center;
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- letter-spacing:0.28px;
- border-top-left-radius:10px;
-}
-table.tablestyle{
- width: 100%;
- text-align:center;
- border-collapse: collapse;
- border-width: 2px;
- border-color: rgb(51, 51, 51);
- border-style: solid;
-}
+<style>
+table, div{font-family:'Consolas','Source Code Pro',Verdana,'DejaVu Sans','Courier New','Liberation Mono',Helvetica,monospace,sans-serif;font-size:14px;border-collapse:collapse;border-color:#acc0f0}
-table.tyblestyle td, table.tablestyle th {
- border-width: 2px;
- text-align:center;
- border-color: rgb(51, 51, 51);
- border-style: solid;
- padding: 5px;
-}
+body{background-color:#242424;color:#fff;margin:0px auto;padding:10px 7px 10px 7px;max-width:1260px}
+a:link{color:#cfc;text-decoration:none}
+a:visited{color:#9cf;text-decoration:none}
+a:hover{color:#fff;background-color:#grey;text-decoration:none;border-radius:3px;border-top:1px dotted gold;border-bottom:1px dotted gold}
+a:focus{color:#fff;background-color:#grey;text-decoration:none}
+a:active{color:#fff;text-decoration:none}
+a:hover.home{color:#fff;text-decoration:none;background-color:#grey}
+a:focus.home{color:#fff;text-decoration:none;background-color:#grey}
+a:active.home{color:#fff;text-decoration:none;background-color:#grey}
+.floatdiv{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}
+.floatdiv:hover{color:#222;background-color:#808080;text-decoration:none;box-shadow:1px 1px 2px rgba(0, 0, 0, 0.75)}
-.box{
- letter-spacing 0.28px;
- border-top-left-radius:10px ;
- border: 0px;
- text-align:center;
- background-color: #000;
- padding:4px 7pc 4px 7px;
- clear:both;
- padding:0px 14px 7px 0px;
- max-width:640px;
-}
+.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)}
-.footerdiv{
- font-size:14;
- text-align:center;
- opacity:0,8;
- background-color: #000;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- padding:3px 6px 3px 6px;
- border-top:1px solid #555;
-}
-
-a:link{color:orange;text-decoration:none}
-a:visited{color:darkorange;text-decoration:none}
-a:hover{color:white;background-color:#grey;text-decoration:none;border-radius:3px;border-top:1px dotted gold;border-bottom:1px dotted gold}
-a:focus{color:white;background-color:#grey;text-decoration:none}
-a:active{color:white;text-decoration:none}
-a:hover.home{color:#000;text-decoration:none;background-color:#grey}
-a:focus.home{color:#000;text-decoration:none;background-color:#grey}
-a:active.home{color:#000;text-decoration:none;background-color:#grey}
h1 {
+ color: white;
text-align: center;
}
p {
+ color: white;
+ font-family: verdana;
font-size: 20px;
}
@@ -102,3 +50,5 @@ div.desc {
padding: 15px;
text-align: center;
}
+
+</style>