Team:DTU-Denmark/joro
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | <html> | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>IGEM DTU WIKI</title> | <title>IGEM DTU WIKI</title> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | body,td,th { | |
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | font-size: 16px; | ||
+ | color: #FFF; | ||
+ | font-weight: bold; | ||
+ | text-shadow: inherit; | ||
} | } | ||
body { | body { | ||
background-color: #060; | background-color: #060; | ||
- | background-image: url( | + | background-image: url(images/shutterstock_112358282-Copy.jpg); |
background-attachment: fixed; | background-attachment: fixed; | ||
background-size: cover; | background-size: cover; | ||
- | + | } | |
+ | #apDiv1 { | ||
+ | position: absolute; | ||
+ | left: 1102px; | ||
+ | top: 41px; | ||
+ | width: 1090px; | ||
+ | height: 1353px; | ||
+ | z-index: 1; | ||
+ | baseline-shift: super; | ||
+ | border-radius: 30; | ||
} | } | ||
#apDiv2 { | #apDiv2 { | ||
Line 29: | Line 44: | ||
line-height: normal; | line-height: normal; | ||
scrollbar-3d-light-color: rgba(0,204,0,1); | scrollbar-3d-light-color: rgba(0,204,0,1); | ||
- | + | } | |
+ | #apDiv3 { | ||
+ | position: absolute; | ||
+ | left: 207px; | ||
+ | top: 120px; | ||
+ | width: 611px; | ||
+ | height: 1914px; | ||
+ | z-index: 3; | ||
+ | padding: 0px; | ||
+ | border-radius: 30; | ||
} | } | ||
#apDiv4 { | #apDiv4 { | ||
Line 52: | Line 76: | ||
padding: 0px; | padding: 0px; | ||
border-radius: 30px; | border-radius: 30px; | ||
- | background-color: rgba( | + | background-color: rgba(51,153,255,0.1); |
text-shadow: 10px 10px 10px; | text-shadow: 10px 10px 10px; | ||
} | } | ||
</style> | </style> | ||
- | <link href=" | + | <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> |
<style type="text/css"> | <style type="text/css"> | ||
#apDiv6 { | #apDiv6 { | ||
Line 122: | Line 146: | ||
<h1>Foundations</h1> | <h1>Foundations</h1> | ||
</div> | </div> | ||
- | <div id="apDiv6"><img src="images/logo.png" alt="IGEM" name="logo" width="235" height="172" id="logo" /></div> | + | <div id="apDiv6"><img src="images/logo.dtu.o.png" alt="IGEM" name="logo" width="235" height="172" id="logo" /></div> |
<h1> </h1> | <h1> </h1> | ||
<h1> </h1> | <h1> </h1> |
Revision as of 14:27, 23 July 2014
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">