dark marine
www.image-line.com by azuresea
Details
Authorazuresea
LicenseCCSANM
Categorywww.image-line.com
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
For the online FL Studio 2024 Producer's Edition Live Manual
Source code
/* ==UserStyle==
@name www.image-line.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description dark marine
@author Gabriel T Sharp gitlab.com/azuresea
==/UserStyle== */
@-moz-document domain("www.image-line.com") {
input[name="q"],
form#search_form,
:root
{
background: linear-gradient(#03030b,#09050d)
;
background-attachment: fixed !important;
color: white;
}
:root *
{
background: transparent;
color: white;
}
form *
{
border-color: #000 !important;
}
input
{
border: solid 1px #363636 !important;
border-radius: 16px;
}
a:visited
{
color: #584465 !important;
border-bottom: none;
text-decoration: underline wavy 1px #584465 !important;
}
img
{
border-radius: 8px;
box-shadow: 2px 2px 14px #99a0e4b3;
}
ul > li > b
{
color: #6c75cc !important;
}
a
{
color: #6c75cc !important;
border-bottom: none;
}
::marker
{
color: #c18cfa !important;
text-shadow: 1px 1px 4px #e100ff;
}
h1,h2,h3,h4,h5
{
color: #99a0e4b3 !important;
text-shadow: 2px 2px 4px #277cbea3, -1px -1px 3px #e3a8ffb0;
background: linear-gradient(73deg,#603a003b,#ef00ff21),
radial-gradient(#00ff4d,#e100ff ) !important;
background-clip: text !important;
background-blend-mode: color-dodge,color-dodge;
}
td#rightcol > p.SubTopicOf
{
position: sticky !important;
display: block !important;
top: 0px !important;
left: 0px !important;
font-size: 1.5vw;
font-weight: bold;
padding: 0.5vw;
background: linear-gradient(180deg,#fff9 1.7vw,#fff0 calc( 1.7vw + 2px )),
radial-gradient(#e3a8ffb0,#6c75cc4a ) !important;
border-radius: 0.45vw;
transform: matrix(1,0,0,1,0,4);
backdrop-filter: blur(2px);
box-shadow: 5px 5px 15px black;
}
}
@-moz-document regexp(".*online-manual.*Index_Frame_Left.*")
{
*
{
border: none !important;
background: transparent !important;
}
}