- Timestamp:
- Aug 12, 2007, 2:13:09 AM (17 years ago)
- Location:
- css
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
css/style.css
r11 r14 7 7 width: 1005; 8 8 background-image: url(images/background.jpg); 9 background-repeat: no-repeat; 10 border =0;9 background-repeat: no-repeat; 10 border: 0; 11 11 } 12 12 .pHlavni{ … … 65 65 color:#ffff33 66 66 } 67 .registrace{ 67 .registrace_frame 68 { 68 69 color: #A0A0ff; 69 70 } … … 81 82 .TdSloupec{ 82 83 padding-top: 20px; 84 width: 250; 83 85 } 84 86 .SpanAktuality{ … … 139 141 } 140 142 143 #SplitTable 144 { 145 } 146 147 #SplitTable.td 148 { 149 padding: 10px 10px 10px 10px; 150 } 151 141 152 .MiniTable 142 153 { 154 width: 250px; 143 155 color: white; 144 156 font-size: 14px; 145 157 } 146 158 159 .MiniTable td 160 { 161 vertical-align: top; 162 } 163 .NewsTable 164 { 165 color: white; 166 font-size: 11px; 167 border: thin dotted; 168 } 169 .NewsItem 170 { 171 border: 1px dotted white; 172 background: #86272F; 173 margin-top: 5px; 174 padding: 0px 5px 5px 5px; 175 } 176 .NewsItemTitle 177 { 178 border-bottom-width: thin; 179 border-bottom-style: solid; 180 margin-top: 0px; 181 margin-bottom: 0px; 182 } 147 183 div 148 184 { … … 150 186 color:white; 151 187 font-family: Comic Sans MS; 152 }} 188 } 189 #MainCell 190 { 191 padding-left: 8px; 192 padding-right: 5px; 193 } 194 #EmuInfo 195 { 196 padding-left: 10px; 197 }
Note:
See TracChangeset
for help on using the changeset viewer.