-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcustom.css
More file actions
101 lines (84 loc) · 2.21 KB
/
custom.css
File metadata and controls
101 lines (84 loc) · 2.21 KB
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
92
93
94
95
96
97
98
99
100
101
.marker {
color: blue;
}
.entry-content pre,.qa-q-view-content pre,.qa-a-item-content pre,.qa-c-item-content pre{
white-space: pre-wrap;
}
/*.entry-content,.qa-q-view-content,.qa-a-item-content,.qa-c-item-content{
font-size: 15px;
overflow:auto;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
background: #f5f5f5;
font-family: georgia,serif;
}
.qa-c-item-content {
font-size: 14px;
}*/
hr{
border-top: 2px dashed #000;
}
.qa-a-item-content blockquote, .qa-c-item-content blockquote {
display:block;
background: #fff;
padding: 15px 20px 15px 45px;
margin: 0 0 20px;
position: relative;
/*Font*/
font-family: Georgia, serif;
font-size: 15px;
line-height: 1.2;
color: #666;
text-align: justify;
/*Borders - (Optional)*/
border-left: 15px solid #c76c0c;
border-right: 2px solid #c76c0c;
/*Box Shadow - (Optional)*/
-moz-box-shadow: 2px 2px 15px #ccc;
-webkit-box-shadow: 2px 2px 15px #ccc;
box-shadow: 2px 2px 15px #ccc;
}
.qa-a-item-content blockquote::before, .qa-c-item-content blockquote::before{
content: "\201C"; /*Unicode for Left Double Quote*/
/*Font*/
font-family: Georgia, serif;
font-size: 60px;
font-weight: bold;
color: #999;
/*Positioning*/
position: absolute;
left: 10px;
top:5px;
}
.qa-a-item-content blockquote::after, .qa-c-item-content blockquote::after{
/*Reset to make sure*/
content: "";
}
.qa-a-item-content blockquote a, .qa-c-item-content blockquote a{
text-decoration: none;
background: #eee;
cursor: pointer;
padding: 0 3px;
color: #c76c0c;
}
.qa-a-item-content blockquote a:hover, .qa-c-item-content blockquote a:hover{
color: #666;
}
.qa-a-item-content blockquote em, .qa-c-item-content blockquote em{
font-style: italic;
}
.prettyprint ol.linenums > li { list-style-type: none; }
.qa-q-item-title {
font-family:Arial;
}
table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
padding: 4px;
}
.entry-content img,.qa-q-view-content img,.qa-a-item-content img,.qa-c-item-content img{
display:inline;
}
.qa-c-item-content a,.qa-a-item-content a{
word-break: break-word;
}