Template:Team:Bonn

From 2013.igem.org

(Difference between revisions)
(Merge revisions)
Line 50: Line 50:
/* ********************** */
/* ********************** */
 +
.mw-headline{
.mw-headline{
  color:#ffffff;
  color:#ffffff;
Line 60: Line 61:
  background-image: url('https://static.igem.org/mediawiki/2013/0/0f/Bonn_background_fabric2.jpg');
  background-image: url('https://static.igem.org/mediawiki/2013/0/0f/Bonn_background_fabric2.jpg');
  background-position:center;
  background-position:center;
 +
 +
background-image: linear-gradient(right , rgb(89,11,11) 38%, rgb(8,17,107) 100%);
 +
background-image: -o-linear-gradient(right , rgb(89,11,11) 38%, rgb(8,17,107) 100%);
 +
background-image: -moz-linear-gradient(right , rgb(89,11,11) 38%, rgb(8,17,107) 100%);
 +
background-image: -webkit-linear-gradient(right , rgb(89,11,11) 38%, rgb(8,17,107) 100%);
 +
background-image: -ms-linear-gradient(right , rgb(89,11,11) 38%, rgb(8,17,107) 100%);
 +
 +
background-image: -webkit-gradient(
 +
linear,
 +
right bottom,
 +
left bottom,
 +
color-stop(0.38, rgb(89,11,11)),
 +
color-stop(1, rgb(8,17,107))
 +
);
 +
}
}
#content{
#content{

Revision as of 16:25, 28 April 2013