Show More
Commit Description:
fixed single contest bug, reported by K. Siththa
Commit Description:
fixed single contest bug, reported by K. Siththa
References:
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css
| 242 lines
| 4.8 KiB
| text/css
| LassoCssLexer
|
|
r162 | body { | ||
|
r267 | background: white url(../images/topbg.jpg) repeat-x top center; | ||
font-size: 13px; | ||||
font-family: Tahoma, "sans-serif"; | ||||
margin: 10px; | ||||
padding: 10px; } | ||||
|
r190 | |||
input { | ||||
|
r267 | font-family: Tahoma, "sans-serif"; } | ||
|
r190 | |||
h1 { | ||||
|
r267 | font-size: 24px; | ||
color: #334488; | ||||
line-height: 2em; } | ||||
|
r190 | |||
h2 { | ||||
|
r267 | font-size: 18px; | ||
color: #5566bb; | ||||
line-height: 1.5em; } | ||||
|
r190 | |||
|
r267 | hr { | ||
border-top: 1px solid #dddddd; | ||||
border-bottom: 1px solid #eeeeee; } | ||||
|
r0 | |||
|
r267 | 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 | |||
|
r267 | div.userbar { | ||
line-height: 1.5em; | ||||
text-align: right; | ||||
font-size: 12px; } | ||||
|
r56 | div.title { | ||
|
r267 | padding: 10px 0px; | ||
line-height: 1.5em; | ||||
font-size: 13px; } | ||||
div.title span.contest-over-msg { | ||||
|
r85 | font-size: 15px; | ||
|
r267 | color: red; } | ||
div.title table { | ||||
|
r78 | width: 100%; | ||
|
r267 | font-weight: bold; } | ||
div.title td.left-col { | ||||
|
r78 | text-align: left; | ||
vertical-align: top; | ||||
|
r267 | color: #444444; } | ||
div.title td.right-col { | ||||
|
r78 | text-align: right; | ||
vertical-align: top; | ||||
|
r197 | font-size: 18px; | ||
|
r267 | color: #116699; } | ||
|
r14 | |||
|
r50 | table.info { | ||
|
r267 | 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; | ||||
|
r267 | padding: 0 0.5em; } | ||
table.info td { | ||||
|
r190 | border-left: 1px solid #666666; | ||
border-right: 1px solid #666666; | ||||
line-height: 1.5em; | ||||
|
r267 | padding: 0 0.5em; } | ||
|
r52 | |||
|
r50 | tr.info-head { | ||
|
r267 | background: #777777; | ||
color: white; } | ||||
|
r50 | tr.info-odd { | ||
|
r267 | background: #eeeeee; } | ||
|
r50 | tr.info-even { | ||
|
r267 | background: #f9f9f9; } | ||
|
r51 | |||
|
r267 | .infobox { | ||
background: #eeeeff; | ||||
border: 1px dotted #99aaee; | ||||
padding: 5px; | ||||
margin: 10px 0px; | ||||
color: black; | ||||
font-size: 13px; } | ||||
|
r56 | |||
|
r267 | .submitbox { | ||
background: #eeeeff; | ||||
border: 1px dotted #99aaee; | ||||
padding: 5px; | ||||
margin: 10px 0px; | ||||
color: black; | ||||
font-size: 13px; } | ||||
|
r197 | |||
|
r267 | .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; | ||
|
r267 | font-weight: bold; } | ||
|
r158 | |||
|
r56 | table.uinfo { | ||
|
r267 | border-collapse: collapse; | ||
border: 1px solid black; | ||||
font-size: 13px; } | ||||
|
r56 | |||
td.uinfo { | ||||
|
r267 | vertical-align: top; | ||
border: 1px solid black; | ||||
padding: 5px; } | ||||
|
r56 | |||
th.uinfo { | ||||
|
r267 | background: lightgreen; | ||
vertical-align: top; | ||||
text-align: right; | ||||
border: 1px solid black; | ||||
padding: 5px; } | ||||
|
r56 | |||
div.compilermsgbody { | ||||
|
r267 | font-family: monospace; } | ||
|
r51 | div.task-menu { | ||
|
r267 | 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 { | ||||
|
r267 | 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; | ||
|
r267 | text-align: center; } | ||
table.taskdesc td.desc-odd { | ||||
|
r92 | padding: 5px; | ||
|
r93 | padding-left: 20px; | ||
|
r267 | background: #fefeee; } | ||
table.taskdesc td.desc-even { | ||||
|
r92 | padding: 5px; | ||
|
r93 | padding-left: 20px; | ||
|
r267 | background: #feeefe; } | ||
|
r97 | |||
|
r281 | .announcementbox { | ||
|
r267 | margin: 10px 0px; | ||
background: #bbddee; | ||||
padding: 1px; } | ||||
|
r281 | .announcementbox span.title { | ||
|
r97 | font-weight: bold; | ||
|
r190 | color: #224455; | ||
|
r97 | padding-left: 10px; | ||
|
r267 | line-height: 1.6em; } | ||
|
r281 | |||
.announcement { | ||||
|
r267 | margin: 2px; | ||
background: white; | ||||
padding: 1px; | ||||
padding-left: 10px; | ||||
padding-right: 10px; | ||||
padding-top: 5px; | ||||
padding-bottom: 5px; } | ||||
|
r97 | |||
|
r192 | .announcement p { | ||
|
r267 | font-size: 12px; | ||
margin: 2px; } | ||||
|
r97 | |||
|
r281 | .pub-info { | ||
|
r267 | text-align: right; | ||
font-style: italic; | ||||
font-size: 9px; } | ||||
|
r281 | .pub-info p { | ||
|
r97 | text-align: right; | ||
font-style: italic; | ||||
|
r267 | font-size: 9px; } | ||
|
r102 | |||
|
r192 | .announcement .toggles { | ||
|
r267 | font-weight: normal; | ||
float: right; | ||||
font-size: 80%; } | ||||
|
r192 | .announcement .announcement-title { | ||
|
r267 | font-weight: bold; } | ||
|
r102 | |||
div.message { | ||||
|
r267 | margin: 10px 0 0; } | ||
div.message div.message { | ||||
margin: 0 0 0 30px; } | ||||
div.message div.body { | ||||
|
r190 | border: 2px solid #dddddd; | ||
background: #fff8f8; | ||||
|
r267 | padding-left: 5px; } | ||
div.message div.reply-body { | ||||
|
r190 | border: 2px solid #bbbbbb; | ||
background: #fffff8; | ||||
|
r267 | padding-left: 5px; } | ||
div.message div.stat { | ||||
|
r102 | font-size: 10px; | ||
|
r190 | line-height: 1.75em; | ||
padding: 0 5px; | ||||
color: #333333; | ||||
background: #dddddd; | ||||
|
r267 | font-weight: bold; } | ||
div.message div.message div.stat { | ||||
|
r190 | font-size: 10px; | ||
line-height: 1.75em; | ||||
padding: 0 5px; | ||||
color: #444444; | ||||
background: #bbbbbb; | ||||
|
r267 | font-weight: bold; } | ||
|
r162 | div.contest-title { | ||
|
r267 | color: white; | ||
text-align: center; | ||||
line-height: 2em; } | ||||
div.registration-desc, div.test-desc { | ||||
border: 1px dotted gray; | ||||
background: #f5f5f5; | ||||
padding: 5px; | ||||
margin: 10px 0; | ||||
font-size: 12px; | ||||
line-height: 1.5em; } | ||||
|
r281 | |||
h2.contest-title { | ||||
margin-top: 5px; | ||||
margin-bottom: 5px; } | ||||