minor ajustments

This commit is contained in:
Patricio Gonzalez Vivo 2016-04-23 20:08:07 -04:00
parent cbbd9b46e4
commit fcf3118444
2 changed files with 15 additions and 4 deletions

View File

@ -2,7 +2,7 @@
echo ' echo '
<div class="header"> <div class="header">
<p><a href="http://thebookofshaders.com/">The Book of Shaders</a> by <a href="http://patriciogonzalezvivo.com">Patricio Gonzalez Vivo</a> </p> <p class="subtitle"><a href="http://thebookofshaders.com/">The Book of Shaders</a> by <a href="http://patriciogonzalezvivo.com">Patricio Gonzalez Vivo</a> </p>
<p><a href=".">English</a> - <a href="?lan=jp">日本</a> - <a href="?lan=ch">中文版</a> - <a href="?lan=kr">한국어</a> - <a href="?lan=fr">Français</a> - <a href="?lan=es">Español</a> </p> <p><a href=".">English</a> - <a href="?lan=jp">日本</a> - <a href="?lan=ch">中文版</a> - <a href="?lan=kr">한국어</a> - <a href="?lan=fr">Français</a> - <a href="?lan=es">Español</a> </p>
</div> </div>
<hr> <hr>

View File

@ -97,11 +97,22 @@ img {
color: #999; color: #999;
} }
.header a{ .header .subtitle {
font-size: 18px;
}
.header .subtitle a{
font-size: 1.3em;
font-style: italic; font-style: italic;
text-decoration: none; text-decoration: none;
border:0!important; border: 0!important;
}
.header a{
font-size: 0.8em;
font-style: italic;
text-decoration: none;
border: 0!important;
} }
a:hover, a:visited, a:link, a:active { a:hover, a:visited, a:link, a:active {