-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
162 lines (136 loc) · 2.78 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
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
/*
Theme Name: Frontierline - Mozilla.cz
Description: WordPress theme for Mozilla.cz, based on the Frontierline WordPress theme by Mozilla.
Theme URI: https://github.com/MozillaCZ/frontierline-mozillacz
Author: Mozilla.cz
Author URI: https://www.mozilla.cz/
Template: frontierline
Version: 1.0
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Odkazovani na weby v jinem jazyce */
/*
:link[hreflang]:not([hreflang|=cs])::after {
content: attr(hreflang);
text-transform: uppercase;
vertical-align: super;
font-size: 0.5em;
}
*/
/* Styly pouzivane ve zpravickach a na strankach */
.type-post .entry-title {
padding-right: 92px;
}
.type-post .news-logo {
position: absolute;
top: 110px;
right: 80px;
font-size: 72px;
width: 1em;
height: 1em;
float: right;
}
.type-post .news-logo + br {
display: none;
}
.type-post .news-logo img,
.type-post .news-logo .fa {
position: absolute;
max-width: 1em;
max-height: 1em;
font-size: 1em;
}
@media screen and (min-width: 1400px) {
.type-post .news-logo {
right: 280px;
}
}
@media screen and (max-width: 759px) {
.type-post .entry-title {
padding-right: 0;
}
.type-post .news-logo {
display: none;
}
}
.soubor {
background: #d9e6f2;
font-style: italic;
white-space: nowrap;
}
.nabidka {
background: #eee;
}
.soubor,
.nabidka {
padding: 2px 4px;
}
pre code {
display: inline-block;
background: #f0f6f9;
padding: 0.5em;
font-size: 0.8em !important;
}
/* Stranky "Stahnout" */
.download-box {
margin: 1em 0;
padding: 12px 4% 8px;
background: #eee;
}
.posts-grid .download-box {
text-align: center;
}
.posts-grid .download-box img,
.posts-grid .download-box svg,
.posts-grid .download-box .mac {
height: 1em;
font-size: 7em;
}
img.headline,
.download-box h3 img {
max-width: 0.8em;
margin-right: 0.3em;
}
.download-box-link {
text-align: right;
font-size: 0.9em;
}
.download-ico {
display: block;
}
.download-ico .fab,
.download-ico .svg-inline--fa,
.download-ico .mac
{
display: inline-block;
width: 1em;
margin-right: 0.5em;
color: #333;
}
.download-ico .fa-windows {
color: #0078d6;
}
.download-ico .fa-android {
color: #77c159;
}
.download-box .mac {
display: inline-block;
background-image: url(/images/mac-os-x-el-capitan.svg);
background-size: contain;
min-width: 1em;
min-height: 1em;
vertical-align: middle;
}
/* Vzhled tabulky - Prehled souboru v profilech */
table.nice > thead {
font-weight: bold;
background: #eee;
}
table.nice td {
border-left: none;
border-right: none;
}
table.nice tt {
font-size: 0.857em;
}