Skip to content

Instantly share code, notes, and snippets.

@andrewzey
Last active February 20, 2017 05:43
Show Gist options
  • Save andrewzey/bab57a458e41d393203716c490838584 to your computer and use it in GitHub Desktop.
Save andrewzey/bab57a458e41d393203716c490838584 to your computer and use it in GitHub Desktop.
/*********************************************************
-------------------------- Haze --------------------------
Design: apopagasm
CSS: Exanurous
Bug Reports: forums.php?action=viewthread&threadid=584
Style derived from Gazelle Postmod
*********************************************************/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,bold);
@import url(https://cdn.rawgit.com/exanurous/haze_pth/master/theme-light.css);
@import url(https://cdn.rawgit.com/exanurous/haze_pth/master/panel-light.css);
/* Background Image */
body {background-image: url('https://i.imgur.com/pWy5wGh.jpg');}
/******************
Personal overrides
*******************/
/* Make header bar transparent */
#extra1 {
background: none;
box-shadow: none;
}
#logo a {
position: absolute;
display: block;
width: 246px;
height: 42px;
background: url('http://i.imgur.com/3sdzgkf.png') no-repeat top left;
background-size: cover;
top: 38px;
margin-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment