Difference between revisions of "Team:USTC/css/style.css"
Line 23: | Line 23: | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
+ | } | ||
+ | .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(img/index/team_logo.png); | ||
+ | background-repeat : no-repeat; | ||
+ | width : 563px; | ||
+ | height : 357px; | ||
+ | |||
+ | position:fixed; | ||
+ | right:0; | ||
+ | } | ||
+ | |||
+ | nav{ | ||
+ | background-color: rgba(70, 136, 241, 0.67); | ||
} | } |
Revision as of 11:17, 12 August 2015
html,body {
margin: 0; border: 0; padding: 0; width: 100%; background-image:url();
}
- {
margin: 0; border: 0; padding: 0;
}
.firstHeading {
display:none;
}
- globalWrapper {
background-color: white !important;
}
- content {
width: 100%; border: 0; padding: 0; margin: 0;
}
.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(img/index/team_logo.png); background-repeat : no-repeat; width : 563px; height : 357px; position:fixed; right:0;
}
nav{
background-color: rgba(70, 136, 241, 0.67);
}