- fixed sunrise bug
- faster css - fixed Makefiles
This commit is contained in:
parent
faeeb612d3
commit
151a40aab5
9 changed files with 101 additions and 131905 deletions
43
style.css
43
style.css
|
|
@ -1,39 +1,3 @@
|
|||
/* noto-sans-regular - greek_greek-ext_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Noto Sans'), local('NotoSans'),
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
||||
/* noto-sans-italic - greek_greek-ext_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Noto Sans Italic'), local('NotoSans-Italic'),
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
||||
/* noto-sans-700italic - greek_greek-ext_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
||||
/* noto-sans-700 - greek_greek-ext_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Noto Sans Bold'), local('NotoSans-Bold'),
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('3rd/fonts/noto-sans-v6-greek_greek-ext_latin_latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
||||
|
||||
/* stoke-300 - latin */
|
||||
@font-face {
|
||||
|
|
@ -57,7 +21,6 @@
|
|||
body {
|
||||
color: #9A8961;
|
||||
background-color: #090A0E;
|
||||
font-family: 'Noto Sans';
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
@ -74,10 +37,6 @@ li {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.noto {
|
||||
font-family: 'Noto Sans'
|
||||
}
|
||||
|
||||
.stoke {
|
||||
font-family: 'Stoke'
|
||||
}
|
||||
|
|
@ -128,7 +87,6 @@ li {
|
|||
}
|
||||
|
||||
.planetaryhour table td {
|
||||
font-family: 'Noto Sans';
|
||||
padding-bottom: 5px;
|
||||
width: 33%;
|
||||
}
|
||||
|
|
@ -164,7 +122,6 @@ li {
|
|||
|
||||
.planetaryhour table tr:nth-child(2) td:nth-child(2) {
|
||||
font-size: 1.6em;
|
||||
font-family: 'Stoke';
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue