TestField

From 2014hs.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<head>
+
<head>
-
</head>
+
<style media="screen" type="text/css">
-
 
+
/*Normal CSS*/
-
<body>
+
a{
-
<link rel="stylesheet" href="< 2014hs.igem.org/MingdaoCssTest >?action=raw&ctype=text/css" type="text/css" />
+
    color:#cc0000;
-
 
+
  text-decoration: none;
-
<p>Testing of CSS</p>
+
}
-
</body>
+
 +
/*Removes header footer and borders*/
 +
#contentSub, #search-controls,.firstHeading, #footer-box, #catlinks, #p-logo {
 +
display:none;}
 +
#top-section {
 +
  border: none;
 +
  height: 0px;}
 +
#content {
 +
border: none;
 +
}
 +
/*Redesigning the top menubar*/
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {width: auto;}
 +
</style>
 +
<title>Result</title>
 +
</head>
 +
<body>
 +
<h1>TESTFIELD</h1>
 +
                <p>This domain is currently taken away by technical monkeys from Team Mingdao to test the possibilities of integrating CSS into HTML</p>
 +
<h2>and guess what?</h2>
 +
<p>IT WORKED</p>
 +
</body>
</html>
</html>

Latest revision as of 13:36, 12 March 2014

Result

TESTFIELD

This domain is currently taken away by technical monkeys from Team Mingdao to test the possibilities of integrating CSS into HTML

and guess what?

IT WORKED