forked from wezm/wezm.net
Add qudrant logo
This commit is contained in:
parent
ed7c6183be
commit
312452a2c4
3 changed files with 17 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<a href="/">WezM<sup>.net</sup></a>
|
<a href="/">WM</a>
|
||||||
<ul id="menu">
|
<ul id="menu">
|
||||||
<li><a href="/articles/">Articles</a></li>
|
<li><a href="/articles/">Articles</a></li>
|
||||||
<li><a href="/topics/">Topics</a></li>
|
<li><a href="/topics/">Topics</a></li>
|
||||||
|
|
|
@ -8,7 +8,7 @@ body {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #223;
|
color: #223;
|
||||||
padding: 2em;
|
/* padding: 2em;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
p,li {
|
p,li {
|
||||||
|
@ -95,19 +95,27 @@ pre {
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
||||||
background-color: rgb(112, 128, 144); /* Slate gray */
|
/*background-color: rgb(112, 128, 144); Slate gray */
|
||||||
padding: 0.5em 1em;
|
/* padding: 0.5em 1em;*/
|
||||||
text-shadow: rgb(187, 187, 187) 1px 1px 1px;
|
/* text-shadow: rgb(187, 187, 187) 1px 1px 1px;*/
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
font-weight: 200;
|
/* font-weight: 200;
|
||||||
-webkit-border-radius: 0.5em;
|
-webkit-border-radius: 0.5em;
|
||||||
-moz-border-radius: 0.5em;
|
-moz-border-radius: 0.5em;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;*/
|
||||||
|
background: url(/images/quadrant.png) top left no-repeat;
|
||||||
|
height: 75px;
|
||||||
}
|
}
|
||||||
#header a {
|
#header a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
#header > a {
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
color: white;
|
||||||
|
padding: 1em 0 0 0.75em;
|
||||||
|
}
|
||||||
#header a:hover {
|
#header a:hover {
|
||||||
color: #36454F;
|
color: #36454F;
|
||||||
/* text-shadow: rgb(0, 187, 0) 1px 1px 1px;*/
|
/* text-shadow: rgb(0, 187, 0) 1px 1px 1px;*/
|
||||||
|
@ -115,9 +123,10 @@ pre {
|
||||||
|
|
||||||
ul#menu {
|
ul#menu {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: rgb(112, 128, 144); /* Slate gray */
|
/* background-color: rgb(112, 128, 144); Slate gray */
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 1em 1em 0;
|
||||||
}
|
}
|
||||||
ul#menu li {
|
ul#menu li {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
BIN
output/images/quadrant.png
Normal file
BIN
output/images/quadrant.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue