(31 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
@charset "utf-8"; | @charset "utf-8"; | ||
/* CSS Document */ | /* CSS Document */ | ||
+ | #content { | ||
+ | width:100%; | ||
+ | } | ||
+ | #content.mw-body { | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | margin:0px; | ||
+ | margin-bottom: 0px; | ||
+ | padding:0px; | ||
+ | border:0px; | ||
+ | background-color: white; | ||
+ | } | ||
+ | #bodyContent a[href ^="https://"], .link-https { /* WHAT THE FUCK IGEM YOU KNOW HOW LONG IT TOOK ME TO FIND THIS BULLSHIT */ | ||
+ | padding-right: 0px !important; | ||
+ | } | ||
+ | #globalWrapper { | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
+ | p { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* some igem stuff to remove */ | ||
+ | |||
/* Fonts (from Google Fonts) */ | /* Fonts (from Google Fonts) */ | ||
Line 87: | Line 111: | ||
/* Home Page Stuff */ | /* Home Page Stuff */ | ||
#homePageTitle { | #homePageTitle { | ||
− | background-image: url(" | + | background-image: url("https://static.igem.org/mediawiki/2018/8/88/T--UMaryland--mrf1.png"); |
background-size: 100% auto; | background-size: 100% auto; | ||
} | } | ||
Line 140: | Line 164: | ||
font-family: 'Lato', 'sans-serif'; | font-family: 'Lato', 'sans-serif'; | ||
background-color: white; | background-color: white; | ||
+ | line-height: 1.25; | ||
} | } | ||
a { | a { | ||
Line 155: | Line 180: | ||
font-size: 24px; | font-size: 24px; | ||
padding: 12px; | padding: 12px; | ||
+ | line-height: 1.25; | ||
} | } | ||
.imageBox { | .imageBox { | ||
Line 177: | Line 203: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: white; | color: white; | ||
+ | line-height: 1.25; | ||
} | } | ||
.subtitleText { | .subtitleText { | ||
Line 182: | Line 209: | ||
font-family: 'Exo', sans-serif; | font-family: 'Exo', sans-serif; | ||
color: white; | color: white; | ||
+ | line-height: 1.25; | ||
} | } | ||
.titleRegionFade { | .titleRegionFade { | ||
Line 238: | Line 266: | ||
position: fixed; | position: fixed; | ||
width: 100%; | width: 100%; | ||
+ | top: 18px; | ||
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5); | box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5); | ||
} | } | ||
Line 246: | Line 275: | ||
padding-top: 12px; | padding-top: 12px; | ||
padding-bottom: 12px; | padding-bottom: 12px; | ||
+ | line-height: 1.25; | ||
} | } | ||
.navigationBarDropdown { | .navigationBarDropdown { | ||
Line 264: | Line 294: | ||
} | } | ||
#navigationBarPlaceholder { | #navigationBarPlaceholder { | ||
− | height: | + | height: 60px; |
} | } | ||
@media screen and (max-width: 1280px) { /* Makes it look nice in a smaller window and whatnot */ | @media screen and (max-width: 1280px) { /* Makes it look nice in a smaller window and whatnot */ | ||
Line 293: | Line 323: | ||
background-color: lightgray; | background-color: lightgray; | ||
color: dimgray; | color: dimgray; | ||
− | + | line-height: 1.5; | |
− | + | ||
− | line-height: 1; | + | |
font-family: 'Lato', 'sans-serif'; | font-family: 'Lato', 'sans-serif'; | ||
} | } |
Latest revision as of 01:01, 16 October 2018