(29 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
@charset "utf-8"; | @charset "utf-8"; | ||
/* CSS Document */ | /* CSS Document */ | ||
− | #content { | + | #content { |
− | + | ||
− | + | ||
width:100%; | width:100%; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#content.mw-body { | #content.mw-body { | ||
Line 28: | Line 15: | ||
border:0px; | border:0px; | ||
background-color: white; | 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 { | #globalWrapper { | ||
− | + | padding-bottom: 0px; | |
− | + | ||
− | + | ||
} | } | ||
+ | p { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* some igem stuff to remove */ | ||
Line 118: | 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 171: | 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 186: | Line 180: | ||
font-size: 24px; | font-size: 24px; | ||
padding: 12px; | padding: 12px; | ||
+ | line-height: 1.25; | ||
} | } | ||
.imageBox { | .imageBox { | ||
Line 208: | Line 203: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: white; | color: white; | ||
+ | line-height: 1.25; | ||
} | } | ||
.subtitleText { | .subtitleText { | ||
Line 213: | Line 209: | ||
font-family: 'Exo', sans-serif; | font-family: 'Exo', sans-serif; | ||
color: white; | color: white; | ||
+ | line-height: 1.25; | ||
} | } | ||
.titleRegionFade { | .titleRegionFade { | ||
Line 269: | 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 277: | Line 275: | ||
padding-top: 12px; | padding-top: 12px; | ||
padding-bottom: 12px; | padding-bottom: 12px; | ||
+ | line-height: 1.25; | ||
} | } | ||
.navigationBarDropdown { | .navigationBarDropdown { | ||
Line 295: | 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 324: | 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