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 5f7fd77d..c056429d 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -267,3 +267,17 @@ footer {
267.reading-time { 267.reading-time {
268 font-size: 0.8em; 268 font-size: 0.8em;
269} 269}
270
271#inputform {
272 display: none;
273 text-align:center;
274 max-width:300px;
275 margin-left:auto;
276 margin-right:auto;
277 margin-top:5px;
278 padding-bottom: 5px;
279 background-color: rgba(0, 0, 0, 0.9);
280 opacity:0.8;
281 color:white;
282 border-radius: 3px;
283}