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

Line 1: Line 1:
<style>
 
 
 
body {
 
body {
 
text-align: center;
 
text-align: center;
Line 146: Line 144:
 
margin-top: 20px;
 
margin-top: 20px;
 
}
 
}
</style>
 

Revision as of 17:36, 30 March 2015

body { text-align: center; background-color: #663399; }


h1 { font-family:arial; color: green; background-color: none; font-size: 40px; }

h2 { border: green dashed 10px; }

li { font-family: arial; color: black; }



p { font-size:12pt; font-family: sans-serif; color: black; }


strong { background-color: yellow; }



.gelb {

 background-color:yellow;

}

.bildvorschau1 { border:2px dotted orange; float:left; }

.bildvorschau2 { border:2px dotted orange; float:middle; }

  1. orange {
 	background-color:orange;

}

  1. navi{

float: left; background-color: #ff9f9f; width: 200px; }

  1. inhalte {

background-color: #ff99cc; margin-left: 13em; height: 1000px; font-family: sans-serif; padding-top: 20px; }

  1. seitenbreite {

width: 900px; text-align: left; margin: 0 auto;

}

  1. kopfzeile {

background-color: #ff0033; border-bottom: 1px solid black; height: 50px; margin-bottom: 10px; margin-top: 10px; font-family: sans-serif; text-align: center; }

  1. fusszeile {

clear: both; background-color: lightskyblue; /*border-top: 2px solid black;*/ height: 20px; }

  1. underconstruction1 {

font-family: sans-serif; font-size: 25pt; text-align: center; margin-top: 50px; margin-bottom: 100px; /*border: black 1px solid;*/ }

  1. underconstruction2 {

font-family: sans-serif; font-size: 15pt; text-align: center; margin-bottom: 50px; /*border: black 1px solid;*/ }

  1. box1 {

float: left; width: 420px; height: 100px; /*border: black solid 1px;*/ text-align: center; }

  1. box2 {

float: right; width: 420px; height: 100px; /*border: black solid 1px;*/ text-align: center; }

  1. box3 {

float: left; width: 420px; height: 400px; /*border: black solid 1px;*/ text-align: center; margin-top: 20px; }

  1. box4 {

float: right; width: 420px; height: 400px; /*border: black solid 1px;*/ text-align: center; margin-top: 20px; }