Created
June 19, 2014 06:00
-
-
Save hitsujixgit/2f9b7b1386251ce53fb4 to your computer and use it in GitHub Desktop.
サイドバーを設置する - index.phpをカスタマイズする#5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*---------------------------------------------------------*/ | |
/* 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