Difference between revisions of "Template:Team:Manchester-Graz/CSS"

 
(48 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
     visibility: hidden;
 
     visibility: hidden;
 
}  
 
}  
 +
 +
 +
/*General settings*/
  
 
body {
 
body {
Line 16: Line 19:
  
 
h1 {
 
h1 {
font-family:arial;
+
font-family: sans-serif;
color: green;
+
color: black;
background-color: none;
+
margin-left: 1px;
font-size: 40px;
+
font-size: 35px;
 +
        border-bottom: none;
 
}
 
}
  
 
h2 {
 
h2 {
border: green dashed 10px;
+
font-family: sans-serif;
}
+
 
+
li {
+
font-family: arial;
+
 
color: black;
 
color: black;
 +
font-size: 30px;
 +
        border-bottom: none;
 
}
 
}
 
  
  
Line 37: Line 38:
 
font-family: sans-serif;
 
font-family: sans-serif;
 
color: black;
 
color: black;
 +
        text-align: left;
 
}
 
}
  
  
 +
/* For Header!! */
  
 +
a {
 +
color: black;
 +
font-family: sans-serif;
 +
}
  
 +
#pagelinks{
 +
width: 858;
 +
height: 70px;
 +
background-color: #ff3366;
 +
border: solid black 2px;
 +
margin-top: 5px;
 +
margin-bottom: 5px;
 +
margin-left: 95px;
 +
font-family: sans-serif;
 +
padding-top: 5px;
 +
}
 +
 +
#pagelinks ul{
 +
list-style: none;
 +
}
 +
 +
#pagelinks li{
 +
float: left;
 +
width: 85px;
 +
margin-right: 10px;
 +
        margin-top: 10px;
 +
color: black;
 +
font-style: normal;
 +
background-color: #ffcc00;
 +
font-size: 14pt;
 +
padding-right: 5px;
 +
        padding-left: 5px;
 +
        padding-top: 10px;
 +
        padding-bottom: 10px;
 +
border-left: black solid 7px;
 +
}
 +
 +
#boxigem {
 +
float: left;
 +
height: 75px;
 +
border: 2px black solid;
 +
}
  
 
#navi{
 
#navi{
 
float: left;
 
float: left;
background-color: #ff9f9f;
+
background-color: #ff3366;
 
width: 180px;
 
width: 180px;
 
         text-align: left;
 
         text-align: left;
 +
        height: auto;
 +
}
 +
 +
#navi li {
 +
font-family: sans-serif;
 +
color: #ffcc00;
 +
font-size: 16pt;
 +
margin-bottom: 15px;
 +
        border-left: solid 7px #ffcc00;
 +
        padding-left: 2px;
 +
}
 +
 +
#navi ul {
 +
list-style: none;
 
}
 
}
  
 
#inhalte {
 
#inhalte {
background-color: #ff99cc;
+
background-color: none;
 
margin-left: 185px;
 
margin-left: 185px;
height: 1000px;
+
height: auto;
 
font-family: sans-serif;
 
font-family: sans-serif;
 
padding-top: 20px;
 
padding-top: 20px;
 +
        margin-top: 5px;
 
}
 
}
  
/*#seitenbreite {
+
#inhalte_big {
width: 900px;
+
background-color: none;
text-align: left;
+
height: auto;
margin: 0 auto;
+
font-family: sans-serif;
background-color: #663399;*/
+
padding-top: 20px;
 +
}
 +
 
 +
#pictureright {
 +
float: right;
 +
height: auto;
 +
width: auto;
 +
font-size: 8pt;
 +
border: 1px black solid;
 +
margin: 5px;
 +
}
 +
 
 +
#pictureleft {
 +
float: left;
 +
height: auto;
 +
width: auto;
 +
font-size: 8pt;
 +
border: 1px black solid;
 +
margin: 5px;
 
}
 
}
  
Line 78: Line 155:
 
#fusszeile {
 
#fusszeile {
 
clear: both;
 
clear: both;
background-color: lightskyblue;
+
background-color: transparent;
/*border-top: 2px solid black;*/
+
 
height: 20px;
 
height: 20px;
 
         width: 100%;
 
         width: 100%;
Line 137: Line 213:
 
}
 
}
  
#block-content{
+
/* Team */
    padding-bottom: 15px;
+
 
    clear:both;
+
#teamfoto {
 +
 
}
 
}
 +
 +
#teamtext {
 +
 +
}
 +
 +
#memberfoto {
 +
float: left;
 +
height: 300px;
 +
width: 300px;
 +
/*border: black solid 1px;*/
 +
margin-left: 20px;
 +
margin-bottom: 20px;
 +
}
 +
 +
#membertextfield {
 +
height: 300px;
 +
width: 600px;
 +
/*border: black solid 1px;*/
 +
margin-left: 340px;
 +
margin-bottom: 20px;
 +
}
 +
 +
#membertext {
 +
width: 600px;
 +
margin-top: 70px;
 +
/*border: black solid 1px;*/
 +
text-align: left;
 +
font-family: sans-serif;
 +
 +
}
 +
  
  
 
--></style></head></html>
 
--></style></head></html>

Latest revision as of 15:02, 3 July 2015