color tweaks
Cette révision appartient à :
Parent
4bd79520a9
révision
d8ae9aa2c2
1 fichiers modifiés avec 23 ajouts et 4 suppressions
|
@ -1,13 +1,28 @@
|
|||
/*Don't make changes to layout here, only colours*/
|
||||
/* Torrent status colors */
|
||||
.remake {
|
||||
background-color: #795c46;
|
||||
background-color: #473e50; /*270,13%,28%*/
|
||||
}
|
||||
.trusted {
|
||||
background-color: #3d743e;
|
||||
background-color: #395045; /*150,17%,27%*/
|
||||
}
|
||||
.aplus {
|
||||
background-color: #487589;
|
||||
background-color: #3c5b71; /*205,30%,34%*/
|
||||
}
|
||||
.remake a {
|
||||
color: #cfc2dc; /*270,26%,81%*/
|
||||
}
|
||||
.trusted a {
|
||||
color: #bde0db; /*170,36%,81%*/
|
||||
}
|
||||
.remake a:hover {
|
||||
color: #cf9fff;
|
||||
}
|
||||
.trusted a:hover {
|
||||
color: #6ae3d1;
|
||||
}
|
||||
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
|
||||
border-color: hsla(200,60%,70%,0.15);
|
||||
}
|
||||
|
||||
|
||||
|
@ -47,7 +62,11 @@ body {
|
|||
|
||||
/* Links, Text */
|
||||
a {
|
||||
color: #81a2be;
|
||||
color: #a2c9dd;
|
||||
}
|
||||
a:hover {
|
||||
color: #55c5ff;
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
}
|
||||
.btn-success {
|
||||
color: #fff;
|
||||
|
|
Référencer dans un nouveau ticket