-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.html
87 lines (69 loc) · 1.33 KB
/
styles.html
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
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<style>
body, h1, h2, h3, h4, h5, h6, .descr, td, table {
text-rendering: optimizeLegibility;
font-smoothing: antialiased;
font-family: 'Open Sans Condensed', sans-serif;
color: #ffffff;
background-color: #1a0000;
font-size: 17px;
margin:7px 0px 0px 0px;
}
img {
max-width: 100%;
height: auto;
}
#cite {
font-size: 0.9em; font-weight: lighter; color: #B8B8B8; text-align: right; margin-top:1px; margin-right:10px; padding-bottom: 3px;
}
#cite a { text-decoration: none; color: #821122; }
#footer {
font-size: 1.1em;
color: #9B9B9B;
padding: 0px;
margin-left:3%;
margin-bottom:8px;
max-width:80%;
}
.descr {
font-size: 1.1em;
color: #e6e6e6;
font-weight: lighter;
max-width:97%;
margin-left:2%;
}
h1 {
font-size:2em;
}
h2 {
font-size:1.6em;
line-height: 125%;
font-weight: bolder;
max-width:97%;
margin-left:2%;
}
h3 {
font-size:1.4em;
margin-left:3%;
font-weight: bold;
}
h4 {
font-size:1.1em;
}
h5 {
font-size:0.9em;
}
h6 {
font-size:0.8em;
}
a:visited {
color: rgb(50%, 0%, 50%);
}
body {
max-width:100%;
}
a, a:visited {
text-decoration: underline;
}
}
</style>