more shit
This commit is contained in:
parent
3d93375bf4
commit
443887dc10
13 changed files with 170 additions and 24 deletions
21
assets/themes/default/index.css
Normal file
21
assets/themes/default/index.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
h1 {
|
||||
text-align: center;
|
||||
margin-top: 15%;
|
||||
font-size: 14vw;
|
||||
}
|
||||
div {
|
||||
white-space: nowrap;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
line-height: 1.5;
|
||||
}
|
||||
input[type="submit"]{
|
||||
/*margin: 0;*/
|
||||
margin-right: 30;
|
||||
text-align: center;
|
||||
}
|
||||
input[type="text"]{
|
||||
width: 85%;
|
||||
}
|
22
assets/themes/default/main.css
Normal file
22
assets/themes/default/main.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
body {
|
||||
background-color: #262631;
|
||||
color: white;
|
||||
}
|
||||
a:link {
|
||||
color: cyan;
|
||||
}
|
||||
a:visited{
|
||||
color: mediumpurple;
|
||||
}
|
||||
a:hover {
|
||||
color: rebeccapurple;
|
||||
}
|
||||
sts-icon.bracket {
|
||||
color: #4f4f4f;
|
||||
}
|
||||
sts-icon.s{
|
||||
color: darkolivegreen;
|
||||
}
|
||||
sts-icon.t{
|
||||
color: saddlebrown;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue