relpipe-data/css/relpipe.css
author František Kučera <franta-hg@frantovo.cz>
Mon, 27 Jul 2020 16:17:13 +0200
branchv_0
changeset 307 3b6638149349
parent 305 9045be58e159
permissions -rw-r--r--
css: background for diagrams (same as <pre/> and <blockquote/>)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
304
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     1
@font-face {
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     2
	font-family: "lmsans10-regular";
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     3
	src: url("lmsans10-regular.woff");
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     4
}
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     5
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     6
@font-face {
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     7
	font-family: "lmmono10-regular";
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     8
	src: url("lmmono10-regular.woff");
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
     9
}
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    10
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    11
@font-face {
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    12
	font-family: "DejaVuSansMono";
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    13
	src: url("DejaVuSansMono.woff");
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    14
}
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    15
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    16
body {
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    17
	font-family: "lmsans10-regular", sans-serif;
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    18
	background-color: #1e8b8f;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    19
	background-image: url('../grafika/background.png');
304
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    20
}
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    21
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    22
code {
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    23
	font-family: "lmmono10-regular", "DejaVuSansMono", monospace;
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    24
}
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    25
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    26
pre {
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    27
	margin: 0px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    28
	padding-left: 16px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    29
	padding-right: 16px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    30
	padding-top: 8px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    31
	padding-bottom: 8px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    32
	border-radius: 4px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    33
	max-width: 100%;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    34
	overflow: auto;
304
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    35
	font-family: "DejaVuSansMono", monospace;
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    36
304
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    37
	-moz-tab-size: 4;
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    38
	-o-tab-size: 4;
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    39
	tab-size: 4;
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    40
}
95add699346d css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
František Kučera <franta-hg@frantovo.cz>
parents: 241
diff changeset
    41
307
3b6638149349 css: background for diagrams (same as <pre/> and <blockquote/>)
František Kučera <franta-hg@frantovo.cz>
parents: 305
diff changeset
    42
pre, .zdroják-ke-stažení span, blockquote, div.diagram {
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    43
	background-color: rgba(0,0,0,0.035);
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    44
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    45
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    46
.zdroják-ke-stažení {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    47
	margin-top: 0px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    48
	margin-left: 10px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    49
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    50
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    51
#tělo, #zápatí p {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    52
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.5);
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    53
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    54
307
3b6638149349 css: background for diagrams (same as <pre/> and <blockquote/>)
František Kučera <franta-hg@frantovo.cz>
parents: 305
diff changeset
    55
pre, blockquote, .zdroják-ke-stažení span, div.diagram {
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    56
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.08);
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    57
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    58
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    59
#nabídka, table {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    60
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.2);
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    61
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    62
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
.logo {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64
	height: 64px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    65
	width: 1240px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    66
	margin-left: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    67
	margin-right: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    68
	margin-top: -5px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    69
	border-top-right-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    70
	border-top-left-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    71
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    72
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    73
.logo, #nabídka, #zápatí p {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    74
	background-color: #404040;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    75
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    76
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    77
.logo img {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    78
	margin-top: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    79
	margin-left: 16px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    80
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    81
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    82
#zápatí p {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    83
	width: 1240px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    84
	min-height: 24px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    85
	padding-top: 4px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    86
	margin-left: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    87
	margin-right: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    88
	margin-bottom: -10px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    89
	border-bottom-right-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    90
	border-bottom-left-radius: 8px;
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    91
	color: #ccc;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    92
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    93
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    94
#zápatí a {
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
    95
	color: #ddd;
181
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    96
	text-decoration: none;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    97
}
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    98
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    99
#zápatí a[href^="http"]:hover {
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
   100
	color: white;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
   101
	text-shadow: none;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
   102
	text-decoration: none;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   103
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   104
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   105
#tělo {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   106
	width: 1200px;
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   107
	background-color: #efefef;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   108
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   109
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   110
#nabídka {
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   111
	width: 12em;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   112
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   113
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   114
#nabídka a:hover {
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   115
	color: #fff;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   116
	text-shadow: none;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   117
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   118
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   119
#text {
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   120
	margin-left: 13em;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   121
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   122
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   123
h1 {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   124
	font-size: 160%;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   125
	font-weight: bolder;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   126
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   127
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   128
h2 {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   129
	font-size: 130%;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   130
	font-weight: bolder;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   131
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   132
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   133
h3 {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   134
	font-size: 110%;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   135
	font-weight: bolder;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   136
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   137
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   138
div.podČarou-poznámky {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   139
	border-top: 1px solid #ccc;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   140
	border-bottom: none;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   141
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   142
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   143
@media (max-width: 1300px) {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   144
	#tělo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   145
	.logo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   146
	#zápatí p      { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   147
	#text          { margin-left: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   148
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   149
189
47907749817f screenshots: Haiku
František Kučera <franta-hg@frantovo.cz>
parents: 181
diff changeset
   150
.img-container img { max-width: 820px; }
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   151
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   152
p.flattr {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   153
	text-align: right;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   154
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   155
143
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
   156
#text p {
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
   157
	text-align: justify;
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
   158
}
236
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   159
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   160
#text code {
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   161
	color: #066;
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   162
}
241
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
   163
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
   164
.already-implemented {
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
   165
	color: grey;
305
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   166
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   167
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   168
a {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   169
	text-decoration: none;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   170
	color: #806;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   171
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   172
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   173
a:visited {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   174
    color: #608;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   175
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   176
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   177
a:hover {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   178
	text-decoration: underline;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   179
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   180
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   181
a:hover {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   182
	text-shadow: none;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   183
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   184
a[href^="https://"]:hover {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   185
	text-shadow: none;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   186
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   187
a[href^="http://"]:hover {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   188
	text-shadow: none;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   189
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   190
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   191
table {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   192
	border-collapse:collapse;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   193
	margin-top: 10px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   194
	margin-bottom: 10px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   195
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   196
td, th {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   197
	border: 1px solid black;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   198
	padding-top: 4px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   199
	padding-bottom: 4px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   200
	padding-left: 6px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   201
	padding-right: 6px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   202
	font-weight: normal;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   203
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   204
td.číslo {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   205
	text-align: right;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   206
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   207
thead tr {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   208
	background: #aaa;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   209
	color:black;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   210
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   211
tbody tr:hover {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   212
	background-color: silver;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   213
	color:black;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   214
}
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   215
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   216
blockquote {
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   217
	margin-left: 0px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   218
	margin-right: 0px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   219
	margin-top: 8px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   220
	margin-bottom: 8px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   221
	padding-left: 24px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   222
	padding-right: 24px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   223
	padding-top: 2px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   224
	padding-bottom: 2px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   225
	border-radius: 4px;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   226
	font-style: italic;
9045be58e159 css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2018-2020
František Kučera <franta-hg@frantovo.cz>
parents: 304
diff changeset
   227
}