mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
98 lines
1.2 KiB
CSS
98 lines
1.2 KiB
CSS
@import url("global.css");
|
|
@import url("bootstrap/bootstrap.min.css");
|
|
@import url("bootstrap/todc-bootstrap.min.css");
|
|
@import url("codeMirror/codemirror.css");
|
|
|
|
|
|
#language-selector {
|
|
width: 130px;
|
|
}
|
|
|
|
#code-field {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
#loading {
|
|
display: none;
|
|
}
|
|
|
|
#code-editor {
|
|
border: 0;
|
|
height: 300px;
|
|
}
|
|
|
|
.problem-section {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.problem-detail {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.jumbotron {
|
|
text-align: center;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.jumbotron .btn {
|
|
padding: 14px 24px;
|
|
font-size: 21px;
|
|
}
|
|
|
|
.admin-container{
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.problem, .sample{
|
|
padding-top: 15px;
|
|
}
|
|
|
|
#loading-gif{
|
|
width: 40px;
|
|
height: 40px;
|
|
display: none;
|
|
}
|
|
|
|
#submit-code-button{
|
|
margin: 10px;
|
|
}
|
|
|
|
li.list-group-item {
|
|
padding: 10px 15px;
|
|
margin-bottom: -1px;
|
|
border: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.panel>.list-group{
|
|
padding: 0 0;
|
|
}
|
|
|
|
.ac-flag {
|
|
color: green;
|
|
}
|
|
|
|
.dealing-flag {
|
|
color: yellow;
|
|
}
|
|
|
|
.CodeMirror{
|
|
min-height: 250px;
|
|
_height:250px;
|
|
height: auto;
|
|
}
|
|
|
|
.CodeMirror-scroll {
|
|
overflow: auto;
|
|
min-height: 250px;
|
|
_height:250px;
|
|
height: auto;
|
|
position: relative;
|
|
outline: none;
|
|
|
|
}
|
|
|
|
.contest-tab{
|
|
margin-bottom: 15px;
|
|
} |