Pārlūkot izejas kodu

Use Coda font. Fix horizontal scrollbar appearing

master
Fen Dweller pirms 5 gadiem
vecāks
revīzija
43a8780c76
2 mainītis faili ar 13 papildinājumiem un 45 dzēšanām
  1. +13
    -15
      static/changelog.css
  2. +0
    -30
      static/sexy.css

+ 13
- 15
static/changelog.css Parādīt failu

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Coda:400,800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@@ -57,8 +59,7 @@ body {
}

body {
overflow-x: hidden;
overflow: scroll;
overflow-y: scroll;
}

.nightly {
@@ -66,8 +67,6 @@ body {
color: #cd79cd;
}

@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700");

.game {
font-size: 100px;
}
@@ -164,14 +163,6 @@ a:hover {
opacity: 1;
}

.title {
color: gray;
position: fixed;
left: 50%;
top: 10%;
transform: translate(-50%, 0);
font-family: 'Source Code Pro', monospace;
}

@media (max-aspect-ratio: 1/1) {
.title {
@@ -238,7 +229,7 @@ a:hover {
max-width: 70vw;
margin: auto;
margin-top: 25vh;
font-family: 'Source Code Pro', monospace;
font-family: 'Coda', cursive;
display: none;
vertical-align: text-top;
min-height: 75vh;
@@ -254,11 +245,13 @@ a:hover {
margin: 20px;
}


.version {
font-size: 36px;
color: gray;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
font-family: 'Coda', cursive;
}

.changelog,
.changelog > p,
.changelog > ul,
@@ -311,4 +304,9 @@ h3 {
font-size: 100%;
color: #aaa;
margin-left: 3em;
}
}
.changelog ul li ul li {
list-style: circle !important;
text-indent: 2em;
color:
}

+ 0
- 30
static/sexy.css Parādīt failu

@@ -351,38 +351,8 @@ a:hover {
top: 25px;
}


.changelogs {
top: 25%;
max-width: 70vw;
margin: auto;
font-family: 'Source Code Pro', monospace;
display: none;
}

.changelogs:target {
display: inline;
}

.changelog {
margin: 20px;
}

.version {
font-size: 36px;
color: gray;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.changelog,
.changelog > p,
.changelog > ul,
.changelog > ul > li {
list-style: square;
color: white;
font-size: 20px;
text-align: left;
}

.changelog > ul > li {
margin: 5px;
}

Notiek ielāde…
Atcelt
Saglabāt