Difference between revisions of "Team:Uppsala/stylesheet.css"

(Created page with "body { background: #F8F8F8; text-align: center; } #main { width: 1480px; height: 2000px; background: #C2F0F0; margin: 0px auto; border: solid 3px #000000; padding: 0px; } h1 { t...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
+
.body {
background: #F8F8F8;
+
  background: #F8F8F8;
text-align: center;
+
  text-align: center;
 
}
 
}
 
#main {
 
#main {
width: 1480px;
+
  width: 1480px;
height: 2000px;
+
  height: 2000px;
  
background: #C2F0F0;
+
  background: #C2F0F0;
margin: 0px auto;
+
  margin: 0px auto;
border: solid 3px #000000;
+
  border: solid 3px #000000;
padding: 0px;
+
  padding: 0px;
 
}
 
}
 +
 
h1 {
 
h1 {
text-align: center;
+
  text-align: center;
font-family:"Times New Roman";
+
  font-family:"Times New Roman";
font: 24pt;
+
  font: 24pt;
color: #000000;
+
  color: #000000;
 
}
 
}
 +
 
hr {
 
hr {
height: 2px;
+
  height: 2px;
color: #ff3819;
+
  color: #ff3819;
 
}
 
}
 +
 
p {
 
p {
font-family:"Calibri";
+
  font-family:"Calibri";
font-size: 12pt;
+
  font-size: 12pt;
text-align: left;
+
  text-align: left;
text-indent: 48px;
+
  text-indent: 48px;
color: #2f2d2d;
+
  color: #2f2d2d;
 
}
 
}
  
  
 
html, body{
 
html, body{
min-height: 100%;  
+
  min-height: 100%;  
position: relative;  
+
  position: relative;  
 
   height: 100%;
 
   height: 100%;
 
   margin: 0;
 
   margin: 0;

Latest revision as of 12:40, 22 July 2015

.body {

 background: #F8F8F8;
 text-align: center;

}

  1. main {
 width: 1480px;
 height: 2000px;
 background: #C2F0F0;
 margin: 0px auto;
 border: solid 3px #000000;
 padding: 0px;

}

h1 {

 text-align: center;
 font-family:"Times New Roman";
 font: 24pt;
 color: #000000;

}

hr {

 height: 2px;
 color: #ff3819;

}

p {

 font-family:"Calibri";
 font-size: 12pt;
 text-align: left;
 text-indent: 48px;
 color: #2f2d2d;

}


html, body{

 min-height: 100%; 
 position: relative; 
 height: 100%;
 margin: 0;

}

.grid-container{

 max-width: 600px; 
 min-height: 10%; 
 background-color: #c7c7c7;
 margin: 0 auto; 
 text-align: justify; 

}

.grid-container:after{

 content:;
 display: inline-block; 
 width: 100%;

}

.grid-item{

 width: 25%;
 min-width: 50px; 
 display: inline-block; 
 vertical-align: top; 
 height: 125px; 
 background-color: #ff3819; 
 margin-bottom: 20px; 
 margin-top: 25px; 

}