Difference between revisions of "Team:Exeter/stylesheet.css"

Line 35: Line 35:
 
footer {clear:both;}
 
footer {clear:both;}
 
.toeholdfooter{position:absolute; z-index:0; left:25px; top:45px; height:80px; margin-left:-10px;}
 
.toeholdfooter{position:absolute; z-index:0; left:25px; top:45px; height:80px; margin-left:-10px;}
.toeholdfootercontainer{overflow:hidden; position:relative; height:150px;}
+
.toeholdfootercontainer{overflow:hidden; position:relative; height:130px;}
 
.sponsors{padding-right:15px; padding-top:10px; padding-bottom:10px; margin:auto;}
 
.sponsors{padding-right:15px; padding-top:10px; padding-bottom:10px; margin:auto;}
 
.sponsorsdiv{margin:auto; margin-left:10px; position:relative;}
 
.sponsorsdiv{margin:auto; margin-left:10px; position:relative;}

Revision as of 09:35, 18 August 2015

  1. content {width:100%;}
  2. bodyContent {font-family: 'Ek Mukta', Verdana, sans-serif; font-size:0.9em; color: rgb(33,33,55);}

body {background: rgb(239,239,242); margin:25px;} h1, h2, h3, h4, h5, h6 {border-bottom:none; font-weight:bold; color: rgb(33,33,55);} section {text-align:justify; margin: 5px; margin-top:25px;}

  1. wrapper {margin:20px; width:97%;}

/*NAV BAR STYLING*/ .toehold {position:absolute; z-index:0; left:20px; top:5px; height:80px; margin-left:0px;} .toeholdcontainer{overflow:hidden; position:relative; height:90px;} .ribonostics {position:absolute; z-index:5; left:100px; top:10px; height:100px; margin-left:15px;} .navbar {background: rgb(239,239,242); border:none;} .navbar-fixed-top {border-bottom:#666 1px solid !important; top:15px; height:70px !important;} nav {align:center;} nav ul {display:table-cell; vertical-align:middle; width:100%;} nav ul li {display:table-cell; vertical-align:middle; padding-bottom:0px; color:rgb(217,235,205);} nav ul li a {display:block; padding:10px; text-decoration:none; padding-left:30px;} .button {width:50px;} .button a {color:#229640; text-decoration:none; font-size:18px; font-weight:bold; font-family:'Ek Mukta', Century Gothic, Courier, monospace; text-align:center;} .button a:hover {color:#96C11E;} ul {padding:0px;} /*DROPDOWN STYLING*/ .button ul {display:none; position:absolute; padding:0px; margin-left:0px; top:30px;} .button ul li a {font-size:15px; color:#229640;} .button ul li {float:left;} .button:hover ul {display:block; width:auto;} .button ul a:hover {color:#96C11E;}

/*FOOTER STYLING*/ footer ul {width:100%;} footer {background:#efeff2; display:table; table-layout:fixed;} footer ul {display:table-cell; vertical-align:middle;} footer ul li {display:table-cell; vertical-align:middle; padding-bottom:0px; color:rgb(33,33,55)} footer ul li a {display:block; padding:10px; text-decoration:none;} footer {clear:both;} .toeholdfooter{position:absolute; z-index:0; left:25px; top:45px; height:80px; margin-left:-10px;} .toeholdfootercontainer{overflow:hidden; position:relative; height:130px;} .sponsors{padding-right:15px; padding-top:10px; padding-bottom:10px; margin:auto;} .sponsorsdiv{margin:auto; margin-left:10px; position:relative;}

html, body {height: 100%;} .carousel {height: 450px;} .item, .active, .carousel-inner {height: 100%;} .fill {width: 100%; height: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;}

/* WIKI SETTINGS*/

/* Hide first heading */ .firstHeading { display: none; }

/*-- Remove borders, float content left and remove padding/margin */ #globalWrapper, #content{ background-color: transparent; border: 0px; float: left; margin:0px; padding: 0px; }

/*left align Black Menu Bar */ #top_menu_inside { margin-left: 20px; width:100%; }

/*TEAM MEMBER PAGE STYLING*/ .active {display:block;} .profile {display:none;} .profiletown {display:block; height:700px; width:500px; margin:20px; text-align:justify;} .profiletown ul {padding:0px; margin:0px;} .profiletown ul li img {margin:0px 10px 10px 0px; float:left;} .profiletown ul li ul {position:absolute; left:250px; width:260px;} .swagville {width:700px; padding:0px; margin-right:50px; position:absolute; top:350px; left:500px; text-align:center;} .swagville li {display:inline-block; margin:5px; text-decoration:none; /*background: rgb(160,198,138)*/; border:2px solid #229640; border-radius:5px; color:#229640; font-size:20px; font-weight:bold;} .swagville p {margin:0px; vertical-align:top;} .swagville div {padding:10px 20px 10px 20px;} .swagville div:hover {/*background: rgba(188,208,116, 0.5);*/ color:#96C11E; cursor:pointer; cursor:hand;}

/*MEDAL PAGE STYLING*/ .medalcontent ul {list-style-type: none !important;} .medalcontent li {text-decoration: none;} .bronzetitle h4 {color: rgb(178,71,0);} .silvertitle h4 {color: rgb(107,107,107);} .goldtitle h4 {color: rgb(230,184,0);}