Skip to content

Instantly share code, notes, and snippets.

@ramsesoriginal
Created April 27, 2012 18:42
Show Gist options
  • Save ramsesoriginal/2511673 to your computer and use it in GitHub Desktop.
Save ramsesoriginal/2511673 to your computer and use it in GitHub Desktop.
PowerConsoleLayoutRewrite
/**
* PowerConsoleLayoutRewrite
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<!-- content to be placed inside <body>…</body> -->
<header>
<hgroup>
<h1>PowerConsole</h1>
<h2>Because average ain't enough!</h2>
</hgroup>
<aside class="search">
<input type="search" placeholder="search" />
</aside>
<aside class="usercontrols">
<a href="#" class="myAccount">MyAccount</a>
<a href="#" class="logout">Logout</a>
</aside>
</header>
<nav class="sidebox">
<article><h1><a href="#">Home</a></h1></article>
<section>
<h1><a href="#">vServer</a></h1>
<section>
<h1><a href="#">Thor</a></h1>
<article><h1><a href="#">Monitoring</a></h1></article>
<article><h1><a href="#">Log</a></h1></article>
<section>
<h1><a href="#">Apache</a></h1>
<article><h1><a href="#">Logs</a></h1></article>
<article><h1><a href="#">Plugins</a></h1></article>
<article><h1><a href="#">Monitoring</a></h1></article>
</section>
<section>
<h1><a href="#">MySql</a></h1>
<article><h1><a href="#">Logs</a></h1></article>
<article><h1><a href="#">Monitoring</a></h1></article>
</section>
<section>
<h1><a href="#">Postgres</a></h1>
<article><h1><a href="#">Logs</a></h1></article>
<article><h1><a href="#">Monitoring</a></h1></article>
</section>
<section>
<h1><a href="#">Postfix</a></h1>
<article><h1><a href="#">Logs</a></h1></article>
<article><h1><a href="#">Plugins</a></h1></article>
<article><h1><a href="#">Monitoring</a></h1></article>
</section>
</section>
</section<
</nav>
<section class="mainbox">
<h1>Overview</h1>
</section>
<footer>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment