diff options
Diffstat (limited to 'out/main.css')
-rw-r--r-- | out/main.css | 91 |
1 files changed, 47 insertions, 44 deletions
diff --git a/out/main.css b/out/main.css index 5e13ff4..0d2f6ec 100644 --- a/out/main.css +++ b/out/main.css @@ -7,52 +7,54 @@ header { background-color: black; color: white; } header p.breadcrumbs { - background-color: blue; } + background-color: Maroon; + margin: 0; } + header p.breadcrumbs a { + color: GoldenRod; } header h1 { font-size: 50px; margin: 0; } - -nav { - /* layout */ - line-height: 1; - width: 100%; - /* pretty */ - background-color: Maroon; } - nav ul { - padding: 0; - margin: 0; - list-style: none; } - nav li { - display: inline-block; } - nav a { - display: block; } - nav a { - padding: 0.2em 1em; - font-size: 40px; - color: GoldenRod; - text-decoration: none; } - nav a:hover, nav a:focus { - background-color: white; } - nav a:hover, nav a:visited { - color: GoldenRod; } - nav a:active { - color: Black; } - nav form { - padding: 0.2 1em; - display: block; } - nav form input { - font-size: 25px; - border: solid 1px #333333; } - nav form input[type="search"] { - max-width: 10em; } - nav form input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - nav form input:not(:last-child) { - border-right: 0; } - nav form input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } + header nav { + /* layout */ + line-height: 1; + width: 100%; + /* pretty */ + background-color: Maroon; } + header nav ul { + padding: 0; + margin: 0; + list-style: none; } + header nav li { + display: inline-block; } + header nav a { + display: block; } + header nav a { + padding: 0.2em 1em; + font-size: 40px; + color: GoldenRod; + text-decoration: none; } + header nav a:hover, header nav a:focus { + background-color: white; } + header nav a:hover, header nav a:visited { + color: GoldenRod; } + header nav a:active { + color: Black; } + header nav form { + padding: 0.2 1em; + display: block; } + header nav form input { + font-size: 25px; + border: solid 1px #333333; } + header nav form input[type="search"] { + max-width: 10em; } + header nav form input:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; } + header nav form input:not(:last-child) { + border-right: 0; } + header nav form input:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; } article { max-width: 6.5in; @@ -84,7 +86,8 @@ article { border-radius: 2px; text-align: center; text-decoration: none; - color: white; } + color: white; + font-family: sans-serif; } article .tag.FF { background: FireBrick; } article .tag.SS { |