aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r--tpl/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 3d3c5385..7633534c 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -236,6 +236,20 @@ a, a:hover, a:visited {
236 cursor: move; 236 cursor: move;
237} 237}
238 238
239.top_link {
240 position: fixed;
241 right: 15px;
242 bottom: 15px;
243 display: none;
244 padding: 20px;
245 background: #ccc;
246 -moz-border-radius: 40px;
247 -webkit-border-radius: 40px;
248 border-radius: 40px;
249 opacity: 0.9;
250 z-index: 2000;
251}
252
239footer { 253footer {
240 clear: both; 254 clear: both;
241} 255}