diff --git a/css/style.css b/css/style.css index 5dd91a5c..9afeb256 100644 --- a/css/style.css +++ b/css/style.css @@ -9,7 +9,6 @@ background-color: #81d3fa; } - /* modified copy of NyaaTorrent theme */ nav#mainmenu { background: #263238; @@ -72,11 +71,16 @@ a { white-space: nowrap; } +/* Styling/fixes for the table: */ .table > tbody > tr > td { /* fix bootstrap uglyness */ vertical-align: middle; } +.custom-table-hover > tbody > tr:hover { + opacity: 0.82; +} + 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%;} diff --git a/templates/home.html b/templates/home.html index a64d064c..3268b6aa 100644 --- a/templates/home.html +++ b/templates/home.html @@ -8,7 +8,7 @@
- +
Category Name