mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-05 07:02:36 +00:00
This commit steals a bunch of code from goon to make fancy nanoUI windows behave more consistently and more pretty-ly. Hopefully, this time around, it won't be a broken mess, like version 1 was. The Gulpfile for Nano has been rewritten from scratch and as many old piece of shit libraries dumped as possible. This edition comes with actual minified files, oh my! Shit I tested and if this breaks so help me: - Safe functions perfectly - Security records are searchable - syndicateMode on everything works perfectly and uses svg art by me (it's shit, replace when possible) - Cargo console works 10/10 excellently - Scrolling is still shit but it was more or less like it was when I started, so if you say "you broke it" one more fuckin time why I oughta!! - PDA and NTOS both work flawlessly (in all the Apps I could test)
43 lines
489 B
Plaintext
43 lines
489 B
Plaintext
@import "_config";
|
|
|
|
body {
|
|
color: #ffffff;
|
|
font-family: @font;
|
|
font-size: @fontsize;
|
|
line-height: 170%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
hr {
|
|
background-color: #40628a;
|
|
height: 1px;
|
|
border: none;
|
|
}
|
|
|
|
img, a img {
|
|
border-style: none;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
margin: 0;
|
|
padding: 12px 0 6px 0;
|
|
color: #FFFFFF;
|
|
clear: both;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 12px;
|
|
} |