diff options
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index ed46d14..023297e 100644 --- a/css/main.css +++ b/css/main.css | |||
@@ -3665,6 +3665,31 @@ a:focus { | |||
3665 | padding: 5px | 3665 | padding: 5px |
3666 | } | 3666 | } |
3667 | 3667 | ||
3668 | .copyright { | ||
3669 | position: absolute; | ||
3670 | bottom: 0; | ||
3671 | right: 0; | ||
3672 | -ms-filter: "alpha(Opacity=20)"; | ||
3673 | filter: alpha(opacity=20); | ||
3674 | opacity: .2; | ||
3675 | font-size: 90%; | ||
3676 | -webkit-touch-callout: none; | ||
3677 | -webkit-user-select: none; | ||
3678 | -khtml-user-select: none; | ||
3679 | -moz-user-select: none; | ||
3680 | -ms-user-select: none; | ||
3681 | user-select: none | ||
3682 | } | ||
3683 | |||
3684 | .copyright span { | ||
3685 | color: #a9a9a9 | ||
3686 | } | ||
3687 | |||
3688 | .copyright pre { | ||
3689 | margin: 0; | ||
3690 | padding: 5px | ||
3691 | } | ||
3692 | |||
3668 | .block { | 3693 | .block { |
3669 | position: relative; | 3694 | position: relative; |
3670 | min-height: 100%; | 3695 | min-height: 100%; |