Difference between revisions of "Template:2016Bottom"

Line 41: Line 41:
 
}
 
}
  
 +
 +
 +
 +
 +
/*Second layer of lists  (SUBMENUS)  */
 +
 +
/* styling for nested lists */
 +
#sideMenu ul  ul
 +
#sideMenu ol  ul
 +
#sideMenu ul  ol
 +
#sideMenu ol  ol {
 +
margin-left: 15px;
 +
list-style: none;
 +
color: #4e606e;
 +
}
 +
 +
/* styling for links in nested lists */
 +
#sideMenu ul  ul a
 +
#sideMenu ol  ul a
 +
#sideMenu ul  ol a
 +
#sideMenu ol  ol a {
 +
color: black;
 +
font-weight:normal;
 +
}
 +
 +
/*styling for hover state of links in nested lists */
 +
#sideMenu ul  ul a:hover
 +
#sideMenu ol  ul a:hover
 +
#sideMenu ul  ol a:hover
 +
#sideMenu ol  ol a:hover {
 +
color:#f27631;
 +
cursor:pointer;
 +
}
  
 
</style>
 
</style>

Revision as of 16:19, 17 December 2015