relpipe-data/css/relpipe.css
author František Kučera <franta-hg@frantovo.cz>
Sat, 24 Nov 2018 01:04:18 +0100
branchv_0
changeset 137 ecfe2980ae1f
child 143 297da74fcab2
permissions -rw-r--r--
logo and css
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;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
#tělo {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
	width: 1200px;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
	background-color: #ccc;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
#nabídka {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
	width: 14em;
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
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
#nabídka a:hover {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
	color: #d71635;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
	text-shadow: none;
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
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
#text {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
	margin-left: 15em;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
@media (max-width: 1300px) {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
	#tělo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
	.logo          { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
	#zápatí p      { width: auto; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
	#text          { margin-left: auto; }
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
img.screenshot { max-width: 100%; }
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
p.flattr {
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
	text-align: right;
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
}
ecfe2980ae1f logo and css
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64