XMU-CHINA/Temp/titlebar

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Line 8: Line 9:
#titlebar {
#titlebar {
-
font-size: 14px;
+
font-size: 13px;
color: #006DAB;
color: #006DAB;
background-image: url(pictures/index.png);
background-image: url(pictures/index.png);

Revision as of 10:02, 2 August 2012

<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>XMU</title> <script src="https://2012.igem.org/Team:XMU-China/JS/SpryMenuBar.js" type="text/javascript"></script> <link href="https://2012.igem.org/Team:XMU-China/CSS/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />

<style type="text/css">

  1. titlebar {

font-size: 13px; color: #006DAB; background-image: url(pictures/index.png); background-repeat: no-repeat; position: absolute; z-index: 1; width: 900px; left: 0px; top: 1px; display: table; letter-spacing: 0px; }


</style>

</head>

<body>

 

 

</body>

</html>