diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:04:51 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:04:51 -0700 |
commit | eb16ab407b4de8fadb432b057a20ecc6d999cbdd (patch) | |
tree | bab0a0b1124b95985fb1f25747064446f0566b28 /tpl/css | |
parent | b4f5c46ab0ec0da26e201266440511171785a338 (diff) | |
parent | e6ba0359119e93f3659876a7b1a17294f2da2b0e (diff) | |
download | wallabag-eb16ab407b4de8fadb432b057a20ecc6d999cbdd.tar.gz wallabag-eb16ab407b4de8fadb432b057a20ecc6d999cbdd.tar.zst wallabag-eb16ab407b4de8fadb432b057a20ecc6d999cbdd.zip |
Merge pull request #180 from NumEricR/externalize-css
Externalize some CSS code
Diffstat (limited to 'tpl/css')
-rw-r--r-- | tpl/css/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index 1ae3a601..7633534c 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -229,6 +229,27 @@ a, a:hover, a:visited { | |||
229 | font-weight: bold; | 229 | font-weight: bold; |
230 | } | 230 | } |
231 | 231 | ||
232 | #bookmarklet { | ||
233 | padding: 5px; | ||
234 | border: 1px dashed #808080; | ||
235 | background: #fff; | ||
236 | cursor: move; | ||
237 | } | ||
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 | |||
232 | footer { | 253 | footer { |
233 | clear: both; | 254 | clear: both; |
234 | } | 255 | } |