1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #logo {
- text-align: left;
- }
- .scoreinfo {
- float: right;
- width: 23.4375%;
- }
- #scoreinfo {
- background-color: #f7f7f7
- }
- #topbar_bg {
- display: none
- }
- #newsdiv {
- width: 46.875%;
- float: left
- }
- .newsitem {
- font-size: 2.053476562vh;
- width: 50%;
- }
- #first_news_item {
- font-size: 4.106953125vh;
- width: 100%;
- }
- #magazine { width: 23.4375%; float: right; margin-right: 3.125%; display: inline-block }
- .floatright {
- float: right
- }
- .floatleft {
- float: left
- }
- .news_separator {
- display: none
- }
- #switch_view {
- display: none
- }
|