summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/static/css/staticman.css
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
commite9ec93a471d9a753db01b682e75c52b32adf16f2 (patch)
tree5f6d9a2b7d90852965b6d24f9db6a9198570c03b /themes/beautifulhugo/static/css/staticman.css
parentbcafaafff80184537a3116de5341a8caa24d63f4 (diff)
use LoveIt theme, self hosted
Diffstat (limited to 'themes/beautifulhugo/static/css/staticman.css')
-rw-r--r--themes/beautifulhugo/static/css/staticman.css91
1 files changed, 0 insertions, 91 deletions
diff --git a/themes/beautifulhugo/static/css/staticman.css b/themes/beautifulhugo/static/css/staticman.css
deleted file mode 100644
index 082c7f0..0000000
--- a/themes/beautifulhugo/static/css/staticman.css
+++ /dev/null
@@ -1,91 +0,0 @@
-.staticman-comments {
- padding: 20px 0px 0px 0px;
-}
-
-.staticman-comments .comment-content{
- border-top: 1px solid #EEEEEE;
- padding: 4px 0px 30px 0px;
-}
-
-.staticman-comments .comment-content p {
- padding: 5px 0px 5px 0px;
- margin: 5px 58px 0px 58px;
-}
-
-.staticman-comments .textfield {
- width: 420px;
- max-width: 100%;
- padding: 0.5rem 0;
- width: 100%;
-}
-
-.staticman-comments input {
- border: 1px solid rgba(0,0,0,0.12);
- padding: 4px 5px;
- width: 100%;
-}
-
-
-.staticman-comments .g-recaptcha {
- padding: 0.5rem 0;
-}
-
-.staticman-comments textarea {
- border: 1px solid rgba(0,0,0,0.12);
- padding: 4px 5px;
- vertical-align: top;
- height: 10em;
- width: 100%;
-}
-
-.staticman-comments .comment-avatar {
- float:left;
- width: 48;
- height: 48;
- margin-right: 10px;
-}
-
-.staticman-comments .show-modal {
- overflow: hidden;
- position: relative;
-}
-
-.staticman-comments .show-modal:before {
- position: absolute;
- content: '';
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 999;
- background-color: rgba(0, 0, 0, 0.85);
-}
-
-.show-modal .modal {
- display: block;
-}
-
-.modal {
- display: none;
- position: fixed;
- width: 300px;
- top: 50%;
- left: 50%;
- margin-left: -150px;
- margin-top: -150px;
- min-height: 0;
- height: 30%;
- z-index: 9999;
- padding: 0.5rem;
- border: 1px solid rgba(0,0,0,0.25);
- background-color: rgba(220,220,220,0.9);
- height: 10em;
-}
-
-form--loading:before {
- content: '';
-}
-
-.form--loading .form__spinner {
- display: block;
-}