OnlineJudge/static/src/css/global.css

45 lines
659 B
CSS
Raw Normal View History

2015-09-16 05:25:23 +00:00
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
font-family: Georgia, STHeiti, "Microsoft Yahei";
}
html {
height: 100%;
}
2015-09-16 05:25:23 +00:00
body {
height: 100%; /*使内容高度和body一样*/
margin-bottom: -80px; /*向上缩减80像素不至于footer超出屏幕可视范围*/
}
2015-09-16 05:25:23 +00:00
.main {
padding-bottom: 120px;
}
img {
max-width: 100%;
height: auto;
}
.footer {
left: 0;
right: 0;
height: 80px
}
label {
font-size: 16px;
}
[ms-controller] {
display: none
2015-08-15 05:54:30 +00:00
}
2015-09-16 05:25:23 +00:00
.right {
2015-08-15 05:54:30 +00:00
float: right;
2015-08-15 11:49:58 +00:00
}
2015-09-16 05:25:23 +00:00
pre {
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}