Skip to content

Instantly share code, notes, and snippets.

@arielk
Created July 14, 2016 13:50
Show Gist options
  • Save arielk/e5c2bd5477ff199941135b65433a8d61 to your computer and use it in GitHub Desktop.
Save arielk/e5c2bd5477ff199941135b65433a8d61 to your computer and use it in GitHub Desktop.
Sidebar style for Poza theme
/* = Sidebar Style
----------------------------------------------- */
.sidebar .widget-title {
border-bottom: 1px solid;
position: relative;
}
.sidebar .widget-title:after {
border-bottom: 3px solid;
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 3px;
}
.sidebar .widget {
margin-bottom: 30px;
}
.sidebar .widget .widget-title {
margin-top: 0;
}
.sidebar ul.menu {
padding: 0 10px;
margin: 0;
}
.sidebar ul.menu li {
list-style: none;
}
.sidebar ul.menu li:before {
content: '»';
line-height: 1;
margin-right: 10px;
}
.sidebar .recent-post.hentry.media {
margin-top: 10px;
margin-bottom: 0;
padding: 0;
border: none;
background-color: transparent;
}
.sidebar .recent-post.hentry.media:first-child {
margin-top: 0;
}
.sidebar .recent-post .media-heading {
margin-top: 0;
margin-bottom: 5px;
line-height: 1.2em;
font-size: 0.9em;
}
.sidebar .recent-post .pull-left {
margin-right: 10px;
max-width: 20%;
}
.sidebar .recent-post .media-heading {
font-size: 14px;
font-family: inherit;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment