Show More
Commit Description:
added test assignment time out
Commit Description:
added test assignment time out
References:
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css
| 279 lines
| 5.5 KiB
| text/css
| LassoCssLexer
|
|
r162 | body { | ||
|
r215 | background: white url(../images/topbg.jpg) repeat-x top center; | ||
font-size: 13px; | ||||
font-family: Tahoma, "sans-serif"; | ||||
margin: 10px; | ||||
padding: 10px; } | ||||
|
r190 | |||
input { | ||||
|
r215 | font-family: Tahoma, "sans-serif"; } | ||
|
r190 | |||
h1 { | ||||
|
r215 | font-size: 24px; | ||
color: #334488; | ||||
line-height: 2em; } | ||||
|
r190 | |||
h2 { | ||||
|
r215 | font-size: 18px; | ||
color: #5566bb; | ||||
line-height: 1.5em; } | ||||
|
r190 | |||
|
r215 | hr { | ||
border-top: 1px solid #dddddd; | ||||
border-bottom: 1px solid #eeeeee; } | ||||
|
r0 | |||
|
r215 | a { | ||
color: #6666cc; | ||||
text-decoration: none; } | ||||
a:link, a:visited { | ||||
color: #6666cc; | ||||
text-decoration: none; } | ||||
a:hover, a:focus { | ||||
color: #111166; | ||||
text-decoration: none; } | ||||
|
r0 | |||
|
r215 | .userbar { | ||
line-height: 1.5em; | ||||
text-align: right; | ||||
font-size: 12px; } | ||||
|
r78 | |||
|
r215 | .title { | ||
padding: 10px 0px; | ||||
line-height: 1.5em; | ||||
font-size: 13px; } | ||||
.title span.contest-over-msg { | ||||
|
r85 | font-size: 15px; | ||
|
r215 | color: red; } | ||
.title table { | ||||
|
r78 | width: 100%; | ||
|
r215 | font-weight: bold; } | ||
.title td.left-col { | ||||
|
r78 | text-align: left; | ||
vertical-align: top; | ||||
|
r215 | color: #444444; } | ||
.title td.right-col { | ||||
|
r78 | text-align: right; | ||
vertical-align: top; | ||||
|
r197 | font-size: 18px; | ||
|
r215 | color: #116699; } | ||
|
r14 | |||
|
r50 | table.info { | ||
|
r215 | margin: 10px 0; | ||
border: 1px solid #666666; | ||||
border-collapse: collapse; | ||||
font-size: 12px; } | ||||
table.info th { | ||||
|
r190 | border: 1px solid #666666; | ||
line-height: 1.5em; | ||||
|
r215 | padding: 0 0.5em; } | ||
table.info td { | ||||
|
r190 | border-left: 1px solid #666666; | ||
border-right: 1px solid #666666; | ||||
line-height: 1.5em; | ||||
|
r215 | padding: 0 0.5em; } | ||
|
r52 | |||
|
r50 | tr.info-head { | ||
|
r215 | background: #777777; | ||
color: white; } | ||||
|
r50 | |||
tr.info-odd { | ||||
|
r215 | background: #eeeeee; } | ||
|
r50 | |||
tr.info-even { | ||||
|
r215 | background: #f9f9f9; } | ||
|
r51 | |||
|
r215 | .submitbox { | ||
background: #eeeeff; | ||||
border: 1px dotted #99aaee; | ||||
padding: 5px; | ||||
margin: 10px 0px; | ||||
color: black; | ||||
font-size: 13px; } | ||||
|
r56 | |||
|
r215 | .errorExplanation { | ||
border: 1px dotted gray; | ||||
color: #bb2222; | ||||
padding: 5px 15px 5px 15px; | ||||
margin-bottom: 5px; | ||||
background-color: white; | ||||
font-weight: normal; } | ||||
.errorExplanation h2 { | ||||
|
r197 | color: #cc1111; | ||
|
r215 | font-weight: bold; } | ||
|
r158 | |||
|
r56 | table.uinfo { | ||
|
r215 | border-collapse: collapse; | ||
border: 1px solid black; | ||||
font-size: 13px; } | ||||
|
r56 | |||
td.uinfo { | ||||
|
r215 | vertical-align: top; | ||
border: 1px solid black; | ||||
padding: 5px; } | ||||
|
r56 | |||
th.uinfo { | ||||
|
r215 | background: lightgreen; | ||
vertical-align: top; | ||||
text-align: right; | ||||
border: 1px solid black; | ||||
padding: 5px; } | ||||
|
r56 | |||
|
r215 | .compilermsgbody { | ||
font-family: monospace; } | ||||
|
r56 | |||
|
r215 | .task-menu { | ||
text-align: center; | ||||
font-size: 13px; | ||||
line-height: 1.75em; | ||||
font-weight: bold; | ||||
border-top: 1px dashed gray; | ||||
border-bottom: 1px dashed gray; | ||||
margin-top: 2px; | ||||
margin-bottom: 4px; } | ||||
|
r92 | |||
table.taskdesc { | ||||
|
r215 | border: 2px solid #dddddd; | ||
border-collapse: collapse; | ||||
margin: 10px auto; | ||||
width: 90%; | ||||
font-size: 13px; } | ||||
table.taskdesc p { | ||||
font-size: 13px; } | ||||
table.taskdesc tr.name { | ||||
|
r190 | border: 2px solid #dddddd; | ||
background: #dddddd; | ||||
color: #333333; | ||||
|
r92 | font-weight: bold; | ||
font-size: 14px; | ||||
|
r190 | line-height: 1.5em; | ||
|
r215 | text-align: center; } | ||
table.taskdesc td.desc-odd { | ||||
|
r92 | padding: 5px; | ||
|
r93 | padding-left: 20px; | ||
|
r215 | background: #fefeee; } | ||
table.taskdesc td.desc-even { | ||||
|
r92 | padding: 5px; | ||
|
r93 | padding-left: 20px; | ||
|
r215 | background: #feeefe; } | ||
|
r97 | |||
|
r215 | .announcementbox { | ||
margin: 10px 0px; | ||||
background: #bbddee; | ||||
padding: 1px; } | ||||
.announcementbox span.title { | ||||
|
r97 | font-weight: bold; | ||
|
r190 | color: #224455; | ||
|
r97 | padding-left: 10px; | ||
|
r215 | line-height: 1.6em; } | ||
.announcementbox .announcement { | ||||
|
r97 | margin: 2px; | ||
background: white; | ||||
|
r101 | padding: 1px; | ||
|
r97 | padding-left: 10px; | ||
padding-right: 10px; | ||||
|
r192 | padding-top: 5px; | ||
|
r215 | padding-bottom: 5px; } | ||
.announcementbox .announcement p { | ||||
font-size: 12px; | ||||
margin: 2px; } | ||||
|
r97 | |||
|
r215 | .pub-info { | ||
text-align: right; | ||||
font-style: italic; | ||||
font-size: 9px; } | ||||
.pub-info p { | ||||
|
r97 | text-align: right; | ||
font-style: italic; | ||||
|
r215 | font-size: 9px; } | ||
|
r102 | |||
|
r192 | .announcement .toggles { | ||
|
r215 | font-weight: normal; | ||
float: right; | ||||
font-size: 80%; } | ||||
|
r192 | .announcement .announcement-title { | ||
|
r215 | font-weight: bold; } | ||
|
r192 | |||
|
r215 | .message { | ||
margin: 10px 0 0; } | ||||
.message .message { | ||||
margin: 0 0 0 30px; } | ||||
.message .message .stat { | ||||
font-size: 10px; | ||||
line-height: 1.75em; | ||||
padding: 0 5px; | ||||
color: #444444; | ||||
background: #bbbbbb; | ||||
font-weight: bold; } | ||||
.message .body { | ||||
|
r190 | border: 2px solid #dddddd; | ||
background: #fff8f8; | ||||
|
r215 | padding-left: 5px; } | ||
.message .reply-body { | ||||
|
r190 | border: 2px solid #bbbbbb; | ||
background: #fffff8; | ||||
|
r215 | padding-left: 5px; } | ||
.message .stat { | ||||
|
r102 | font-size: 10px; | ||
|
r190 | line-height: 1.75em; | ||
padding: 0 5px; | ||||
color: #333333; | ||||
background: #dddddd; | ||||
|
r215 | font-weight: bold; } | ||
.contest-title { | ||||
color: white; | ||||
text-align: center; | ||||
line-height: 2em; } | ||||
|
r190 | |||
|
r215 | .registration-desc { | ||
border: 1px dotted gray; | ||||
background: #f5f5f5; | ||||
padding: 5px; | ||||
margin: 10px 0; | ||||
font-size: 12px; | ||||
line-height: 1.5em; } | ||||
|
r162 | |||
|
r215 | .test-desc { | ||
border: 1px dotted gray; | ||||
background: #f5f5f5; | ||||
padding: 5px; | ||||
margin: 10px 0; | ||||
font-size: 12px; | ||||
line-height: 1.5em; } | ||||
|
r162 | |||
|
r215 | .problem-list { | ||
width: 200px; | ||||
float: left; } | ||||
.problem-bar { | ||||
margin-top: 5px; | ||||
padding: 5px; | ||||
background: #e0e0e0; } | ||||
.problem-bar span.problem-title { | ||||
font-weight: bold; | ||||
font-size: 110%; } | ||||
|
r162 | |||
|
r215 | .problem-content { | ||
float: left; | ||||
margin-left: 10px; | ||||
width: 700px; } | ||||
|
r162 | |||
|
r215 | .problem-panel { | ||
border: 1px black solid; | ||||
padding: 5px; } | ||||
.problem-panel .problem-form { | ||||
border: 1px dotted #99aaee; | ||||
background: #eeeeff; } | ||||
|
r222 | |||
.notice-bar { | ||||
margin-top: 3px; | ||||
margin-bottom: 3px; | ||||
text-align: center; } | ||||
.notice-bar span.notice { | ||||
color: white; | ||||
font-weight: bold; | ||||
background: #000070; | ||||
padding: 3px 20px 3px 20px; | ||||
-moz-border-radius: 2px; | ||||
-webkit-border-radius: 5px; | ||||
border-radius: 5px; } | ||||