Difference between revisions of "Team:ASIJ Tokyo/CSS"

Line 9: Line 9:
  
 
html body {
 
html body {
     font-size: medium;
+
     font-size: inherit;
 
     font-family: "Avenir";
 
     font-family: "Avenir";
     background-color: #fddea5;
+
     background-color:#fddea5;
 
     color: #595959;
 
     color: #595959;
 
     padding: 0;
 
     padding: 0;
    margin-right: 20 px;
 
    margin-left: 20 px;
 
 
}
 
}
  
Line 24: Line 22:
 
     position: static;
 
     position: static;
 
     width: auto;
 
     width: auto;
     color: #fddea5;
+
     background-color: #fddea5;
 
}
 
}
  
Line 30: Line 28:
 
/* Start top-section reset ============================================== */
 
/* Start top-section reset ============================================== */
  
 +
div#top-section {
 +
    border: 0;
 +
    height: auto;
 +
    margin: 0;
 +
    position: static;
 +
    width: auto;
 +
}
  
.topnav {
+
div#p-logo {
     background-color: #efab93;
+
     height: auto;
     overflow: hidden;
+
     position: static;
     width: 464px;
+
     width: auto;
 +
    z-index: auto;
 
}
 
}
  
.topnav a {
+
div#p-logo a, div#p-logo a:hover {
    float: right;
+
    color: black;
+
    text-align: center;
+
    padding: 14px 16px;
+
 
     text-decoration: none;
 
     text-decoration: none;
    font-size: 17px;
 
 
}
 
}
  
.topnav a:hover {
+
div#menubar {
     background-color: #fff1cf;
+
     font-family: inherit;
     color: black;
+
    font-size: inherit;
 +
    line-height: inherit;
 +
    position: static;
 +
    top: 0px;
 +
    #595959-space: normal;
 +
     width: auto;
 +
    z-index: auto;
 
}
 
}
  
.topnav a.active {
+
div.left-menu, div.left-menu a {
     background-color: #e0ebaf;
+
     color: #595959;
     color: white;
+
     left: 0;
 +
    text-align: left;
 +
    text-transform: none;
 
}
 
}
  
div#p-logo {
+
div#menubar ul {
     height: auto;
+
    color: #595959;
 +
    list-style: disc outside none;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
 
 +
div#menubar li {
 +
     cursor: auto;
 +
    display: list-item;
 +
    padding: 0;
 +
    margin: 0;
 
     position: static;
 
     position: static;
    width: auto;
 
    z-index: auto;
 
 
}
 
}
  
div#p-logo a, div#p-logo a:hover {
+
div.left-menu li a {
     text-decoration: none;
+
     padding: 0;
 
}
 
}
  
 +
div.left-menu:hover {
 +
    color: #595959;
 +
    background-color: transparent;
 +
}
 +
 +
div.left-menu:hover a {
 +
    color: #595959;
 +
}
 +
 +
div.right-menu, div.right-menu a {
 +
    color: #595959;
 +
    right: 0;
 +
    text-align: left;
 +
}
 +
 +
div.right-menu li a {
 +
    background-color: transparent;
 +
    color: #595959;
 +
    padding: 0;
 +
}
 +
 +
div.right-menu li a:hover {
 +
    color: #595959;
 +
    text-decoration: none;
 +
}
  
 
div#search-controls {
 
div#search-controls {
Line 89: Line 131:
  
 
body li {
 
body li {
     margin: 20 px;
+
     margin: 0;
 
}
 
}
  
 
body h1, body h2, body h3, body h4, body h5, body h6 {
 
body h1, body h2, body h3, body h4, body h5, body h6 {
 
     background: transparent;
 
     background: transparent;
     border: 10 px;
+
     border: 0;
 
     color: #595959;
 
     color: #595959;
     padding: 5 px;
+
     padding: 0;
 
}
 
}
  

Revision as of 04:37, 25 June 2018