mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Add files via upload
This commit is contained in:
BIN
data/noto-math.ttf
Normal file
BIN
data/noto-math.ttf
Normal file
Binary file not shown.
70
data/styles.css
Normal file
70
data/styles.css
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Noto Math';
|
||||||
|
src: url('noto-math.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'SilicoHand';
|
||||||
|
src: url('silicohand.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
color: #000;
|
||||||
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* color: #FFC000; */
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
background-color: #8546F0;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
color: white;
|
||||||
|
padding: 15px;
|
||||||
|
text-decoration: none;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1::after {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: #8546F0;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2::after {
|
||||||
|
border-bottom: 1px solid #8546F0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: #FF00FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.katex-html {
|
||||||
|
color: #0A2342;
|
||||||
|
/* font-weight: bolder; */
|
||||||
|
font-family: 'Noto Math';
|
||||||
|
}
|
||||||
|
|
||||||
|
.katex--inline {
|
||||||
|
color: #0A2342;
|
||||||
|
/* font-weight: bolder; */
|
||||||
|
font-family: 'Noto Math';
|
||||||
|
}
|
||||||
|
|
||||||
|
div.logo {
|
||||||
|
text-align: right;
|
||||||
|
font-size: 30px;
|
||||||
|
font-family: 'SilicoHand';
|
||||||
|
}
|
||||||
|
|
||||||
|
span.silico {
|
||||||
|
color: #7F00FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.flare {
|
||||||
|
color: #ff4500;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user