Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Sync CSS files

Cette révision appartient à :
sfan5 2017-05-07 20:54:05 +02:00
Parent f0d68a7d7f
révision eaf647565f

Voir le fichier

@ -58,12 +58,8 @@ body {
text-align: center; text-align: center;
} }
.pagination {
background-color: #264040;
}
.pagination > .active > a { .pagination > .active > a {
background-color: #ececec; background: #ececec;
border-color: #ececec; border-color: #ececec;
color: #337ab7; /* restore usual text color */ color: #337ab7; /* restore usual text color */
} }
@ -118,6 +114,12 @@ a {
padding: 4px; padding: 4px;
} }
.captcha-container {
display: grid;
grid-template-rows: auto;
grid-template-columns: 240px;
}
tr.torrent-info td.date { tr.torrent-info td.date {
white-space: nowrap; white-space: nowrap;
} }
@ -157,11 +159,21 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
.table > tbody > tr > td { .table > tbody > tr > td {
border: none; border: none;
} }
#container.cont-home { }
background: #29363d url(/img/megumin.png) no-repeat;
} /* Credit to bootsnipp.com for the css for the color graph */
#container.cont-view { .colorgraph {
background: #29363d url(/img/megumin.png) no-repeat; height: 5px;
background-size: 75px, 100px; border-top: 0;
} background: #c4e17f;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.center-image {
max-width: 100%;
max-height: 80vh;
} }