Removed GopherJS, basic frontend completed, need backend changes for

torrent storage
This commit is contained in:
2017-11-30 18:12:11 -05:00
parent 67fdef16b1
commit e98ad2cc88
69321 changed files with 5498914 additions and 337 deletions

View File

@@ -38,8 +38,6 @@
.navsettings {
grid-column: 1 / span 2;
grid-row: 1;
border-style: double;
max-height: 80px;
}
.imagezoom {
@@ -71,11 +69,6 @@ ul.none {
padding: 0 2% 0 0;
}
ul.navsettingsUl {
list-style-type: none;
margin: 0;
padding-left: 0;
}
li.top {
display: inline;
@@ -87,25 +80,6 @@ hr {
padding: 0;
}
.verticalLine {
border-left: solid grey;
}
table {
width: 100%;
border-collapse: collapse;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
background-color: #3B83CB;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.activeButton {
background-color: red;
@@ -118,57 +92,3 @@ tr:nth-child(even) {
.defaultTab {
display: initial;
}
.addTorrentModal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.addTorrentModalContent {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* The Close Button */
.addTorrentModalClose {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.addTorrentModalClose:hover,
.addTorrentModalClose:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.addTorrentFileModalClose {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.addTorrentFileModalClose:hover,
.addTorrentFileModalClose:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}