mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 10:18:41 -05:00
Minor style updates. Get rid of the black backgrounds.
This commit is contained in:
parent
7364ccbff8
commit
c0595b182f
1 changed files with 19 additions and 22 deletions
|
|
@ -6,7 +6,7 @@ body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
background: #000;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
@ -14,10 +14,23 @@ a {
|
||||||
color: #00c;
|
color: #00c;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
a:hover {
|
||||||
background: #000;
|
color: #096;
|
||||||
border-bottom: 1px solid #fff;
|
}
|
||||||
outline: 1px solid #000;
|
|
||||||
|
main {
|
||||||
|
float: left; /* Ensure this expands to contain the table. */
|
||||||
|
border-top: 3px solid #000;
|
||||||
|
border-bottom: 3px solid #000;
|
||||||
|
padding: 1em 1em 3em 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
clear: both;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1em 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav > ul {
|
nav > ul {
|
||||||
|
|
@ -35,7 +48,7 @@ nav > ul > li {
|
||||||
nav a,
|
nav a,
|
||||||
footer a {
|
footer a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:after,
|
nav a:after,
|
||||||
|
|
@ -60,27 +73,11 @@ footer a.backward:before {
|
||||||
padding-right: 1px;
|
padding-right: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
margin: 0;
|
|
||||||
padding: 1em 30px;
|
|
||||||
background: #000;
|
|
||||||
color: #fff;
|
|
||||||
border-top: 1px solid #fff;
|
|
||||||
outline: 1px solid #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#generated-at {
|
#generated-at {
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
|
||||||
background: #fff;
|
|
||||||
padding: 1px 1em 3em 1em; /* 1px to prevent margin collapse */
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0.75em 10px 1em 10px;
|
margin: 0.75em 10px 1em 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue