unused use of Celestia Redux + removing → arrows

This commit is contained in:
Mattias Andrée 2012-10-28 01:59:05 +02:00
parent 2775da5104
commit b5b03d6d7d
4 changed files with 36 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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>

View file

@ -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');