-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
107 lines (95 loc) · 1.44 KB
/
style.css
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
@font-face {
font-family: 'Bebas Neue';
font-style: normal;
font-weight: normal;
src: local('Bebas Neue'), url('BebasNeue.woff') format('woff');
}
body {
font-family: 'Roboto', sans-serif;
}
.row {
margin: 0
}
.regular {
font-size: .4cm;
text-align: justify;
}
.a4 {
width: 20cm;
height: 28cm !important;
overflow: hidden;
}
#horejsek {
padding-bottom: 0.2cm;
}
#horejsek .item {
padding: .1cm;
position: relative;
font-size: .4cm;
font-family: 'Bebas Neue', sans-serif;
}
#horejsek .odd {
background-color: #777;
color: white;
}
.dark {
background-color: #777;
color: white;
}
#web {
font-weight: bold;
}
#tophr {
border-top: 3px solid black;
}
/*.toplogo {
width: 2cm;
}*/
#nadpisdiv {
position: relative;
}
#nadpis {
font-family: 'Bebas Neue', sans-serif;
font-size: 2.1cm;
}
#podnadpisem {
position: absolute;
font-size: 0.4cm;
top: 2.2cm;
}
#nazev {
height: 2.7cm;
}
h1, h2, h3, h4, h5, .card-header {
font-family: 'Bebas Neue', sans-serif;
}
.footer {
font-family: 'Bebas Neue', sans-serif;
color: white;
text-align: center;
font-size: 1cm;
}
form {
margin-bottom: 2em;
}
.blog blockquote {
font-style: italic;
padding-left: 1em;
border-left: 3px solid #383076;
}
.pagesplash {
height: 300px;
background-size: contain;
margin-bottom: 2em;
}
#logo {
margin-left: 20px;
height: 30px;
}
.top-bar-title {
margin-top: .5em;
}
.metadata {
font-size: 14px;
color: #777;
}