Team:Groningen/style.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
-
 
/*Reworking the Text*/
/*Reworking the Text*/
h1, h2, h3, h4, h5, h6
h1, h2, h3, h4, h5, h6
Line 6: Line 5:
}
}
-
/*Reworking the header*/
+
/*Header*/
#top-section
#top-section
{
{
     height: 208px;
     height: 208px;
     width: 550px;
     width: 550px;
-
}
 
-
 
-
 
-
 
-
table
 
-
{
 
-
    background-color:transparent;
 
-
}
 
-
#catlinks
 
-
{
 
-
    display: none;
 
}
}
#p-logo  
#p-logo  
Line 30: Line 18:
     top: 25%;
     top: 25%;
     border: none;  
     border: none;  
-
}
 
-
 
-
/*Supressing the igem logo*/
 
-
a[title="Main Page"]
 
-
{
 
-
    display: none;
 
-
}
 
-
/*Supressing the wiki titles*/
 
-
.firstHeading
 
-
{
 
-
    display: none;
 
-
}
 
-
#contentSub
 
-
{
 
-
    display: none;
 
}
}
 +
/*Body*/
body
body
{
{
Line 55: Line 29:
     border: none;
     border: none;
}
}
-
 
#content  
#content  
{
{
Line 65: Line 38:
     border: none;
     border: none;
}
}
-
 
#bodyContent
#bodyContent
{
{
Line 75: Line 47:
}
}
-
/*Inserting the menu*/
+
 
-
#Gwrapper
+
/*Suppress iGEM defaults*/
 +
/*Supressing the igem logo*/
 +
a[title="Main Page"]
{
{
-
     display: none;  
+
     display: none;
}
}
-
#Gmenu
+
/*Supressing the wiki titles*/
 +
.firstHeading
{
{
-
     display: none;  
+
     display: none;
}
}
-
#Gcontent
+
.right-menu noprint
{
{
-
     display: none;  
+
     display: none;
}
}
-
table { background: none; }
+
#search-controls
-
table.calendar          { margin: 0; padding: 10px; }
+
-
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
+
-
table.month .heading td { padding:2px; background-color:none; color:black; text-align:center;
+
-
                          font-family: sans-serif; font-size:1.2em; font-weight:bold; }
+
-
table.month .dow td    { color:black; text-align:center; font-size:110%; }
+
-
table.month td.today    { font-weight: bold; }
+
-
table.month td {
+
-
    border: none;
+
-
    margin: 0;
+
-
    padding: 1pt 1.5pt;
+
-
    font-weight: normal;
+
-
    text-align: right;
+
-
    background-color: none;
+
-
    }
+
-
#bodyContent table.month a { background:none; padding:0; }
+
-
.day-active { color:#0000cc; }
+
-
.day-empty  { color:#cc0000; }
+
-
 
+
-
.thumb {
+
-
border-color: transparent !important;
+
-
 
+
-
}
+
-
 
+
-
div.gallerytext {
+
-
text-align: left;
+
-
font-size: 0.85em;
+
-
}
+
-
div.thumb
+
{
{
-
padding: 10px 0px !important;
+
    display: none;
}
}
-
.wikitable td
+
#contentSub
{
{
-
text-align: center;
+
    display: none;
-
font-size: 0.85em;
+
-
border: none;
+
}
}
-
table * table.wikitable
+
#catlinks
{
{
-
margin: auto;
+
    display: none;
-
font-size: 1.1em !important;
+
-
}
+
-
table * div.gallerytext
+
-
{
+
-
margin: auto;
+
-
font-size: 1.1em !important;
+
}
}
#footer-box {
#footer-box {
     display: none;
     display: none;
}
}

Revision as of 00:45, 8 August 2012

/*Reworking the Text*/ h1, h2, h3, h4, h5, h6 {

   border-bottom-width: 0px;

}

/*Header*/

  1. top-section

{

   height: 208px;
   width: 550px;

}

  1. p-logo

{

   height: 104px;
   width: 550px;
   background-image:url(Groningen2012_AD_20120802_Menu.png);
   top: 25%;
   border: none; 

}


/*Body*/ body {

   background-attachment:fixed;
   background-image:url(Groningen2012_AD_20120802_Background.png);
   text-align: justify;
   border: none;

}

  1. content

{

   position: relative;
   top:-5px;
   width: 1024px;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   border: none;

}

  1. bodyContent

{

   width: 1024px;
   position: relative;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   border: none;

}


/*Suppress iGEM defaults*/ /*Supressing the igem logo*/ a[title="Main Page"] {

   display: none;

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

   display: none;

} .right-menu noprint {

   display: none;

}

  1. search-controls

{

   display: none;

}

  1. contentSub

{

   display: none;

}

  1. catlinks

{

   display: none;

}

  1. footer-box {
   display: none;

}