annotate css/app.css @ 241:598d7f098082

Overhaul website, less JavaScript, more FontAwesome.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 18 Mar 2021 15:59:24 +0900
parents 9057b6832c9a
children 2e13395adcc0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
1 /* Custom classes*/
224
e69093ab4992 Improve Release Notes display.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 223
diff changeset
2
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
3 h3, h4 { margin-top: 1em; }
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
4 footer { margin-top: 2em; }
224
e69093ab4992 Improve Release Notes display.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 223
diff changeset
5
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
6 .octave-logo { min-width: 160px; }
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
7 .octave-logo a,
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
8 .octave-logo a:hover {
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
9 font-size: 120%;
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
10 color: #FFF;
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
11 font-weight: bold;
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
12 }
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
13
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
14 h2.landing-page-logo {
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
15 color: #0790c0;
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
16 font-weight: 700;
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
17 margin: 0 0 1rem 0;
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
18 font-size: 2.33rem;
2
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
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
21 .entry-content > :last-child { margin-bottom: 0 !important; }
206
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
22
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
23 .grid-container-mod { padding: 1.5em; }
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
24
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
25 .dark-background,
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
26 .title-bar,
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
27 .top-bar,
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
28 .top-bar ul { background: #333; }
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
29
206
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
30 .top-bar {
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
31 padding-left: 1.5em;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
32 padding-right: 1.5em;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
33 max-width: 75rem;
206
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
34 margin: auto;
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
35 }
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
36
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
37 .top-bar ul li a { color: #FFF; }
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
38 .top-bar ul li a:hover { background-color: #585858; }
2
461359b1dd5c style up the homepage
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
39
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
40 .reveal img { width: 100%; }
206
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
41
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
42 a.button.warning { /* RSS Feed */
206
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
43 font-weight: bold;
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
44 color: #FFF;
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
45 }
68d54c6d397a More top menu bar style tweaks.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
46
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
47 @media screen and (max-width: 39.9375em) {
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
48 .button.small-only-expanded {
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
49 display: block;
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
50 width: 100%;
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
51 margin-right: 0;
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
52 margin-left: 0;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
53 }
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
54 }
22
3c8941fa46da change small heading styles
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 15
diff changeset
55
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 22
diff changeset
56
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 112
diff changeset
57 /* Syntax highlighter styles */
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
58
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
59 .highlight table { border: none; }
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
60 .highlight code {
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
61 border: inherit;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
62 background-color: inherit;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
63 line-height: 1;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
64 padding: 0;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
65 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
66
227
9057b6832c9a Improve syntax highlight with fenced markup.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 224
diff changeset
67 div.highlight,
9057b6832c9a Improve syntax highlight with fenced markup.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 224
diff changeset
68 figure.highlight {
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
69 margin: 0 0 1.5rem 0;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
70 border: 1px solid #ccc;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
71 padding: 0.5em;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
72 border-radius: 3px;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
73 font-size: 90%;
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 227
diff changeset
74 width: 100%;
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 2
diff changeset
75 }