| @@ -22,7 +22,7 @@ html { | |||
| body { | |||
| width: 100%; | |||
| background-color: #004080; | |||
| background-color: #000030; | |||
| font-family: tahoma, helvetica, sans-serif; | |||
| font-size: 8pt; | |||
| color: #000; | |||
| @@ -31,6 +31,10 @@ body { | |||
| /* Common elements */ | |||
| .header a, h2{ | |||
| color: white; | |||
| } | |||
| a { | |||
| text-decoration: none; | |||
| border: none; | |||
| @@ -72,6 +76,7 @@ button:focus, input[type=button]:focus, input[type=submit]:focus { | |||
| h1,h2,h3,h4 { | |||
| margin: 5px 0px; | |||
| font-weight: bold; | |||
| color: white; | |||
| } | |||
| h2 { | |||
| @@ -116,7 +121,7 @@ ul.thin li { margin:0px 0px; padding:0px; } | |||
| #header { | |||
| width: 100%; | |||
| padding: 0px 0 0 0; | |||
| background: #122CB5; | |||
| background: #0e238b; | |||
| margin-bottom: 10px; | |||
| } | |||
| @@ -274,7 +279,6 @@ ul.thin li { margin:0px 0px; padding:0px; } | |||
| #userinfo { | |||
| /* position: absolute; | |||
| top: 258px; */ | |||
| background: #122CB5; | |||
| color: #e6e6e6; | |||
| padding: 4px 0px; | |||
| width: 100%; | |||
| @@ -315,11 +319,12 @@ ul.thin li { margin:0px 0px; padding:0px; } | |||
| #searchbars { | |||
| text-align: center; | |||
| background-color: #0B2592; | |||
| box-sizing: content-box; | |||
| padding: 4px 10%; | |||
| border-bottom: 2px solid #122CB5; | |||
| display: flex; | |||
| /*! background-color: #0e238b; */ | |||
| } | |||
| #searchbars > .search_form { | |||
| @@ -381,7 +386,6 @@ ul.thin li { margin:0px 0px; padding:0px; } | |||
| #alerts { | |||
| /* margin-top: 85px; | |||
| margin-bottom: -85px; */ | |||
| background: #004080; | |||
| /* padding: 10px 0px; */ | |||
| margin: 10px 0px; | |||
| } | |||
| @@ -399,7 +403,7 @@ ul.thin li { margin:0px 0px; padding:0px; } | |||
| .alertbar { | |||
| /* border: 1px solid #999; */ | |||
| background-color: #122CB5; | |||
| background-color: #0e238b; | |||
| text-align: center; | |||
| color: #444; | |||
| font-weight: bold; | |||
| @@ -449,7 +453,7 @@ input.hidden { | |||
| font-weight: bold; | |||
| } | |||
| #userinfo_minor { | |||
| #userinfo #userinfo_minor { | |||
| position: absolute; | |||
| text-align: left; | |||
| } | |||
| @@ -459,11 +463,11 @@ input.hidden { | |||
| position: absolute; | |||
| padding: 5px; | |||
| left: -5px; | |||
| background-color: #122CB5; | |||
| background-color: #0e238b; | |||
| z-index: 100; | |||
| } | |||
| #userinfo #userinfo_minor li { | |||
| #userinfo_minor li { | |||
| display: block; | |||
| } | |||
| @@ -766,6 +770,14 @@ ul.poll li.graph { | |||
| vertical-align: middle; | |||
| } | |||
| .torrent_table a { | |||
| color: black; | |||
| } | |||
| h3 a { | |||
| color: white; | |||
| } | |||
| .torrent_table .number_column { | |||
| text-align: center; | |||
| } | |||
| @@ -782,7 +794,7 @@ ul.poll li.graph { | |||
| background-color: #cfcfcf; | |||
| } | |||
| .torrent_table tr.group_torrent { | |||
| background-color: #fafafa; | |||
| background-color: #eeeeee; | |||
| } | |||
| .torrent_table tr.torrent { | |||
| background-color: #ddd; | |||