Show More
Commit Description:
added rspec_on_rails plugin not as svn externals (frozen)...
Commit Description:
added rspec_on_rails plugin not as svn externals (frozen)
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@134 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
public/stylesheets/application.css
| 101 lines
| 1.7 KiB
| text/css
| LassoCssLexer
|
|
r56 | /* Normal text */ | ||
|
r14 | p { | ||
font-size: 12px; | ||||
} | ||||
|
r0 | |||
|
r56 | /* This is the main menu bad*/ | ||
|
r22 | div.userbar { | ||
|
r14 | border-top: thin solid grey; | ||
border-bottom: thin solid grey; | ||||
|
r21 | text-align: right; | ||
font-size: 12px; | ||||
|
r0 | } | ||
|
r56 | /* This is the top bar, displaying user's full name */ | ||
div.title { | ||||
font-size: 20px; | ||||
|
r21 | font-weight: bold; | ||
|
r56 | background: lightgreen; | ||
padding: 2px; | ||||
|
r14 | } | ||
|
r56 | /* Standard table with header and rows with alternating background */ | ||
|
r50 | table.info { | ||
border: 1px solid black; | ||||
border-collapse: collapse; | ||||
font-size: 12px; | ||||
} | ||||
|
r57 | table.info th { | ||
|
r50 | border: 1px solid black; | ||
} | ||||
|
r57 | table.info td { | ||
|
r52 | border-left: 1px solid black; | ||
border-right: 1px solid black; | ||||
} | ||||
|
r50 | tr.info-head { | ||
background: #777777; | ||||
color: white; | ||||
} | ||||
tr.info-odd { | ||||
background: #dddddd; | ||||
} | ||||
tr.info-even { | ||||
|
r52 | background: #f0f0f0; | ||
|
r50 | } | ||
|
r51 | |||
|
r56 | /******************************* | ||
[Main] | ||||
********************************/ | ||||
div.submitbox { | ||||
border: thin solid black; | ||||
padding: 5px; | ||||
color: white; | ||||
background-color: #777777; | ||||
font-weight: bold; | ||||
font-size: 13px; | ||||
} | ||||
/******************************* | ||||
[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; | ||||
} | ||||
|
r51 | div.task-menu { | ||
text-align: center; | ||||
font-size: 13px; | ||||
font-weight: bold; | ||||
border-top: 1px solid black; | ||||
border-bottom: 1px solid black; | ||||
margin-top: 2px; | ||||
margin-bottom: 4px; | ||||
} | ||||