From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- inc/css/nevrax.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 inc/css/nevrax.css (limited to 'inc/css') diff --git a/inc/css/nevrax.css b/inc/css/nevrax.css new file mode 100644 index 00000000..06064ddc --- /dev/null +++ b/inc/css/nevrax.css @@ -0,0 +1,17 @@ +BODY {font-family: sans-serif; margin:0px; background-color: #FFFFFF;} + +A.uplinks {font-family: sans-serif; color: black; text-decoration: none } + +A.linkbox {font-family: sans-serif; color:black; text-decoration: none ;font-size:80% } +A.linkbox:hover {font-family: sans-serif; color: black; text-decoration: underline } + +A { color:black } +A.title {color: white;font-weight: bold; text-decoration: none;} +P {margin-left:10px; margin-top: 3px;font-family:sans-serif; text-alignment: justify;} +TD { font-family: sans-serif;} +H2 { background-color: #dddddd; font-size: 100% } + + + +H1 { background-color: #dddddd; border: 1px solid black;font-size: 100% } +HR { height: 1px;} -- cgit v1.2.1