Difference between revisions of "Template:Columbia NYC Template"

Line 1: Line 1:
<!-- HTML START -->
 
<html>
 
<head>
 
 
 
<style>
 
<style>
  

Revision as of 19:58, 11 September 2015

<style>

/* Altering & Hiding Wiki Divs */ #content { visibility: none; height: 0; padding: 0; margin: 0; } #content h1.firstheading { visibility: none; }

/* Changing Body */ body { background-color: rgba(211,211,211,.75); margin: 0px; }

/* Content Boxes */ #superContainer {

} #menuContainer { position: fixed; width: 220px; height: 100%; border-right: 2px solid gray; background-color: rgb(118, 178, 222); } #contentContainer { overflow: auto; margin-left: 230px; }

/*menuContainer Design*/ #menuContainer ul { padding: 0; margin: 0; list-style: none; text-align: center; } #menuContainer li { padding-top: 5px; padding-bottom: 5px; } #menuContainer li:hover { background-color: rgba(255, 255, 255, 0.5); } #menuContainer li ul { display: none; } #menuContainer li:hover ul{ display: block; background-color: rgb(196, 216, 226); width: 100%; position: absolute; border-left: 2px solid gray; margin-left: 220px; margin-top: -31px; } #menuContainer a { text-decoration: none; font-family: "Arial Black", Gadget, sans-serif; font-size: 18px; color: black; }

/* Header Styling */ #contentContainer h1 { text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 50px; font-style: bold; border-bottom: 5px solid black; }

</style>

</head>

<body>

<nav>

</nav>

</body>