Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: "montserrat"; | font-family: "montserrat"; | ||
− | src: url(../ | + | src: url('https://static.igem.org/mediawiki/2021/4/46/T--XJTU-China--montserrat.ttf'); |
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Line 8: | Line 8: | ||
@font-face { | @font-face { | ||
font-family: "roboto"; | font-family: "roboto"; | ||
− | src: url(../ | + | src: url('https://static.igem.org/mediawiki/2021/c/cb/T--XJTU-China--roboto.ttf'); |
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Line 15: | Line 15: | ||
@font-face { | @font-face { | ||
font-family: 'icomoon'; | font-family: 'icomoon'; | ||
− | src:url('../ | + | src:url('https://static.igem.org/mediawiki/2021/3/30/T--XJTU-China--icomoon.eot'); |
− | src:url('../ | + | src:url('https://static.igem.org/mediawiki/2021/3/30/T--XJTU-China--icomoon.eot') format('embedded-opentype'), |
− | url('../ | + | url('https://static.igem.org/mediawiki/2021/3/34/T--XJTU-China--icomoon.woff') format('woff'), |
− | url('../ | + | url('https://static.igem.org/mediawiki/2021/5/58/T--XJTU-China--icomoon.ttf') format('truetype'), |
− | url('../ | + | url('https://static.igem.org/mediawiki/2021/d/d4/T--XJTU-China--icomoon.svg') format('svg'); |
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Line 50: | Line 50: | ||
outline: none; | outline: none; | ||
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #logo{ | ||
+ | width: 100px; | ||
+ | transition: .3s; | ||
+ | } | ||
+ | |||
+ | #logo.sticky { | ||
+ | width: 50px; | ||
} | } | ||
Line 452: | Line 461: | ||
footer { | footer { | ||
− | background: | + | background: no-repeat center; |
background-size: cover; | background-size: cover; | ||
position: relative; | position: relative; | ||
Line 517: | Line 526: | ||
font-style: normal; | font-style: normal; | ||
font-family: 'feathericons'; | font-family: 'feathericons'; | ||
− | src: url('../ | + | src: url('https://static.igem.org/mediawiki/2021/4/4e/T--XJTU-China--codropsicons.eot'); |
− | src: url('../ | + | src: url('https://static.igem.org/mediawiki/2021/4/4e/T--XJTU-China--codropsicons.eot') format('embedded-opentype'), |
− | url('../ | + | url('https://static.igem.org/mediawiki/2021/1/15/T--XJTU-China--codropsicons.woff') format('woff'), |
− | url('../ | + | url('https://static.igem.org/mediawiki/2021/4/42/T--XJTU-China--codropsicons.ttf') format('truetype'), |
− | url('../ | + | url('https://static.igem.org/mediawiki/2021/5/59/T--XJTU-China--codropsicons.svg') format('svg'); |
} | } | ||
Line 854: | Line 863: | ||
height: 45px; | height: 45px; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
</style></html> | </style></html> |
Revision as of 13:07, 25 June 2021