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
 
 +
#quadradinho.dashed {
 +
    border-style: dashed;
 +
    }
-
 
+
#quadradinho:hover {
-
/*
+
     border:2px; #d7ccea;
-
.left-menu:last-child{
+
    border-style: dashed;
-
     display: none;
+
     }
     }
-
#menubar > ul > li:last-child {
+
#toc{
     display: none;
     display: none;
     }
     }
-
*/
 
-
#menubar{
+
#content, #globalWrapper {
 +
    border: none;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    }
 +
 
 +
#bodyContent{
     width: auto;
     width: auto;
-
     font-size: 75%;
+
     height: auto;
 +
    border-left-color: transparent;
 +
    border-right-color: transparent;
 +
    margin: 10px 0px 0px 0px;
     }
     }
-
#menubar li a{
+
#contentSub, #search-controls, .firstHeading, #catlinks, #p-logo, #footer-box{
-
     background-color: transparent;
+
     display:none;
-
    color: transparent;
+
     }
     }
-
#menubar:hover li a{
+
#top-section{
-
     background-color: black;
+
     border: none;
-
     color: white;
+
    padding: 0px;
 +
    margin: 0 auto;
 +
    width: 965px;
 +
     height: 0px;
     }
     }
 +
#content{
 +
    border: none;
 +
    }
-
 
+
/***** Menu Bar Hacks - START *****/
-
 
+
#nav_initial
#nav_initial
Line 45: Line 59:
position:relative;
position:relative;
float:left;
float:left;
-
        right:-10%;
+
  right:-15%;
-
  margin:0;
+
margin:0;
padding:0
padding:0
}
}
Line 93: Line 107:
{
{
float:none;
float:none;
-
width:100px
+
width:200px
}
}
Line 114: Line 128:
 +
 +
 +
 +
/*
 +
.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: white;
 +
    }
Line 121: Line 163:
#innercontent{
#innercontent{
-
     background-image: url("https://static.igem.org/mediawiki/2014/c/c6/Fundo7.png");
+
     background-image: url("https://static.igem.org/mediawiki/2014/c/cd/Fundomaisclaro.png");
     padding: 10px 0px 20px 0px;
     padding: 10px 0px 20px 0px;
     }
     }
Line 145: Line 187:
#footer-panel {
#footer-panel {
-
     background: #FFFFFF;
+
     background: #333333;
     border-top: 1px solid #D9D9D9;
     border-top: 1px solid #D9D9D9;
     }
     }
Line 154: Line 196:
     font-weight: normal;
     font-weight: normal;
     font-size: 12px;
     font-size: 12px;
-
     background-color: #FFFFFF;
+
     background-color: transparent;
     text-align: center;
     text-align: center;
     border: none;
     border: none;
Line 171: Line 213:
.foottable a{  
.foottable a{  
-
     color: #cccccc;
+
     color: #CCC;
     }
     }

Revision as of 04:10, 16 October 2014

/* WIKI HACKS - START */

  1. quadradinho.dashed {
   border-style: dashed;
   }
  1. quadradinho:hover {
   border:2px; #d7ccea;
   border-style: dashed;
   }


  1. toc{
   display: none;
   }
  1. content, #globalWrapper {
   border: none;
   width: 100%;
   margin: 0;
   padding: 0;
   }
  1. bodyContent{
   width: auto;
   height: auto;
   border-left-color: transparent;
   border-right-color: transparent;
   margin: 10px 0px 0px 0px;
   }
  1. contentSub, #search-controls, .firstHeading, #catlinks, #p-logo, #footer-box{
   display:none;
   }
  1. top-section{
   border: none;
   padding: 0px;
   margin: 0 auto;
   width: 965px;
   height: 0px;
   }
  1. content{
   border: none;
   }

/***** Menu Bar Hacks - START *****/

  1. nav_initial

{ margin-top:20px;

}

  1. nav_initial ul

{ list-style:none; position:relative; float:left;

 right:-15%;

margin:0; padding:0 }

  1. nav_initial ul a

{ display:block; color:#333; text-decoration:none; font-weight:700; font-size:12px; line-height:32px; padding:0 15px; font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif }

  1. nav_initial ul li

{ position:relative; float:left; margin:0; padding:0 }

  1. nav_initial ul li.current-menu-item

{ background:#ffffff }

  1. nav_initial ul li:hover

{ background:#d7ccea }

  1. nav_initial ul ul

{ display:none; position:absolute; top:100%; left:0; background:#fff; padding:0 }

  1. nav_initial ul ul li

{ float:none; width:200px }

  1. nav_initial ul ul a

{ line-height:120%; padding:10px 15px }

  1. nav_initial ul ul ul

{ top:0; left:100% }

  1. nav_initial ul li:hover > ul

{ display:block }



/* .left-menu:last-child{

   display: none;
   }


  1. menubar > ul > li:last-child {
   display: none;
   }
  • /
  1. menubar{
   width: auto;
   font-size: 75%;
   }
  1. menubar li a{
   background-color: transparent;
   color: transparent;
   }
  1. menubar:hover li a{
   background-color: black;
   color: white;
   }


/***** Menu Bar Hacks - END *****/

/* WIKI HACKS END */

  1. innercontent{
   background-image: url("Fundomaisclaro.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: #333333;
   border-top: 1px solid #D9D9D9;
   }

table.foottable{

   margin: 15px 5px 15px 5px;
   font-family: sans-serif;
   font-weight: normal;
   font-size: 12px;
   background-color: transparent;
   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: #CCC;
   }
  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 */