tab.css 2.55 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
@charset "utf-8";

.tabUnit{
    width: 280px;
    float: left;
    padding-top: 20px;
}

.tabUnitList{
    margin:5px 15px 15px 15px;
}
.tab_bg_color{
    overflow-x:auto;
}
.tabUnit ul.switchingTab{
    height: 36px;
    margin: 0 auto;
    width:250px;
}

.tabUnit ul.switchingTab li{
    display: block;
    width: 125px;
    height: 36px;
    float: left;
}

.tabUnit ul.switchingTab a{
    display: block;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.tabUnit ul.switchingTab li.colleft a:link {

}
.tabUnit ul.switchingTab li.colright a:link{

}
.tabUnit ul.switchingTab li.colleft a:hover {

}
.tabUnit ul.switchingTab li.colright a:hover{

}
.tabUnit ul.switchingTab li.colright a.current:not(:target) {

}

.tabUnit ul.switchingTab li.colleft a.current:not(:target) {

}
.tabUnit .tabUnitList ul{
    margin: 0;
    padding: 0px 9px 0 9px;
}
.tabUnit .tabUnitList ul li a{
    white-space:nowrap;
}
.tabUnit .tabUnitList ul li a:hover{ }
.sankaku_left{ margin-left:54px; }
.sankaku_right{ margin-left:179px; }

.tabUnit{
    background-color: #37648C;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) inset;
}

.tabUnitList{

}
.tab_bg_color{
    background-color: #D7E0E8;
    border-radius:2px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.tabUnit ul.switchingTab{

}

.tabUnit ul.switchingTab li{

}

.tabUnit ul.switchingTab a{
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

.tabUnit ul.switchingTab li.colleft a:link {
    background: url(../../img/bookshelf/icon_genre_off.png) no-repeat center center;
    }
.tabUnit ul.switchingTab li.colright a:link{
    background: url(../../img/bookshelf/icon_group_off.png) no-repeat center center;
    }
.tabUnit ul.switchingTab li.colleft a:hover {
    background-image: url(../../img/bookshelf/icon_genre_on.png);
    background-repeat: no-repeat;
    }
.tabUnit ul.switchingTab li.colright a:hover{
    background-image: url(../../img/bookshelf/icon_group_on.png);
    background-repeat: no-repeat;
    }
.tabUnit ul.switchingTab li.colright a.current:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../../img/bookshelf/icon_group_on.png);
}
.tabUnit ul.switchingTab li.colleft a.current:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../../img/bookshelf/icon_genre_on.png);
}
.tabUnit .tabUnitList ul{

}
.tabUnit .tabUnitList ul li a{
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}
.tabUnit .tabUnitList ul li a:hover{ text-decoration:underline;}
.sankaku_left{ }
.sankaku_right{  }