Difference between revisions of "Team:TU Dresden/Templates/Menu"

(Created page with "<html> <head> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <link href='http://fonts.googleapis.com/css?famil...")
 
Line 40: Line 40:
 
}
 
}
  
#TueContent {
+
#Content {
 
   background-color: white;
 
   background-color: white;
 
   width: 920px;
 
   width: 920px;
Line 51: Line 51:
 
}
 
}
  
#TueContent img {
+
#Content img {
 
     display: block;
 
     display: block;
 
     margin-left: auto;
 
     margin-left: auto;
Line 57: Line 57:
 
}
 
}
  
#TueContent p {
+
#Content p {
 
   font-size: 12pt;
 
   font-size: 12pt;
 
   text-align: justify;
 
   text-align: justify;
Line 64: Line 64:
  
 
}
 
}
#TueContent a {
+
#Content a {
 
   color: #9C1A16;
 
   color: #9C1A16;
 
   text-decoration: underline;
 
   text-decoration: underline;
 
}
 
}
#TueContent a:hover {
+
#Content a:hover {
 
   color: #9C1A16;
 
   color: #9C1A16;
 
   text-decoration: none;
 
   text-decoration: none;
Line 74: Line 74:
 
   border-color: #9C1A16;
 
   border-color: #9C1A16;
 
}
 
}
#TueContent a:active {
+
#Content a:active {
 
   color: black;
 
   color: black;
 
   text-decoration: underline;
 
   text-decoration: underline;
Line 80: Line 80:
 
}
 
}
  
#TueContent ul {
+
#Content ul {
 
   list-style-type: disc !important;
 
   list-style-type: disc !important;
 
   color: black !important;
 
   color: black !important;
Line 89: Line 89:
 
}
 
}
  
#TueContent ol {
+
#Content ol {
 
   color: black !important;
 
   color: black !important;
 
   font-size: 12pt !important;
 
   font-size: 12pt !important;
Line 96: Line 96:
 
}
 
}
  
#TueContent table {
+
#TContent table {
 
   font-size: 12pt !important;
 
   font-size: 12pt !important;
 
   line-height: 18pt !important
 
   line-height: 18pt !important
Line 112: Line 112:
 
}
 
}
  
h1 {
 
  font-family: 'Headland One', Minion Pro, serif, 'Open Sans', sans-serif;
 
  position: relative;
 
  font-size: 26pt;
 
  text-align: left;
 
  width: 960px;
 
  padding-left: 20px;
 
  padding-top: 35px;
 
  height: 50px;
 
  background-color: #8E0000;
 
  color: white;
 
  left: -20px;
 
}
 
  
h2 {
 
  font-family: 'Headland One', serif, 'Open Sans', sans-serif;
 
  position: relative;
 
  font-size: 18pt;
 
  text-align: left;
 
  padding-left: 20px;
 
  padding-top: 20px;
 
  color: black;
 
}
 
 
h3 {
 
      color: black;
 
      font-size: 18pt;
 
      font-family: 'Headland One', serif, 'Open Sans', sans-serif;
 
      padding-bottom: 8pt;
 
      padding-top: 20pt;
 
}
 
  
  
Line 171: Line 141:
 
     visibility: hidden;
 
     visibility: hidden;
 
}
 
}
 +
 +
 +
 +
h2 {
 +
  font-family: 'Headland One', serif, 'Open Sans', sans-serif;
 +
  position: relative;
 +
  font-size: 18pt;
 +
  text-align: left;
 +
  padding-left: 20px;
 +
  padding-top: 20px;
 +
  color: black;
 +
}
 +
 +
h3 {
 +
      color: black;   
 +
      font-size: 18pt;
 +
      font-family: 'Headland One', serif, 'Open Sans', sans-serif;
 +
      padding-bottom: 8pt;
 +
      padding-top: 20pt;
 +
}
 +
  
 
nav ul,nav ul li{
 
nav ul,nav ul li{
Line 290: Line 281:
 
         <a href="/Team:TU_Dresden">Home</a>
 
         <a href="/Team:TU_Dresden">Home</a>
 
         </li>
 
         </li>
 +
 
         <li class = "cat2">
 
         <li class = "cat2">
 
         <a href="#">Project</a>
 
         <a href="#">Project</a>

Revision as of 17:45, 30 June 2015