annotate css/app.css @ 111:b0c6ab59c569

Minor style fixes.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 07 Nov 2016 22:10:07 +0100
parents 2f1de3071ee9
children fb8011d4dd6f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
1 @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
2
15
3011dd45c7b0 fix topbar behaviour
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 5
diff changeset
3 .page-content section {
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
4 padding-bottom: 2rem;
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
5 }
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
6
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
7 .home-title {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
8 color: #0790c0;
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
9 font-weight: 700;
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
10 margin: 0 0 1rem 0;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
11 font-size: 2.33rem;
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
12 }
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
13
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
14 body {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
15 font-family: 'PT Sans';
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
16 color: '#333';
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
17 }
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
18
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
19 p {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
20 color: "#333";
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
21 }
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
22
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
23 li {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
24 color: #333;
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
25 }
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
26
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
27 h1, h2, h3, h4, h5, h6 {
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
28 font-family: 'PT Sans';
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
29 color: #333;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
30 /*font-weight: bold;*/
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
31 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
32
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
33 h2 {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
34 font-size: 2rem;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
35 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
36
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
37 h3 {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
38 font-size: 1.66rem;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
39 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
40
22
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
41 h4 {
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
42 font-size: 1.33rem;
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
43 }
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
44
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
45 h4, h5, h6 {
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
46 font-weight: bold;
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
47 }
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
48
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
49 div.reveal-modal img {
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
50 height: auto;
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
51 width: 100%;
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
52 }
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
53
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
54 /**
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
55 * Font overrides (do this using SASS when that gets pulled in)
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
56 */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
57
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
58 .button, li, p, .alert, .label, .top-bar-section ul li>a {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
59 font-family: inherit;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
60 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
61
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
62 .highlight code {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
63 border: inherit;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
64 background-color: inherit;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
65 line-height: 1;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
66 padding: 0;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
67 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
68
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
69 .highlight {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
70 margin: 0 0 1.5rem 0;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
71 border: 1px solid #ccc;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
72 padding: 0.5em;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
73 border-radius: 3px;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
74 font-size: 90%;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
75 width: 100%;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
76 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
77
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
78 .highlight table {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
79 border: none;
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
80 }