Template:Team:Clemson/style.css

From 2013.igem.org

(Difference between revisions)
Line 105: Line 105:
}
}
-
#content {
+
#cu-content {
     background-color: #D4C99E;
     background-color: #D4C99E;
     display: block;
     display: block;

Revision as of 18:16, 15 September 2013

  1. p-logo {
   display: none;

}

  1. search-controls {
   display: none;

}

body {

   background-color: #522D80;

}


  1. filler {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   box-shadow: 0 2px 5px #A25016;
   width: 100%;
   background-color: #fff;
   height: .75em;
   border: 0 solid #A25016;

}

  1. sponsor-banner {
   list-style: none;
   margin: 0 4em 0 4em;
   padding: 0;
   border: 0px solid #a44b17;
   border-top-width: 2px;
   box-sizing: border-box;

}

  1. sponsor-banner a {
   padding:1em 0;
   background:#EA6A20;
   color:#fff;
   width: 50%;
   float:left;
   text-align: center;

}

  1. sponsor-banner:after {

content: ' '; position: absolute;

   display: block;
   z-index: -1;

width: 0;

   bottom: -1em;

height: 5em; left: 5em; top: 4.2em; border-width: 0.6em 1em; border-style: solid; border-color: #fff #fff transparent transparent; }

.menu-list {

   list-style: none;
   margin-left: 0;
   padding: 0;
   width: 38%;
   float: left;
   border: 0px solid #a44b17;
   border-bottom-width: 2px;
   box-sizing: border-box;

}

.menu-list a {

   padding:1em 0;
   background:#EA6A20;
   color:#fff;
   width: 25%;
   float:left;
   text-align: center;

}

  1. menu-left:after

{ content: ' '; position: absolute;

   z-index: -1;

width: 0; height: 0; left: 0px; top: 4.1em; border-width: 0.6em 5em; border-style: solid; border-color: #a44b17 #a44b17 transparent transparent; }

  1. menu-right:after

{ content: ' '; position: absolute;

   z-index: -1;

width: 0; height: 0; right: 0; top: 4.1em; border-width: 0.6em 5em; border-style: solid; border-color: #a44b17 transparent transparent #a44b17  ; }

  1. cu-content {
   background-color: #D4C99E;
   display: block;
   margin: 0 5em 0 5em;
   padding: 8em 3em 3em 3em;

}

  1. menu-splash {
   box-sizing: border-box;
   -moz-box-sizing:border-box;
   background-color: #EA6A20;
   float: left;
   width: 24%;
   border-radius: 0 0 20px 20px;
   padding: .5em .75em .75em .75em;
   overflow: hidden;
   border: 0px solid #a44b17;
   border-bottom-width: 2px;

}

  1. menu-splash img {
   width: 100%;
   height: 100%;
   display: block;
   min-height: 3em;
   min-width: 14em;

}

footer {

}