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

Line 29: Line 29:
 
#content {
 
#content {
 
     width: 100%;
 
     width: 100%;
    border: 0;
 
    padding: 0;
 
    margin: 0;
 
 
}
 
}
      .tabs{
+
 
 +
.tabs{
 
         background-color: transparent;
 
         background-color: transparent;
 
       }
 
       }
  
 
+
.tabs .tab a {
 
+
        .tabs .tab a {
+
 
     color: white;
 
     color: white;
 
     display: block;
 
     display: block;
Line 46: Line 42:
 
   }
 
   }
  
      .tabs .tab a:hover {
+
.tabs .tab a:hover {
 
     color: #82d1f4;
 
     color: #82d1f4;
 
}
 
}

Revision as of 11:56, 12 August 2015

.position_center{ margin: 0 auto; }

.wrap{ width:600px; height:300px; background:#ffffff; margin:auto; position:relative; top:-200px; border:2px solid #eeeeee; margin-bottom: 10px; }


.ilike-blue-container {

   @extend .blue, .lighten-4;
 }
  1. content {
   background-image:url(WP3.png);

} .firstHeading {

 display:none;

}

  1. globalWrapper {
   background-color: white !important;

}

  1. content {
   width: 100%;

}

.tabs{

       background-color: transparent;
     }
.tabs .tab a {
   color: white;
   display: block;
   width: 100%;
   height: 100%;
 }

.tabs .tab a:hover {

   color: #82d1f4;

}

.tabs .indicator {

   position: absolute;
   bottom: 0;
   height: 2px;
   background-color: white;
   will-change: left, right;
 }



.team_logo {

 background-image : url(Ustc_Team_logo.png);
 background-repeat : no-repeat;
 width : 563px;
 height : 357px;
 
 position:fixed;
 right:0;

}

nav{

 background-color: rgba(70, 136, 241, 0.67);

}