summaryrefslogtreecommitdiff
path: root/GradeBook.css
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-03-04 17:18:33 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2011-03-04 17:18:33 -0500
commit83d84e6ae1750e109d281492cc88fff0be00c4ca (patch)
tree78411ee3a9a0ff8f52bf1fae7b3595ba0b7713e2 /GradeBook.css
parentd3f7d8de873b3237eb35759db4c98fe51433add6 (diff)
downloadGradeBook-83d84e6ae1750e109d281492cc88fff0be00c4ca.tar.gz
GradeBook-83d84e6ae1750e109d281492cc88fff0be00c4ca.zip
added css style generator
Ignore-this: ead83a2b0534f735560f030d251b0950 darcs-hash:20110304221833-067c0-846fab6741cf7a05228ea0ddec9b10e11f1dc279.gz
Diffstat (limited to 'GradeBook.css')
-rw-r--r--GradeBook.css456
1 files changed, 0 insertions, 456 deletions
diff --git a/GradeBook.css b/GradeBook.css
deleted file mode 100644
index fac3265..0000000
--- a/GradeBook.css
+++ /dev/null
@@ -1,456 +0,0 @@
-/*
-
- evmik.css - A evmik look CSS sample file
-
- Derived from modern.css of Osvaldo Santana Neto which
- Which is a part of the txt2tags project <http://txt2tags.sf.net>
-
- Author : Eugeniy Mikhailov
- Date : August 2010
- License: GPL
-*/
-
-body {
- padding: 0px;
- margin: 20px;
- background-color: #336699;
- font-family: Sans-Serif;
-}
-
-a:link {
- color: blue;
- text-decoration:none;
-}
-a:visited {
- color: blue;
- text-decoration:none;
-}
-a:active {
- color: blue;
- text-decoration:underline;
-}
-a:hover {
- color: blue;
- background-color: #ffddee;
- text-decoration:underline;
-}
-
-div.login {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-div.greetings {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-div.greetings span.login_info {
- background-color: #ffcc99;
- font-weight: bold;
-}
-
-div.controls {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-div.controls span.controls {
- background-color: #ddbb88;
- font-weight: bold;
-}
-
-div.add_new_column {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-div.changegrades {
- /*border-bottom: 2px solid black;*/
- background-color: #8f0000;
- padding: 5px;
- margin-bottom: 5px;
-}
-
-div.changegroupname {
- /*border-bottom: 2px solid black;*/
- background-color: #8f0000;
- color: #ffffff;
- padding: 5px;
- margin-bottom: 5px;
-}
-
-div.editcourseinfo {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding: 5px;
- margin-bottom: 5px;
-}
-
-div.editnewuserinfo {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding: 5px;
- margin-bottom: 5px;
-}
-
-
-div.gradestable {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-div.gradestable span.controls {
- background-color: #ddbb88;
- font-weight: bold;
-}
-
-
-div.gradestable table.gradestable {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
- margin:5px;
- border: 1px solid black;
- border-collapse:collapse;
-}
-
-div.gradestable tr:hover {
- background-color: #ffeebb;
-}
-
-/*-----------------------------------------------*/
-div.gradestable th.Quiz {
- background-color: #007777;
- font-weight: bold;
-}
-
-div.gradestable td.Quiz {
- background-color: #5cc3c3
-}
-
-/*-----------------------------------------------*/
-div.gradestable th.HomeWork {
- background-color: #5cc35c;
- font-weight: bold;
-}
-
-div.gradestable td.HomeWork {
- background-color: #a8ffa8;
-}
-
-/*-----------------------------------------------*/
-div.gradestable th.LabReport {
- background-color: #7a7aff;
- font-weight: bold;
-}
-
-div.gradestable td.LabReport {
- background-color: #8f7ad2;
-}
-
-/*-----------------------------------------------*/
-div.gradestable th.MidTerm {
- background-color: #c38ac3;
- font-weight: bold;
-}
-
-div.gradestable td.MidTerm {
- background-color: #f0b7f0
-}
-
-/*-----------------------------------------------*/
-div.gradestable th.FinalExam {
- background-color: #f06cce;
- font-weight: bold;
-}
-
-div.gradestable td.FinalExam {
- background-color: #f08ab6
-}
-
-/*-----------------------------------------------*/
-div.gradestable th.unset {
- background-color: #666666;
- font-weight: bold;
-}
-
-div.gradestable td.unset {
- background-color: #888888;
-}
-
-/*-----------------------------------------------*/
-div.errormsg {
- /*border-bottom: 2px solid black;*/
- background-color: #ff0000;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-/*-----------------------------------------------*/
-div.infomsg {
- /*border-bottom: 2px solid black;*/
- background-color: #ffccff;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-
-
-div.footer {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-
-div.header {
- /*border-bottom: 2px solid black;*/
- background-color: #ffcc99;
- padding-top: 5px;
- padding-bottom: 5px;
- margin-bottom: 15px;
-}
-
-div.header h1 {
- text-align: left;
- margin-left: 12pt;
- margin-right: 12pt;
- font-family: Sans-Serif;
- font-size: 18pt;
- font-weight: bold;
-}
-
-div.header h2 {
- text-align: left;
- margin-left: 18pt;
- font-family: Sans-Serif;
- font-size: 14pt;
- font-weight: normal;
-}
-
-div.header h3 {
- text-align: left;
- margin-left: 18pt;
- font-family: Sans-Serif;
- font-size: 8pt;
- font-weight: normal;
-}
-
-div.header a.headerAuthor {
- font-family: Sans-Serif;
- font-size: 14pt;
- font-weight: normal;
- color: black;
- text-decoration: none;
-}
-
-div.header a:hover {
- text-decoration: underline;
-}
-
-
-div.toc {
- float: left;
- width: 30%;
- padding-left: 6pt;
- padding-right: 6pt;
- background-color: #ffcc99;
-}
-
-div.toc ul {
- padding-left: 6pt;
-}
-
-div.toc li {
- font-size: 8pt;
-}
-
-div.toc a {
- font-family: Sans-Serif;
- font-size: 10pt;
- font-weight: bold;
- color: black;
- text-decoration: none;
-}
-
-div.toc a:hover {
- text-decoration: underline;
-}
-
-div.body {
- float: right;
- width: 65%;
- padding: 10px;
- text-align: justify;
- border-right: 2px dotted black;
- border-left: 2px dotted black;
- background-color: #ffcc99;
-}
-
-div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
- font-family: Sans-Serif;
- background-color: #336699;
- color: white;
-}
-
-div.body h1 {
- text-align: left;
- margin-top: 12pt;
- margin-bottom: 10pt;
- font-size: 12pt;
- border-left: 4px solid black;
- border-bottom: 2px solid black;
- padding: 5px;
- background-color: #0977f5;
-}
-
-div.body h2 {
- text-align: left;
- margin-right: 15px;
- margin-top: 10pt;
- margin-bottom: 8pt;
- font-size: 10pt;
- /*font-weight: normal;*/
- border-left: 2px solid black;
- border-bottom: 1px solid black;
- padding: 5px;
-}
-
-div.body h3 {
- text-align: left;
- margin-top: 8pt;
- margin-bottom: 8pt;
- font-size: 10pt;
- font-weight: bold;
- background-color: #ffcc99;
- color: black;
-}
- /*border-left: 1px solid black;*/
- /*border-bottom: 1px solid black;*/
- padding: 5px;
-}
-
-div.body h4 {
- text-align: left;
- margin-top: 6pt;
- margin-bottom: 6pt;
- font-size: 8pt;
- font-weight: bold;
- padding: 5px;
-}
-
-div.body h5 {
- width: 80%;
- text-align: left;
- margin-top: 6pt;
- margin-bottom: 6pt;
- font-size: 6pt;
- font-weight: bold;
- padding: 5px;
-}
-
-
-div.body a {
- font-family: monospace;
- font-size: 10pt;
- text-decoration: none;
- /*color: #C00;*/
-}
-
-div.body a:hover {
- text-decoration: underline;
-}
-
-div.body blockquote {
- border-top: 2px solid black;
- border-bottom: 2px solid black;
- background: #FFFFBB;
- padding: 15px;
-}
-div.body blockquote p {
- margin-top: 2pt;
- margin-bottom: 2pt;
-}
-
-div.body pre {
- background: #FFFFBB;
- padding: 15px;
- border: 1px dashed black;
-}
-
-/* definitions list used as errata */
-div.body dt {
- background: #BBFFBB;
- padding: 3pt;
- font-family: Sans-Serif;
- font-size: 10pt;
- margin-top: 3pt;
- margin-bottom: 8pt;
- font-weight: bold;
-}
-
-div.body dl {
- background: #BBFFBB;
- padding: 3pt;
- font-family: Sans-Serif;
- font-size: 10pt;
- margin-top: 18pt;
- margin-bottom: 8pt;
-}
-
-div.errata {
- background: #FF7a7a;
-}
-
-div.errata h1 {
- color: white;
- background: red;
-}
-
-div.errata dt {
- background: #FF0000;
- padding: 3pt;
- font-family: Sans-Serif;
- font-size: 10pt;
- margin-top: 3pt;
- margin-bottom: 8pt;
- font-weight: bold;
-}
-
-div.errata dl {
- background: #FF7a7a;
- padding: 3pt;
- font-family: Sans-Serif;
- font-size: 10pt;
- margin-top: 18pt;
- margin-bottom: 8pt;
-}
-
-div.announce {
- background: #24E0FB;
- margin-top: 8pt;
- margin-bottom: 8pt;
- padding: 3pt;
-}