2017-05-07 20:49:59 +02:00
/* Night mode switcher */
. nightswitch {
position : fixed ;
top : 12px ;
2017-05-07 23:40:34 +02:00
right : 12px ;
2017-05-07 18:19:37 +02:00
}
2017-05-07 20:49:59 +02:00
. nightswitch > a > img {
width : 24px ;
}
2017-05-06 17:06:22 +02:00
/* Torrent status colors */
. remake {
2017-05-06 19:56:50 +02:00
background-color : # 795c46 ;
2017-05-06 17:06:22 +02:00
}
. trusted {
2017-05-06 19:56:50 +02:00
background-color : # 3d743e ;
2017-05-06 17:06:22 +02:00
}
. aplus {
2017-05-06 19:56:50 +02:00
background-color : # 487589 ;
2017-05-06 17:06:22 +02:00
}
/* modified copy of NyaaTorrent theme */
# mainmenu {
background : # 263238 ;
position : fixed ;
color : # f2f2f2 ;
width : 100 % ;
z-index : 4 ;
border : 0px solid # 263238 ;
}
# mainmenu a {
color : # eff5f5 ;
}
# container {
padding-top : 1 . 25em ;
2017-05-07 18:19:37 +02:00
background-color : # 29363d ;
2017-05-06 17:06:22 +02:00
}
# container . cont-home {
background : # 29363d url ( / img / megumin . png ) no-repeat ;
}
# container . cont-view {
background : # 29363d url ( / img / megumin . png ) no-repeat ;
2017-05-07 23:40:34 +02:00
background-size : 75px ;
2017-05-06 17:06:22 +02:00
}
body {
2017-05-08 02:51:54 +02:00
background-color : # 282A2E ;
2017-05-06 17:06:22 +02:00
color : # eff5f5 ;
font-family : Arial , sans-serif ;
margin : 0 ;
padding : 0 ;
}
. torrentNav {
text-align : center ;
}
. pagination > . active > a {
2017-05-07 20:54:05 +02:00
background : # ececec ;
2017-05-06 17:06:22 +02:00
border-color : # ececec ;
color : # 337ab7 ; /* restore usual text color */
}
/* Links, Text */
a {
2017-05-08 02:51:54 +02:00
color : # 81a2be ;
2017-05-06 17:06:22 +02:00
text-decoration : none ;
}
2017-05-08 02:51:54 +02:00
. btn-success {
color : # fff ;
background-color : # b294bb ;
border-color : # b294bb ;
}
2017-05-06 17:06:22 +02:00
. download-btn {
2017-05-07 18:58:11 +02:00
font-size : 24px ;
2017-05-06 17:06:22 +02:00
}
. table-borderless > tbody > tr > td ,
. table-borderless > tbody > tr > th ,
. table-borderless > tfoot > tr > td ,
. table-borderless > tfoot > tr > th ,
. table-borderless > thead > tr > td ,
. table-borderless > thead > tr > th {
border : none ;
}
. torrent-info . name {
font-weight : bold ;
overflow : hidden ;
padding-bottom : 3px ;
padding-top : 3px ;
word-wrap : break-word ;
}
. torrent-hash {
font-family : monospace ;
}
. torrent-info . filesize {
white-space : nowrap ;
}
. comment-row td : first-of-type {
vertical-align : top ;
text-align : right ;
}
/* Table style & fixes */
. table > tbody > tr > td {
/* fix bootstrap uglyness */
vertical-align : middle ;
}
. table > tbody > tr > th , . table > tbody > tr > td {
padding : 4px ;
}
2017-05-07 20:54:05 +02:00
. captcha-container {
display : grid ;
grid-template-rows : auto ;
grid-template-columns : 240px ;
}
2017-05-06 17:06:22 +02:00
tr . torrent-info td . date {
white-space : nowrap ;
}
. custom-table-hover > tbody > tr : hover {
opacity : 0 . 82 ;
}
. comment-row {
border-top : 1px solid # ddd ;
}
div . container div . blockBody : nth-of-type ( 2 ) table { table-layout : fixed ; }
div . container div . blockBody : nth-of-type ( 2 ) table tr : first-of-type th : first-of-type , div . container div . blockBody : nth-of-type ( 2 ) table tr : first-of-type th : nth-of-type ( 5 ) { width : 10 % ; }
div . container div . blockBody : nth-of-type ( 2 ) table tr : first-of-type th : nth-of-type ( 3 ) { width : 15 % ; }
div . container div . blockBody : nth-of-type ( 2 ) table tr : first-of-type th : nth-of-type ( 4 ) { width : 19 % ; }
div . container div . blockBody : nth-of-type ( 2 ) table tr : first-of-type th : last-of-type { width : 6 % ; }
/* Mobile-friendly main table */
@ media only screen and ( max-width : 700px ) {
table , thead , tbody , tr {
display : block ;
}
th {
display : none ;
}
td {
display : inline-block ;
}
td : nth-of-type ( 1 ) , td : nth-of-type ( 2 ) {
display : block ;
}
. table > tbody > tr > td {
border : none ;
}
2017-05-07 20:54:05 +02:00
}
/* Credit to bootsnipp.com for the css for the color graph */
. colorgraph {
height : 5px ;
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 ;
2017-05-06 17:06:22 +02:00
}
2017-05-07 20:12:16 +02:00
2017-05-07 23:40:34 +02:00
/* the curved edges triggered my autism */
2017-05-07 20:12:16 +02:00
. navbar {
border-radius : 0px ;
2017-05-07 23:40:34 +02:00
}
2017-05-08 06:49:00 +02:00
: target {
background-color : # 585b4f ;
}