mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-15 18:13:59 +00:00
minor ajustments
This commit is contained in:
parent
cbbd9b46e4
commit
fcf3118444
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user