SAKANAhuman (Talk | contribs) |
|||
(91 intermediate revisions by 3 users not shown) | |||
Line 90: | Line 90: | ||
<style> | <style> | ||
− | |||
Line 99: | Line 98: | ||
#home_logo, #sideMenu { display:none; } | #home_logo, #sideMenu { display:none; } | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
− | #content { width:100%; padding: | + | #content { width:100%; padding:0%; margin-left:0%;} #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0%; } |
#mw-content-text > p{ | #mw-content-text > p{ | ||
Line 109: | Line 108: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.igem_2018_menu_wrapper { | .igem_2018_menu_wrapper { | ||
− | width: | + | width: 10%; |
height:100vh; | height:100vh; | ||
position:fixed; | position:fixed; | ||
Line 118: | Line 117: | ||
background-color:#dddddd; | background-color:#dddddd; | ||
text-align:left; | text-align:left; | ||
− | font-family:Tahoma, Geneva, sans-serif; | + | font-family:Tahoma, Geneva, Segoe UI, sans-serif; |
overflow-y: auto; | overflow-y: auto; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
Line 226: | Line 225: | ||
float:left; | float:left; | ||
background-color:black; | background-color:black; | ||
− | font-family:Tahoma, Geneva, sans-serif; | + | font-family:Tahoma, Geneva, Segoe ui,sans-serif; |
} | } | ||
+ | |||
+ | .box27 { | ||
+ | margin-top: 0;margin-left: 0; | ||
+ | margin-right: 0;margin-bottom: 0;; | ||
+ | background: #25B6CA; | ||
+ | padding: 0px 5px 5px 5px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .box27 .box-title { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | top: 8px; | ||
+ | margin-left:10%; | ||
+ | padding: 8px 15px ; | ||
+ | height: 25px; | ||
+ | line-height: 25px; | ||
+ | vertical-align: middle; | ||
+ | font-size: 240%; | ||
+ | color: #ffffff; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .box27 p { | ||
+ | margin: 0; | ||
+ | padding: 5px 0px 0px; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ||
+ | /********************************* HTML STYLING *********************************/ | ||
+ | #wrapper { | ||
width: 90%; | width: 90%; | ||
margin: 0 auto; | margin: 0 auto; | ||
Line 251: | Line 271: | ||
h1{ | h1{ | ||
font-size: 300%; | font-size: 300%; | ||
− | font-family: | + | font-family: 'Segoe UI'; |
padding:35px 5px 15px 15px; | padding:35px 5px 15px 15px; | ||
border-bottom: 0px; | border-bottom: 0px; | ||
Line 259: | Line 279: | ||
} | } | ||
h2 { | h2 { | ||
− | font-size: | + | font-size: 250%; |
− | font-family: | + | font-family: 'Segoe ui'; |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom: 0px; | border-bottom: 0px; | ||
Line 272: | Line 292: | ||
h3 { | h3 { | ||
font-size:300%; | font-size:300%; | ||
− | font-family: | + | font-family: 'Segoe ui'; |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
Line 281: | Line 301: | ||
} | } | ||
h4 { | h4 { | ||
− | font-size: | + | font-size:200%; |
− | font-family: | + | font-family: 'Segoe UI'; |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
Line 294: | Line 314: | ||
margin-right:10%; | margin-right:10%; | ||
font-size:200%; | font-size:200%; | ||
− | font-family: | + | font-family: 'Segoe ui'; |
padding:5px 15px; | padding:5px 15px; | ||
− | color: # | + | color: #757575; |
text-align: left; | text-align: left; | ||
line-height:60px; | line-height:60px; | ||
− | border-bottom: | + | border-bottom:4px solid #757575; |
} | } | ||
h6 { | h6 { | ||
− | border-bottom: | + | border-bottom:2px solid #606060; |
margin-left:10%; | margin-left:10%; | ||
margin-right:10%; | margin-right:10%; | ||
font-size:150%; | font-size:150%; | ||
− | font-family: | + | font-family: 'Segoe UI'; |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
Line 317: | Line 337: | ||
/* font and text */ | /* font and text */ | ||
p { | p { | ||
− | color:# | + | color:#757575; |
margin-right:10%; | margin-right:10%; | ||
margin-left:10%; | margin-left:10%; | ||
− | font-family: | + | font-family: 'Segoe UI'; |
padding: 0px 15px; | padding: 0px 15px; | ||
font-size: 140%; | font-size: 140%; | ||
text-align: left; | text-align: left; | ||
} | } | ||
+ | p.fig{ | ||
+ | text-align:center; | ||
+ | margin-left:0 auto; | ||
+ | margin-right:0 auto; | ||
+ | font-family: 'Segoe UI'; | ||
+ | padding: 0px 15px; | ||
+ | } | ||
/* Links */ | /* Links */ | ||
− | a { color:# | + | a { color:#747474; |
-ebkit-transition: all 0.4s ease; | -ebkit-transition: all 0.4s ease; | ||
-moz-transition: all 0.4s ease; | -moz-transition: all 0.4s ease; | ||
Line 338: | Line 365: | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
+ | a:link {color:#ffffff; | ||
+ | } | ||
+ | a:visited {color:#ffffff; | ||
+ | } | ||
+ | a:hover {color:#ffff00; | ||
+ | } | ||
+ | a:active {color:#ffffff; | ||
+ | } | ||
+ | |||
+ | |||
/* top banner list */ | /* top banner list */ | ||
Line 350: | Line 387: | ||
ul.nv { | ul.nv { | ||
position:fixed; | position:fixed; | ||
− | width: | + | width:100%; |
min-height: 60px; | min-height: 60px; | ||
position: relative; | position: relative; | ||
Line 358: | Line 395: | ||
ul.nv li { | ul.nv li { | ||
− | width: | + | width: 10%; |
display: inline-block; | display: inline-block; | ||
list-style-type: none; | list-style-type: none; | ||
Line 366: | Line 403: | ||
font-size:16px; | font-size:16px; | ||
letter-spacing: normal; | letter-spacing: normal; | ||
− | font-family: serif, ' | + | font-family: serif, 'Segoe ui'; |
margin-bottom:0px; | margin-bottom:0px; | ||
white-space:nowrap; | white-space:nowrap; | ||
Line 390: | Line 427: | ||
ul.nv ul{ | ul.nv ul{ | ||
− | width: | + | width: 100%; |
display: none; | display: none; | ||
margin: 0px; | margin: 0px; | ||
Line 400: | Line 437: | ||
ul.nv ul li { | ul.nv ul li { | ||
− | width: | + | width: 120%; |
− | border-top: | + | border-top: 2px solid #e0e0e0; |
+ | border-right:2px solid #e0e0e0; | ||
+ | border-left:2px solid #e0e0e0; | ||
+ | border-bottom: 0px solid #e0e0e0; | ||
text-align : center; | text-align : center; | ||
− | font-family: serif, ' | + | font-family: serif, 'Segoe ui'; |
white-space:normal; | white-space:normal; | ||
font-size:15px; | font-size:15px; | ||
} | } | ||
ul.nv ul li a { | ul.nv ul li a { | ||
− | line-height: | + | line-height: 2.3em; |
text-align: center; | text-align: center; | ||
padding-left: 5px; | padding-left: 5px; | ||
Line 415: | Line 455: | ||
ul.nv ul li a:hover { | ul.nv ul li a:hover { | ||
background-color: #fffc7a; | background-color: #fffc7a; | ||
+ | |||
color: #000000; | color: #000000; | ||
} | } | ||
#blank{ | #blank{ | ||
− | margin-right: | + | margin-right:17%; |
} | } | ||
Line 490: | Line 531: | ||
padding: 10px 15px; | padding: 10px 15px; | ||
} | } | ||
− | + | /* styling for title logo*/ | |
+ | .titlelogo { | ||
+ | width: 30%; | ||
+ | margin-bottom: 50px; | ||
+ | margin-top: 100px; | ||
+ | text-align:center; | ||
+ | } | ||
Line 565: | Line 612: | ||
#menu_content { display:block;} | #menu_content { display:block;} | ||
.menu_button.direct_to_page {padding-left: 17px;} | .menu_button.direct_to_page {padding-left: 17px;} | ||
− | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
− | + | ||
+ | } | ||
/* IF THE SCREEN IS LESS THAN 800PX */ | /* IF THE SCREEN IS LESS THAN 800PX */ | ||
Line 581: | Line 629: | ||
.menu_bottom_padding {display:none;} | .menu_bottom_padding {display:none;} | ||
.menu_button.direct_to_page { padding-left: 36px; } | .menu_button.direct_to_page { padding-left: 36px; } | ||
− | } | + | |
+ | |||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | } | ||
Line 597: | Line 648: | ||
font-size: 140%; | font-size: 140%; | ||
} | } | ||
+ | |||
</style> | </style> | ||
Line 607: | Line 659: | ||
<!-- This tells the browser that your page is responsive --> | <!-- This tells the browser that your page is responsive --> | ||
− | <meta name="viewport" content="width=device-width, initial-scale=1"> | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
</head> | </head> |
Latest revision as of 19:18, 17 October 2018