software-pages.css
4.45 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/*** Software Header ***/
#content .software-information-block{
margin-bottom: 60px;
}
#content #software-information-block-table{
width: auto;
margin: 0px 15px;
}
#content #software-information-block-table td{
display: table-cell;
}
#content #software-information-block-table #col-software-name {
font-style: normal;
vertical-align: top;
}
#content #software-information-block-table #col-software-name h1{
line-height: 37px;
font-size: 34px;
font-family: Arial, open_sansbold, Helvetica, sans-serif;
font-weight: 700;
text-align: left;
}
#content #software-information-block-table #col-software-name b{
line-height: 21px;
font-weight: normal;
font-family: Arial, open_sansregular, Helvetica, sans-serif;
font-size: 15px;
}
/*** end of Software Header ***/
/*** Software Homepage ***/
/* Software Download Block*/
#content .download-block #download-block-2{
margin: 0px 15px;
border:1px solid #D3D6DE;
border-radius: 10px;
}
#content .download-block #download-block-2 #download_spb-2{
padding: 5px 10px;
background-color: #D3D6DE;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
font-family: Arial;
}
#content .download-block #download-block-2 #download_spb-2 h3{
margin: 6px 0px 2px 10px;
font-size: 18px;
}
#content .download-block #download-block-2 #download-info-1,
#content .download-block #download-block-2 #download-info-2,
#content .download-block #download-block-2 #download-info-3{
padding: 30px 10px 30px 10px;
clear: both;
border-top: 1px solid #D3D6DE;
}
#content .download-block #download-block-2 #download-info-2{
background: #ECEDF1;
}
#content .download-block #download-block-2 #version01{
width: 80px;
float: left;
margin-right: 20px;
margin-left: 15px;
clear: both;
}
#content .download-block #download-block-2 #version01 #image-download{
display: block;
height: 18px; /*fix when display file size*/
padding: 50px 0px 8px 0px;
background-color: #2c66ce;
background-image: url("../images/download-icon.png");
background-repeat: no-repeat;
background-position: center;
border: 1px solid #2c66ce;
border-radius: 8px; /*fix when display file size*/
}
#content .download-block #download-block-2 #version01 #size-download{
display: none; /*fix when display file size*/
color: #ffffff;
background-color: #1a397d;
border: 1px solid #1a397d;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
font-size: 12px;
text-align: center;
}
#content .download-block #download-block-2 #info-software-download{
position: relative;
margin: 5px 0px 0px 100px;
font-size: 16px;
}
#content .download-block #download-block-2 #info-software-download .download-name{
display: block;
font-weight: bold;
}
#content .download-block #download-block-2 #info-software-download .download-system{
display: block;
font-size: 14px;
}
#content .download-block #download-block-2 #info-software-download .req_min_spb{
font-size: 12px;
}
#content .download-block #download-block-2 #info-software-download .req_min_spb a{
color: #3E67B1;
line-height: 40px;
text-decoration: underline;
}
#content .download-block #download-block-2 #licensed-software{
padding:14px;
background-color: #D3D6DE;
border-top: 1px solid #D3D6DE;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
font-size: 12px;
text-align: right;
}
#content .download-block #download-block-2 #licensed-software a{
color: #3e67b1;
text-decoration: underline;
}
/* About Software - Article on homepage */
.profile-homepage #article h1{
padding: 0;
margin: 0 0 10px;
color: #172738;
font-family: Arial, open_sansbold, Helvetica, sans-serif;
font-variant: normal;
font-weight: bold;
font-size: 22px;
line-height: 1.3em;
}
.profile-homepage #article #article-header h1.title{
border: none;
}
.profile-homepage #article #article-header .publishing-info{
display: none;
}
.profile-homepage #article .article-body h1{
padding-top: 25px;
border-top: 1px solid #ECEDF1;
border-bottom: none;
}
.profile-homepage #article .article-body p{
text-align: left;
font-size: 15px;
line-height: 21px;
margin-bottom: 20px;
}
.profile-homepage #article .article-body hr{
display: none;
}
.profile-homepage #article .article-body ul {
list-style-position: inside;
list-style-type: disc;
background-repeat: no-repeat;
}
.profile-homepage #article .article-body ul li{
list-style: inherit;
text-align: left;
font-size: 15px;
line-height: 21px;
}
/*** end of Software Homepage ***/