Team:Brasil-SP/stylesheetbramorska

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
/* WIKI HACKS - START */
/* WIKI HACKS - START */
-
 
+
https://2014.igem.org/wiki/index.php?title=Team:Brasil-SP/stylesheet&action=raw&ctype=text/css" type="text/css
-
#toc{
+
-
    display: none;
+
-
    }
+
-
 
+
-
#content, #globalWrapper {
+
-
    border: none;
+
-
    width: 100%;
+
-
    margin: 0;
+
-
    padding: 0;
+
-
    }
+
-
 
+
-
#bodyContent{
+
-
    width: auto;
+
-
    height: auto;
+
-
    border-left-color: transparent;
+
-
    border-right-color: transparent;
+
-
    margin: 10px 0px 0px 0px;
+
-
    }
+
-
 
+
-
#contentSub, #search-controls, .firstHeading, #catlinks, #p-logo, #footer-box{
+
-
    display:none;
+
-
    }
+
-
 
+
-
#top-section{
+
-
    border: none;
+
-
    padding: 0px;
+
-
    margin: 0 auto;
+
-
    width: 965px;
+
-
    height: 0px;
+
-
    }
+
-
 
+
-
#content{
+
-
    border: none;
+
-
    }
+
-
 
+
-
/***** Menu Bar Hacks - START *****/
+
-
 
+
-
/*
+
-
.left-menu:last-child{
+
-
    display: none;
+
-
    }
+
-
 
+
-
 
+
-
#menubar > ul > li:last-child {
+
-
    display: none;
+
-
    }
+
-
*/
+
-
 
+
-
#menubar{
+
-
    width: auto;
+
-
    font-size: 75%;
+
-
    }
+
-
 
+
-
#menubar li a{
+
-
    background-color: transparent;
+
-
    color: transparent;
+
-
    }
+
-
 
+
-
#menubar:hover li a{
+
-
    background-color: black;
+
-
    color: #FFFFFF;
+
-
    }
+
-
#shadowborder{
+
-
  margin: 15px auto auto auto;
+
-
  background-color: #FFFFFF;
+
-
  width: 1250px;
+
-
  padding: 10px 10px 10px 10px;
+
-
  border-top:solid 5px #fff;
+
-
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
+
-
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
+
-
  }
+
-
 
+
-
 
+
/***** Menu Bar Hacks - END *****/
/***** Menu Bar Hacks - END *****/

Revision as of 03:34, 16 October 2014

/* WIKI HACKS - START */ https://2014.igem.org/wiki/index.php?title=Team:Brasil-SP/stylesheet&action=raw&ctype=text/css" type="text/css /***** Menu Bar Hacks - END *****/

/* WIKI HACKS END */

  1. innercontent{
   background-image: url("Fundo7.png");
   padding: 10px 0px 20px 0px;
   }

.centering {

   margin: 0 auto;
   width: 1200px;
   background-color: transparent;
   }

.whitebox {

   display: table;
   margin: 15px auto auto auto;
   background-color: white;
   width: 1250px;
   padding: 10px 10px 10px 10px;
   border-top:solid 5px #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* for the Safari browser */
   }

/* Footer */

  1. footer-panel {
   background: #FFFFFF;
   border-top: 1px solid #D9D9D9;
   }

table.foottable{

   margin: 15px 5px 15px 5px;
   font-family: sans-serif;
   font-weight: normal;
   font-size: 12px;
   background-color: #FFFFFF;
   text-align: center;
   border: none;
   rules: none;
   width: 250px;
   }

.foottable p{

   font-family: sans-serif;
   font-weight: normal;
   font-size: 19px;
   color: #999999;
   text-align: center;
   width: 250px;
   }

.foottable a{

   color: #cccccc;
   }
  1. cc{
   top: 20px;
   float: left;
   margin-bottom: 40px;
   padding: 10px;
   position: relative;
   width: 35%;
   height: 35%;
   }
  1. wikimedia{
   top: 20px;
   float: right;
   margin-bottom: 40px;
   padding: 10px;
   position: relative;
   width: 35%;
   height: 35%;
   }

/* End of Footer */