/****※ 亮色(Bright)介面 ※****/

/***********************************/
/*************【表頭】**************/
/*********************************/
.header
{
    width: 1024px;
    margin: 0 auto;
    background: #000000;
}

.header h1
{
    font-family: 'Roboto';
    font-weight: 900;
    font-style: italic;
    font-size: 36px;
    color: #50FF44;
    text-align: center;
    line-height: 42px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/***********************************/
/*************【內容】**************/
/*********************************/
.container
{
    width: 1024px;
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #F2F2F2;
}

/***********************************/

.goHome
{
    display: block;
    float: left;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #000000;  
}

/***********************************/

.comicSelector i
{
    display: block;
    float: left;
    font-size: 8px;
    line-height: 35px;
    color: #000000;
    padding-left: 8px;
    padding-right: 7px;
}

/***********************************/

.uiStyleSelector i
{
    display: block;
    float: left;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

/***********************************/

.uiStyleSelectorBox
{
    float: left;
    width: 48px;
    height: 24px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
}

.uiStyleSelectorBox_SwitchCube
{
    width: 22px;
    height: 20px;
    background: #000000;
    position: absolute;
    float: left;
}

/***********************************/

.btn
{
    color: #000000;
}

.btn:hover
{
    background: #000000;
    color: #50FF44;
    cursor: pointer;
}

.btn.firstPageBtn , .btn.lastPageBtn
{
    color: rgba(0,0,0,0.10);
}


.btn.firstPageBtn , .btn.lastPageBtn:hover
{
    background: none;
    color: rgba(0,0,0,0.10);
    cursor: not-allowed;
}
