style.css
author František Kučera <franta-hg@frantovo.cz>
Sat, 21 Sep 2019 01:12:49 +0200
branchv_0
changeset 20 fb939d9baaf4
parent 17 355edb728822
permissions -rw-r--r--
make: statistics (just for fun) generates output: chapter: ╭──────────────────────────────────┬──────────────────────╮ │ name (string) │ item_count (integer) │ ├──────────────────────────────────┼──────────────────────┤ │ Free software │ 7 │ │ Documented │ 5 │ │ Semantic versioning │ 5 │ │ Compatible with itself │ 6 │ │ Compatible with others │ 6 │ │ Modular architecture │ 4 │ │ Extensible │ 7 │ │ Testable │ 4 │ │ Safe code and sustainability │ 6 │ │ Small code footprint │ 3 │ │ Sane dependencies │ 10 │ │ Easily auditable │ 3 │ │ Reproducible builds │ 2 │ │ Trustworthy packages and sources │ 6 │ │ Network interactions │ 4 │ │ Localized/internationalized │ 11 │ │ Communication channels │ 23 │ │ Accept contributions │ 13 │ │ Open development – has public: │ 4 │ ╰──────────────────────────────────┴──────────────────────╯ Record count: 19
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;
2
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     6
}
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     7
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     8
h1,h2,h3 {
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     9
	font-family: Sawasdee;
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    10
	font-weight: bold;
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    11
}
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    12
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    13
h1 {
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    14
	text-align: center;
7aca0c2ba72d some formatting, fonts
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    15
}
16
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    16
131b90c4909e generate links/anchors so we can link to particular items
František Kučera <franta-hg@frantovo.cz>
parents: 2
diff changeset
    17
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
    18
	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
    19
	text-decoration: none;
17
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    20
}
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    21
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    22
p.footer {
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    23
	font-size: 80%;
355edb728822 license/copyright footer
František Kučera <franta-hg@frantovo.cz>
parents: 16
diff changeset
    24
}