...Dlaczego?
This commit is contained in:
141
assets/css/js-warunkowe.css
Normal file
141
assets/css/js-warunkowe.css
Normal file
@@ -0,0 +1,141 @@
|
||||
#pornhub-nieaktywne {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#pornhub * {
|
||||
color: #fff;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#pornhub {
|
||||
display: inline-block !important;
|
||||
background: #000;
|
||||
z-index: 1000002;
|
||||
overflow: auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#pornhub img {
|
||||
color: #fff;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#pornhub #pierwszy {
|
||||
max-width: 750px;
|
||||
display: inline-block;
|
||||
padding: 4rem 2rem;
|
||||
box-shadow: 0 0 40px 5px rgba(255,255,255,.15);
|
||||
background-color: #000;
|
||||
border: 1px solid #2e2e2e;
|
||||
position: relative;
|
||||
top: 100px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#pornhub #pierwszy div h3 {
|
||||
font-size: 2.5rem;
|
||||
margin: 1.5rem 0 1rem;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
background-color: initial;
|
||||
line-height: initial;
|
||||
padding: 0;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#pornhub #pierwszy div h4 {
|
||||
font-size: 1.2rem;
|
||||
margin: 1.5rem 0 1rem;
|
||||
margin-top: 2.5rem;
|
||||
margin-left: .25rem;
|
||||
text-align: left;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
background-color: initial;
|
||||
line-height: initial;
|
||||
padding: 0;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#pornhub #pierwszy div p {
|
||||
font-size: 1.25rem;
|
||||
margin: 0;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
|
||||
#pornhub span {
|
||||
background-color: rgb(0,0,0);
|
||||
color: rgb(204,204,204);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#pornhub button {
|
||||
appearance: none;
|
||||
vertical-align: top;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
outline: 0 none;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
font-family: inherit;
|
||||
background: #1f1f1f;
|
||||
margin-top: 1rem;
|
||||
font-size: 1.25rem;
|
||||
width: 21rem;
|
||||
max-width: 100%;
|
||||
padding: 1rem;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
border: 3px solid #ff9000;
|
||||
}
|
||||
|
||||
#pornhub input {
|
||||
margin: 0;
|
||||
border: 3px solid #ff9000;
|
||||
height: .5rem;
|
||||
background: #1f1f1f;
|
||||
}
|
||||
|
||||
#pornhub input::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border-width: 0px;
|
||||
border-radius: 100%;
|
||||
cursor: pointer;
|
||||
background-color: #ff9000;
|
||||
}
|
||||
|
||||
#pornhub input::-moz-range-thumb {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border-radius: 100%;
|
||||
cursor: pointer;
|
||||
background-color: #ff9000;
|
||||
}
|
||||
Reference in New Issue
Block a user