Skip to content

Instantly share code, notes, and snippets.

@salehahmadbabu
Created April 2, 2020 14:21
Show Gist options
  • Save salehahmadbabu/98078294041fc02ebc7b997a8394426f to your computer and use it in GitHub Desktop.
Save salehahmadbabu/98078294041fc02ebc7b997a8394426f to your computer and use it in GitHub Desktop.
/* Sidebar widget CSS */
.widget h2 {
font-size: 25px;
color: #555;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 2;
}
.widget a {
color: #333;
}
.widget {
margin-bottom: 50px;
}
.widget ul ul {
padding-left: 15px;
}
.widget ul ul ul {
padding-left: 5px;
}
.widget table {
width: 100%;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.widget table th,
.widget table td {
padding: 5px;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.widget table th {
background: #ddd;
}
.widget.widget_rss li {
margin-bottom: 30px;
}
.widget.widget_rss .rssSummary {
font-size: 95%;
padding-top: 10px;
}
.widget.widget_rss cite {
display: inline-block;
padding-top: 10px;
font-weight: 700;
}
.widget.widget_rss .rsswidget {
font-size: 110%;
}
.widget.widget_rss .rss-date {
font-size: 80%;
}
.widget a:hover {
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment