thelotus.tv
thelotus.tv LightPink by tituskirch
Details
Authortituskirch
LicenseNo License
Categoryjoke
Created
Updated
Code size2.8 kB
Code checksum7f65a62c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name thelotus.tv LightPink
@version 20220401.12.52
@namespace userstyles.world/user/tituskirch
@description thelotus.tv
@author tituskirch
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://thelotus.tv/") {
/* font */
body {
font-family: 'Comic Sans MS', 'Marker Felt', cursive;
}
/* pink bg */
.pageHeaderPanel,
.userPanel>ul>li>a,
.mainMenu .boxMenu>li>a,
.pageNavigation,
.boxesFooter,
button.buttonPrimary, input[type="button"].buttonPrimary, input[type="submit"], .button.buttonPrimary, a.button.buttonPrimary,
.redactor-toolbar,
.dialogContainer>header
{
background-color: #df7dce;
}
.pageFooterCopyright,
html:not(.touch) button.buttonPrimary:hover, html:not(.touch) input[type="button"].buttonPrimary:hover, html:not(.touch) input[type="submit"]:hover, html:not(.touch) .button.buttonPrimary:hover, html:not(.touch) a.button.buttonPrimary:hover,
.redactor-toolbar>li>a:hover,
.redactor-toolbar>li>a.redactor-act, .redactor-toolbar>li>a.dropact{
background-color: #bd5fad;
}
.mainMenu .boxMenu>li>a,
.userPanel>ul>li>a .icon{
color: white;
}
/* links */
.interactiveDropdown.interactiveDropdownUserMenu>.interactiveDropdownItemsContainer a,
.boxesSidebarLeft a, .boxesSidebarRight a,
a,
.contentItemTitle,
.tabularBoxTitle>header,
.tabularBoxTitle>header a, .tabularBoxTitle>header .icon,
.tabularListRowHead>.tabularListColumns>li,
.tabularListRowHead,
.messageSidebar a,
.messageFooterNote a{
color: #df7dce;
}
.interactiveDropdown.interactiveDropdownUserMenu>.interactiveDropdownItemsContainer a:hover,
.boxesSidebarLeft a, .boxesSidebarRight a:hover,
a:hover,
.contentItemTitle:hover,
.boxesSidebarLeft .box .boxMenu li.active>.boxMenuLink,
.boxesSidebarRight .box .boxMenu li.active>.boxMenuLink,
.tabularBoxTitle>header a, .tabularBoxTitle>header .icon:hover,
.tabularListRowHead>.tabularListColumns>li:hover,
.messageSidebar a:hover,
.messageFooterNote a:hover,
.messageTabMenu>nav.tabMenu>ul>li.active>a, .messageTabMenuNavigation>ul>li.active>a,
.tabularBoxTitle>header a:hover, .tabularBoxTitle>header .icon:hover{
color: #bd5fad;
}
/* borders */
.tabMenu>ul>li::before, .menu>ul>li::before,
input[type="date"]:focus, input[type="date"]:hover, input[type="datetime"]:focus, input[type="datetime"]:hover, input[type="email"]:focus, input[type="email"]:hover, input[type="number"]:focus, input[type="number"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="search"]:focus, input[type="search"]:hover, input[type="tel"]:focus, input[type="tel"]:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="url"]:focus, input[type="url"]:hover, select:focus, select:hover, textarea:focus, textarea:hover{
border-color: #df7dce;
}
}