62 lines
954 B
CSS
Executable File
62 lines
954 B
CSS
Executable File
<style>
|
|
div.c {
|
|
text-align: center;
|
|
}
|
|
div.l {
|
|
text-align: left;
|
|
}
|
|
div.r {
|
|
text-align: right;
|
|
}
|
|
div.j {
|
|
text-align: justify;
|
|
}
|
|
|
|
h1 {
|
|
font-family: "Open Sans";
|
|
font-size: 24px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
line-height: 26.4px;
|
|
}
|
|
h3 {
|
|
font-family: "Open Sans";
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
line-height: 15.4px;
|
|
}
|
|
body, td, p {
|
|
font-family: "Open Sans";
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
}
|
|
a {
|
|
text-decoration:none;
|
|
}
|
|
a:hover {font-weight:bold;
|
|
color:royalblue;
|
|
}
|
|
blockquote {
|
|
font-family: "Open Sans";
|
|
font-size: 21px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 30px;
|
|
}
|
|
pre {
|
|
font-family: "Open Sans";
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 18.5714px;
|
|
}
|
|
</style>
|