Team:Groningen/styletest.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
 +
/*Header*/
 +
#p-logo
 +
{
 +
    height: 390px;
 +
    width: 1024px;
 +
    background-image:url(https://static.igem.org/mediawiki/2012/e/ea/ID_20120807_Groningen2012Header.png);
 +
    opacity:0.6;
 +
    filter:alpha(opacity=60); /* For IE8 and earlier */
 +
}
 +
 +
/*Body*
body
body
{
{
Line 6: Line 17:
}
}
-
#bodyContent
+
/*Footer*/
-
{
+
-
    width: 80%;
 
-
    position: relative;
 
-
    padding: 0px 0px 0px 0px;
 
-
    background-color:transparent;
 
-
    background-image:url(https://static.igem.org/mediawiki/2012/b/b6/ID_20120807_Groningen2012transparantback.png);
 
-
    opacity:0.6;
 
-
    filter:alpha(opacity=60); /* For IE8 and earlier */
 
-
}
 
 +
/*Suppression*/
/*Supressing the igem logo*/
/*Supressing the igem logo*/
a[title="Main Page"]
a[title="Main Page"]

Revision as of 23:50, 7 August 2012

/*Header*/

  1. p-logo

{

   height: 390px;
   width: 1024px;
   background-image:url(ID_20120807_Groningen2012Header.png);
   opacity:0.6;
   filter:alpha(opacity=60); /* For IE8 and earlier */

}

/*Body* body {

   background-attachment:fixed;
   background-image:url(ID_20120807_Groningen2012Background.jpg);
   text-align: justify;

}

/*Footer*/


/*Suppression*/ /*Supressing the igem logo*/ a[title="Main Page"] {

   display: none;

} /*Supressing the wiki titles*/ .firstHeading {

   display: none;

}

  1. contentSub

{

   display: none;

}

  1. catlinks

{

   display: none;

}