Changeset 104 for trunk/style
- Timestamp:
- Feb 18, 2009, 8:48:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/style.css
r83 r104 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{ 1 body 2 { 3 font-size: 14px; 4 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 5 color: #564b47; 6 padding: 0px; 7 margin: 0px; 8 } 9 10 a 11 { 12 color: #DB7093; 13 } 14 15 a:visited 16 { 17 color:#c43300; 18 } 19 20 a:hover 21 { 22 color: #c43300; 23 } 24 25 a:active 26 { 27 color:#000000; 28 } 29 30 .verticalmenu ul 31 { 15 32 list-style:none; 16 33 /*list-style-image: url("bullet.gif")*/ 17 18 19 34 padding: 10px; 20 35 margin: 0px; 21 36 } 22 37 23 .verticalmenu li, .verticalmenua { 38 .verticalmenu li, .verticalmenua 39 { 24 40 display: block; 25 41 font: bold 12px Verdana, Arial, Helvetica, sans-serif; … … 33 49 } 34 50 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 { 51 .verticalmenu a:hover 52 { 53 background: url('../images/menuhover.gif') no-repeat; 54 color: #dc4d1b; 55 } 56 57 #banner 58 { 59 height:75px; 60 text-align: center; 61 background: url('../images/header3.jpg') repeat bottom; 62 background-color: #ffffff; 63 padding: 0px; 64 margin: 0px; 65 } 66 67 #banner1 68 { 69 width: 75px; 70 background: url('../images/header1.jpg') no-repeat left; 71 } 72 73 #banner2 74 { 75 width: 75px; 76 background: url('../images/header2.jpg') no-repeat top right; 77 } 78 79 #banner img 80 { 81 padding: 10px 0px; 82 } 83 84 #bannertitle 85 { 86 font-size:24px; 87 font-weight:bold; 88 } 89 90 #bannertable 91 { 62 92 padding: 0px; 63 93 margin: 0px; … … 65 95 width: 100%; 66 96 } 67 /***********okraje**************/ 68 #border-left { 69 width: 14px; 70 background: url('../images/border-left.jpg') repeat top right; 71 } 72 #border-top { 73 width: 14px; 74 background: url('../images/border-top.jpg') repeat top right; 75 } 76 77 /***************Porovnávání textu**********/ 78 #edit { 79 background-color: #DB7093; 97 98 #border-left 99 { 100 width: 14px; 101 background: url('../images/border-left.jpg') repeat top right; 102 } 103 104 #border-top 105 { 106 width: 14px; 107 background: url('../images/border-top.jpg') repeat top right; 108 } 109 110 #edit 111 { 112 background-color: #DB7093; 80 113 } 81 114 … … 93 126 background-color: #F0F0F0; 94 127 95 96 margin-left: auto; 97 margin-right: auto; 98 background: #E8E8E8 url('../images/menubottom.jpg') no-repeat bottom right; 128 margin-left: auto; 129 margin-right: auto; 130 background: #E8E8E8 url('../images/menubottom.jpg') no-repeat bottom right; 99 131 } 100 132 … … 212 244 padding-left: 10px; 213 245 } 214 215 /**************** form *******************/ 216 input, select { 217 background-color: #E8E8E8; 218 border: 1px #c43300 solid; 219 font-size: 11px; 220 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 221 } 222 textarea { 223 background-color: white; 224 border: 1px #c43300 solid; 225 font-size: 11px; 226 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 227 } 228 229 246 247 input, select 248 { 249 background-color: #E8E8E8; 250 border: 1px #c43300 solid; 251 font-size: 11px; 252 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 253 } 254 255 textarea 256 { 257 background-color: white; 258 border: 1px #c43300 solid; 259 font-size: 11px; 260 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 261 } 262 263
Note:
See TracChangeset
for help on using the changeset viewer.