mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-18 02:24:21 +01:00
unused use of Celestia Redux + removing → arrows
This commit is contained in:
parent
2775da5104
commit
b5b03d6d7d
4 changed files with 36 additions and 7 deletions
BIN
fonts/CelestiaMediumRedux1.55.ttf
Normal file
BIN
fonts/CelestiaMediumRedux1.55.ttf
Normal file
Binary file not shown.
BIN
fonts/CelestiaMediumRedux_alt1.55.ttf
Normal file
BIN
fonts/CelestiaMediumRedux_alt1.55.ttf
Normal file
Binary file not shown.
12
index.html
12
index.html
|
@ -49,14 +49,14 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<i>recommended reading:</i><br/>
|
<i>recommended reading:</i><br/>
|
||||||
<a target="page" href="./pages/ponysay/Installing.html#Installing">Installing →</a><br/>
|
<a target="page" href="./pages/ponysay/Installing.html#Installing">Installing</a><br/>
|
||||||
<a target="page" href="./pages/ponysay/Invoking-ponysay.html#Invoking-ponysay">Basic usage →</a><br/>
|
<a target="page" href="./pages/ponysay/Invoking-ponysay.html#Invoking-ponysay">Basic usage</a><br/>
|
||||||
<a target="page" href="./pages/ponysay/Advanced-usage.html#Advanced-usage">Advanced usage →</a><br/>
|
<a target="page" href="./pages/ponysay/Advanced-usage.html#Advanced-usage">Advanced usage</a><br/>
|
||||||
<a target="page" href="./pages/ponysay/Environment-variables.html#Environment-variables">Configurations →</a><br/>
|
<a target="page" href="./pages/ponysay/Environment-variables.html#Environment-variables">Configurations</a><br/>
|
||||||
<br/>
|
<br/>
|
||||||
<i>external links:</i><br/>
|
<i>external links:</i><br/>
|
||||||
<a target="page" href="./pages/youtube-demo.html">Demonstration →</a><br/>
|
<a target="page" href="./pages/youtube-demo.html">Demonstration</a><br/>
|
||||||
<a target="page" href="./pages/fortune+ponysay.html">ponysay fortunes →</a><br/>
|
<a target="page" href="./pages/fortune+ponysay.html">ponysay fortunes</a><br/>
|
||||||
<br/>
|
<br/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
31
screen.css
31
screen.css
|
@ -15,6 +15,10 @@ div.header {
|
||||||
border-bottom : 1px solid rgb(0, 0, 0);
|
border-bottom : 1px solid rgb(0, 0, 0);
|
||||||
width : 100%;
|
width : 100%;
|
||||||
height : 60px;
|
height : 60px;
|
||||||
|
/*
|
||||||
|
font-family : 'Celestia Redux Alternate', 'Celestia Redux', 'Open Sans', sans-serif;
|
||||||
|
font-size : 14pt;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
table.header {
|
table.header {
|
||||||
|
@ -54,7 +58,16 @@ table.header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
padding : 4px 0px 8px 10px;
|
passing : 4px 0px 8px 10px;
|
||||||
|
/*
|
||||||
|
position : relative;
|
||||||
|
left : 0px;
|
||||||
|
top : -8px;
|
||||||
|
margin-top : 10px;
|
||||||
|
padding-left : 10px;
|
||||||
|
padding-right : 10px;
|
||||||
|
font-family : 'Celestia Redux Alternate', 'Celestia Redux', 'Open Sans', sans-serif;
|
||||||
|
*/
|
||||||
font-size : 26pt;
|
font-size : 26pt;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
|
@ -67,6 +80,22 @@ a:hover {color : #484848; text-decoration : none; border : 0px solid #FFFFFF;
|
||||||
a:focus {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
|
a:focus {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
@font-face {
|
||||||
|
font-family : 'Celestia Redux Alternate';
|
||||||
|
src : url('./fonts/CelestiaMediumRedux_alt1.55.ttf');
|
||||||
|
font-weight : normal;
|
||||||
|
font-style : normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family : 'Celestia Redux';
|
||||||
|
src : url('./fonts/CelestiaMediumRedux1.55.ttf');
|
||||||
|
font-weight : normal;
|
||||||
|
font-style : normal;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family : 'Open Sans';
|
font-family : 'Open Sans';
|
||||||
src : url('./fonts/opensans-regular-webfont.eot');
|
src : url('./fonts/opensans-regular-webfont.eot');
|
||||||
|
|
Loading…
Reference in a new issue