templates/style.css
author František Kučera <franta-hg@frantovo.cz>
Sun, 22 Sep 2019 00:34:31 +0200
branchv_0
changeset 29 5ed5b68408e4
parent 25 8da11cce2c98
child 30 841bec790da8
permissions -rw-r--r--
CSS: max-width: 800px; + text-align: justify;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     1
body {
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     2
	font-family: FreeSerif;
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     3
	font-size:  20px;
16
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
     4
	background-color: white;
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
     5
	color: black;
29
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
     6
	text-align: center;
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
     7
}
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
     8
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
     9
div#content {
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    10
	max-width: 800px;
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    11
	text-align: justify;
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    12
	margin: 0 auto;
2
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    13
}
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    14
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    15
h1,h2,h3 {
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    16
	font-family: Sawasdee;
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    17
	font-weight: bold;
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    18
}
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    19
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    20
h1 {
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    21
	text-align: center;
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    22
}
16
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    23
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    24
a.anchor {
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    25
	color: #eee;
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    26
	text-decoration: none;
17
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    27
}
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    28
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    29
p.footer {
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    30
	font-size: 80%;
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    31
}
29
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    32
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    33
hr {
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    34
	border: 2px solid #888;
5ed5b68408e4 CSS: max-width: 800px; + text-align: justify;
František Kučera <franta-hg@frantovo.cz>
parents: 25
diff changeset
    35
}