comparison css/octave.css @ 63:0a7baadc93a4 kai

Overhaul index.md start page. Less is more! Tidy up css.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 16:02:51 +0200
parents ca344ecdfffa
children a7952259f5d3
comparison
equal deleted inserted replaced
62:e2fce1335771 63:0a7baadc93a4
21 color: black; 21 color: black;
22 margin: 0; 22 margin: 0;
23 padding: 0px; 23 padding: 0px;
24 } 24 }
25 25
26 a { 26 a, a:link {
27 text-decoration: none; 27 text-decoration: none;
28 }
29
30 a:link {
31 color: #0790c0; 28 color: #0790c0;
32 } 29 }
33 30
34 a:hover { 31 a:hover {
35 color: #1b1c7d; 32 color: #1b1c7d;
53 dt { 50 dt {
54 font-weight: bold; 51 font-weight: bold;
55 margin-top: 7px; 52 margin-top: 7px;
56 } 53 }
57 54
55 time {
56 font-weight: normal;
57 }
58
58 h1 { 59 h1 {
59 font-size: 16pt; 60 font-size: 16pt;
60 font-weight: bold; 61 font-weight: bold;
61 } 62 }
62 63
66 } 67 }
67 68
68 h3 { 69 h3 {
69 font-size: 12pt; 70 font-size: 12pt;
70 font-weight: bold; 71 font-weight: bold;
71 }
72
73 img#screenshot {
74 border: 1px solid #0790c0;
75 } 72 }
76 73
77 ul.topnav { 74 ul.topnav {
78 list-style-type: none; 75 list-style-type: none;
79 margin: 0; 76 margin: 0;