Difference between revisions of "Template:Team:ASIJ TOKYO/css"

Line 25: Line 25:
  
  
/* Start top-section reset ============================================== */
 
 
div#top-section {
 
    border: 0;
 
    height: auto;
 
    margin: 0;
 
    position: static;
 
    width: auto;
 
}
 
 
div#p-logo {
 
    height: auto;
 
    position: static;
 
    width: auto;
 
    z-index: auto;
 
}
 
 
div#p-logo a, div#p-logo a:hover {
 
    text-decoration: none;
 
}
 
 
div#menubar {
 
    font-family: inherit;
 
    font-size: inherit;
 
    line-height: inherit;
 
    position: static;
 
    top: 0px;
 
    white-space: normal;
 
    width: auto;
 
    z-index: auto;
 
}
 
 
div.left-menu, div.left-menu a {
 
    color: white;
 
    left: 0;
 
    text-align: left;
 
    text-transform: none;
 
}
 
 
div#menubar ul {
 
    color: white;
 
    list-style: disc outside none;
 
    margin: 0;
 
    padding: 0;
 
}
 
 
div#menubar li {
 
    cursor: auto;
 
    display: list-item;
 
    padding: 0;
 
    margin: 0;
 
    position: static;
 
}
 
 
div.left-menu li a {
 
    padding: 0;
 
}
 
 
div.left-menu:hover {
 
    color: white;
 
    background-color: transparent;
 
}
 
 
div.left-menu:hover a {
 
    color: white;
 
}
 
 
div.right-menu, div.right-menu a {
 
    color: white;
 
    right: 0;
 
    text-align: left;
 
}
 
 
div.right-menu li a {
 
    background-color: transparent;
 
    color: white;
 
    padding: 0;
 
}
 
 
div.right-menu li a:hover {
 
    color: white;
 
    text-decoration: none;
 
}
 
 
div#search-controls {
 
    background-color: transparent;
 
    height: auto;
 
    position: static;
 
    right: 0;
 
    text-align: left;
 
    top: 0;
 
    width: auto;
 
    z-index: auto;
 
}
 
  
  

Revision as of 07:48, 9 September 2017