TestField
From 2014hs.igem.org
(Difference between revisions)
DanielBlue (Talk | contribs) |
DanielBlue (Talk | contribs) |
||
(2 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style media="screen" type="text/css"> | <style media="screen" type="text/css"> | ||
+ | /*Normal CSS*/ | ||
a{ | a{ | ||
color:#cc0000; | color:#cc0000; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | + | ||
- | + | /*Removes header footer and borders*/ | |
- | #top-section { | + | #contentSub, #search-controls,.firstHeading, #footer-box, #catlinks, #p-logo { |
- | + | display:none;} | |
- | + | #top-section { | |
- | #content { | + | 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> | </style> | ||
<title>Result</title> | <title>Result</title> | ||
</head> | </head> | ||
<body> | <body> | ||
- | <p> | + | <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> | </body> | ||
</html> | </html> |
Latest revision as of 13:36, 12 March 2014
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