- Timestamp:
- Aug 12, 2007, 1:35:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/style.css
r15 r16 1 body{ 1 body 2 { 2 3 background-color: black; 3 4 margin: 0; 4 5 } 5 .TableHlavni{ 6 .TableHlavni 7 { 6 8 height: 100%; 7 9 width: 1005; … … 10 12 border: 0; 11 13 } 12 .pHlavni{ 13 width: 100%; 14 height: 738; 14 .pHlavni 15 { 16 vertical-align: top; 17 width: 735; 18 height: 600; 15 19 overflow: auto; 16 } 17 .pAktuality{ 20 padding: 10px 10px 10px 10px; 21 } 22 .pAktuality 23 { 18 24 font-size: 12; 19 25 font-family: arial; 20 26 color: white; 21 27 font-weight: bold; 22 width: 2 20px;28 width: 245px; 23 29 height: 180px; 24 30 overflow: auto; 25 31 } 26 .pAdministrace{ 32 .pAdministrace 33 { 27 34 width: 100%; 28 35 height: 200px; … … 80 87 padding-top: 1px; 81 88 } 82 .TdSloupec{ 89 .TdSloupec 90 { 83 91 padding-top: 20px; 84 92 width: 250; 85 93 } 86 .SpanAktuality{ 94 .SpanAktuality 95 { 87 96 font-family: arial narrow; 88 97 font-size: 8; 89 98 } 90 .SpanAktualityRed{ 99 .SpanAktualityRed 100 { 91 101 color: red; 92 102 } 93 .TableDonate{ 103 .TableDonate 104 { 94 105 font-size: small; 95 106 width: 90%; … … 118 129 font-size: small; 119 130 } 120 IFRAME{ 121 width: 740; 122 height: 610; 123 } 124 .TdChat{ 131 IFRAME 132 { 133 width: 720px; 134 height: 590px; 135 } 136 .TdChat 137 { 125 138 color: white; 126 139 } … … 128 141 color:white; 129 142 } 130 .SpanBan{ 143 .SpanBan 144 { 131 145 font-size: 20px; 132 146 color: red; 133 147 } 134 .info{ 148 .info 149 { 135 150 color:#ffff99; 136 151 padding: 0px 20px 0px 0px; 137 152 } 138 .ClientNastaveni{ 153 .ClientNastaveni 154 { 139 155 font-size: 15; 140 156 color: white; 141 157 } 142 143 158 #SplitTable 144 159 { 145 160 } 146 147 161 #SplitTable.td 148 162 { 149 163 padding: 10px 10px 10px 10px; 150 164 } 151 152 165 .MiniTable 153 166 { … … 157 170 text-align: center; 158 171 } 159 160 172 .MiniTable td 161 173 { … … 197 209 padding-left: 10px; 198 210 } 211 #BlankSpace 212 { 213 height: 110px; 214 }
Note:
See TracChangeset
for help on using the changeset viewer.