relpipe-data/css/relpipe.css
author František Kučera <franta-hg@frantovo.cz>
Fri, 18 Jan 2019 21:34:58 +0100
branchv_0
changeset 241 f71d300205b7
parent 236 d29970e8b7c9
child 304 95add699346d
permissions -rw-r--r--
Release v0.9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
.logo {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
	background-color: black;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
	height: 64px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
	width: 1240px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
	margin-left: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
	margin-right: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
	margin-top: -5px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
	border-top-right-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
	border-top-left-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
.logo img {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
	margin-top: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
	margin-left: 16px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
#zápatí p {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
	background-color: black;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
	width: 1240px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
	min-height: 24px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
	padding-top: 4px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
	margin-left: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
	margin-right: -20px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
	margin-bottom: -10px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
	border-bottom-right-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
	border-bottom-left-radius: 8px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
	color: grey;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
#zápatí a {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
	color: grey;
181
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    32
	text-decoration: none;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    33
}
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    34
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    35
#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
    36
	color: white;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    37
	text-shadow: none;
72cc1a9dbfca footer: link to GNU / Free software
František Kučera <franta-hg@frantovo.cz>
parents: 143
diff changeset
    38
	text-decoration: none;
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
}
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
#tělo {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
	width: 1200px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
	background-color: #ccc;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
}
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
#nabídka {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
	width: 14em;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
#nabídka a:hover {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
	color: #d71635;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
	text-shadow: none;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
#text {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
	margin-left: 15em;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
}
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
@media (max-width: 1300px) {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
	#tělo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
	.logo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
	#zápatí p      { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
	#text          { margin-left: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    65
189
47907749817f screenshots: Haiku
František Kučera <franta-hg@frantovo.cz>
parents: 181
diff changeset
    66
.img-container img { max-width: 820px; }
137
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    67
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    68
p.flattr {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    69
	text-align: right;
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
143
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
    72
#text p {
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
    73
	text-align: justify;
297da74fcab2 introduction
František Kučera <franta-hg@frantovo.cz>
parents: 137
diff changeset
    74
}
236
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
    75
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
    76
#text code {
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
    77
	color: #066;
d29970e8b7c9 different color for <code/>
František Kučera <franta-hg@frantovo.cz>
parents: 189
diff changeset
    78
}
241
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
    79
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
    80
.already-implemented {
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
    81
	color: grey;
f71d300205b7 Release v0.9
František Kučera <franta-hg@frantovo.cz>
parents: 236
diff changeset
    82
}