Difference between revisions of "Team:USTC/css/style.css"
Line 1: | Line 1: | ||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear{display: none;} | ||
+ | #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; | ||
+ | } | ||
+ | #content { | ||
+ | margin-top: -6px; | ||
+ | } | ||
+ | ul { | ||
+ | list-style-image:none; | ||
+ | } | ||
.material-icons { | .material-icons { | ||
font-family: 'Material Icons'; | font-family: 'Material Icons'; | ||
Line 13: | Line 33: | ||
} | } | ||
.team_logo { | .team_logo { | ||
− | background-image: url(./Ustc_Team_logo.png); | + | background-image: url(https://static.igem.org/mediawiki/2015/2/27/Ustc_Team_logo.png); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | width: | + | background-position: right; |
+ | width: 900px; | ||
height: 600px; | height: 600px; | ||
− | position: | + | position: fixed; |
− | right: - | + | margin-right: -78px; |
− | top: - | + | right: 0; |
+ | top: -50px; | ||
opacity: 0.7; | opacity: 0.7; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.background { | .background { | ||
Line 34: | Line 52: | ||
display: block; | display: block; | ||
position: static; | position: static; | ||
− | + | width: 2560px; | |
− | + | height: 340px; | |
+ | background: #2196f3; | ||
} | } | ||
.background::after { | .background::after { | ||
Line 45: | Line 64: | ||
border-right: 2560px solid #2196f3; | border-right: 2560px solid #2196f3; | ||
border-bottom: 175px solid transparent; | border-bottom: 175px solid transparent; | ||
− | |||
− | |||
− | |||
} | } | ||
p { | p { |
Revision as of 13:40, 28 August 2015
- contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear{display: none;}
- 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;
}
- content {
margin-top: -6px;
} ul {
list-style-image:none;
} .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(); background-repeat: no-repeat; background-position: right; width: 900px; height: 600px; position: fixed; margin-right: -78px; right: 0; top: -50px; opacity: 0.7;
} .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%;
}