User:Plok 1993/monacobook.css: Difference between revisions
From MediaWiki
Jump to navigationJump to search goodnight |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Audiowide&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Audiowide&display=swap'); | ||
body{ | body{ | ||
| Line 15: | Line 6: | ||
font-family: "Atkinson Hyperlegible", serif; | font-family: "Atkinson Hyperlegible", serif; | ||
} | } | ||
div, #content, .portlet, li > a, div.thumb, h3, h4, h5, h6{ | div, #content, .portlet, li > a, div.thumb, h1, h3, h4, h5, h6{ | ||
background:#1A0A1F !important; | background:#1A0A1F !important; | ||
color:#FFFFFF !important | color:#FFFFFF !important | ||
| Line 28: | Line 19: | ||
} | } | ||
a{ | a{ | ||
color:#e3355d | color:#e3355d !important | ||
} | } | ||
#pagehistory li { | |||
border: 2px inset rgba(227,53,93,0.57); | |||
} | |||
a:visited{ | a:visited{ | ||
color:#a188ef !important | color:#a188ef !important | ||
} | } | ||
#toc, [class^="toc"], [id^="toc"],#toctitle > h2, .tt1_storylink{ | #toc, [class^="toc"], [id^="toc"],#toctitle > h2, .tt1_storylink, li.selected{ | ||
background:#521539 !important; | background:#521539 !important; | ||
border: none; | border: none; | ||
} | } | ||
h2{ | |||
background:#1e1552 !important; | |||
padding:6px !important; | |||
border-radius: 10px 10px 0px 0px; | |||
} | |||
h3,h4{ | |||
color:#e3355d!important; | |||
} | |||
textarea{ | |||
border: 2px solid #e3355d!important; | |||
background-color: #521539; | |||
color:white; | |||
border-radius:2px; | |||
} | |||
input{ | |||
border: 2px solid #4731c8 !important; | |||
background-color: #2c216a ; | |||
border-radius:5px; | |||
color:white; | |||
} | |||
input[type=submit]{ | |||
background-color: #4731c8 !important; | |||
border:none !important; | |||
padding:5px; | |||
} | |||
input[type=button], input[type=reset]{ | |||
background-color: #e3355d !important; | |||
border:none !important; | |||
padding:5px; | |||
} | |||
#editpage-specialchars > hr{ | |||
display:none; | |||
} | |||
#editpage-specialchars > p{ | |||
background-color: #521539 !important; | |||
padding:5px; | |||
border-radius:1vh; | |||
} | |||
#editpage-specialchars{ | |||
border:none !important; | |||
} | |||
[id^=edittools] > a{ | |||
color: #ffa1c4 !important; | |||
} | |||
.latinx > a{ /*oh. that's real nice*/ | |||
color: #ffa1c4 !important; | |||
} | |||
pre, .mw-code, .mw-css{ | |||
background:none !important; | |||
border: 2px dashed #e3355d !important; | |||
border-radius: 5px !important; | |||
color:white !important; | |||
} | |||
table{ | table{ | ||
background:#1e1552 !important; | background:#1e1552 !important; | ||
border: #1A0A1F !important; | border: #1A0A1F !important; | ||
} | |||
.cquote{ | |||
background:none !important; | |||
border:2px solid #e3355d!important; | |||
} | |||
.tt1_graynote{ | |||
background:#1e1552 !important; | |||
padding:10px !important; | |||
border-radius: 5px; | |||
border:none; | |||
} | } | ||
| Line 101: | Line 171: | ||
transform: scale(0.9); | transform: scale(0.9); | ||
transition: 0.1s ease-out; | transition: 0.1s ease-out; | ||
} | } | ||
Latest revision as of 03:16, 27 December 2024
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Audiowide&display=swap');
body{
max-width:1480px;
margin:auto;
background:#1A0A1F !important;
font-family: "Atkinson Hyperlegible", serif;
}
div, #content, .portlet, li > a, div.thumb, h1, h3, h4, h5, h6{
background:#1A0A1F !important;
color:#FFFFFF !important
}
h2{
font-weight:700 !important;
color:#FFF !important;
}
td, .tt1_storylink > a{
color:#FFFFFF;
border:none !important;
}
a{
color:#e3355d !important
}
#pagehistory li {
border: 2px inset rgba(227,53,93,0.57);
}
a:visited{
color:#a188ef !important
}
#toc, [class^="toc"], [id^="toc"],#toctitle > h2, .tt1_storylink, li.selected{
background:#521539 !important;
border: none;
}
h2{
background:#1e1552 !important;
padding:6px !important;
border-radius: 10px 10px 0px 0px;
}
h3,h4{
color:#e3355d!important;
}
textarea{
border: 2px solid #e3355d!important;
background-color: #521539;
color:white;
border-radius:2px;
}
input{
border: 2px solid #4731c8 !important;
background-color: #2c216a ;
border-radius:5px;
color:white;
}
input[type=submit]{
background-color: #4731c8 !important;
border:none !important;
padding:5px;
}
input[type=button], input[type=reset]{
background-color: #e3355d !important;
border:none !important;
padding:5px;
}
#editpage-specialchars > hr{
display:none;
}
#editpage-specialchars > p{
background-color: #521539 !important;
padding:5px;
border-radius:1vh;
}
#editpage-specialchars{
border:none !important;
}
[id^=edittools] > a{
color: #ffa1c4 !important;
}
.latinx > a{ /*oh. that's real nice*/
color: #ffa1c4 !important;
}
pre, .mw-code, .mw-css{
background:none !important;
border: 2px dashed #e3355d !important;
border-radius: 5px !important;
color:white !important;
}
table{
background:#1e1552 !important;
border: #1A0A1F !important;
}
.cquote{
background:none !important;
border:2px solid #e3355d!important;
}
.tt1_graynote{
background:#1e1552 !important;
padding:10px !important;
border-radius: 5px;
border:none;
}
.infobox{
border: none !important;
}
.firstHeading{
font-family: "Audiowide", serif;
}
.tt1_suite{
border: #281387 dashed;
border-radius: 5px;
border-top:none;
}
#catlinks{
border-color:#a188ef !important;
border-radius:5px;
}
#p-logo {
top: 0;
left: auto;
position: absolute;
transform: rotate(-1deg);
filter: drop-shadow(0 0 #000);
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
transition: 0.1s ease-out;
}
#p-logo:hover {
filter: drop-shadow(2px -2px #000);
-webkit-transform: translateX(-2px) translateY(2px);
transform: translateX(-2px) translateY(2px);
transition: 0.1s ease-out;
}
#p-navigation, #p-tb{
transform: rotate(1deg);
background-image:url(https://splashtagmaker.com/assets/banners/Npl_Catalog_Season01_Lv78.webp) !important
;
}
#p-search, #p-ads{
transform: rotate(-1deg);
background-image:url(https://splashtagmaker.com/assets/banners/Npl_Catalog_Season05_Lv77.webp) !important
;
}
#p-gobox{
transform: scale(1);
transition: 0.1s ease-out;
}
#p-gobox:hover{
transform: scale(0.95);
transition: 0.1s ease-out;
}
#p-gobox:active{
transform: scale(0.9);
transition: 0.1s ease-out;
}

