|
|
| 210行目: |
210行目: |
| } | | } |
| /* ここまで、セットリスト用CSS */ | | /* ここまで、セットリスト用CSS */ |
|
| |
|
| |
| /* タブ */
| |
| .tab-list {
| |
| float: left;
| |
| width: 100%;
| |
| border-bottom: 1px solid #c0c0c0;
| |
| }
| |
| .tab-list ul {
| |
| float: left;
| |
| margin-left: 4px;
| |
| border-top: 1px solid #c0c0c0;
| |
| border-left: 1px solid #c0c0c0;
| |
| cursor: pointer;
| |
| }
| |
| .tab-list li {
| |
| float: left;
| |
| position: relative;
| |
| list-style: none;
| |
| bottom: -1px;
| |
| margin: -1px 0 0 0;
| |
| padding: 0.15em 0.75em;
| |
| background-color: #f3f3f3;
| |
| border-right: 1px solid #c0c0c0;
| |
| border-bottom-width: 0;
| |
| border-bottom: 1px solid #c0c0c0;
| |
| }
| |
| /* .hlistによるcontent指定を無効化 */
| |
| #content .hlist .tab-list li:before { content: none; }
| |
| .tab-list li.current-tab {
| |
| background-color: #fff;
| |
| border-bottom: 1px solid #fff;
| |
| }
| |
| .tab-list li:hover {
| |
| text-decoration: underline;
| |
| }
| |
| .tab-list li.current-tab:hover {
| |
| text-decoration: none;
| |
| }
| |
| .tab-content {
| |
| clear: both;
| |
| }
| |
|
| |
|
| |
|
| /* チームカラー・サイリウム背景CSS */ | | /* チームカラー・サイリウム背景CSS */ |