alltube/css/style.css

727 lines
12 KiB
CSS
Raw Normal View History

2014-03-13 20:07:56 +01:00
body {
2016-12-22 12:46:32 +01:00
background-color: #EBEBEB;
2014-12-30 00:38:34 +01:00
background-image:url('../img/fond.jpg');
2014-03-13 20:07:56 +01:00
font-family: 'Open Sans', sans-serif;
font-weight:400;
2017-06-01 01:38:35 +02:00
text-align:center;
2014-03-13 20:07:56 +01:00
}
2017-06-01 11:18:46 +02:00
/* Header */
2014-03-13 20:07:56 +01:00
header {
2017-06-01 01:38:35 +02:00
padding:0;
2014-03-13 20:07:56 +01:00
position:absolute;
text-align:right;
2017-06-01 01:38:35 +02:00
top:0;
2014-03-13 20:07:56 +01:00
width:100%;
2017-06-01 01:38:35 +02:00
}
2017-06-01 01:38:35 +02:00
.social {
padding-right:21px;
}
2014-03-13 20:07:56 +01:00
2017-06-01 01:38:35 +02:00
header .social a {
background-position:0 0;
background-repeat:no-repeat;
float:right;
height:38px;
margin-left:13px;
margin-right:0;
margin-top:13px;
overflow:hidden;
position:relative;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
width:38px;
}
2014-03-13 20:07:56 +01:00
header a:focus,
2017-06-01 01:38:35 +02:00
header a:hover {
2014-03-13 20:07:56 +01:00
background-position:0 100%;
2017-06-01 01:38:35 +02:00
outline:none;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.share {
background-image:url('../img/share.png');
}
.sharemask {
background-image:url('../img/sharemask.png');
background-position:top left;
background-repeat:no-repeat;
height:38px;
left:0;
position:absolute;
top:0;
width:38px;
z-index:10;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.facebook {
background-image:url('../img/facebook.png');
}
2017-06-01 01:38:35 +02:00
.facebookmask {
background-image:url('../img/facebookmask.png');
background-position:top left;
background-repeat:no-repeat;
height:38px;
left:0;
position:absolute;
top:0;
width:38px;
z-index:10;
}
2017-06-01 01:38:35 +02:00
.twitter {
background-image:url('../img/twitter.png');
}
2017-06-01 01:38:35 +02:00
.twittermask {
background-image:url('../img/twittermask.png');
background-position:top left;
background-repeat:no-repeat;
height:38px;
left:0;
position:absolute;
top:0;
width:38px;
z-index:10;
}
2014-03-13 20:07:56 +01:00
2017-06-01 11:18:46 +02:00
/* Footer */
2014-03-13 20:07:56 +01:00
footer {
2014-12-30 00:38:34 +01:00
background-image:url('../img/fondfooter.png');
2014-03-13 20:07:56 +01:00
background-position:top left;
2017-06-01 01:38:35 +02:00
background-repeat:repeat-x;
bottom:0;
2014-03-13 20:07:56 +01:00
color:#adadad;
2017-06-01 01:38:35 +02:00
padding-top:20px;
position:fixed;
text-align:center;
width:100%;
2014-03-13 20:07:56 +01:00
z-index:11;
}
.footer_wrapper {
height:28px;
}
2014-03-13 20:07:56 +01:00
footer a{
color:#adadad;
2017-06-01 01:38:35 +02:00
text-decoration:none;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
2014-03-13 20:07:56 +01:00
}
footer a:focus,
2017-06-01 01:38:35 +02:00
footer a:hover {
color:#f2084a;
2014-03-13 20:07:56 +01:00
outline:none;
2017-06-01 01:38:35 +02:00
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
2014-03-13 20:07:56 +01:00
}
2014-03-13 20:07:56 +01:00
2017-06-01 11:18:46 +02:00
/* Home content */
2014-03-13 20:07:56 +01:00
.logo {
padding-bottom:55px;
}
2017-06-01 01:38:35 +02:00
.labelurl {
color:#3f3f3f;
font-size:19px;
position:relative;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.champs {
margin-bottom:70px;
margin-top:8px;
position:relative;
2014-03-13 20:07:56 +01:00
}
.downloadBtn {
background-color:#3A3A3A;
border: 3px solid #a5a5a5;
border-radius:10px;
2017-06-01 01:38:35 +02:00
color:#dedede;
cursor:pointer;
display:inline-block;
2014-03-13 20:07:56 +01:00
font-weight:800;
2017-06-01 01:38:35 +02:00
padding: 12px 14px;
position:relative;
text-decoration:none;
2014-05-23 19:47:36 +02:00
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
}
2014-03-13 20:07:56 +01:00
.downloadBtn:focus,
2017-06-01 01:38:35 +02:00
.downloadBtn:hover {
2014-03-13 20:07:56 +01:00
background-color:#f2084a;
2017-06-01 01:38:35 +02:00
outline:none;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
2014-03-13 20:07:56 +01:00
}
.downloadBtn::-moz-focus-inner {
border:none;
}
.URLinput{
background-color:#fff;
border: 3px solid #a5a5a5;
border-radius:10px;
2017-06-01 01:38:35 +02:00
color:#3F3F3F;
2014-03-13 20:07:56 +01:00
font-weight:800;
margin-right:8px;
2017-06-01 01:38:35 +02:00
min-width:426px;
padding: 12px 12px 12px 12px;
position:relative;
2014-03-13 20:07:56 +01:00
}
.URLinput:focus {
border-color:#3A3A3A;
2017-06-01 01:38:35 +02:00
outline: none;
2014-03-13 20:07:56 +01:00
}
.URLinput:-webkit-input-placeholder{
color:#c1cfcf;
}
.URLinput:-moz-placeholder {
color:#c1cfcf;
}
.combatiblelink {
2017-06-01 01:38:35 +02:00
background-image:url('../img/compatiblerouage.png');
background-position:0 100%;
background-repeat:no-repeat;
color:#a5a5a5;
padding-bottom:10px;
padding-left:41px;
padding-top:10px;
position:relative;
text-decoration:none;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
z-index:10;
2014-03-13 20:07:56 +01:00
}
.combatiblelink:focus,
2017-06-01 01:38:35 +02:00
.combatiblelink:hover {
background-position:0 0;
color:#f2084a;
2014-03-13 20:07:56 +01:00
outline:none;
2017-06-01 01:38:35 +02:00
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
2015-10-28 11:54:35 +01:00
}
2017-06-01 01:38:35 +02:00
.bookmarklet {
border: 2px dotted;
color:gray;
padding:10px 30px;
position:relative;
text-decoration:none;
z-index:10;
2015-10-28 11:54:35 +01:00
}
2017-06-01 01:38:35 +02:00
.mp3 {
2014-03-13 20:07:56 +01:00
background-color:#cecece;
border-radius:6px;
color:#3f3f3f;
2014-03-13 20:07:56 +01:00
height:26px;
margin-top:12px;
2017-06-01 01:38:35 +02:00
position:relative;
2014-03-13 20:07:56 +01:00
text-align:left;
2017-06-01 01:38:35 +02:00
width:622px;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.mp3 p {
padding:3px;
}
.audio:not(:checked),
.audio:checked {
left: -9999px;
position: absolute;
}
.audio:not(:checked) + label,
.audio:checked + label {
cursor: pointer;
line-height:22px;
padding-left: 82px;
position: relative;
}
.audio:not(:checked) + label:before,
.audio:checked + label:before,
.audio:not(:checked) + label:after,
.audio:checked + label:after {
content: '';
position: absolute;
}
.audio:not(:checked) + label:before,
.audio:checked + label:before {
background: #ffffff;
border-radius: 6px;
height: 20px;
left:0;
top: -1px;
-webkit-transition: background-color .2s;
-moz-transition: background-color .2s;
-ms-transition: background-color .2s;
-o-transition: background-color .2s;
transition: background-color .2s;
width: 45px;
}
.audio:not(:checked) + label:after,
.audio:checked + label:after {
background: #3a3a3a;
border-radius: 6px;
height: 16px;
left: 2px;
top: 1px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
width: 16px;
}
.audio:focus + label {
color:black;
}
/* on checked */
.audio:checked + label:before {
background:#f2084a;
}
.audio:checked + label:after {
background: #fff;
left: 27px;
top: 1px;
}
.audio:checked + label .ui,
.audio:not(:checked) + label .ui:before,
.audio:checked + label .ui:after {
border-radius: 15px;
font-size: 11px;
font-weight: bold;
height:20px;
left: 3px;
line-height: 17px;
position: absolute;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
width: 45px;
}
.audio:not(:checked) + label .ui:before {
background-image:url('../img/mp3hover.png');
background-position:right top;
background-repeat:no-repeat;
content: "no";
left: 0;
2017-06-01 11:38:35 +02:00
min-width:56px;
2017-06-01 01:38:35 +02:00
padding-left:23px;
padding-top:2px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.audio:checked + label .ui:after {
background-image:url('../img/mp3.png');
background-position:right top;
background-repeat:no-repeat;
color: #fff;
content: "yes";
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
width:73px;
}
2014-03-13 20:07:56 +01:00
2017-04-25 01:53:38 +02:00
/* Playlists */
.playlist-entry .thumb {
float: left;
margin-right: 1em;
}
2014-03-13 20:07:56 +01:00
2017-07-03 12:27:31 +02:00
.playlist-entry {
2017-04-25 01:53:38 +02:00
clear: both;
padding-top: 2em;
text-align: left;
2017-04-25 11:05:49 +02:00
width: 600px;
2017-04-25 01:53:38 +02:00
}
2014-03-13 20:07:56 +01:00
2017-06-01 11:38:35 +02:00
.playlist-entry-title {
2017-04-25 01:53:38 +02:00
margin-top: 0;
}
2014-03-13 20:07:56 +01:00
2017-06-01 11:38:35 +02:00
.playlist-entry-title a {
2017-04-25 01:53:38 +02:00
text-decoration: none;
}
2014-03-13 20:07:56 +01:00
2017-06-01 11:38:35 +02:00
.playlist-entry-title a:hover {
2017-04-25 01:53:38 +02:00
text-decoration: underline;
}
.playlist-entry .downloadBtn {
border-width: 2px;
2017-06-01 01:38:35 +02:00
font-size: 16px;
2017-04-25 01:53:38 +02:00
}
2014-03-13 20:07:56 +01:00
2014-03-13 20:07:56 +01:00
2017-06-01 11:18:46 +02:00
/* Supported websites list */
2014-03-13 20:07:56 +01:00
2017-06-01 01:38:35 +02:00
.logobis {
height:107px;
margin:0 auto 10px auto;
position:relative;
width:447px;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.logocompatible {
background-image:url('../img/logocompatible.png');
background-position:0 0;
background-repeat:repeat-y;
display:block;
height:107px;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
width:447px;
2014-03-13 20:07:56 +01:00
}
.logocompatible:focus,
.logocompatible:hover {
background-position:0 100%;
2017-06-01 01:38:35 +02:00
outline:none;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
}
2014-03-13 20:07:56 +01:00
2017-06-01 01:38:35 +02:00
.logocompatiblemask {
background-image:url('../img/logocompatiblemask.png');
background-position:0 100%;
background-repeat:no-repeat;
height:107px;
left:0;
position:absolute;
top:0;
width:447px;
z-index:10;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.titre {
color:#383838;
font-family: 'Open Sans', sans-serif;
font-size:48px;
font-weight:300;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.tripleliste {
margin-left:auto;
margin-right:auto;
margin-top:80px;
position:relative;
width:800px;
2014-03-13 20:07:56 +01:00
}
2017-06-01 01:38:35 +02:00
.tripleliste ul {
margin-bottom:1em;
margin-left:120px;
width:600px;
}
2014-03-13 20:07:56 +01:00
2017-06-01 01:38:35 +02:00
.tripleliste ul li {
color:#383838;
float:left;
list-style-type:none;
position:relative;
text-align:left;
width:200px;
2014-03-13 20:07:56 +01:00
}
html,
body {
height:100%;
2017-06-01 01:38:35 +02:00
margin:0;
2014-03-13 20:07:56 +01:00
}
.wrapper {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
2017-06-01 01:38:35 +02:00
display:table;
height:100%;
margin:auto;
padding-bottom:110px;
2014-03-13 20:07:56 +01:00
}
.main {
display:table-cell;
vertical-align:middle;
}
.extractors {
padding-top:60px;
}
.extractors .wrapper {
padding-bottom:5em;
}
.logocompatible,
.social a {
font-size:0;
text-decoration:none;
}
.social a {
color:#D1D1D1;
}
.logocompatible {
color: #4F4F4F
}
h1 {
margin:0;
}
.error {
max-width: 100ex;
}
.error p {
text-align:justify;
}
.smaller {
font-size:smaller;
}
.thumb {
max-width:700px;
}
2014-05-23 19:11:03 +02:00
.format {
text-align:left;
}
.best {
margin-bottom: 1em;
}
.monospace {
font-family:monospace;
}
.customBitrate {
width: 6ex;
}
2017-05-30 22:20:16 +02:00
.locales {
float: left;
2017-06-01 01:04:39 +02:00
padding-left: 1em;
padding-top: 1em;
2017-06-01 01:38:35 +02:00
text-align: left;
2017-06-01 01:04:39 +02:00
}
.locales a,
.locales a:visited {
2017-06-01 10:59:37 +02:00
color: #696969;
2017-06-01 01:38:35 +02:00
text-decoration: none;
2017-06-01 01:04:39 +02:00
}
.supportedLocales {
2017-06-01 10:59:37 +02:00
background-color: #fff;
2017-06-01 01:04:39 +02:00
list-style-type: none;
margin: 0;
2017-06-01 10:59:37 +02:00
opacity: 0;
2017-06-01 01:38:35 +02:00
padding-left: 0;
2017-06-01 10:59:37 +02:00
transition: visibility 0.5s;
visibility: hidden;
2017-06-01 01:04:39 +02:00
}
.supportedLocales li {
2017-06-01 10:59:37 +02:00
border-bottom: thin solid #E1E1E1;
}
.supportedLocales li:last-child {
border-bottom: none;
2017-06-01 01:04:39 +02:00
}
.supportedLocales li a {
2017-06-01 01:38:35 +02:00
display: block;
2017-06-01 01:04:39 +02:00
padding: 1em;
padding-right: 2em;
}
.supportedLocales li:hover {
2017-06-01 10:59:37 +02:00
background-color: #cecece;
2017-06-01 01:04:39 +02:00
}
.localesBtn {
2017-06-01 11:17:29 +02:00
background-color: transparent;
2017-06-01 10:59:37 +02:00
border: none;
cursor: pointer;
2017-06-01 01:04:39 +02:00
display: inline-block;
2017-06-01 01:38:35 +02:00
padding: 1em;
2017-06-01 01:04:39 +02:00
}
.localesBtn:focus {
2017-06-01 10:59:37 +02:00
background-color: #fff;
pointer-events: none;
2017-06-01 01:04:39 +02:00
}
.localesBtn:focus + .supportedLocales {
2017-06-01 10:59:37 +02:00
opacity: 1;
visibility: visible;
2017-05-30 22:20:16 +02:00
}
2014-03-13 20:07:56 +01:00
@media (max-width: 640px) {
2016-05-01 18:58:03 +02:00
.formats,
2014-03-13 20:07:56 +01:00
.thumb {
width:90%;
}
2014-03-13 20:07:56 +01:00
.URLinput{
min-width:0;
}
2014-03-13 20:07:56 +01:00
.logo {
max-width:330px;
}
2014-03-13 20:07:56 +01:00
.logocompatible,
.logocompatible img {
max-width:447px;
}
2014-03-13 20:07:56 +01:00
.logocompatible,
.logo,
.champs,
.URLinput,
.mp3 {
height:auto;
2017-06-01 01:38:35 +02:00
margin:auto;
width:90%;
2014-03-13 20:07:56 +01:00
}
2014-03-13 20:07:56 +01:00
.logo {
margin-top:50px;
}
2014-03-13 20:07:56 +01:00
.logocompatible img {
height: auto;
2017-06-01 01:38:35 +02:00
width:100%;
2014-03-13 20:07:56 +01:00
}
2014-03-13 20:07:56 +01:00
.downloadBtn {
margin-top: 0.3em;
}
.mp3 {
margin-bottom: 1em;
}
2014-03-13 20:07:56 +01:00
footer {
display:none;
}
2014-03-13 20:07:56 +01:00
.tripleliste ul,
.tripleliste {
margin-left:auto;
margin-top:auto;
2017-06-01 01:38:35 +02:00
width:auto;
2014-03-13 20:07:56 +01:00
}
2014-03-13 20:07:56 +01:00
.logocompatiblemask {
background:none;
}
2014-03-13 20:07:56 +01:00
.logocompatible {
background-color:#4F4F4F;
2017-06-01 01:38:35 +02:00
background-image:none;
height:auto;
2014-03-13 20:07:56 +01:00
}
2014-03-13 20:07:56 +01:00
.logocompatiblemask,
.logobis {
width:auto;
}
2014-03-13 20:07:56 +01:00
.logocompatiblemask {
position:static;
}
2014-03-13 20:07:56 +01:00
.logobis {
height:auto;
}
2014-03-13 20:07:56 +01:00
.titre {
margin:auto;
}
2014-03-13 20:07:56 +01:00
.error p {
padding:0.5em;
text-align:left;
}
2017-04-25 11:05:49 +02:00
.playlist-entry {
text-align: center;
width: auto;
}
.playlist-entry .thumb {
float: none;
margin-right: 0;
}
2014-03-13 20:07:56 +01:00
}
@media all and (display-mode: standalone) {
2016-07-10 13:12:44 +02:00
.bookmarklet_wrapper {
display: none;
}
}