Difference between revisions of "Template:UCLA"

Line 8: Line 8:
  
 
<style>
 
<style>
 +
      body {
 +
        margin: 0;
 +
        margin-top: 16px;
 +
      }
  
#content {
+
      #header-bar {
  width: 100%;
+
        width: 100%;
  margin: 0;
+
        height: 10em;
  padding: 0;
+
        background-color: #00004d;
}
+
      }
  
#bars_item img {
+
      #footer-bar {
  max-width: none;
+
        position: absolute;
}
+
        width: 100%;
 +
        height: 3em;
 +
        bottom: 0;
 +
        background-color: #00004d;
 +
      }
  
#top_title {
+
      #footer-bar a { float: right; }
  display: none;
+
}
+
  
#content {
+
      #social-bar { margin-right: 3em; }
  margin-top: -18px;
+
}
+
  
#sideMenu {
+
      .social-button {
  display: none;
+
        padding: .25em 1.5em 0em 1.5em;
}
+
        width: 2.5em;
 +
        height: auto;
 +
      }
  
.ucla-scroll-down {
+
      #header-logo-ucla-container { float: left; }
  display: block;
+
  margin: 10px auto;
+
  width: 50px;
+
}
+
.top-bar {
+
  width: 100%;
+
}
+
  
 +
      #header-menu {
 +
        float: right;
 +
        font-family: sans-serif;
 +
        margin-right: 9em;
 +
        margin-top: 2.5em;
 +
        list-style-type: none;
 +
        overflow: hidden;
 +
      }
 +
 +
      #header-logo-ucla {
 +
        width: 10em;
 +
        height: auto;
 +
        margin-left: 1.5em;
 +
        margin-top: .75em;
 +
      }
 +
 +
      .header-logo-general {
 +
        width: 7em;
 +
        height: auto;
 +
      }
 +
 +
      .header-logo-general-container {
 +
        position: absolute;
 +
        right: 1em;
 +
        top: 2.9em;
 +
      }
 +
 +
      .dropdown {
 +
        display: inline-block;
 +
        width: 11em;
 +
      }
 +
 +
      .dropdown:hover {
 +
        background-color: #001a66;
 +
        border-top-right-radius: 10px;
 +
        border-top-left-radius: 10px;
 +
      }
 +
 +
      .dropdown:hover .dropdown-content {
 +
        background-color: #001a66;
 +
        border-bottom-right-radius: 10px;
 +
        border-bottom-left-radius: 10px;
 +
      }
 +
 +
      .dropdown a {
 +
        display: inline-block;
 +
        width: 100%;
 +
        color: white;
 +
        text-align: center;
 +
        text-decoration: none;
 +
        font-size: 1.2em;
 +
      }
 +
 +
      .dropdown-content {
 +
        display: none;
 +
        position: absolute;
 +
        width: 11em;
 +
        background-color: #003366;
 +
      }
 +
 +
      .dropdown:hover .dropdown-content { display: block; }
 +
 +
      .dropdown-content a:last-child:hover {
 +
        border-bottom-left-radius: 10px;
 +
        border-bottom-right-radius: 10px;
 +
      }
 +
 +
      .dropdown-content a {
 +
        color: white;
 +
        padding-top: .7em;
 +
        padding-bottom: .7em;
 +
        text-align: center;
 +
        text-decoration: none;
 +
        display: block;
 +
        border-top-style: solid;
 +
        border-top-color: white;
 +
        border-top-width: 2px;
 +
      }
 +
 +
      .dropdown-content a:hover { background-color: #001a33; }
  
  

Revision as of 00:19, 12 October 2016