Index: design/copyright.css |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/design/copyright.css |
@@ -0,0 +1,22 @@ |
+#copyright { |
+ z-index: 2; |
+ position:fixed; |
+ margin: 0px; |
+ padding: 3px 3px 2px 4px; /*top, right, bottom, left*/ |
+ bottom: 0px; |
+ right: 0px; |
+ background: -o-linear-gradient(left, rgba(240, 240, 240, 0.7), rgba(210, 210, 210, 1)); |
+ text-shadow: 1px 1px 2px #FFFFFF; |
+ font-size: 0.75em; |
+ border-top-left-radius: 5px; |
+} |
+#copyright a { |
+ color: black; |
+ text-decoration: none; |
+} |
+#copyright a:visited { |
+ color: black; |
+} |
+#copyright a:hover { |
+ text-decoration: underline; |
+} |