JSFiddle - React, Tailwind, and code Playground
by jonjohnjohnson
CSS
/*
* TABLE OF CONTENTS
* GAMMA
* @jonjohnjohnson
* 2012.3.1
* ORIGINAL
* Hellllllllllooooooooooo
*/
/*
* TOC IMPORTS
*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
/*
* TOC CONTAINER
*/
#toc-tableOfContents
{
background:#fff;
-webkit-perspective:1000;
position:absolute;
top:0;
right:0;
bottom:0;
left:0
}
/*
* TOC HEADER
*/
#toc-header
{
padding:20px;
height:40px
}
#toc-pubName
{
display:inline;
font:30px 'Futura-CondensedMedium', 'Oswald'
}
#toc-logo
{
height:40px;
width:auto;
margin: auto;
display: block;
}
#toc-pubName:active
{
opacity:0.7
}
#toc-sectionName
{
display:none
}
/*
* TOC NAVIGATION
*/
#toc-sectionToggle
{
position:absolute;
top:80px;
right:0;
left:0;
height:16px;
padding:12px 12px 12px 35px;
font:13px Arial;
text-transform:uppercase;
background:no-repeat 13px 17px...