Personalização ai-course-studio, hierarquia de títulos
ai-course-studio by mailtonmonteiro
Details
Authormailtonmonteiro
LicenseNo License
Categoryhttps://ai-course-studio.plugins.learning.rocks/
Created
Updated
Size1.8 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 ai-course-studio
@version 20241213.16.37
@namespace https://userstyles.world/user/mailtonmonteiro
@description Personalização ai-course-studio, hierarquia de títulos
@author mailtonmonteiro
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://ai-course-studio.plugins.learning.rocks/") {
#courseplayer{
div:has(> br:only-child), p:has(> br:only-child) {
background-color: #ff004c;
&::before{
content: "<br>";
color: #fff;
display: inline-block;
}
}
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
p:before{
display: inline-block;
color: #fff;
padding: 5px 8px;
font-size: 14px;
font-weight: normal;
line-height: 1;
font-family: arial;
}
h1:before{content: "H1"; background-color: #491079;}
h2:before{content: "H2"; background-color: #9B116F;}
h3:before{content: "H3"; background-color: #E31366;}
h4:before{content: "H4"; background-color: #FF414D;}
h5:before{content: "H5"; background-color: #FF8630;}
h6:before{content: "H6"; background-color: #FFCB13;}
p:before{content: "P"; background-color: #7f8075;}
h1{
color: #491079!important;
background-color: #49107930;
}
h2{
color: #9B116F!important;
background-color: #9B116F30;
}
h3{
color: #E31366!important;
background-color: #E3136630;
}
h4{
color: #FF414D!important;
background-color: #FF414D30;
}
h5{
color: #FF8630!important;
background-color: #FF863030;
}
h6{
color: #FFCB13!important;
background-color: #FFCB1330;
}
p{
color: #20201f!important;
background-color: #7f807530;
}
ul.lista{
background-color: #ffd700!important;
padding: 12px 10px;
display: block;
li{
background-color: #FF9100;
margin-bottom: 5px!important;
}
}
}
}