html: smaller navigation, larger charts
This commit is contained in:
parent
62ea5f5a97
commit
973a39087d
6 changed files with 65 additions and 22 deletions
38
html/style.css
Normal file
38
html/style.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: sans serif;
|
||||
}
|
||||
|
||||
header h1, ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header h1, ul, ul li {
|
||||
display: inline-block;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
header h1, ul li a {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
header ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header {
|
||||
background: #333;
|
||||
color: #fefefe;
|
||||
}
|
||||
|
||||
header a {
|
||||
text-decoration: none;
|
||||
color: #FFCC01;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
background: #C83771;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue