From cedf7dfd2eedf0af7a3e5d990b715bb5caea1e29 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Synck Date: Sun, 1 Mar 2020 14:56:37 +0100 Subject: initial files --- style.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..c3a5be2 --- /dev/null +++ b/style.css @@ -0,0 +1,52 @@ +body { + background-color: Gray; + } +h1 { + text-align: center; + } +h1,h2 {color: darkblue; + } + a { + text-decoration: none; + } +a:hover + { + color: red; + } +.tab1 th { + color: white; + background-color: black; + padding:10px; +} +.tab2 th{ + color: white; + background-color: darkblue; + padding:10px; +} +.tab1 td{ + border: solid black; + padding:10px; + } +.tab2 td{ + border: solid darkblue; + padding:10px; + } +.list { + position : fixed; + right: 10px; + bottom: 10px; + background : darkblue; + border : solid black; +} +.list a { + color : white; + } +.list a:hover {color:green;} +input:focus { + background-color: cyan; +} +.menu { + position:fixed; + right: 10px; + top: 10px; +} -- cgit v1.2.3