﻿
body{
    font: 16px Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,PingFang SC,WenQuanYi Micro Hei,sans-serif;
    padding: 10px;
    color: #444;
    background-color: #f9f9f9;
}

a {
    color: #1843b3;
    border: 0;
    text-decoration: none
}

a:hover {
    color: #e348ad
}

pre {
    font-family: Consolas,Inconsolata,Courier,monospace,"Microsoft YaHei","PingFang SC",sans-serif;
    background: #f3f3f3;
	font-size:1em;
	padding: 10px;
	overflow: auto;
    border-radius: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

input,textarea,button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.2;
    margin: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none
}

input,textarea {
    padding: 5px;
    border: 1px solid #eee;
    width: 100%;
    height: 30px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    height: 150px;
    resize: vertical;
    overflow: auto
}

button,input[type=submit] {
    padding: 0 6px;
    background: #ddd;
    border: 0
}

button,input[type=submit],.menu-parent a,.rewards a,.whisper .whisper-reply,#cornertool li {
    cursor: pointer
}

ul.num{
	list-style-type: decimal;
}

code{
	padding: 0 0.25em;
	font-size: 0.95em;
	border-radius: 3px;
	color: #e30500;
	background-color: #f9f2f4;
}