Difference between revisions of "Team:Stanford-Brown/css/custom"

Line 14: Line 14:
  
 
#top_menu_14 {
 
#top_menu_14 {
   background-color: purple;
+
   background-color: purple !important;
 
}
 
}
  

Revision as of 18:37, 22 August 2015

/*----------Font-----------*/

p { font-size: 0.8em; }

.text-muted { font-size: 0.9em; }


/*------- Navbar ---------*/


  1. top_menu_14 {
 background-color: purple !important;

}

.navbar {

 margin-top: 15px;

}

/*-------Moving jumbotron team down ------- */

.jumbotron { margin-top: 80px; }

/*-------Team Pictures----------*/

.pic { margin-bottom: 15px; }

/* ------Footer--------*/

ul.unstyled {

  list-style: none;
  padding: 0;

}


/*--------Pfold ------*/

.foldingStuff { height:500px !important; }

.uc-initial-content { text-align:center; background-color:blue;

}

.uc-final-content{ text-align:center; background-color:purple; z-index: 10; }