Line 1: | Line 1: | ||
− | + | <html> | |
+ | <head> | ||
+ | <style> | ||
+ | #sideMenu, #top_title { | ||
+ | display: none; | ||
+ | } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | background: #FFF; | ||
+ | } | ||
+ | </style> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <!-- 上述3个meta标签*必须*放在最前面, 任何其他内容都*必须*跟随其后! --> | ||
+ | |||
+ | <title>IGEM BIT HOMEPAGE</title> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/bootstrap/min/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/flexslider/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/jquery.fancybox/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/main/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/responsive/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/animate/min/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" href="css/font-icon.css"> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | ||
+ | <!-- Animate.css --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/animate/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Icomoon Icon Fonts--> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/font-icon/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Bootstrap --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/bootstrap/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Flexslider --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/flexslider/CSS?action=raw&ctype=text/css"/> | ||
+ | |||
+ | <!-- Theme style --> | ||
+ | <link rel="stylesheet" href="https://2017.igem.org/Template:BIT/style/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- 这部分是把HTML连接到css的代码--> | ||
+ | |||
+ | <style> | ||
+ | h5.picturecaption { | ||
+ | color: white; | ||
+ | font-size: 50px; | ||
+ | font-family: Consolas; | ||
+ | } | ||
+ | h5.pagetitle{ | ||
+ | color: #171717; | ||
+ | font-size: 45px; | ||
+ | font-family: "Arial"; | ||
+ | } | ||
+ | </style> | ||
+ | <!--picturecaption 图片上方的字体--> | ||
+ | <!--额外定义的字体--> | ||
+ | </head> | ||
+ | </html> |
Revision as of 01:57, 27 July 2018