summaryrefslogtreecommitdiff
path: root/sql-ledger/css/sql-ledger.css
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/css/sql-ledger.css')
-rw-r--r--sql-ledger/css/sql-ledger.css113
1 files changed, 0 insertions, 113 deletions
diff --git a/sql-ledger/css/sql-ledger.css b/sql-ledger/css/sql-ledger.css
deleted file mode 100644
index 20a59cf..0000000
--- a/sql-ledger/css/sql-ledger.css
+++ /dev/null
@@ -1,113 +0,0 @@
-/* stylesheet for sql-ledger */
-
-/* general stuff */
-A:link { color: #a0522d; text-decoration: none; }
-A:visited { color: #a0522d; text-decoration: none; }
-A:active { color: #a0522d; text-decoration: underline; }
-A:hover { color: white;
- background-color: rgb(187,187,187);
- text-decoration: none;
-}
-
-body {
- font-family: Verdana, Arial, Helvetica;
- font-size: 10pt;
- background-color: white;
- color: black
-}
-
-td {
- font-family: Verdana, Arial, Helvetica;
- font-size: 10pt;
-}
-
-/* login and admin */
-.login {
- font-family: Verdana, Arial, Helvetica;
-}
-body.login {
- background: #5a7d9b;
- color: black;
-}
-h1.login {
- font-size: 18pt;
-}
-table.login {
- background-color: #FBFFE7;
- padding: 20px;
-}
-td.login {
- text-align: center;
-}
-th.login {
- text-align: right;
-}
-
-body.admin {
- background-color: #FBFFE7;
- color: black;
-}
-
-body.menu {
- background-color: #FBFFE7;
- font-family: Verdana, Arial, Helvetica;
- font-size: 10pt;
- color: black;
-}
-
-
-.listtop { font-size: 10pt; background-color: black; color: white; }
-.listheading { font-size: 10pt; background-color: #336666; color: white; }
-A.listheading:link, A.listheading:active, A.listheading:visited {
- color: white;
- text-decoration: none; }
-.listrow1 { background-color: #e6e6fa; color: black; vertical-align: top; }
-.listrow0 { background-color: #ffe4e1; color: black; vertical-align: top; }
-.listsubtotal { font-size: 10pt; background-color: #5a7d9b; color: white; }
-.listtotal { font-size: 10pt; background-color: black; color: white; }
-
-.submit {
- font-size: 12pt
- font-family: Verdana, Arial, Helvetica;
- color: #000080;
-}
-.checkbox, .radio {
- font-family: Verdana, Arial, Helvetica;
- color: #778899;
-}
-
-.plus0 { /* font color for negative numbers */
- color: red;
-}
-
-.plus1 {
- color: green;
-}
-
-h2.confirm {
- color: blue;
- font-size: 14pt;
-}
-
-h2.error {
- color: red;
- font-size: 14pt;
-}
-
-
-/* media stuff */
-
-@media screen {
- .noscreen { /* items with this class won't display */
- display: none;
- }
-}
-
-@media print {
- .noprint { /* items with this class won't print */
- display: none;
- }
-}
-
-
-