From ad55083c004989977ebb000aaffa79d373a0869a Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Wed, 26 Aug 2015 15:14:47 +0800 Subject: add copyleft and about.html --- css/main.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'css') 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 { padding: 5px } +.copyright { + position: absolute; + bottom: 0; + right: 0; + -ms-filter: "alpha(Opacity=20)"; + filter: alpha(opacity=20); + opacity: .2; + font-size: 90%; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.copyright span { + color: #a9a9a9 +} + +.copyright pre { + margin: 0; + padding: 5px +} + .block { position: relative; min-height: 100%; -- cgit v1.2.3