article-page.css
1.88 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
/*** General Definitions ***/
#content .main-block #article-header h1.title{
margin-bottom: 10px;
padding: 0px 0px 10px 0px;
color: #172738;
border-bottom: 1px solid #D3D6DE;
font-family: Arial, open_sansbold, Helvetica, sans-serif;
font-size: 34px;
font-variant: normal;
font-weight: bold;
line-height: 37px;
text-transform: capitalize;
}
#content .main-block #article-header .publishing-info span{
font-size: 12px;
color: #172738;
font-family: Arial;
}
#content .main-block .article-body {
font-family: Arial ;
font-size: 15px;
line-height: 21px;
}
/* For software internal pages */
#content .main-block .article-body h2 {
margin-bottom: 20px;
font-family: Arial;
font-size: 16px;
font-weight: bold;
line-height: 21px;
}
#content .main-block .article-body h3 {
margin-bottom: 20px;
font-size: 15px;
line-height: 21px;
font-weight: bold;
font-family: Arial;
}
#content .main-block .article-body p{
margin-bottom: 22px;
font-family: arial;
}
#content .main-block .article-body .zoomable-image,
#content .main-block .article-body img {
display: block;
}
#content .main-block .article-body hr {
height: 0;
margin: 30px 0;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#content .main-block .article-body #article-actions:last-child{
padding-top: 10px;
border-top: 4px solid #2C4B6B;
}
/*** Categories ***/
#content .main-block #article-cat h4 {
float: left;
margin: 13px 10px 10px 0;
min-height: 0px;
font-family: Arial;
font-size: 1.3em;
font-weight: 300;
text-decoration: initial;
}
#content .main-block #article-cat a{
float: left;
margin: 10px 10px 10px 0;
padding: 3px 10px;
color: #3E67B1;
background-color: #ECEDF1;
border: 1px solid #D3D6DE;
border-radius: 3px;
font-size: 12px;
text-decoration: initial;
}
/*** end of categories ***/