修改字体样式

This commit is contained in:
virusdefender
2015-09-16 13:25:23 +08:00
parent 758132c40d
commit 5723572af7
2 changed files with 15 additions and 11 deletions

View File

@@ -1,13 +1,17 @@
html{ body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
font-family: Georgia, STHeiti, "Microsoft Yahei";
}
html {
height: 100%; height: 100%;
} }
body{ body {
height:100%; /*使内容高度和body一样*/ height: 100%; /*使内容高度和body一样*/
margin-bottom:-80px;/*向上缩减80像素不至于footer超出屏幕可视范围*/ margin-bottom: -80px; /*向上缩减80像素不至于footer超出屏幕可视范围*/
} }
.main{ .main {
padding-bottom: 120px; padding-bottom: 120px;
} }
@@ -30,10 +34,11 @@ label {
display: none display: none
} }
.right{ .right {
float: right; float: right;
} }
.CodeMirror pre {
font-family: "Consolas","Bitstream Vera Sans Mono","Courier New", Courier, monospace !important; pre {
} font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

View File

@@ -1,8 +1,7 @@
@import url("global.css");
@import url("bootstrap/bootstrap.min.css"); @import url("bootstrap/bootstrap.min.css");
@import url("bootstrap/todc-bootstrap.min.css"); @import url("bootstrap/todc-bootstrap.min.css");
@import url("codeMirror/codemirror.css"); @import url("codeMirror/codemirror.css");
@import url("global.css");
#language-selector { #language-selector {
width: 130px; width: 130px;