Skip to content

Instantly share code, notes, and snippets.

/customcss.css Secret

Created January 30, 2016 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/623cf66f57bd8d42adb8 to your computer and use it in GitHub Desktop.
Save anonymous/623cf66f57bd8d42adb8 to your computer and use it in GitHub Desktop.
pizzalijn.net custom css
blockquote
{
color: white;
background-color: blue;
}
#homepage-message {
background-color:#22813F;
}
#homepage-message .right-section a:hover {
background-color: #EC1D25;
}
#homepage-message .right-section
{
color:black;
font-family:arial;
}
#feature-heading
{
background-color: #EC1D25
}
#featured-post .entry-title
{
color: #ffffff;
}
#homepage-message .right-section a, {
background-color: #EC1D25;
}
#header-menu a: hover{
background-color: #EC1D25;
}
.header-sidebar .widget ul.menu .current_page_item > a, .header-sidebar .widget ul.menu .current_page_ancestor > a {
background-color: #EC1D25;
color: #FFFfff;
border-style:solid;
border-radius: 10px;
border-color:#22813f;
Border-width:3px;
}
.header-sidebar .widget ul.menu li:hover > a
{
background-color: #EC1D25;
color: #FFF;
border-radius: 10px;
}
.site {
margin: 10px auto;
}
#main-slider .entry-container{
background: none repeat scroll 0% 0% rgba(236, 29, 37, 0.4)
}
#main-slider .entry-container:hover{
background: none repeat scroll 0% 0% green;
}
#primary
{
width: 100%;
}
#site-logo, #hgroup, .header-sidebar, #supplementary, #main {
padding-top: 10px;
}
#site-generator {
background-color: #ec1d25;
color: #CCC;
}
#hgroup-wrap {
padding-bottom: 10px;
background: rgba( 204, 188, 152, 0.4);
}
.header-sidebar .menu
{
margin-right: 20%;
margin-left: 30px;
}
#header-left,
#site-logo{
width: 100%;
}
#header-left img{
margin: 0 auto;
}
.sb-holder {
background-color: #ec1d25;
color: #FFF;
}
.sb-options
{
background-color: #22813F;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment