lots more styling
This commit is contained in:
61
website/css/dark_hljs.css
Normal file
61
website/css/dark_hljs.css
Normal file
@@ -0,0 +1,61 @@
|
||||
/*
|
||||
|
||||
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
color: #ddd;
|
||||
background: #303030;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-literal,
|
||||
.hljs-section,
|
||||
.hljs-link {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.hljs-subst {
|
||||
/* default */
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-name,
|
||||
.hljs-type,
|
||||
.hljs-attribute,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-built_in,
|
||||
.hljs-addition,
|
||||
.hljs-variable,
|
||||
.hljs-template-tag,
|
||||
.hljs-template-variable {
|
||||
color: #d88;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-quote,
|
||||
.hljs-deletion,
|
||||
.hljs-meta {
|
||||
color: #979797;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-literal,
|
||||
.hljs-title,
|
||||
.hljs-section,
|
||||
.hljs-doctag,
|
||||
.hljs-type,
|
||||
.hljs-name,
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -78,6 +78,27 @@ body {
|
||||
*/
|
||||
|
||||
.content {
|
||||
width: 80vw;
|
||||
margin-left: 10vw;
|
||||
width: 75vw;
|
||||
margin-left: 12.5vw;
|
||||
}
|
||||
|
||||
.create {
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* This div will have crazy cool style, as this should represent that you can use (almost) all the CSS you want.*/
|
||||
.create .crazy-styled {
|
||||
background-color: aqua;
|
||||
}
|
||||
|
||||
.features {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.feature-item {
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
margin: 2%;
|
||||
}
|
||||
Reference in New Issue
Block a user