(21 intermediate revisions by the same user not shown) | |||
Line 38: | Line 38: | ||
body { | body { | ||
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
− | font-size: | + | font-size: 1rem; |
background-color: #10394e; | background-color: #10394e; | ||
background-image: url(https://static.igem.org/mediawiki/2018/6/6f/T--WPI_Worcester--background.svg); | background-image: url(https://static.igem.org/mediawiki/2018/6/6f/T--WPI_Worcester--background.svg); | ||
Line 96: | Line 96: | ||
/* All CLASSES defined here */ | /* All CLASSES defined here */ | ||
+ | |||
+ | .centered { | ||
+ | text-align: center; | ||
+ | } | ||
.greentext { | .greentext { | ||
color: #72b045; | color: #72b045; | ||
+ | } | ||
+ | |||
+ | .bluetext { | ||
+ | color: #86c6e7; | ||
+ | } | ||
+ | |||
+ | .midbluetext { | ||
+ | color: #1687C2; | ||
} | } | ||
Line 186: | Line 198: | ||
position: fixed; | position: fixed; | ||
background-color: white; | background-color: white; | ||
− | background-image: linear-gradient(135deg, white | + | background-image: linear-gradient(135deg, white 35%, #86c6e7 35%); |
font-family: "Fredoka One", Helvetica, sans-serif; | font-family: "Fredoka One", Helvetica, sans-serif; | ||
font-size: 2em; | font-size: 2em; | ||
line-height: 1em; | line-height: 1em; | ||
+ | z-index: 100; | ||
} | } | ||
Line 217: | Line 230: | ||
} | } | ||
− | #main_content | + | #main_content div { |
background-color: #2f5668; | background-color: #2f5668; | ||
background-color: rgba(255, 255, 255, 0.7); | background-color: rgba(255, 255, 255, 0.7); | ||
Line 225: | Line 238: | ||
#main_content a { | #main_content a { | ||
− | + | color: #1687C2; | |
− | + | } | |
− | + | ||
+ | #main_content a:hover { | ||
+ | color: #72b045; | ||
+ | } | ||
+ | |||
+ | #main_content a:active { | ||
+ | color: #609737; | ||
+ | } | ||
+ | |||
+ | #main_content a:visited { | ||
+ | color: #609737; | ||
+ | } | ||
+ | |||
+ | #main_content img { | ||
+ | margin: 1em; | ||
+ | } | ||
+ | |||
+ | #main_content ol { | ||
+ | list-style-type: disc; | ||
+ | } | ||
+ | |||
+ | #main_content p { | ||
+ | font-size: .8em; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | #main_content p.centered { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #main_content li { | ||
+ | font-size: .8em; | ||
} | } | ||
Line 254: | Line 298: | ||
border-color: #2f5668; | border-color: #2f5668; | ||
border-color: rgba(183, 243, 241, 0.3); | border-color: rgba(183, 243, 241, 0.3); | ||
− | font-family: "Nunito", sans-serif; | + | font-family: "Nunito Bold", sans-serif; |
+ | } | ||
+ | |||
+ | #menu_list > li > a, #menu_list > li > button { | ||
+ | font-family: "Nunito Bold", sans-serif; | ||
} | } | ||
Line 297: | Line 345: | ||
// wasn't sure how else to remove the external link symbol | // wasn't sure how else to remove the external link symbol | ||
} | } | ||
+ | |||
+ | $( window ).load(pageSetup()); | ||
function toggleMenu(){ | function toggleMenu(){ | ||
Line 331: | Line 381: | ||
− | <body | + | <body> |
<div id="header"> | <div id="header"> | ||
<a id="header_link" href="https://2018.igem.org/Team:WPI_Worcester"><img id="header_logo" src="https://static.igem.org/mediawiki/2018/e/ed/T--WPI_Worcester--logo.svg"/> | <a id="header_link" href="https://2018.igem.org/Team:WPI_Worcester"><img id="header_logo" src="https://static.igem.org/mediawiki/2018/e/ed/T--WPI_Worcester--logo.svg"/> |
Latest revision as of 02:08, 18 October 2018