Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
 
(108 intermediate revisions not shown)
Line 1: Line 1:
-
<!--Linking colors-->
+
/*Text links*/
     a:link {color:#20548f;}
     a:link {color:#20548f;}
     a:visited {color:#20548f;}
     a:visited {color:#20548f;}
Line 5: Line 5:
     a:active {color:#20548f;}
     a:active {color:#20548f;}
-
<!--Text Opacity-->
+
/*Reworking the Text*/
-
h1
+
h1, h2, h3, h4, h5, h6
{
{
-
     opacity:1.0; /* non IE */
+
     border-bottom-width: 0px;
-
    filter:alpha(opacity=0); /* IE */
+
}
}
-
 
+
/*Reworking the header*/
-
#top-section{
+
#top-section
-
     height: 372px;
+
{
 +
     height: 390px;
     width: 1024px;
     width: 1024px;
}
}
 +
 +
 +
table
 +
{
 +
    background-color:transparent;
 +
}
 +
#catlinks {
 +
display: none;
 +
}
#p-logo  
#p-logo  
{
{
-
     height: 372px;
+
     height: 390px;
     width: 1024px;
     width: 1024px;
-
     background-image:url(https://static.igem.org/mediawiki/2011/a/aa/Groningen2011Header.png)
+
     background-image:url(https://static.igem.org/mediawiki/2011/a/aa/Groningen2011Header.png);
}
}
 +
/*Supressing the igem logo*/
a[title="Main Page"]
a[title="Main Page"]
{
{
     display: none;
     display: none;
}
}
 +
 +
/*Supressing the wiki titles*/
 +
.firstHeading
 +
{
 +
    display: none;
 +
}
 +
 +
#contentSub
 +
{
 +
    display: none;
 +
}
 +
body
body
{
{
     background-attachment:fixed;
     background-attachment:fixed;
-
     background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg)
+
     background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg);
 +
    text-align: justify;
}
}
#content  
#content  
{
{
-
    opacity:0.5; /* non IE */
+
 
-
    filter:alpha(opacity=5); /* IE */
+
     position: relative;
     position: relative;
 +
    top:-5px;
     width: 1024px;
     width: 1024px;
     padding: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
 +
    background-color:transparent;
 +
 +
 +
}
 +
 +
#bodyContent
 +
{
 +
 +
    width: 1024px;
 +
    position: relative;
 +
    padding: 0px 0px 0px 0px;
 +
    background-color:transparent;
 +
    background-image:url(https://static.igem.org/mediawiki/2011/b/b8/Groningen2011transparantback.png);
 +
   
 +
}
 +
 +
/*Inserting the menu*/
 +
#Gwrapper
 +
{
 +
    position: relative;
 +
    width: 1024px;
 +
}
 +
 +
#Gmenu
 +
{
 +
    float: left;
 +
    width: 250px;
 +
    height: 800px;
 +
}
 +
 +
 +
.glossymenu
 +
{
 +
    position: relative;
 +
    top:-31px;
 +
    left:0px;
 +
}
 +
 +
.editsection
 +
{
 +
    display: none;
 +
}
 +
 +
#Gcontent
 +
{
 +
    width: 760px;
 +
    margin-left: 250px;
 +
}
 +
table { background: none; }
 +
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;
 +
}
 +
.wikitable td
 +
{
 +
text-align: center;
 +
font-size: 0.85em;
 +
}
 +
table * table.wikitable
 +
{
 +
margin: auto;
 +
font-size: 1.1em !important;
 +
}
 +
table * div.gallerytext
 +
{
 +
margin: auto;
 +
font-size: 1.1em !important;
 +
}
 +
#footer-box {
 +
    background-color: transparent;
 +
    border: 1px solid #444444;
 +
    margin-bottom: auto;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-top: -5px !important;
 +
    padding: 5px;
 +
    width: 1014px;
 +
    background-image: url("https://static.igem.org/mediawiki/2011/b/b8/Groningen2011transparantback.png");
 +
}
 +
#igemlogogro
 +
{
}
}

Latest revision as of 19:45, 21 September 2011

/*Text links*/

   a:link {color:#20548f;}
   a:visited {color:#20548f;}
   a:hover {color:#20548f;}
   a:active {color:#20548f;}

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

   border-bottom-width: 0px;

}

/*Reworking the header*/

  1. top-section

{

   height: 390px;
   width: 1024px;

}


table {

   background-color:transparent;

}

  1. catlinks {

display: none; }

  1. p-logo

{

   height: 390px;
   width: 1024px;
   background-image:url(Groningen2011Header.png);

}

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

   display: none;

}

/*Supressing the wiki titles*/ .firstHeading {

   display: none;

}

  1. contentSub

{

   display: none;

}


body {

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

}

  1. content

{

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


}

  1. bodyContent

{

   width: 1024px;
   position: relative;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   background-image:url(Groningen2011transparantback.png);
   

}

/*Inserting the menu*/

  1. Gwrapper

{

   position: relative;
   width: 1024px;

}

  1. Gmenu

{

   float: left;
   width: 250px;
   height: 800px;

}


.glossymenu {

   position: relative;
   top:-31px;
   left:0px;

}

.editsection {

   display: none;

}

  1. Gcontent

{

   width: 760px;
   margin-left: 250px;

} table { background: none; } 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;
   }
  1. 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; } .wikitable td { text-align: center; font-size: 0.85em; } table * table.wikitable { margin: auto; font-size: 1.1em !important; } table * div.gallerytext { margin: auto; font-size: 1.1em !important; }

  1. footer-box {
   background-color: transparent;
   border: 1px solid #444444;
   margin-bottom: auto;
   margin-left: auto;
   margin-right: auto;
   margin-top: -5px !important;
   padding: 5px;
   width: 1014px;
   background-image: url("Groningen2011transparantback.png");

}

  1. igemlogogro

{ }