annotate css/app.css @ 112:fb8011d4dd6f

Minor style fix.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 07 Nov 2016 22:33:02 +0100
parents b0c6ab59c569
children 3a99431030c1
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 {
112
fb8011d4dd6f Minor style fix.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 111
diff changeset
4 padding-top: 1rem;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
5 padding-bottom: 2rem;
2
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
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
8 .home-title {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
9 color: #0790c0;
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
10 font-weight: 700;
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
11 margin: 0 0 1rem 0;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
12 font-size: 2.33rem;
2
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
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
15 body {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
16 font-family: 'PT Sans';
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
17 color: '#333';
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
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
20 p {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
21 color: "#333";
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
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
24 li {
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
25 color: #333;
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
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
28 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
29 font-family: 'PT Sans';
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
30 color: #333;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
31 /*font-weight: bold;*/
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
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
34 h2 {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
35 font-size: 2rem;
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
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
38 h3 {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
39 font-size: 1.66rem;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
40 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
41
22
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
42 h4 {
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
43 font-size: 1.33rem;
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
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
46 h4, h5, h6 {
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
47 font-weight: bold;
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
48 }
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
49
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
50 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
51 height: auto;
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
52 width: 100%;
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
53 }
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
54
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
55 /**
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
56 * 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
57 */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
58
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
59 .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
60 font-family: inherit;
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
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
63 .highlight code {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
64 border: inherit;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
65 background-color: inherit;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
66 line-height: 1;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
67 padding: 0;
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
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
70 .highlight {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
71 margin: 0 0 1.5rem 0;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
72 border: 1px solid #ccc;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
73 padding: 0.5em;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
74 border-radius: 3px;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
75 font-size: 90%;
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
76 width: 100%;
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
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
79 .highlight table {
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
80 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
81 }