|
Last change
on this file since 15 was 2, checked in by Kris Deugau, 16 years ago |
|
/trunk
Import work to date
|
|
File size:
2.0 KB
|
| Rev | Line | |
|---|
| [2] | 1 | #debug {
|
|---|
| 2 | background-color: #990066;
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | /* General settings */
|
|---|
| 6 | body {
|
|---|
| 7 | font-family: Verdana, Helvetica, sans-serif;
|
|---|
| 8 | font-size: 12px;
|
|---|
| 9 | margin-left: 0px;
|
|---|
| 10 | margin-right: 0px;
|
|---|
| 11 | /* background-color: #deadDD;*/
|
|---|
| 12 | /* background-color: #FFFF00;*/
|
|---|
| 13 | }
|
|---|
| 14 | hr {
|
|---|
| 15 | background-color: #666;
|
|---|
| 16 | height: 1px;
|
|---|
| 17 | border: 0;
|
|---|
| 18 | }
|
|---|
| 19 |
|
|---|
| 20 | table.login {
|
|---|
| 21 | text-align: center;
|
|---|
| 22 | border: thin solid #000000;
|
|---|
| 23 | background-color: #CCCCFF;
|
|---|
| 24 | }
|
|---|
| 25 | table.list {
|
|---|
| 26 | background-color: #F0F0F0;
|
|---|
| 27 | }
|
|---|
| 28 | table.wholepage {
|
|---|
| 29 | width: 100%;
|
|---|
| 30 | }
|
|---|
| 31 | tr.row0 {
|
|---|
| 32 | background-color: #FFFFFF;
|
|---|
| 33 | }
|
|---|
| 34 | tr.row1 {
|
|---|
| 35 | background-color: #DDDDDD;
|
|---|
| 36 | }
|
|---|
| 37 | tr.tableheader {
|
|---|
| 38 | background-color: #CCCCCC;
|
|---|
| 39 | padding: 3px;
|
|---|
| 40 | }
|
|---|
| 41 | tr.darkrowheader {
|
|---|
| 42 | background-color: #CCCCCC;
|
|---|
| 43 | padding: 3px;
|
|---|
| 44 | }
|
|---|
| 45 | tr.datalinelight {
|
|---|
| 46 | background-color: #F0F0F0;
|
|---|
| 47 | }
|
|---|
| 48 | td.tblsubmit {
|
|---|
| 49 | text-align: center;
|
|---|
| 50 | }
|
|---|
| 51 | td.inputlabel {
|
|---|
| 52 | text-align: right;
|
|---|
| 53 | padding: 3px;
|
|---|
| 54 | }
|
|---|
| 55 | td.data {
|
|---|
| 56 | padding: 3px;
|
|---|
| 57 | }
|
|---|
| 58 | td.title {
|
|---|
| 59 | text-align: center;
|
|---|
| 60 | }
|
|---|
| 61 | td.menu {
|
|---|
| 62 | width: 200px;
|
|---|
| 63 | white-space: nowrap;
|
|---|
| 64 | border: thin solid #000000;
|
|---|
| 65 | background-color: #ffccee;
|
|---|
| 66 | vertical-align: top;
|
|---|
| 67 | }
|
|---|
| 68 | td.defaults {
|
|---|
| 69 | background-color: #DDDDDD;
|
|---|
| 70 | }
|
|---|
| 71 | .meat {
|
|---|
| 72 | align: center;
|
|---|
| 73 | width: 100%;
|
|---|
| 74 | }
|
|---|
| 75 | input {
|
|---|
| 76 | font-size: 10px;
|
|---|
| 77 | }
|
|---|
| 78 |
|
|---|
| 79 | /* general classes */
|
|---|
| 80 | .errmsg {
|
|---|
| 81 | font-weight: bold;
|
|---|
| 82 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 83 | font-size:100%;
|
|---|
| 84 | color: red;
|
|---|
| 85 | background-color: #404040;
|
|---|
| 86 | text-align: center;
|
|---|
| 87 | border: thin solid #FFFFFF;
|
|---|
| 88 | padding: 5px;
|
|---|
| 89 | width: 70%;
|
|---|
| 90 | }
|
|---|
| 91 | .right {
|
|---|
| 92 | right: 3px;
|
|---|
| 93 | }
|
|---|
| 94 |
|
|---|
| 95 | /* Specific common divs */
|
|---|
| 96 | #header {
|
|---|
| 97 | border-bottom: thin solid #000000;
|
|---|
| 98 | clear: both;
|
|---|
| 99 | float: left;
|
|---|
| 100 | width: 100%;
|
|---|
| 101 | }
|
|---|
| 102 | #footer {
|
|---|
| 103 | border-top: thin solid #000000;
|
|---|
| 104 | clear: both;
|
|---|
| 105 | }
|
|---|
| 106 | #contact {
|
|---|
| 107 | font-size: 10px;
|
|---|
| 108 | position: absolute;
|
|---|
| 109 | right: 10px;
|
|---|
| 110 | text-align: right;
|
|---|
| 111 | }
|
|---|
| 112 |
|
|---|
| 113 | #main {
|
|---|
| 114 | position: relative;
|
|---|
| 115 | float: right;
|
|---|
| 116 | width: 100%;
|
|---|
| 117 | }
|
|---|
| 118 | #login {
|
|---|
| 119 | margin-top: 50px;
|
|---|
| 120 | margin-bottom: 50px;
|
|---|
| 121 | padding: 3px;
|
|---|
| 122 | border: thin solid #000000;
|
|---|
| 123 | }
|
|---|
| 124 | #tableholder {
|
|---|
| 125 | padding: 2px;
|
|---|
| 126 | background: #FFFFFF;
|
|---|
| 127 | width: 70%;
|
|---|
| 128 | }
|
|---|
| 129 | #menu {
|
|---|
| 130 | border-right: thin solid #000000;
|
|---|
| 131 | margin-right: 5px;
|
|---|
| 132 | padding: 3px;
|
|---|
| 133 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.