Gestion download au travers de premiumizeme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

108 lines
1.6 KiB

html {
font-family : "Roboto", "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;
background: rgb(242, 242, 242);
padding-bottom: 2.5em;
}
a {
text-decoration: none;
}
textarea.multidl {
font-family: "source code pro";
margin-bottom: 1em;
width: 985px;
height: 200px;
}
div.account {
background: #DA4336;
color: #270c0a;
padding: 0.5em;
text-align: center;
box-shadow: 1px 1px 12px rgba(85, 85, 85, 0.25);
position: fixed;
top: 0;
width: 100%;
left: 0;
height: 3em;
}
div.account .info {
color: #FEFCFC;
}
div.account .info .important {
font-weight: bold;
}
div.nomenclature {
background-color: rgba(214, 214, 214, 0.5);
color: #270c0a;
padding: 0.5em;
text-align: center;
box-shadow: 1px 1px 12px rgba(85, 85, 85, 0.25);
position: fixed;
top: 97%;
width: 100%;
left: 0;
height: 3em;
}
div.nomenclature span {
margin-left: 1em;
}
/* Page d'admin */
div.addMulti {
margin-top: 5em;
margin-bottom: 1.5em;
text-align: center;
}
div.list div {
display: inline-block;
}
div.listdl {
float: left;
margin-right: 2em;
}
table.listdl {
margin: 0 auto;
}
table.liststream {
margin: 0 auto;
}
.added {
background-color: #ccff90;
}
.downloading {
background-color: #78909c;
}
.downloaded, .finished {
background-color: #29b6f6;
}
.dupp {
background-color: #ef5350;
}
div.mybtn {
margin-top: 1.2em;
margin-bottom: 1.2em;
display: inline;
}
a.btn {
box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.25);
color: rgb(254, 254, 254);
background: #fa963f;
padding: 10px 20px 10px 20px;
}