Difference between revisions of "Team:USTC/css/style.css"

Line 12: Line 12:
 
   height: 100%;  
 
   height: 100%;  
 
   background-color: transparent;
 
   background-color: transparent;
 +
}
 +
#top_menu_14 {
 +
  border-bottom-width: 0px;
 
}
 
}
 
#bodyContent p {
 
#bodyContent p {
Line 18: Line 21:
 
   display: none;
 
   display: none;
 
}
 
}
/*改造igem 中 main.css里面对ul的控制*/
 
 
.nav-wrapper ul{
 
.nav-wrapper ul{
 
   line-height:4.5em;
 
   line-height:4.5em;
Line 30: Line 32:
 
ul li {
 
ul li {
 
   list-style-type: none !important; }
 
   list-style-type: none !important; }
/*修改main.css。i,对body字体的修改*/
+
#content {
body {
+
 
   font: none !important;
 
   font: none !important;
 
   font-family: "Roboto", sans-serif !important;
 
   font-family: "Roboto", sans-serif !important;

Revision as of 14:33, 28 August 2015

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear{display: none;}
  2. globalWrapper, #content { /*-- changes default wiki settings --*/
 width: 100%; 
 height: 100%;
 border: 0px;
 background-color: transparent;
 margin: 0px;
 padding: 0px;

} html, body, .wrapper { /*-- changes default wiki settings --*/

 width: 100%; 
 height: 100%; 
 background-color: transparent; 	

}

  1. top_menu_14 {
 border-bottom-width: 0px;

}

  1. bodyContent p {
 margin-top: 0px;
 margin-bottom: 0px;
 display: none;

} .nav-wrapper ul{

 line-height:4.5em;

} ul {

 list-style-image:none !important;
 line-height: inherit !important;
 list-style-type: none !important;
 padding: 0 !important; 

} ul li {

 list-style-type: none !important; }
  1. content {
 font: none !important;
 font-family: "Roboto", sans-serif !important;

} .material-icons {

   font-family: 'Material Icons';
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1;
   letter-spacing: normal;
   text-transform: none;
   display: inline-block;
   word-wrap: normal;
   -webkit-font-feature-settings: 'liga';
   -webkit-font-smoothing: antialiased;

} .team_logo {

  background-image: url(Ustc_Team_logo.png);
  background-repeat: no-repeat;  
  width: 600px;
  height: 600px;
  position: absolute;
  right: -75px;
  top: -68px;
  opacity: 0.7;
  margin-bottom: -600px;

} .background {

   margin-bottom: -515px;
   overflow: hidden;

} .background::before {

   content: " ";
   display: block;
   position: static;
   width: 2560px;
   height: 340px;
   background: #2196f3;

} .background::after {

   content: " ";
   display: block;
   position: static;
   width: 0;
   height: 0;
   border-right: 2560px solid #2196f3;
   border-bottom: 175px solid transparent;

} p {

   font-family: 'Roboto', sans-serif;

} img {

   max-width: 100%;

}