diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /inc/css | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | inc/css/nevrax.css | 17 |
1 files changed, 17 insertions, 0 deletions
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;} |