Show More
Commit Description:
added contest model
Commit Description:
added contest model
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css | 342 lines | 5.7 KiB | text/css | LassoCssLexer |
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 /* Main Default */
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 body {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 background: white url(../images/topbg.jpg) repeat-x top center;
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 font-size: 13px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 font-family: Tahoma, "sans-serif";
margin: 10px;
padding: 10px;
}
/* Form Font */
input {
font-family: Tahoma, "sans-serif";
}
jittat
MERGED changeset 404:406 from ytopc branch...
r197 /* Heading 1&2 */
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 h1 {
font-size: 24px;
color: #334488;
line-height: 2em;
}
h2 {
font-size: 18px;
color: #5566bb;
line-height: 1.5em;
}
/* Bar Line Color and Thickness */
hr {
border-top: 1px solid #dddddd;
border-bottom: 1px solid #eeeeee;
}
/* Link + Anchor Color */
a, a:link, a:visited {
color: #6666cc;
text-decoration: none;
}
a:hover, a:focus {
color: #111166;
text-decoration: none;
jittat
+user template, +some style...
r14 }
pramook
initial commit...
r0
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 /* This is the main menu bad*/
jittat
small changes, layouts...
r22 div.userbar {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 1.5em;
jittat
+in_place_editing for problems...
r21 text-align: right;
font-size: 12px;
pramook
initial commit...
r0 }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 /* This is the top bar, displaying user's full name */
div.title {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 // background: #ddddff;
// border: 1px dashed blue;
padding: 10px 0px;
line-height: 1.5em;
font-size: 13px;
jittat
more styling...
r78 }
jittat
[web] added site and time out basic functionality...
r85 div.title span.contest-over-msg {
font-size: 15px;
color: red;
}
jittat
more styling...
r78 div.title table {
width: 100%;
jittat
MERGED changeset 404:406 from ytopc branch...
r197 font-weight: bold;
jittat
more styling...
r78 }
div.title td.left-col {
text-align: left;
vertical-align: top;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 color: #444444;
jittat
more styling...
r78 }
div.title td.right-col {
text-align: right;
vertical-align: top;
jittat
MERGED changeset 404:406 from ytopc branch...
r197 font-size: 18px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 color: #116699;
jittat
+user template, +some style...
r14 }
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 /* Standard table with header and rows with alternating background */
jittat
update views...
r50 table.info {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 margin: 10px 0;
border: 1px solid #666666;
jittat
update views...
r50 border-collapse: collapse;
font-size: 12px;
}
jittat
[web] better css styling...
r57 table.info th {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 1px solid #666666;
line-height: 1.5em;
padding: 0 0.5em;
jittat
update views...
r50 }
jittat
[web] better css styling...
r57 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;
padding: 0 0.5em;
jittat
update views -- styling (even more)...
r52 }
jittat
update views...
r50 tr.info-head {
background: #777777;
color: white;
}
tr.info-odd {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 background: #eeeeee;
jittat
update views...
r50 }
tr.info-even {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 background: #f9f9f9;
jittat
update views...
r50 }
jittat
update views -- styling...
r51
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 /*******************************
[Main]
********************************/
div.submitbox {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 background: #eeeeff;
border: 1px dotted #99aaee;
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 padding: 5px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 margin: 10px 0px;
color: black;
jittat
[web] in problems, added turn_all_off, and improved ui...
r56 font-size: 13px;
}
jittat
Merged online-registration branch changes r297:303 into the trunk...
r158 div.errorExplanation {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 1px dotted gray;
color: #bb2222;
padding: 5px 15px 5px 15px;
jittat
Merged online-registration branch changes r297:303 into the trunk...
r158 margin-bottom: 5px;
background-color: white;
jittat
MERGED changeset 404:406 from ytopc branch...
r197 font-weight: normal;
}
div.errorExplanation h2 {
color: #cc1111;
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 /*******************************
[Settings]
********************************/
table.uinfo {
border-collapse: collapse;
border: 1px solid black;
font-size: 13px;
}
td.uinfo {
vertical-align: top;
border: 1px solid black;
padding: 5px;
}
th.uinfo {
background: lightgreen;
vertical-align: top;
text-align: right;
border: 1px solid black;
padding: 5px;
}
/*******************************
[Submission]
********************************/
div.compilermsgbody {
font-family: monospace;
}
jittat
update views -- styling...
r51 div.task-menu {
text-align: center;
font-size: 13px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 1.75em;
jittat
update views -- styling...
r51 font-weight: bold;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border-top: 1px dashed gray;
border-bottom: 1px dashed gray;
jittat
update views -- styling...
r51 margin-top: 2px;
margin-bottom: 4px;
}
jittat
[web] refactor problem description, some styling...
r92
/*******************************
[Submission]
********************************/
table.taskdesc {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #dddddd;
jittat
[web] refactor problem description, some styling...
r92 border-collapse: collapse;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 margin: 10px auto;
width: 90%;
jittat
[web] more styling...
r93 font-size: 13px;
}
table.taskdesc p {
font-size: 13px;
jittat
[web] refactor problem description, some styling...
r92 }
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
[web] refactor problem description, some styling...
r92 text-align: center;
}
table.taskdesc td.desc-odd {
padding: 5px;
jittat
[web] more styling...
r93 padding-left: 20px;
jittat
[web] refactor problem description, some styling...
r92 background: #fefeee;
}
table.taskdesc td.desc-even {
padding: 5px;
jittat
[web] more styling...
r93 padding-left: 20px;
jittat
[web] refactor problem description, some styling...
r92 background: #feeefe;
}
jittat
[web] added announcement...
r97
/**********************
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 Announcement
jittat
[web] added announcement...
r97 ***********************/
div.announcementbox {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 margin: 10px 0px;
background: #bbddee;
jittat
[web] fixed test page crashes when problem is deleted...
r101 padding: 1px;
jittat
[web] added announcement...
r97 }
div.announcementbox span.title {
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
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 1.6em;
jittat
[web] added announcement...
r97 }
div.announcement {
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;
padding-bottom: 5px;
jittat
[web] added announcement...
r97 }
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 .announcement p {
jittat
[web] fixed test page crashes when problem is deleted...
r101 font-size: 12px;
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 margin: 2px;
jittat
[web] added announcement...
r97 }
div.pub-info, div.pub-info p {
text-align: right;
font-style: italic;
jittat
[web] fixed test page crashes when problem is deleted...
r101 font-size: 9px;
}
jittat
[web] added message feature...
r102
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 .announcement .toggles {
font-weight: normal;
float: right;
font-size: 80%;
}
.announcement .announcement-title {
font-weight: bold;
}
jittat
[web] added message feature...
r102 /******************
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 Messages
jittat
[web] added message feature...
r102 ******************/
div.message {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 margin: 10px 0 0;
}
div.message div.message {
margin: 0 0 0 30px;
jittat
[web] added message feature...
r102 }
div.message div.body {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #dddddd;
background: #fff8f8;
jittat
[web] added message feature...
r102 padding-left: 5px;
}
div.message div.reply-body {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 2px solid #bbbbbb;
background: #fffff8;
jittat
[web] added message feature...
r102 padding-left: 5px;
}
div.message div.stat {
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;
font-weight: bold;
}
div.message div.message div.stat {
font-size: 10px;
line-height: 1.75em;
padding: 0 5px;
color: #444444;
background: #bbbbbb;
jittat
[web] added message feature...
r102 font-weight: bold;
}
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
/********************
Registration
********************/
div.contest-title {
color: white;
text-align: center;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 line-height: 2em;
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 }
div.registration-desc {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 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 }
/********************
[Test Interface]
********************/
div.test-desc {
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 border: 1px dotted gray;
background: #f5f5f5;
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 padding: 5px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 margin: 10px 0;
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 font-size: 12px;
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 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 }