Template:Minnesota Main Styles

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
-
 
/*============the following section is hacking the original wiki template============*/
/*============the following section is hacking the original wiki template============*/
Line 32: Line 31:
.mainBox{
.mainBox{
-
width:700px;
+
    width:700px;
-
height:500px;
+
    height:500px;
}
}
body
body
{
{
-
background-color:#d0e4fe;
+
    background-color:#d0e4fe;
}
}
table,td
table,td
{
{
-
border:0px;
+
    border:0px;
}
}
#homeButton
#homeButton

Revision as of 23:05, 18 June 2012

/*============the following section is hacking the original wiki template============*/

.firstHeading {/*This is the page name section overwrite - remove :P*/

   display: none;

}

  1. p-logo { /*igem logo - remove :P*/
   display: none;

}

  1. top-section { /*section with the buttons and search bar - might be bad to remove*/
   border: 0px transparent solid;
   position:absolute;
   left:140px;
   /*display:none; oops - lol*/

}

  1. menubar { /*main menubar settings*/
   background-color: transparent; 

}

  1. menubar ul li a { /*menubar subcategory items*/
   color: #999999; 

}

.right-menu li a {

   color: black;
   background-color: white;

}

/*============End original wiki mods============*/

.mainBox{

   width:700px;
   height:500px;

}

body {

   background-color:#d0e4fe;

}

table,td {

   border:0px;

}

  1. homeButton

{ }

  1. teamButton

{ }

  1. projectButton

{ }