UI colors experiments for portn.com
- Light Coral - css by Epjiibv
Details
AuthorEpjiibv
LicenseGNU GPLv3
CategoryVideos
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name - Light Coral - porntn.com
@version 20230623.03.52
@namespace userstyles.world/user/Epjiibv
@description UI colors experiments for portn.com
@author Epjiibv
@license GNU GPLv3
==/UserStyle== */
@-moz-document domain("porntn.com")
{
h1,
h2
{
color: brown;
font-size: 3.8rem;
font-weight: bold;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.header
{
background-color: #f08080;
}
.sidebar
{
-webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
box-shadow: -1px 1px 5px rgba(193, 0, 0, 0.65);
border-radius: 5px;
/* background-color: ; */
width: 200px;
margin: 3px 7px 0 0;
padding: 2rem;
background-color: #e15757;
}
body
{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
min-height: 100%;
min-width: 320px;
position: relative;
color: #212121;
-webkit-text-size-adjust: none;
/* -ms-text-size-adjust: none; */
background-color: lightcoral;
}
.video-info
{
background-color: #e15757;
}
.list-playlists .item,
.list-models .item,
.list-sponsors .item,
.list-channels .item,
.list-categories .item,
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item
{
display: inline-block;
text-align: left;
background: transparent;
vertical-align: top;
cursor: pointer;
border-radius: 0 0 5px 5px;
background-color: #e15757;
}
.footer-margin
{
background-color: #f9f9f9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e7e7e7));
background-image: linear-gradient(to bottom, #e1575780 0%, #e15757 100%);
padding: 2rem 0;
}
}