Difference between revisions of "Template:HokkaidoU Japan/css/sidebar"
(Created page with "<html> <style type="text/css"> →sidebar: #sidebarContainer { width : 240px; margin-top : 10px; float : left; background-color : #E8E8E9; } #sidebarContainer a { colo...") |
|||
(26 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | #contentContainer { | ||
+ | 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 20: | Line 24: | ||
#sidebarContainer ul { | #sidebarContainer ul { | ||
list-style: none; | list-style: none; | ||
− | margin: 0px; | + | margin: 20px 0px; |
+ | background-color : #88E43C; | ||
} | } | ||
Line 30: | Line 35: | ||
width : 100%; | width : 100%; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | |||
+ | li.sub { | ||
+ | background-color : #E7FAD8; | ||
} | } | ||
Line 35: | Line 44: | ||
#sidebarContainer li:hover { | #sidebarContainer li:hover { | ||
color: #FFF; | color: #FFF; | ||
− | background-color: # | + | background-color: #64BE1B; |
} | } | ||
Latest revision as of 13:47, 16 September 2015