Started massive refactoring, Removed halfmoon, Added new personnal common CSS, Site now runs at >5 fps on low-end
Update .gitignore, .htaccess, and 264 more files...
This commit is contained in:
16
resources/NibblePoker/scss/external/quantum.scss
vendored
Normal file
16
resources/NibblePoker/scss/external/quantum.scss
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
|
||||
// Refer to "https://github.com/aziascreations/Web-NibblePoker/blob/master/resources/Quantum/readme.md" for the font's license.
|
||||
|
||||
// Massive thanks to "fontsquirrel.com" for allowing me to properly subset and compress the font <3
|
||||
|
||||
@font-face {
|
||||
font-family: 'Quantum';
|
||||
src: url('/resources/Quantum/Quantum.min.woff2') format('woff2'),
|
||||
url('/resources/Quantum/Quantum.min.woff') format('woff'),
|
||||
url('/resources/Quantum/Quantum.min.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.quantum {
|
||||
// Only really used for the logo title in the sidebar.
|
||||
font-family: 'Quantum', sans-serif;
|
||||
}
|
55
resources/NibblePoker/scss/external/reset.scss
vendored
Normal file
55
resources/NibblePoker/scss/external/reset.scss
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
// Reset.css
|
||||
// http://meyerweb.com/eric/tools/css/reset/
|
||||
// v2.0 | 20110126
|
||||
// License: none (public domain)
|
||||
|
||||
/* External > Reset.css */
|
||||
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small,
|
||||
strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th,
|
||||
td, main, canvas, embed, footer, header, nav, section, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-size-adjust: none;
|
||||
}
|
||||
|
||||
footer, header, nav, section, main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after, q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
Reference in New Issue
Block a user