Skip to content

Instantly share code, notes, and snippets.

@marcusstephens
Created December 10, 2013 00:41
Show Gist options
  • Save marcusstephens/7883838 to your computer and use it in GitHub Desktop.
Save marcusstephens/7883838 to your computer and use it in GitHub Desktop.
CSS Stylesheet Template
/****************************************************************
-------------------------- GENERAL ------------------------------
****************************************************************/
html {}
body {}
a {}
/****************************************************************
-------------------- MAIN STRUCTURE -----------------------------
****************************************************************/
#container {}
#header {}
#content {}
#maincol {}
#sidecol {}
#footer {}
#copyright {}
/****************************************************************
----------------------------- HEADER ----------------------------
***************************************************************/
/* -- ***** Main Navigation
---------------------------------------------------------------*/
#mainnav {}
/* --***** Secondary Navigation
---------------------------------------------------------------*/
#subnav {}
/****************************************************************
----------------------- MAIN COLUMN -----------------------------
****************************************************************/
#maincol {}
/* -- ***** Home Page
---------------------------------------------------------------*/
#bd-home {}
/* --***** About Page
---------------------------------------------------------------*/
#bd-about {}
/* --***** Photography Page
---------------------------------------------------------------*/
#bd-photography {}
/* --***** Contact Page
---------------------------------------------------------------*/
#bd-contact {}
/****************************************************************
-------------------- SIDE COLUMN --------------------------------
****************************************************************/
#sidecol {}
/****************************************************************
-------------------- FOOTER & COPYRIGHT-------------------------
****************************************************************/
/* --***** Footer
---------------------------------------------------------------*/
#footer {}
/* --***** Copyright
---------------------------------------------------------------*/
#copyright {}
/** -------------Third Level ---------- **
/* -- fourth level-- */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment