Show More
Commit Description:
added test assignment time out
Commit Description:
added test assignment time out
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css | 279 lines | 5.5 KiB | text/css | LassoCssLexer |
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 body {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 background: white url(../images/topbg.jpg) repeat-x top center;
font-size: 13px;
font-family: Tahoma, "sans-serif";
margin: 10px;
padding: 10px; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
input {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-family: Tahoma, "sans-serif"; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
h1 {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-size: 24px;
color: #334488;
line-height: 2em; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
h2 {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-size: 18px;
color: #5566bb;
line-height: 1.5em; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 hr {
border-top: 1px solid #dddddd;
border-bottom: 1px solid #eeeeee; }
pramook
initial commit...
r0
Jittat Fakcharoenphol
shows problem descriptions on first page
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; }
pramook
initial commit...
r0
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .userbar {
line-height: 1.5em;
text-align: right;
font-size: 12px; }
jittat
more styling...
r78
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .title {
padding: 10px 0px;
line-height: 1.5em;
font-size: 13px; }
.title span.contest-over-msg {
jittat
[web] added site and time out basic functionality...
r85 font-size: 15px;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 color: red; }
.title table {
jittat
more styling...
r78 width: 100%;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-weight: bold; }
.title td.left-col {
jittat
more styling...
r78 text-align: left;
vertical-align: top;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 color: #444444; }
.title td.right-col {
jittat
more styling...
r78 text-align: right;
vertical-align: top;
jittat
MERGED changeset 404:406 from ytopc branch...
r197 font-size: 18px;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 color: #116699; }
jittat
+user template, +some style...
r14
jittat
update views...
r50 table.info {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 margin: 10px 0;
border: 1px solid #666666;
border-collapse: collapse;
font-size: 12px; }
table.info th {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 1px solid #666666;
line-height: 1.5em;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 padding: 0 0.5em; }
table.info td {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border-left: 1px solid #666666;
border-right: 1px solid #666666;
line-height: 1.5em;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 padding: 0 0.5em; }
jittat
update views -- styling (even more)...
r52
jittat
update views...
r50 tr.info-head {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 background: #777777;
color: white; }
jittat
update views...
r50
tr.info-odd {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 background: #eeeeee; }
jittat
update views...
r50
tr.info-even {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 background: #f9f9f9; }
jittat
update views -- styling...
r51
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .submitbox {
background: #eeeeff;
border: 1px dotted #99aaee;
padding: 5px;
margin: 10px 0px;
color: black;
font-size: 13px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .errorExplanation {
border: 1px dotted gray;
color: #bb2222;
padding: 5px 15px 5px 15px;
margin-bottom: 5px;
background-color: white;
font-weight: normal; }
.errorExplanation h2 {
jittat
MERGED changeset 404:406 from ytopc branch...
r197 color: #cc1111;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-weight: bold; }
jittat
Merged online-registration branch changes r297:303 into the trunk...
r158
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 table.uinfo {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 border-collapse: collapse;
border: 1px solid black;
font-size: 13px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
td.uinfo {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 vertical-align: top;
border: 1px solid black;
padding: 5px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
th.uinfo {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 background: lightgreen;
vertical-align: top;
text-align: right;
border: 1px solid black;
padding: 5px; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .compilermsgbody {
font-family: monospace; }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56
Jittat Fakcharoenphol
shows problem descriptions on first page
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; }
jittat
[web] refactor problem description, some styling...
r92
table.taskdesc {
Jittat Fakcharoenphol
shows problem descriptions on first page
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 {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #dddddd;
background: #dddddd;
color: #333333;
jittat
[web] refactor problem description, some styling...
r92 font-weight: bold;
font-size: 14px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 1.5em;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 text-align: center; }
table.taskdesc td.desc-odd {
jittat
[web] refactor problem description, some styling...
r92 padding: 5px;
jittat
[web] more styling...
r93 padding-left: 20px;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 background: #fefeee; }
table.taskdesc td.desc-even {
jittat
[web] refactor problem description, some styling...
r92 padding: 5px;
jittat
[web] more styling...
r93 padding-left: 20px;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 background: #feeefe; }
jittat
[web] added announcement...
r97
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .announcementbox {
margin: 10px 0px;
background: #bbddee;
padding: 1px; }
.announcementbox span.title {
jittat
[web] added announcement...
r97 font-weight: bold;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 color: #224455;
jittat
[web] added announcement...
r97 padding-left: 10px;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 line-height: 1.6em; }
.announcementbox .announcement {
jittat
[web] added announcement...
r97 margin: 2px;
background: white;
jittat
[web] fixed test page crashes when problem is deleted...
r101 padding: 1px;
jittat
[web] added announcement...
r97 padding-left: 10px;
padding-right: 10px;
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 padding-top: 5px;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 padding-bottom: 5px; }
.announcementbox .announcement p {
font-size: 12px;
margin: 2px; }
jittat
[web] added announcement...
r97
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .pub-info {
text-align: right;
font-style: italic;
font-size: 9px; }
.pub-info p {
jittat
[web] added announcement...
r97 text-align: right;
font-style: italic;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-size: 9px; }
jittat
[web] added message feature...
r102
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 .announcement .toggles {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-weight: normal;
float: right;
font-size: 80%; }
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 .announcement .announcement-title {
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-weight: bold; }
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192
Jittat Fakcharoenphol
shows problem descriptions on first page
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 {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #dddddd;
background: #fff8f8;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 padding-left: 5px; }
.message .reply-body {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #bbbbbb;
background: #fffff8;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 padding-left: 5px; }
.message .stat {
jittat
[web] added message feature...
r102 font-size: 10px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 1.75em;
padding: 0 5px;
color: #333333;
background: #dddddd;
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 font-weight: bold; }
.contest-title {
color: white;
text-align: center;
line-height: 2em; }
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .registration-desc {
border: 1px dotted gray;
background: #f5f5f5;
padding: 5px;
margin: 10px 0;
font-size: 12px;
line-height: 1.5em; }
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .test-desc {
border: 1px dotted gray;
background: #f5f5f5;
padding: 5px;
margin: 10px 0;
font-size: 12px;
line-height: 1.5em; }
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Jittat Fakcharoenphol
shows problem descriptions on first page
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%; }
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .problem-content {
float: left;
margin-left: 10px;
width: 700px; }
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Jittat Fakcharoenphol
shows problem descriptions on first page
r215 .problem-panel {
border: 1px black solid;
padding: 5px; }
.problem-panel .problem-form {
border: 1px dotted #99aaee;
background: #eeeeff; }
Jittat Fakcharoenphol
added test assignment time out
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; }