OLD | NEW |
(Empty) | |
| 1 #copyright { |
| 2 z-index: 2; |
| 3 position:fixed; |
| 4 margin: 0px; |
| 5 padding: 3px 3px 2px 4px; /*top, right, bottom, left*/ |
| 6 bottom: 0px; |
| 7 right: 0px; |
| 8 background: -o-linear-gradient(left, rgba(240, 240, 240, 0.7), rgba(210,
210, 210, 1)); |
| 9 text-shadow: 1px 1px 2px #FFFFFF; |
| 10 font-size: 0.75em; |
| 11 border-top-left-radius: 5px; |
| 12 } |
| 13 #copyright a { |
| 14 color: black; |
| 15 text-decoration: none; |
| 16 } |
| 17 #copyright a:visited { |
| 18 color: black; |
| 19 } |
| 20 #copyright a:hover { |
| 21 text-decoration: underline; |
| 22 } |
OLD | NEW |