Browse Source

Better colours for sugoi default CSS

undefined
Tomochin 4 years ago
parent
commit
525a0b3362
1 changed files with 23 additions and 11 deletions
  1. +23
    -11
      static/styles/sugoi/style.css

+ 23
- 11
static/styles/sugoi/style.css View File

@@ -22,7 +22,7 @@ html {


body { body {
width: 100%; width: 100%;
background-color: #004080;
background-color: #000030;
font-family: tahoma, helvetica, sans-serif; font-family: tahoma, helvetica, sans-serif;
font-size: 8pt; font-size: 8pt;
color: #000; color: #000;
@@ -31,6 +31,10 @@ body {


/* Common elements */ /* Common elements */


.header a, h2{
color: white;
}

a { a {
text-decoration: none; text-decoration: none;
border: none; border: none;
@@ -72,6 +76,7 @@ button:focus, input[type=button]:focus, input[type=submit]:focus {
h1,h2,h3,h4 { h1,h2,h3,h4 {
margin: 5px 0px; margin: 5px 0px;
font-weight: bold; font-weight: bold;
color: white;
} }


h2 { h2 {
@@ -116,7 +121,7 @@ ul.thin li { margin:0px 0px; padding:0px; }
#header { #header {
width: 100%; width: 100%;
padding: 0px 0 0 0; padding: 0px 0 0 0;
background: #122CB5;
background: #0e238b;
margin-bottom: 10px; margin-bottom: 10px;
} }


@@ -274,7 +279,6 @@ ul.thin li { margin:0px 0px; padding:0px; }
#userinfo { #userinfo {
/* position: absolute; /* position: absolute;
top: 258px; */ top: 258px; */
background: #122CB5;
color: #e6e6e6; color: #e6e6e6;
padding: 4px 0px; padding: 4px 0px;
width: 100%; width: 100%;
@@ -315,11 +319,12 @@ ul.thin li { margin:0px 0px; padding:0px; }


#searchbars { #searchbars {
text-align: center; text-align: center;
background-color: #0B2592;
box-sizing: content-box; box-sizing: content-box;
padding: 4px 10%; padding: 4px 10%;
border-bottom: 2px solid #122CB5;
display: flex; display: flex;
/*! background-color: #0e238b; */
} }


#searchbars > .search_form { #searchbars > .search_form {
@@ -381,7 +386,6 @@ ul.thin li { margin:0px 0px; padding:0px; }
#alerts { #alerts {
/* margin-top: 85px; /* margin-top: 85px;
margin-bottom: -85px; */ margin-bottom: -85px; */
background: #004080;
/* padding: 10px 0px; */ /* padding: 10px 0px; */
margin: 10px 0px; margin: 10px 0px;
} }
@@ -399,7 +403,7 @@ ul.thin li { margin:0px 0px; padding:0px; }


.alertbar { .alertbar {
/* border: 1px solid #999; */ /* border: 1px solid #999; */
background-color: #122CB5;
background-color: #0e238b;
text-align: center; text-align: center;
color: #444; color: #444;
font-weight: bold; font-weight: bold;
@@ -449,7 +453,7 @@ input.hidden {
font-weight: bold; font-weight: bold;
} }


#userinfo_minor {
#userinfo #userinfo_minor {
position: absolute; position: absolute;
text-align: left; text-align: left;
} }
@@ -459,11 +463,11 @@ input.hidden {
position: absolute; position: absolute;
padding: 5px; padding: 5px;
left: -5px; left: -5px;
background-color: #122CB5;
background-color: #0e238b;
z-index: 100; z-index: 100;
} }


#userinfo #userinfo_minor li {
#userinfo_minor li {
display: block; display: block;
} }


@@ -766,6 +770,14 @@ ul.poll li.graph {
vertical-align: middle; vertical-align: middle;
} }


.torrent_table a {
color: black;
}

h3 a {
color: white;
}

.torrent_table .number_column { .torrent_table .number_column {
text-align: center; text-align: center;
} }
@@ -782,7 +794,7 @@ ul.poll li.graph {
background-color: #cfcfcf; background-color: #cfcfcf;
} }
.torrent_table tr.group_torrent { .torrent_table tr.group_torrent {
background-color: #fafafa;
background-color: #eeeeee;
} }
.torrent_table tr.torrent { .torrent_table tr.torrent {
background-color: #ddd; background-color: #ddd;


Loading…
Cancel
Save