-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshortcodes.css
65 lines (55 loc) · 944 Bytes
/
shortcodes.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* styles for shortcodes */
.qfcontainer
{
background-color: #333333;
padding: 20px 20px;
overflow: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 5px;
}
.qfcontainer H2
{
margin: 0px;
margin-bottom: 10px;
padding-bottom: 8px;
border-bottom: 1px solid #999999;
font-size: x-large;
font-weight: normal;
color: #999999;
text-align: center;
}
.qfgallerytnail
{
float: left;
margin: 10px;
height: 128px;
width: 128px;
overflow: hidden;
padding: 5px;
background-color: #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
/*** faqinway ***/
.faqinwaycontainer
{
margin: 10px 0px;
}
.faqinwayqa
{
}
.faqinwayq
{
margin: 2px;
font-size: 11pt;
color: #ff8800;
cursor: pointer;
}
.faqinwaya
{
margin: 0px;
display: none;
padding: 12px 15px;
border-left: 1px solid #ddcc00;
margin-bottom: 20px;
}