Huiyee11186 (Talk | contribs) |
|||
(83 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | .modal-dialog { | ||
+ | max-width:none !important; | ||
+ | width: 1000px; | ||
+ | z-index: 100px !important; | ||
+ | } | ||
+ | |||
#home_logo, #sideMenu { display:none; } | #home_logo, #sideMenu { display:none; } | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
Line 6: | Line 12: | ||
body { | body { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
− | background-color:#272625; | + | background-color:#272625; |
+ | font-family: 'Open Sans', sans-serif !important; | ||
} | } | ||
+ | |||
html { | html { | ||
− | |||
top: 0; | top: 0; | ||
} | } | ||
− | + | #content { | |
+ | width:100%; | ||
+ | padding:0px; | ||
+ | margin-top:-7px; | ||
+ | margin-left:0px; | ||
+ | background-color: transparent; | ||
+ | line-height: 1em; | ||
+ | } | ||
− | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 3px; } | |
− | # | + | #paragraph h1, h2, h3, h4, h5 { |
− | # | + | padding: 0; |
+ | } | ||
+ | #HQ_page h1, h2, h3, h4, h5 { | ||
+ | font-family: 'Open Sans', sans-serif !important; | ||
+ | } | ||
+ | #HQ_page p { | ||
+ | font-family: 'Open Sans', sans-serif !important; | ||
+ | font-size: 20px; | ||
+ | text-align: inherit; | ||
+ | } | ||
+ | #HQ_page th { | ||
+ | vertical-align: middle !important; | ||
+ | } | ||
+ | #globalWrapper { | ||
+ | padding-bottom: 0; | ||
+ | } | ||
+ | p.pcontent { | ||
+ | background-color: transparent !important; | ||
+ | text-align: justify !important; | ||
+ | } | ||
+ | p.pcenter { | ||
+ | background-color: transparent !important; | ||
+ | text-align: center !important; | ||
+ | } | ||
+ | p.hpcontent { | ||
+ | background-color: transparent !important; | ||
+ | color:black; | ||
+ | } | ||
+ | li.licontent { | ||
+ | color: white; | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | li.smallp { | ||
+ | font-size: 15px; | ||
+ | color: white; | ||
+ | } | ||
+ | a.link { | ||
+ | color: #7ae26f; | ||
+ | } | ||
+ | .headstyle { | ||
+ | text-align: center; | ||
+ | height: 40vh; | ||
+ | display: flex; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | .head { | ||
+ | color: white; | ||
+ | margin: auto; | ||
+ | font-size: 60px; | ||
+ | border-bottom: 5px solid #7ae26f; | ||
+ | text-align: center; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .righttitle { | ||
+ | text-align: center; | ||
+ | height: 40vh; | ||
+ | justify-content: right; | ||
+ | } | ||
+ | .subtitle { | ||
+ | background: transparent !important; | ||
+ | color: rgba(103, 252, 160, 0.438); | ||
+ | font-size: 40px !important; | ||
+ | font-style: normal; | ||
+ | font-family: 'Satisfy', cursive !important; | ||
+ | padding-top: 30px !important; | ||
+ | } | ||
+ | /* | ||
#HQ_page { | #HQ_page { | ||
margin-top: -12px; | margin-top: -12px; | ||
background-color: #fbfbfb; | background-color: #fbfbfb; | ||
} | } | ||
− | + | ||
− | + | ||
+ | */ | ||
+ | @media (max-width: 568px) { | ||
+ | .list-group { | ||
+ | display: none; | ||
+ | } | ||
} | } | ||
− | + | ||
− | + | .carousel-item{ | |
+ | margin-top:20px; | ||
+ | margin-bottom:20px; | ||
+ | } | ||
+ | |||
+ | li{ | ||
+ | color:white; | ||
} | } | ||
− | + | ||
</style> | </style> | ||
+ | <script> | ||
+ | $( document ).ready( function() { | ||
+ | $('link[rel="shortcut icon"]').attr('href','https://static.igem.org/mediawiki/2018/c/c9/T--NCKU_Tainan--icon_logo.png'); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Latest revision as of 22:30, 17 October 2018