Difference between revisions of "Template:Main2017"

Line 598: Line 598:
 
padding: 0px;
 
padding: 0px;
 
}
 
}
 +
 +
 +
 +
.column.full_size.navigation_support {
 +
    padding: 0px 0px 0px 20px;
 +
}
 +
 +
.navigation_button { 
 +
    background-color: #ffffff;
 +
    border: 2px solid #5e5f5f;
 +
    color: #5e5f5f;
 +
    max-width: 40px;
 +
    text-align: center;
 +
    padding: 3px 0px;
 +
    font-size: 13px;
 +
    cursor: pointer;
 +
    border-radius: 50%;
 +
    float: left;
 +
    width: 25px;
 +
    margin-right: 10px;
 +
}
 +
 +
 +
.navigation_button.arrow_navigation {
 +
border: 2px solid white;
 +
}
 +
 +
.navigation_button.arrow_navigation:hover {
 +
color: #00bdcd;
 +
background-color: #ffffff;
 +
border: 2px solid white;
 +
}
 +
 +
.navigation_button.arrow_navigation.previous_item::before {
 +
content: "◀";
 +
}
 +
 +
 +
.navigation_button.arrow_navigation.next_item::before {
 +
content: "►";
 +
}
 +
 +
 +
.navigation_button:hover , .title_extra:hover +  .navigation_button, .navigation_button.active_navigation_button:hover  {
 +
background-color: #00bdcd;
 +
color: #ffffff;
 +
border: 2px solid #00bdcd;
 +
}
 +
 +
 +
 +
 +
.title_extra {color: #5e5f5f; float:left; padding: 4px 0px; margin-right: 20px; display:none;}
 +
 +
.title_extra.main_item { display:block; text-decoration: underline;}
 +
.title_extra.support_item {display:block;margin-right:0px; margin-left: -17px;}
 +
.title_extra.support_item:hover { color: #5e5f5f;}
 +
.navigation_button:hover + .title_extra , .title_extra:hover {  color: #00bdcd; display:block; }
 +
 +
.navigation_button.active_navigation_button {
 +
background-color: #d3d3d3;
 +
color: #5e5f5f;
 +
border: 2px solid #5e5f5f;
 +
}
 +
 +
 +
  
 
/*STYLING */
 
/*STYLING */

Revision as of 19:39, 9 February 2017

MENU 三