Skip to content

Instantly share code, notes, and snippets.

Created January 24, 2016 10:04
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/a6494a78f453513b7611 to your computer and use it in GitHub Desktop.
Save anonymous/a6494a78f453513b7611 to your computer and use it in GitHub Desktop.
.fact{
border: none;
-webkit-transition: unset;
transition: unset;
}
.fact:hover {
background: transparent;
border: none;
}
#meta-2.widget {
display: none;
}
#categories-2.widget{
display: none;
}
.header-info{
top: 0;
bottom: 0;
}
.header-text{
width: 100%;
position: absolute;
}
.header-buttons{
width: 100%;
position: absolute;
text-align: center;
}
.header-button{
display: inline-block;
float: none;
}
.header-text{
top: 100px;
}
.header-buttons{
bottom: 100px;
}
.new-header-content{
width: 100%;
position: absolute;
top: 0;
bottom: 0;
}
.new-header-content{
display: table;
position: relative;
height: 100%;
z-index: 3 !important;
}
.new-header-content .header-buttons{
position: relative;
display: table-cell;
vertical-align: middle;
bottom: auto;
}
.header-buttons{
z-index: 4 !important;
}
.new-header-content .header-buttons{
z-index: 2 !important;
}
.new-header-content .header-buttons span:first-child{
font-size: 26px;
font-weight: 150;
}
.new-header-content .header-buttons span:last-child {
font-size: 26px;
}
.new-header-content .header-buttons > div{
display: inline;
padding: 15px 30px;
max-width: 262px;
background-color: #315B9D;
border: 2px solid #315B9D;
color: #fff;
}
.new-header-content .header-buttons > div:hover{
background: transparent;
}
.new-header-content .header-buttons > div:first-child{
margin-right: 10px;
}
.new-header-content .header-buttons > div:last-child{
margin-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment