Line 862: | Line 862: | ||
.navigation_support_title { | .navigation_support_title { | ||
− | + | background-color: #f2f2f2; | |
− | + | border-radius: 7px; | |
− | + | color: #797979; | |
− | + | cursor: pointer; | |
− | + | float: left; | |
− | + | font-size: 120%; | |
− | + | font-weight: bold; | |
− | + | height: 25px; | |
− | + | margin: 0px 10px 0px 0px; | |
− | + | padding: 8px 3.5px 2px 3.5px; | |
− | + | text-align: center; | |
− | + | width: 200px; | |
} | } | ||
.navigation_button { | .navigation_button { | ||
− | border: 2px solid #c1c1c1; | + | border: 2px solid #c1c1c1; |
− | + | border-radius: 15%; | |
− | + | color: #797979; | |
− | + | cursor: pointer; | |
− | + | display: block; | |
− | + | float: left; | |
− | + | font-size: 120%; | |
− | + | font-weight: bold; | |
− | + | height: 25px; | |
− | + | margin-right: 15px; | |
− | + | padding: 6px 1.5px 0px 1.5px; | |
− | + | text-align: center; | |
− | + | width: 30px; | |
} | } | ||
Line 909: | Line 909: | ||
.navigation_button:hover, .title_extra:hover+.navigation_button, .navigation_button.active_navigation_button:hover { | .navigation_button:hover, .title_extra:hover+.navigation_button, .navigation_button.active_navigation_button:hover { | ||
background-color: #00a19c; | background-color: #00a19c; | ||
− | |||
border: 2px solid #00a19c; | border: 2px solid #00a19c; | ||
+ | color: #ffffff; | ||
} | } | ||
Line 919: | Line 919: | ||
.navigation_button.active_navigation_button { | .navigation_button.active_navigation_button { | ||
− | |||
color: #00a19c; | color: #00a19c; | ||
+ | background-color: #f2f2f2; | ||
border: 2px solid #00a19c; | border: 2px solid #00a19c; | ||
} | } | ||
− | |||
− | |||
Line 930: | Line 928: | ||
.title_extra { | .title_extra { | ||
color: #00a19c; | color: #00a19c; | ||
+ | display:none; | ||
float:left; | float:left; | ||
+ | margin-right: 20px; | ||
padding: 7px 0px; | padding: 7px 0px; | ||
− | |||
− | |||
} | } | ||
Line 943: | Line 941: | ||
.title_extra.support_item { | .title_extra.support_item { | ||
display:block; | display:block; | ||
+ | margin-left: -17px; | ||
margin-right:0px; | margin-right:0px; | ||
− | |||
} | } | ||
Line 961: | Line 959: | ||
.track_navigation{ | .track_navigation{ | ||
− | |||
float:left; | float:left; | ||
+ | width:8.33%; | ||
} | } | ||
.track_navigation> img { | .track_navigation> img { | ||
− | + | opacity: 1.0; | |
} | } | ||
.track_navigation> img:hover{ | .track_navigation> img:hover{ | ||
− | + | opacity: 0.5; | |
} | } | ||
Revision as of 22:40, 1 March 2019