Difference between revisions of "project01:Test"

From cs
Jump to: navigation, search
(Created page with "__NOTITLE__ __NOTOC__ <html> <link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet"> <style> div#headercontainer { width: 850px; height: 30px; margi...")
 
 
(10 intermediate revisions by one user not shown)
Line 9: Line 9:
 
margin: 0px;
 
margin: 0px;
 
margin-bottom: 0px;
 
margin-bottom: 0px;
margin-top: -20px;
+
margin-top: 5px;
 
padding: 0px;
 
padding: 0px;
 
border: 0px;
 
border: 0px;
background: #514E4F;}
+
background: #002c9c;}
  
div#Namecontainer {
+
div#buttonBlue {
width: 846px;
+
float: left;
 +
width: 135px;
 
height: 20px;
 
height: 20px;
margin: 0px;
 
margin-top: -7px;
 
padding: 0px;
 
border: 0px;
 
background: #808284;
 
text-align:center;
 
font-family: 'Roboto', sans-serif;
 
font-size: 20px;
 
color: #FFFFFF;
 
}
 
 
div#container {
 
width: 842px;
 
margin: 0px;
 
margin-top:-4px;
 
padding: 0px;
 
border: 4px;
 
border-style: solid;
 
border-color: #514E4F;
 
}
 
 
div#headline {
 
width: 846px;
 
height: 36px;
 
margin-top: 50px;
 
padding: 0px;
 
font-family: 'Roboto', sans-serif;
 
font-size: 50px;
 
color: #617dc6;
 
text-align:center;
 
}
 
 
div#button {
 
float: left;
 
width: 170px;
 
height: 40px;
 
 
margin-right: 0px;
 
margin-right: 0px;
margin-top: 10px;
+
margin-top: 5px;
 
opacity: 1;
 
opacity: 1;
background: #514E4F;
+
background: #002c9c;
 
text-align:center;
 
text-align:center;
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
font-size: 16px;
+
font-size: 12px;
color:#617dc6;
+
color:#002c9c;
 
}
 
}
  
div#buttonDarkBlue {
 
float: left;
 
width: 170px;
 
height: 40px;
 
margin-right: 0px;
 
margin-top: 10px;
 
opacity: 1;
 
background: #514E4F;
 
text-align:center;
 
font-family: 'Roboto', sans-serif;
 
font-size: 16px;
 
color:#617dc6;
 
}
 
  
div#buttonMediumBlue {
+
div#buttonBlue a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
float: left;
+
div#buttonBlue a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
width: 170px;
+
div#buttonBluen a:active  {background: #002c9c;color: #000000; text-decoration: none; opacity: 1;}
height: 40px;
+
div#buttonBlue a:hover      {color: #617dc6; text-decoration: none; opacity: 1; font-weight: bold;}
margin-right: 0px;
+
margin-top: 10px;
+
opacity: 1;
+
background: #514E4F;
+
text-align:center;
+
font-family: 'Roboto', sans-serif;
+
font-size: 16px;
+
color:#01b9bb;
+
}
+
 
+
div#buttonYellow {
+
float: left;
+
width: 170px;
+
height: 40px;
+
margin-right: 0px;
+
margin-top: 10px;
+
opacity: 1;
+
background: #514E4F;
+
text-align:center;
+
font-family: 'Roboto', sans-serif;
+
font-size: 16px;
+
color:#f7d22b;
+
}
+
 
+
div#buttonMediumRed {
+
float: left;
+
width: 170px;
+
height: 40px;
+
margin-right: 0px;
+
margin-top: 10px;
+
opacity: 1;
+
background: #514E4F;
+
text-align:center;
+
font-family: 'Roboto', sans-serif;
+
font-size: 16px;
+
color:#f25e42;
+
}
+
 
+
div#buttonDarkRed {
+
float: left;
+
width: 170px;
+
height: 40px;
+
margin-right: 0px;
+
margin-top: 10px;
+
opacity: 1;
+
background: #514E4F;
+
text-align:center;
+
font-family: 'Roboto', sans-serif;
+
font-size: 16px;
+
color:#e26c7a;
+
}
+
 
+
div#buttonDarkBlue a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonDarkBlue a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonDarkBluen a:active  {background: #617dc6;color: #000000; text-decoration: none; opacity: 1;}
+
div#buttonDarkBlue a:hover      {color: #617dc6; text-decoration: none; opacity: 1; font-weight: bold;}
+
 
+
div#buttonMediumBlue a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonMediumBlue a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonMediumBlue a:active  {background: #01b9bb;color: #000000; text-decoration: none; opacity: 1;}
+
div#buttonMediumBlue a:hover      {color: #01b9bb; text-decoration: none; opacity: 1; font-weight: bold;}
+
 
+
div#buttonYellow a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonYellow a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonYellow a:active  {background: #f7d22b;color: #000000; text-decoration: none; opacity: 1;}
+
div#buttonYellow a:hover      {color: #f7d22b; text-decoration: none; opacity: 1; font-weight: bold;}
+
 
+
div#buttonMediumRed a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonMediumRed a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonMediumRed a:active  {background: #f25e42;color: #000000; text-decoration: none; opacity: 1;}
+
div#buttonMediumRed a:hover      {color: #f25e42; text-decoration: none; opacity: 1; font-weight: bold;}
+
 
+
div#buttonDarkRed a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonDarkRed a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonDarkRed a:active  {background: #e26c7a;color: #000000; text-decoration: none; opacity: 1;}
+
div#buttonDarkRed a:hover      {color: #e26c7a; text-decoration: none; opacity: 1; font-weight: bold;}
+
  
 
</style>
 
</style>
 
</html>
 
</html>
  
[[File:TUD3Image02-Humans01400.jpg | 850px]]
+
[[File:Banner_Inflatables.jpg | 850px]]
<div id="headercontainer">
+
<div id="buttonDarkBlue">
+
[[Msc2G3:Group|Concept]]
+
</div>
+
<div id="buttonMediumBlue">
+
[[Msc2G3:page1|Macro]]
+
</div>
+
<div id="buttonYellow">
+
[[Msc2G3:page2|Meso]]
+
</div>
+
<div id="buttonMediumRed">
+
[[Msc2G3:page3|Micro]]
+
</div>
+
<div id="buttonDarkRed">
+
[[Msc2G3:page4|Prototype]]
+
</div>
+
 
+
 
+
<div id="container">
+
[[File:TUD3Image02-Humans0170.jpg| 842px]]
+
[[File:Vision03-01.jpg| 842px]]
+
[[File:TUD3Image02-Humans016.jpg| 842px]]
+
</div>
+
  
 
<div id="headercontainer">
 
<div id="headercontainer">
<div id="buttonDarkBlue">
+
<div id="buttonBlue"> [[Project01:main|'''MAIN''']] </div>
[[Msc2G3:Group|Concept]]
+
<div id="buttonBlue"> [[Project01:P1| '''P1''']] </div>
</div>
+
<div id="buttonBlue"> [[Project01:P2|'''P2''']] </div>
<div id="buttonMediumBlue">
+
<div id="buttonBlue"> [[Project01:P3|'''P3''']] </div>
[[Msc2G3:page1|Macro]]
+
<div id="buttonBlue"> [[Project01:P4|'''P4''']] </div>
</div>
+
<div id="buttonBlue"> [[Project01:Workshop_1|'''Workshop 1''']] </div>
<div id="buttonYellow">
+
[[Msc2G3:page2|Meso]]
+
</div>
+
<div id="buttonMediumRed">
+
[[Msc2G3:page3|Micro]]
+
</div>
+
<div id="buttonDarkRed">
+
[[Msc2G3:page4|Prototype]]
+
 
</div>
 
</div>

Latest revision as of 13:07, 7 May 2020

Banner Inflatables.jpg