Style/whitespace changes
This commit is contained in:
parent
1bd58d39d9
commit
60b436532e
3 changed files with 93 additions and 94 deletions
|
@ -1,26 +1,26 @@
|
|||
* {
|
||||
border : 0;
|
||||
margin : 0;
|
||||
padding : 0;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color : #FFC000;
|
||||
text-decoration : none;
|
||||
color: #FFC000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration : underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color : #FF8A00;
|
||||
color: #FF8A00;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color : #000000;
|
||||
color : #000000;
|
||||
font-family : "DejaVu Sans", sans, sans-serif;
|
||||
background-color: #000000;
|
||||
color: #000000;
|
||||
font-family: "DejaVu Sans", sans, sans-serif;
|
||||
}
|
||||
|
||||
dd {
|
||||
|
@ -28,51 +28,51 @@ dd {
|
|||
}
|
||||
|
||||
p {
|
||||
margin : 1em 0px;
|
||||
margin: 1em 0px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin : 1em 0;
|
||||
padding-left : 40px;
|
||||
margin: 1em 0;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
#body {
|
||||
background-color : #777;
|
||||
background-color: #777;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin : 0 auto 0 auto;
|
||||
width : 700px;
|
||||
margin: 0 auto 0 auto;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#container #footer {
|
||||
background-color : #0C191C;
|
||||
color : #EEEEEC;
|
||||
font-size : 10px;
|
||||
padding : 5px;
|
||||
background-color: #0C191C;
|
||||
color: #EEEEEC;
|
||||
font-size: 10px;
|
||||
padding: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-left : 100px;
|
||||
margin-left: 100px;
|
||||
padding: 5px 20px 1px 20px;
|
||||
}
|
||||
|
||||
#content .container {
|
||||
color : #EEEEEC;
|
||||
color: #EEEEEC;
|
||||
}
|
||||
|
||||
#content .container .header {
|
||||
background-color : transparent;
|
||||
padding-bottom : 5px;
|
||||
padding-left : 0;
|
||||
padding-top : 5px;
|
||||
background-color: transparent;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 0;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#content .container .header a {
|
||||
color : inherit;
|
||||
text-decoration : none;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#content .container .header span.tagline {
|
||||
|
@ -81,15 +81,15 @@ ul {
|
|||
}
|
||||
|
||||
#content .container .header span.title {
|
||||
background-color : #2E3436;
|
||||
left : -5px;
|
||||
padding : 5px;
|
||||
position : relative;
|
||||
top : -5px;
|
||||
background-color: #2E3436;
|
||||
left: -5px;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color : #252A2B;
|
||||
background-color: #252A2B;
|
||||
}
|
||||
|
||||
#subheader {
|
||||
|
@ -101,14 +101,14 @@ ul {
|
|||
}
|
||||
|
||||
#logo {
|
||||
float : left;
|
||||
height : 100px;
|
||||
margin : 0 20px 23px 0;
|
||||
width : 100px;
|
||||
float: left;
|
||||
height: 100px;
|
||||
margin: 0 20px 23px 0;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#ryu {
|
||||
color : #F57900;
|
||||
color: #F57900;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
@ -119,79 +119,79 @@ ul {
|
|||
}
|
||||
|
||||
#menu {
|
||||
margin-left : -5px;
|
||||
float : left;
|
||||
width : 100px;
|
||||
margin-left: -5px;
|
||||
float: left;
|
||||
width: 100px;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
color : #FFC000;
|
||||
text-decoration : none;
|
||||
color: #FFC000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#title {
|
||||
color : #EEEEEC;
|
||||
height : 50px;
|
||||
line-height : 50px;
|
||||
color: #EEEEEC;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
#title sup {
|
||||
font-size : 11px;
|
||||
position : relative;
|
||||
top : 5px;
|
||||
font-size: 11px;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.activity_even {
|
||||
background-color : #2E3436;
|
||||
background-color: #2E3436;
|
||||
}
|
||||
|
||||
.activity_even, .activity_uneven {
|
||||
border-bottom : 1px solid #444444;
|
||||
color : #EEEEEC;
|
||||
font-size : 12px;
|
||||
border-bottom: 1px solid #444444;
|
||||
color: #EEEEEC;
|
||||
font-size: 12px;
|
||||
margin: 0 20px;
|
||||
padding : 2px 0 2px 5px;
|
||||
padding: 2px 0 2px 5px;
|
||||
}
|
||||
|
||||
.activity_last {
|
||||
border-bottom : none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.activity_uneven {
|
||||
background-color : #0C191C;
|
||||
background-color: #0C191C;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color : #0C191C;
|
||||
border : 1px solid #2E3436;
|
||||
margin-bottom : 20px;
|
||||
padding : 2px 5px;
|
||||
padding-left : 10px;
|
||||
background-color: #0C191C;
|
||||
border: 1px solid #2E3436;
|
||||
margin-bottom: 20px;
|
||||
padding: 2px 5px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear : both;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.clearleft {
|
||||
clear : left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.container .header {
|
||||
background-color : #2E3436;
|
||||
color : #F57900;
|
||||
font-weight : bold;
|
||||
margin : -2px -5px 0 -10px;
|
||||
padding-left : 5px;
|
||||
background-color: #2E3436;
|
||||
color: #F57900;
|
||||
font-weight: bold;
|
||||
margin: -2px -5px 0 -10px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.container .footer {
|
||||
background-color : #2E3436;
|
||||
color : #0C191C;
|
||||
font-size : 10px;
|
||||
margin : 0 -5px -2px -10px;
|
||||
padding-left : 5px;
|
||||
background-color: #2E3436;
|
||||
color: #0C191C;
|
||||
font-size: 10px;
|
||||
margin: 0 -5px -2px -10px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.emblems {
|
||||
|
@ -205,9 +205,9 @@ ul {
|
|||
}
|
||||
|
||||
.navigation a {
|
||||
color : #FFC000;
|
||||
color: #FFC000;
|
||||
}
|
||||
|
||||
.navigation a.next {
|
||||
float : right;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<body>
|
||||
<div id="header">
|
||||
<img id="logo" src="/static/img/logo.png" width="100" height="100" />
|
||||
|
||||
<h1 id="title">
|
||||
<span id="ryu">ryu</span><span id="slash">slash</span>
|
||||
</h1>
|
||||
|
@ -21,13 +22,12 @@
|
|||
|
||||
<div id="container">
|
||||
<div id="body">
|
||||
<!-- <div class="clearleft"></div> -->
|
||||
|
||||
<div id="menu">
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
root
|
||||
</div>
|
||||
|
||||
<a href="/">home</a><br />
|
||||
<a href="/blog/">blog</a><br />
|
||||
<a href="/Projects/">projects</a><br />
|
||||
|
@ -56,7 +56,6 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue