Created
August 16, 2012 21:10
-
-
Save cmho/3373691 to your computer and use it in GitHub Desktop.
Untitled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Amarante'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Amarante Regular'), local('Amarante-Regular'), url(http://themes.googleusercontent.com/static/fonts/amarante/v1/5dF-vhm2PDTNvpxu3h5td3YhjbSpvc47ee6xR_80Hnw.woff) format('woff'); | |
} | |
body { | |
background: #101010; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 82.5%; | |
color: #EFEFEF; | |
text-align: center; | |
} | |
#container { | |
width: 960px; | |
margin: 0 auto; | |
text-align: left; | |
} | |
#container #header { | |
} | |
#container #header h1 { | |
float: left; | |
width: 75%; | |
font-family: 'Amarante', cursive; | |
font-size: 3em; | |
-webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1))); | |
} | |
#container #header #account { | |
float: left; | |
text-align: right; | |
width: 25%; | |
} | |
#container #main { | |
background-color: #EFEFEF; | |
color: #101010; | |
} | |
#container #main #secondary { | |
width: 200px; | |
float: left; | |
} | |
#container #main #primary { | |
padding-left: 20px; | |
float: left; | |
} | |
#footer { | |
text-align: center; | |
padding: 10px 0; | |
margin-top: 10px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="container"> | |
<div id="header"> | |
<h1>Dead City Character Manager</h1> | |
<div id="account"> | |
Welcome, Name <a href="#">Account</a> <a href="#">Logout</a> | |
</div> | |
<div style="clear:both"></div> | |
</div> | |
<div id="main"> | |
<div id="secondary"> | |
sidebar | |
</div> | |
<div id="primary"> | |
<h2>Chronicle: From the Ashes <a href="#">change</a></h2> | |
<table border="0" cellpadding="3" cellspacing="0"> | |
<tr> | |
<th>Player</th> | |
<th>Character Name</th> | |
<th>Clan</th> | |
<th>Covenant</th> | |
<th>Status</th> | |
<th></th> | |
<th></th> | |
</tr> | |
<tr> | |
<td>Carly</td> | |
<td>Kaitlyn "Kait" Marsh</td> | |
<td>Daeva</td> | |
<td>Carthian Movement</td> | |
<td>Active</td> | |
<td><a href="#">edit</a></td> | |
<td><a href="#">disable</a></td> | |
</tr> | |
</table> | |
</div> | |
<div style="clear: both"></div> | |
<div id="footer"> | |
footer | |
</div> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment