tab.css 1.57 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
@charset "utf-8";
/* CSS Document */


.tabUnit{
    background-color: #FA0014;
    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{  }