Difference between revisions of "Template:HokkaidoU Japan/css/sidebar"
(22 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
#contentContainer { | #contentContainer { | ||
− | width : | + | width : 760px; |
} | } | ||
/* sidebar */ | /* sidebar */ | ||
#sidebarContainer { | #sidebarContainer { | ||
− | width : | + | width : 160px; |
− | + | ||
float : left; | float : left; | ||
− | |||
} | } | ||
#sidebarContainer a { | #sidebarContainer a { | ||
− | color: # | + | color: #438011; |
text-decoration:none; | text-decoration:none; | ||
font-weight: bold; | font-weight: bold; | ||
+ | font-family : Century Gothic, Helvetica, sans-serif, Meiryo; | ||
+ | font-size : 14px; | ||
} | } | ||
Line 24: | Line 24: | ||
#sidebarContainer ul { | #sidebarContainer ul { | ||
list-style: none; | list-style: none; | ||
− | margin: 0px; | + | margin: 20px 0px; |
+ | background-color : #88E43C; | ||
} | } | ||
Line 34: | Line 35: | ||
width : 100%; | width : 100%; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | |||
+ | li.sub { | ||
+ | background-color : #E7FAD8; | ||
} | } | ||
Line 39: | Line 44: | ||
#sidebarContainer li:hover { | #sidebarContainer li:hover { | ||
color: #FFF; | color: #FFF; | ||
− | background-color: # | + | background-color: #64BE1B; |
} | } | ||
− | |||
− | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 13:47, 16 September 2015