Template:Carlos teste

From 2013.igem.org

(Difference between revisions)
Line 11: Line 11:
}                                                                                                                           
}                                                                                                                           
-
#menubar *
+
#top-section {
-
{
+
    background-color: rgba(54, 169, 225, 0.1);
-
  color: black;
+
    border: none;
-
  font-size: 14px;
+
    height:20px;
-
  background-color: red;
+
    margin-top: 0;
 +
    margin-bottom: 20px;
 +
  -webkit-transition: all 300ms ease;
 +
  -moz-transition: all 300ms ease;
 +
  -ms-transition: all 300ms ease;
 +
  -o-transition: all 300ms ease;
 +
  transition: all 300ms ease;
}
}
-
#menubar ul
+
#top-section:hover {
-
{
+
    background: #36A9E1;
-
  color: red;
+
-
  list-style: none;
+
}
}
 +
/* Edit and user menu */
 +
#menubar {
 +
    top: 0 !important;
 +
    font-size: 0.7em;   
 +
}
-
#catlinks
+
#menubar li,
-
{
+
#menubar li a:link {
-
  display: none;
+
    text-transform: uppercase;
}
}
-
                                                                                 
+
 
-
#footer                                                                                 
+
/* Highlight with background colour on hover */
-
{                                                                                       
+
#top-section:hover #menubar li a {
-
  display: none;                                                                       
+
     color: #FFF;
-
}                                                                                       
+
-
                                                                                       
+
-
.firstHeading                                                                           
+
-
{                                                                                       
+
-
  display: none;                                                                       
+
-
}                                                                                       
+
-
                                                                                       
+
-
#menu_header                                                                           
+
-
{                                                                                       
+
-
  background-color: white;                                                             
+
-
}                                                                                       
+
-
                                                                                       
+
-
#searchform                                                                             
+
-
{                                                                                       
+
-
  display: none;                                                                       
+
-
}                                                                                       
+
-
                                                                                       
+
-
#top-section                                                                            
+
-
{                                                                                      
+
-
     background-color:white;
+
-
    border: none;
+
-
    height:5px;
+
-
    margin-top: 0;
+
-
    margin-bottom: 20px;                                                              
+
}
}
-
#top-section:hover {
+
#menubar li a:link,
-
     background: #36A9E1;
+
#menubar li a:visited {
 +
     color: #DDD;
 +
    background-color: transparent;
}
}
-
#p-logo
+
#menubar li a:hover,
-
{
+
#menubar li a:focus {
-
  text-align: center;
+
    color: #A3C4E9;
 +
    text-decoration: none;
}
}
 +
 +
/* Edit */
 +
#menubar.left-menu{
 +
   
 +
}
 +
 +
#menubar.left-menu:hover {
 +
    background-color: transparent;
 +
}
 +
 +
 +
/* User */
 +
#menubar.right-menu {
 +
   
 +
}
 +
 +
 +
 +
/* ? */
 +
#catlinks {
 +
    border:none;
 +
    background: #ffffff;
 +
}
 +
</style>
</style>
</html>
</html>

Revision as of 23:33, 22 September 2013