forked from davidcarslaw/openair-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
49 lines (44 loc) · 863 Bytes
/
style.css
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
.rmdcomment {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5;
position:relative;
}
.rmdcomment:before {
content: "\f075";
font-family: FontAwesome;
left:10px;
position:absolute;
top:0px;
font-size: 45px;
}
.question {
padding: 1em 1em 1em 5em;
margin-bottom: px;
background: #ecf0f9 ;
border:solid 1.5px #2c4b8f;
border-radius: 0px;
box-shadow:0px 0px 0px #000;
position:relative;
}
.question:before {
font-family: "FontAwesome";
content: "\f19d";
left:5px;
right:1px;
font-weight: 900;
position:absolute;
top:0px;
font-size: 45px;
}
.pkg {
color: #4a5858;
padding: 0 2px;
margin: 0 1px;
border: 1px solid #7c9393;
box-shadow: 2px 2px 0px 0px rgba(124,147,147,1);
}
.pkg a:hover, .pkg a:focus {
border: none;
padding: 0 2px !important;
}