Skip to content

Instantly share code, notes, and snippets.

@Gnarfoz
Last active July 13, 2018 01:00
Show Gist options
  • Save Gnarfoz/c8250780fd511450a86c067ca86153aa to your computer and use it in GitHub Desktop.
Save Gnarfoz/c8250780fd511450a86c067ca86153aa to your computer and use it in GitHub Desktop.
pbwow3 theme customizations
/* hddf.eu - 2018-07-12 */
body {
background-image: url("/bfa2.jpg") !important;
background-attachment: fixed !important;
background-repeat: initial;
background-position-x: 70%;
background-position-y: 33%;
/* background-size: cover; */
}
body.pbwow3 .logo {
background-size: 90% !important;
margin: 0px 10px 10px 10px !important;
}
body.pbwow3 .wrap {
/* max-width: 70% !important; */
}
body.pbwow3 dl.postprofile {
max-width: 212px !important;
margin-right: 3px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment