Template:Minnesota Main Styles

From 2012.igem.org

(Difference between revisions)
m (Created page with "#globalwrapper { width:975px; padding:20px 0px; margin: 0 auto; background-color:#ffffff; height:100%; } .firstHeading { height:0px; visibility:hidde...")
m
Line 1: Line 1:
-
#globalwrapper {
+
 
-
    width:975px;
+
/*============the following section is hacking the original wiki template============*/
-
    padding:20px 0px;
+
 
-
    margin: 0 auto;
+
.firstHeading {/*This is the page name section overwrite - remove :P*/
-
    background-color:#ffffff;
+
     display: none;
-
    height:100%;
+
-
}
+
-
.firstHeading {  
+
-
    height:0px;
+
-
     visibility:hidden;
+
}
}
-
body {
 
-
    background: #0A0E32;
 
-
    background-image: url('https://static.igem.org/mediawiki/2011/b/be/Background-gradient.jpg');
 
-
    background-position: center;
 
-
    background-repeat: repeat-y;
 
-
}
+
#p-logo { /*igem logo - remove :P*/
-
#p-logo {
+
     display: none;
-
     height:1px; overflow:hidden; display: none;
+
}
}
-
#top-section {
+
#top-section { /*section with the buttons and search bar - might be bad to remove*/
-
   
+
     border: 0px transparent solid;
-
    background-image: url('http://bcn.boulder.co.us/CUscenicwinter.jpg');
+
     position:absolute;
-
     background-position: center;
+
     left:140px;
-
     height:260px ;
+
     /*display:none; oops - lol*/
-
     background-repeat: no-repeat;
+
-
     border-width:0px;
+
-
    border-top-width:1px;
+
-
 
+
}
}
-
#content {
+
#menubar { /*main menubar settings*/
-
     border-left-width:0px;
+
     background-color: transparent;  
-
    border-right-width:0px;
+
-
    padding:5px;
+
-
    width:965px;
+
}
}
-
#menubar {  
+
#menubar ul li a { /*menubar subcategory items*/
-
     background-color: white;  
+
     color: #999999;  
}
}
-
#menubar ul li a {
+
 
-
    color: #999999; }
+
.right-menu li a {
-
    .right-menu li a {
+
     color: black;
     color: black;
     background-color: white;
     background-color: white;
}
}
-
#navbar
+
/*============End original wiki mods============*/
-
ul.navbar {
+
-
float:left;
+
-
width:100%;
+
-
padding:0;
+
-
margin:0;
+
-
list-style-type:none;
+
-
}
+
-
ul.navbar a {
+
.mainBox{
-
float:left;
+
width:700px;
-
text-align:center;
+
height:500px;
-
width:7em;
+
-
text-decoration:none;
+
-
color:white;
+
-
background-color:#1A2B32;
+
-
padding:0.2em 0.6em;
+
-
border-right:1px solid white;
+
}
}
-
ul.navbar a:hover {background-color:#A3ABAE;}
 
-
ul.navbar li {display:inline;}
 
-
#long {
+
body
-
width:10em;
+
{
 +
background-color:#d0e4fe;
}
}
-
 
+
table,td
-
.navbar {
+
{
-
padding:0 20px;
+
border:0px;
 +
}
 +
#homeButton
 +
{
 +
}
 +
#teamButton
 +
{
 +
}
 +
#projectButton
 +
{
}
}

Revision as of 23:04, 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

{ }