diff --git a/docs/CSSstyle.css b/docs/CSSstyle.css index e5070d2..5379941 100644 --- a/docs/CSSstyle.css +++ b/docs/CSSstyle.css @@ -1,17 +1,36 @@ body { - background-color: cyan; + background-color: white; color: #6495ED; font-family: arial, helvetica, sans-serif; - padding:15px; + padding:200px; line-height:2em; background-image: url('Images/IlluminatiBackground.jpg'); + border: 1px solid black + + + + } a { - color: #000000; + color: white; text-decoration: none; + text-shadow: 2px 2px 2px rgba(0,0,0,0.5); + -webkit-text-stroke: 1px black; + + + + + + + + + + + + } a:hover { color: #ffffff; @@ -81,7 +100,7 @@ div.button { box-shadow: 0 9px #999; } -.button:hover {background-color: transparent} +.button:hover {background-color: white} .button:active { background-color: transparent;