Difference between revisions of "Msc2G3:Group"

From cs
Jump to: navigation, search
 
(9 intermediate revisions by one user not shown)
Line 45: Line 45:
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
 
font-size: 50px;
 
font-size: 50px;
color: #01b9bb;
+
color: #617dc6;
 
text-align:center;
 
text-align:center;
 
}
 
}
  
 
div#button {
 
div#button {
 +
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#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 {
 
float: left;
 
float: left;
 
width: 170px;
 
width: 170px;
Line 63: Line 91:
 
}
 
}
  
div#buttonlast {
+
div#buttonYellow {
float: right;
+
float: left;
width: 121px;
+
width: 170px;
height: 30px;
+
height: 40px;
 
margin-right: 0px;
 
margin-right: 0px;
margin-top: 0px;
+
margin-top: 10px;
 
opacity: 1;
 
opacity: 1;
 
background: #514E4F;
 
background: #514E4F;
 
text-align:center;
 
text-align:center;
 
font-family: 'Roboto', sans-serif;
 
font-family: 'Roboto', sans-serif;
color:#FFFFFF;
+
font-size: 16px;
 +
color:#f7d22b;
 
}
 
}
  
div#button a:link    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonMediumRed {
div#button a:visited    {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
float: left;
div#button a:active  {background: #01b9bb;color: #000000; text-decoration: none; opacity: 1;}
+
width: 170px;
div#button a:hover      {color: #01b9bb; text-decoration: none; opacity: 1; font-weight: bold;}
+
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#buttonlast a:link     {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonDarkRed a:link   {color: #A7A9AB; text-decoration: none; opacity: 1;}
div#buttonlast a:visited {color: #A7A9AB; text-decoration: none; opacity: 1;}
+
div#buttonDarkRed a:visited   {color: #A7A9AB; text-decoration: none; opacity: 1;}
div#buttonlast a:active   {background: 01b9bb; color: #000000; text-decoration: none; opacity: 1;}
+
div#buttonDarkRed a:active {background: #e26c7a;color: #000000; text-decoration: none; opacity: 1;}
div#buttonlast a:hover   {color: #01b9bb; text-decoration: none; opacity: 1; font-weight: bold;}
+
div#buttonDarkRed a:hover       {color: #e26c7a; text-decoration: none; opacity: 1; font-weight: bold;}
  
 
</style>
 
</style>
 
</html>
 
</html>
  
[[File:TUD3Image01-Header.jpg | 850px]]
+
[[File:TUD3Image02-Humans01400.jpg | 850px]]
 
<div id="headercontainer">
 
<div id="headercontainer">
<div id="button">
+
<div id="buttonDarkBlue">
 
[[Msc2G3:Group|Concept]]
 
[[Msc2G3:Group|Concept]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonMediumBlue">
 
[[Msc2G3:page1|Macro]]
 
[[Msc2G3:page1|Macro]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonYellow">
 
[[Msc2G3:page2|Meso]]
 
[[Msc2G3:page2|Meso]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonMediumRed">
 
[[Msc2G3:page3|Micro]]
 
[[Msc2G3:page3|Micro]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonDarkRed">
 
[[Msc2G3:page4|Prototype]]
 
[[Msc2G3:page4|Prototype]]
 
</div>
 
</div>
Line 109: Line 181:
  
 
<div id="container">
 
<div id="container">
[[File:TUD3Image02-Humans02.jpg| 842px]]
+
[[File:TUD3Image02-Humans0170.jpg| 842px]]
[[File:Untitled-1.jpg| 842px]]
+
[[File:Vision03-01.jpg| 842px]]
 +
[[File:TUD3Image02-Humans016.jpg| 842px]]
 
</div>
 
</div>
  
 
<div id="headercontainer">
 
<div id="headercontainer">
<div id="button">
+
<div id="buttonDarkBlue">
 
[[Msc2G3:Group|Concept]]
 
[[Msc2G3:Group|Concept]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonMediumBlue">
 
[[Msc2G3:page1|Macro]]
 
[[Msc2G3:page1|Macro]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonYellow">
 
[[Msc2G3:page2|Meso]]
 
[[Msc2G3:page2|Meso]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonMediumRed">
 
[[Msc2G3:page3|Micro]]
 
[[Msc2G3:page3|Micro]]
 
</div>
 
</div>
<div id="button">
+
<div id="buttonDarkRed">
 
[[Msc2G3:page4|Prototype]]
 
[[Msc2G3:page4|Prototype]]
 
</div>
 
</div>

Latest revision as of 09:34, 4 July 2018

TUD3Image02-Humans01400.jpg