relpipe-data/css/relpipe.css
author František Kučera <franta-hg@frantovo.cz>
Sun, 26 Jul 2020 18:13:48 +0200
branchv_0
changeset 304 95add699346d
parent 241 f71d300205b7
child 305 9045be58e159
permissions -rw-r--r--
css: Latin Modern Sans + Latin Modern Mono (in <code/>) + DejaVu Sans Mono (in <pre/> due to box-drawing)
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;
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
    18
}
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
    19
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
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
    21
	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
    22
}
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
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
pre {
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
	font-family: "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
    26
	-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
    27
	-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
    28
	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
    29
}
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
    30
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
.logo {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
	background-color: black;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
	height: 64px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
	width: 1240px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
	margin-left: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
	margin-right: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
	margin-top: -5px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
	border-top-right-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
	border-top-left-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
.logo img {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
	margin-top: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
	margin-left: 16px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
#zápatí p {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
	background-color: black;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
	width: 1240px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
	min-height: 24px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
	padding-top: 4px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
	margin-left: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
	margin-right: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
	margin-bottom: -10px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
	border-bottom-right-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
	border-bottom-left-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
	color: grey;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    58
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
#zápatí a {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
	color: grey;
181
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    62
	text-decoration: none;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    63
}
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    64
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    65
#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
    66
	color: white;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    67
	text-shadow: none;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    68
	text-decoration: none;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    69
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    70
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    71
#tělo {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    72
	width: 1200px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    73
	background-color: #ccc;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    74
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    75
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    76
#nabídka {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    77
	width: 14em;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    78
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    79
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    80
#nabídka a:hover {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    81
	color: #d71635;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    82
	text-shadow: none;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    83
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    84
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    85
#text {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    86
	margin-left: 15em;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    87
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    88
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    89
@media (max-width: 1300px) {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    90
	#tělo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    91
	.logo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    92
	#zápatí p      { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    93
	#text          { margin-left: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    94
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    95
189
47907749817f screenshots: Haiku
František Kučera <franta-hg@frantovo.cz>
parents: 181
diff changeset
    96
.img-container img { max-width: 820px; }
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    97
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    98
p.flattr {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    99
	text-align: right;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   100
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
   101
143
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
   102
#text p {
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
   103
	text-align: justify;
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
   104
}
236
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   105
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   106
#text code {
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   107
	color: #066;
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
   108
}
241
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
   109
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
   110
.already-implemented {
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
   111
	color: grey;
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
   112
}