www.gusucode.com > CPF开源的PHP SNS问答社区 v0.7源码程序 > code/static/css/error.css

    body, html {
    background-color: #272727;
    font-size: 16px;
    color: #565758;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

a {
    color: #0286cd;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #0286cd;
    text-decoration: none;
    outline: 0;
}

h4 {
    color: #696969;
    padding: 5px 0 10px 0;
}

#particles {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    background: #505050;
    z-index: 1;
}

.intro {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    text-align: center;
    color: #888;
}

.wave {
    position: absolute;
    bottom: 0;
    z-index: -999
}

.contentWrap {
    width:50%;
    margin:0 auto;
    padding: 20px;
    background: rgba(255, 255, 255);
    border-radius: 3px;
}

.exception-nav {
    padding: 20px 0 10px 0;
}