﻿.claerboth {
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
    border-width: 0px;
}

input.myInput {
    border: solid 1px #aaa
}

a.title {
    text-decoration: none;
}

    a.title:link {
        color: black;
    }

    a.title:visited {
        color: #651d8b;
    }

    a.title:hover {
        color: blue;
    }

    a.title:active {
        color: blue;
    }

a.button {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background-color: orange;
    display: inline-block;
    min-width: 80px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 5px;
    text-align: center;
}

    a.button:link {
        color: white;
    }

    a.button:visited {
        color: white;
    }

    a.button:hover {
        color: white;
    }

    a.button:active {
        color: white;
    }

a.topSmallButton {
    padding:0;
    margin:0;
}

div.buttonBar {
    padding: 10px;
    width: 100%;
    text-align: center;
}

div.titleBar {
    padding: 10px;
}

    div.titleBar > span.label {
        margin-left: 10px;
    }

body {
    font-family: Tahoma,微软雅黑,宋体;
    color: #303030; /*让微软雅黑不要看起来太黑*/
}

pre xmp, plaintext, listing {
    font-family: Tahoma;
}

pre.alanCode, pre.alanMarkdown {
    font-family: Consolas; /*等宽字体. 适合显示代码.*/
    margin-top: 0;
}

label.error {
    display: block;
    color: red;
}

.flexBox {
    display: -webkit-flex;
    display: flex;
}

table.blogList {
    font-size: 16px;
    color: gray;
}

    table.blogList a.title {
        font-size: 16px;
        color: #303030;/*让微软雅黑不要看起来太黑*/
    }



.pager input[disabled] {
    color: #ccc;
}

.pager input {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: #a6cbe7;
    border-radius: 3px;
    min-height: 26px;
}

.pager input[type=button] {
    background-color: #eee;
}

.pager input[type=text] {
}
