diff options
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;} |