Skip to content

Commit b1e22aa

Browse files
authored
Create style.css
1 parent 47462b9 commit b1e22aa

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

doc/faq/faq_files/style.css

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
body {
2+
margin-left: 0px;
3+
margin-top: 0px;
4+
margin-right: 0px;
5+
margin-bottom: 0px;
6+
}
7+
a{
8+
text-decoration: none;
9+
color: #006DB8;
10+
}
11+
a:hover{
12+
text-decoration: underline;
13+
}
14+
.menu {
15+
font-family: Verdana, Arial, Helvetica, sans-serif;
16+
font-size: 12px;
17+
color: #D9F1FA;
18+
text-decoration: none;
19+
white-space: nowrap;
20+
}
21+
td {
22+
font-family: Verdana, Arial, Helvetica, sans-serif;
23+
font-size: 12px;
24+
}
25+
p {
26+
font-family: Verdana, Arial, Helvetica, sans-serif;
27+
font-size: 12px;
28+
}
29+
h1 {
30+
font-family: Arial;
31+
font-size: 24px;
32+
font-weight: bold;
33+
margin: 16px 0px 16px 18px;
34+
color: #0E4687;
35+
}
36+
h2 {
37+
font-family: Arial;
38+
font-size: 16px;
39+
font-weight: bold;
40+
margin: 16px 0px 16px 18px;
41+
color: #0E4687;
42+
}
43+
.title {
44+
font-family: Arial;
45+
font-size: 32px;
46+
font-weight: bold;
47+
margin: 0px 0px 0px 0px;
48+
color: #0E4687;
49+
}
50+
.cpr {
51+
font-family: Verdana, Arial, Helvetica, sans-serif;
52+
font-size: 10px;
53+
color: #FFFFFF;
54+
white-space: nowrap;
55+
}
56+
.bgrx {
57+
background-repeat: repeat-x;
58+
}
59+
.lmenu {
60+
font-family: Arial, Helvetica, sans-serif;
61+
font-size: 11px;
62+
font-weight: bold;
63+
color: #387091;
64+
margin-top: 0px;
65+
margin-right: 17px;
66+
margin-bottom: 0px;
67+
margin-left: 0px;
68+
white-space: nowrap;
69+
}
70+
.bgnr {
71+
background-repeat: no-repeat;
72+
}
73+
td.cpr a {
74+
text-decoration: none;
75+
color: #D9F1FA !important;
76+
}
77+
td.cpr a:hover {
78+
color: #D9F1FA;
79+
text-decoration: underline;
80+
}
81+
td.cpr a:visited {
82+
color: #D9F1FA;
83+
text-decoration: underline;
84+
}

0 commit comments

Comments
 (0)