scratch – Rev 102

Subversion Repositories:
Rev:
<style>
@font-face {
   font-family: Nautical;
   src: url('//grimore.org/opt/fonts/Nautical.eot');
   src: url('//grimore.org/opt/fonts/Nautical.eot?#iefix') format('embedded-opentype'), url('//grimore.org/opt/fonts/Nautical.woff') format('woff'), url('//grimore.org/opt/fonts/Nautical.ttf') format('truetype'), url('//grimore.org/opt/fonts/Nautical.otf') format('opentype'), url('//grimore.org/opt/fonts/Nautical.svg#Nautical') format('svg');
   font-weight: 300;
   font-style: normal;
   font-stretch: normal;
   unicode-range: U+0-10FFFF;
}
#grimore-projects {
   height: 2.10em;
   width: 100%;
   background-color: #591a11;
   font: normal 9pt/1.7 Copperplate, 'Copperplate Gothic Light', Nautical;
}
#grimore-projects ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}
#grimore-projects ul li {
   display: block;
   background-color: #591a11;
   padding: 0;
   margin: 0;
}
#grimore-projects ul li a {
   text-decoration: none;
   padding: .2em 1em;
   color: #fff;
   background-color: #591a11;
   float: left;
}
#grimore-projects ul li a:hover {
   color: #fff;
   background-color: #7e7ebe;
}
.this-page {
   color: #fff !important;
   background-color: #7e7ebe !important;
}
</style>
<div id="grimore-projects">
    <ul>
        <li>
            <a href='//grimore.org'>Grimore</a>
        </li>
        <li>
            <a href='//corrade.grimore.org'>Corrade</a>
        </li>
        <li>
            <a href='//cydia.grimore.org'>Cydia</a>
        </li>
        <li>
            <a href='//debian.grimore.org'>Debian</a>
        </li>
        <li>
            <a href='//scratch.grimore.org'>Scratch</a>
        </li>
        <li>
            <a href='//trac.grimore.org'>Trac</a>
        </li>
        <li>
            <a href='//websvn.grimore.org'>SVN</a>
        </li>
    </ul>
</div>
<script type="text/javascript">
//gist.github.com/ryanve/6153436
(function(anchors, url, i, a) {
while ((a = anchors[i++]) && a.classList)
  a.href === url && a.classList.add('this-page');
}(document.getElementsByTagName('a'), location.href, 0));
</script>