Skip to content

Instantly share code, notes, and snippets.

@TAN0281
Created November 27, 2016 08:01
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 TAN0281/08d900d5cba0514f813fc74b6d6a31cb to your computer and use it in GitHub Desktop.
Save TAN0281/08d900d5cba0514f813fc74b6d6a31cb to your computer and use it in GitHub Desktop.
.entry-title {
position: relative;
color: #000000 ;
background: #e1e1e1;
font-size: 16pt ;
line-height: 1;
margin: 20px -10px 20px -10px;
padding: 10px 5px 10px 20px;
border-top:3px solid #5ec5c7;
}
.entry-title:after, entry-title:before {
content: "";
position: absolute;
top: 100%;
height: 0;
width: 0;
border: 5px solid transparent;
border-top: 5px solid #333;
}
.entry-title:after {
left: 0;
border-right: 5px solid #333;
}
.entry-title:before {
right: 0;
border-left: 5px solid #333;
}
.entry-content .entry-see-more {
background-color: #5ec5c7;
border-radius: 2px;
border: 2px solid #5ec5c7;
box-sizing: border-box;
color: rgba(255, 255, 255, 0.9);
display: inline-block;
font-size: 1em;
line-height: 30px; /* Button height */
min-width: 350px; /* Button width */
}
.entry-content .entry-see-more:hover {
background-color: transparent;
color: #5ec5c7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment