Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 19, 2014 06:00
Show Gist options
  • Save hitsujixgit/2f9b7b1386251ce53fb4 to your computer and use it in GitHub Desktop.
Save hitsujixgit/2f9b7b1386251ce53fb4 to your computer and use it in GitHub Desktop.
サイドバーを設置する - index.phpをカスタマイズする#5
/*---------------------------------------------------------*/
/* Sidebar */
/*---------------------------------------------------------*/
.sidebar-wrapper {
margin: 0 0 15px 0;
}
.sidebar-title {
border-left: solid 10px #99c348;
font-size: 1.2em;
padding: 10px 0 10px 20px;
margin: 8px 0;
color: #555;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
}
.textwidget {
padding: 0 8px;
}
#calendar_wrap {
text-align: center;
}
#calendar_wrap table {
margin-left: auto;
margin-right: auto;
}
#calendar_wrap table a {
text-decoration: underline;
color: #2ea7e0;
}
#calendar_wrap table a:hover {
background-color: #2ea7e0;
color: #fff;
}
.sidebar-wrapper ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.sidebar-wrapper li {
border-bottom: dotted 1px #99c348;
}
.sidebar-wrapper li a {
display: block;
color: #555;
padding: 3px 0 3px 8px;
}
.sidebar-wrapper li a:hover {
background-color: #cfc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment