summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/static/css/staticman.css
blob: 082c7f02ec7e06e5d0aede70126e81c50acb875a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.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;
}