Difference between revisions of "Template:HokkaidoU Japan/css/sidebar"

 
(25 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
#contentContainer {
 
#contentContainer {
width : 720px;
+
width : 760px;
 
}
 
}
  
 
/* sidebar */
 
/* sidebar */
 
#sidebarContainer {
 
#sidebarContainer {
width : 240px;
+
width : 160px;
margin-top : 10px;
+
 
float : left;
 
float : left;
background-color : #E8E8E9;
 
 
}
 
}
  
 
#sidebarContainer a {
 
#sidebarContainer a {
color: #565656;
+
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: #24B694;
+
background-color: #64BE1B;
 
}
 
}
  

Latest revision as of 13:47, 16 September 2015