forked from leftypol/leftypol
Fixes to sharp.css including some cross-platform font support
This commit is contained in:
parent
a8b80c7037
commit
75a59ece64
3 changed files with 24 additions and 2 deletions
17
stylesheets/fonts/LICENSE-tahoma
Normal file
17
stylesheets/fonts/LICENSE-tahoma
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Copyright (c) 1993-2016 the Wine project authors (see the file AUTHORS
|
||||||
|
for a complete list)
|
||||||
|
|
||||||
|
Wine is free software; you can redistribute it and/or modify it under
|
||||||
|
the terms of the GNU Lesser General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2.1 of the License, or (at
|
||||||
|
your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
|
A copy of the GNU Lesser General Public License is included in the
|
||||||
|
Wine distribution in the file COPYING.LIB. If you did not receive this
|
||||||
|
copy, write to the Free Software Foundation, Inc., 51 Franklin St,
|
||||||
|
Fifth Floor, Boston, MA 02110-1301, USA.
|
BIN
stylesheets/fonts/tahoma.ttf
Normal file
BIN
stylesheets/fonts/tahoma.ttf
Normal file
Binary file not shown.
|
@ -1,7 +1,12 @@
|
||||||
/**
|
/**
|
||||||
* wasabi.css
|
* sharp.css
|
||||||
* For AwsumChan by Circlepuller
|
* For AwsumChan by Circlepuller
|
||||||
*/
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: Tahoma;
|
||||||
|
src: url('fonts/tahoma.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #FFF url('img/fade-gray.png') repeat-x 50% 0%;
|
background: #FFF url('img/fade-gray.png') repeat-x 50% 0%;
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -59,7 +64,7 @@ h1.logo img {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
div.title, h1 {
|
div.title, h1 {
|
||||||
color: #AF0A0F;
|
color: #000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div.title {
|
div.title {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue