Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Changed night-mode item colors(remake, trusted, aplus)

Cette révision appartient à :
reds 2017-05-06 18:56:50 +01:00
Parent 62c80bcbd5
révision 1f59c94ec3
2 fichiers modifiés avec 14 ajouts et 5 suppressions

Voir le fichier

@ -1,12 +1,12 @@
/* Torrent status colors */
.remake {
background-color: #a05013;
background-color: #795c46;
}
.trusted {
background-color: #238025;
background-color: #3d743e;
}
.aplus {
background-color: #0777ab;
background-color: #487589;
}
/* modified copy of NyaaTorrent theme */
@ -59,7 +59,7 @@ body {
/* Links, Text */
a {
color: #1cb093;
color: #13cba6;
text-decoration : none;
}
@ -146,4 +146,11 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
.table > tbody > tr > td {
border: none;
}
#container.cont-home {
background: #29363d url(/img/megumin.png) no-repeat;
}
#container.cont-view {
background: #29363d url(/img/megumin.png) no-repeat;
background-size: 75px, 100px;
}
}

Voir le fichier

@ -11,7 +11,9 @@
<!-- RSS Feed with Context -->
<link href="{{ genRouteWithQuery "feed" .URL }}" rel="alternate" type="application/rss+xml" title="Nyaa Pantsu - {{block "rsstitle" .}}Last torrents{{end}} RSS Feed" />
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<!-- This should come before website CSS because it can f3ck up the website completely.. Use !important as a workaround -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Bootstrap -->
@ -42,7 +44,7 @@
<ul class="nav navbar-nav">
<li><a href="https://sukebei.pantsu.cat">Fap</a></li>
<li><a href="{{.URL.Parse "/upload"}}">Upload</a/></li>
<li><a href="{{.URL.Parse "/faq"}}">FAQ</a></li>
<li><a href="{{.URL.Parse "/faq"}}">FAQ</a></li>
<li><a href="irc://irc.rizon.net/nyaapantsu">IRC</a></li>
<li><a href="{{ genRouteWithQuery "feed" .URL }}">RSS</a></li>
</ul>