Team:Groningen/style.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
 +
/*
 +
Ismael-
 +
 +
Don't worry, the previous style.css has been moved to Team:Groningen/styletest.css. I wanted to play around with the menu elements for a bit. You're right, the menu image is too narrow. The options need to be spaced further apart. There isn't enough space in between for the little cogs.
 +
 +
-Jon
 +
 +
*/
/*Header*/
/*Header*/
Line 45: Line 53:
/*Suppress iGEM defaults*/
/*Suppress iGEM defaults*/
-
/*Supressing the igem logo*/
+
a[title="Main Page"]{display: none;}
-
a[title="Main Page"]
+
.firstHeading{display: none;}
-
{
+
#menubar{display: none;}
-
    display: none;
+
#search-controls{display: none;}
-
}
+
#contentSub{display: none;}
-
/*Supressing the wiki titles*/
+
#catlinks{display: none;}
-
.firstHeading
+
#footer-box{display: none;}
-
{
+
-
    display: none;
+
-
}
+
-
#menubar
+
-
{
+
-
    display: none;
+
-
}
+
-
#search-controls
+
-
{
+
-
    display: none;
+
-
}
+
-
#contentSub
+
-
{
+
-
    display: none;
+
-
}
+
-
#catlinks
+
-
{
+
-
    display: none;
+
-
}
+
-
#footer-box {
+
-
    display: none;
+
-
}
+

Revision as of 00:58, 8 August 2012

/* Ismael-

Don't worry, the previous style.css has been moved to Team:Groningen/styletest.css. I wanted to play around with the menu elements for a bit. You're right, the menu image is too narrow. The options need to be spaced further apart. There isn't enough space in between for the little cogs.

-Jon

  • /

/*Header*/

  1. top-section

{

   height: 208px;
   width: 550px;
   border: none; 

}

  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*/ a[title="Main Page"]{display: none;} .firstHeading{display: none;}

  1. menubar{display: none;}
  2. search-controls{display: none;}
  3. contentSub{display: none;}
  4. catlinks{display: none;}
  5. footer-box{display: none;}