Changeset 75 for trunk/style
- Timestamp:
- Feb 7, 2009, 11:14:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/style.css
r63 r75 1 body 2 { 3 font-family: Verdana, Arial, Sans-Serif; 4 } 1 body { 2 font-size: 14px; 3 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 4 color:#564b47; 5 padding:0px; 6 margin:0px; 7 } 8 a {color: #DB7093;} 9 a:visited {color:#c43300;} 10 a:hover {color: #c43300;} 11 a:active { color:#000000;} 12 13 /**********vertical menu***************/ 14 .verticalmenu ul{ 15 list-style:none; 16 /*list-style-image: url("bullet.gif")*/ 17 18 19 padding: 10px; 20 margin: 0px; 21 } 22 23 .verticalmenu li, .verticalmenua { 24 display: block; 25 font: bold 12px Verdana, Arial, Helvetica, sans-serif; 26 color: #9A1212; 27 text-decoration: none; 28 text-align: left; 29 30 width: 190px; 31 height: 18px; 32 /*background: url('menuhover.gif') no-repeat;*/ 33 } 34 35 .verticalmenu a:hover{ 36 background: url('../images/menuhover.gif') no-repeat; 37 color: #dc4d1b; 38 } 39 40 41 /* ----------banner for logo-------------- */ 42 #banner { 43 height:75px; 44 text-align: center; 45 background: url('../images/header3.jpg') repeat bottom; 46 background-color: #ffffff; 47 48 padding: 0px; 49 margin: 0px; 50 } 51 #banner1 { 52 width: 75px; 53 background: url('../images/header1.jpg') no-repeat left; 54 } 55 #banner2 { 56 width: 75px; 57 background: url('../images/header2.jpg') no-repeat top right; 58 } 59 #banner img {padding:10px 0px;} 60 #bannertitle{ font-size:24px;font-weight:bold; } 61 #bannertable { 62 padding: 0px; 63 margin: 0px; 64 height: 75px; 65 width: 100%; 66 } 67 5 68 6 69 .page … … 14 77 width: 200px; 15 78 vertical-align: top; 16 padding: 5px;79 padding: 10px; 17 80 background-color: #F0F0F0; 81 82 83 margin-left: auto; 84 margin-right: auto; 85 background: #E8E8E8 url('../images/menubottom.jpg') no-repeat bottom right; 18 86 } 19 87 20 88 .content 21 89 { 90 background:#ffffff url('../images/content.jpg') no-repeat top right; 22 91 vertical-align: top; 23 92 padding: 5px; … … 43 112 border-width: 1px; 44 113 border-style: solid; 45 border-color: black;114 border-color: #c43300; 46 115 background-color: white; 47 116 } … … 49 118 .page-bottom 50 119 { 51 color: grey;120 color:#FFFFFF; 52 121 text-align: center; 53 122 padding-top: 10px; … … 56 125 border-top-color: gray; 57 126 border-top-width: 1px; 127 background: url('../images/footer.gif') repeat-x ; 58 128 } 59 129 … … 102 172 { 103 173 border-width: 1px; 104 border-color: # A0A0FF;174 border-color: #c43300; 105 175 border-style: solid; 106 176 overflow: auto; 107 177 font-size: small; 108 background-color: # F8F8FF;178 background-color: #E8E8E8; 109 179 padding: 3px; 110 180 } … … 113 183 { 114 184 border-bottom-width: 1px; 115 border-bottom-color: # A0A0F0;185 border-bottom-color: #c43300; 116 186 border-bottom-style: solid; 117 187 padding-bottom: 5px; … … 123 193 padding-left: 10px; 124 194 } 195 196 /**************** form *******************/ 197 input, select { 198 background-color: #E8E8E8; 199 border: 1px #c43300 solid; 200 font-size: 11px; 201 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 202 } 203 textarea { 204 background-color: white; 205 border: 1px #c43300 solid; 206 font-size: 11px; 207 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 208 } 209 210
Note:
See TracChangeset
for help on using the changeset viewer.