File: 0.00.1a/customer/customer.css (View as Code)

1: /* ------------------------------------------------------------- 2: This file is part of FreeDESK 3: 4: FreeDESK is (C) Copyright 2012 David Cutting 5: 6: FreeDESK is free software: you can redistribute it and/or modify 7: it under the terms of the GNU General Public License as published by 8: the Free Software Foundation, either version 3 of the License, or 9: (at your option) any later version. 10: 11: FreeDESK is distributed in the hope that it will be useful, 12: but WITHOUT ANY WARRANTY; without even the implied warranty of 13: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14: GNU General Public License for more details. 15: 16: You should have received a copy of the GNU General Public License 17: along with FreeDESK. If not, see www.gnu.org/licenses 18: 19: For more information see www.purplepixie.org/freedesk/ 20: -------------------------------------------------------------- */ 21: 22: /* Body of the document - default for everything */ 23: body 24: { 25: font-family: Verdana, Arial, sans-serif; 26: font-size: 12pt; 27: background-color: white; 28: } 29: 30: /* Links */ 31: a, a:visited 32: { 33: color: blue; 34: text-decoration: none; 35: } 36: 37: a:hover 38: { 39: color: red; 40: } 41: 42: a:active 43: { 44: color: green; 45: } 46: 47: div.container 48: { 49: width: 50em; 50: border: 1px solid #a0ffa0; 51: } 52: 53: div.header 54: { 55: font-size: 18pt; 56: background-color: #a0ffa0; 57: padding: 0.5em; 58: margin: 0 0 0 0; 59: font-weight: bold; 60: } 61: 62: div.menu 63: { 64: background-color: #90e090; 65: margin: 0 0 0.5em 0; 66: padding: 0.5em; 67: } 68: 69: div.contents 70: { 71: padding: 0.2em; 72: } 73: 74: table.requestlist td 75: { 76: margin: 0; 77: padding: 0.2em; 78: border: solid 1px #e0e0e0; 79: } 80: 81: table.requestlist tr:hover 82: { 83: background-color: #e0ffe0; 84: } 85: 86: table.reqdetails 87: { 88: width: 100%; 89: } 90: 91: table.requpdates 92: { 93: width: 100%; 94: } 95: 96: td.updatehead 97: { 98: padding-top: 0.5em; 99: background-color: #e0e0e0; 100: font-weight: bold; 101: font-size: 10pt; 102: } 103: