Add powered by logo.

master
Jason A. Donenfeld 2011-05-09 19:13:13 -04:00
parent fb01d666b8
commit e1ac0c410e
2 changed files with 10 additions and 0 deletions

View File

@ -156,6 +156,15 @@ a:hover {
text-align: center; text-align: center;
} }
#powered-by {
clear: both;
text-align: center;
font-size: 0.85em;
font-style: italic;
font-weight: bold;
text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
color: #FFAD27;
}
#error-overlay, #error-text { #error-overlay, #error-text {
position: fixed; position: fixed;
top: 0; top: 0;

View File

@ -29,6 +29,7 @@
<div id="loading">Loading...</div> <div id="loading">Loading...</div>
</div> </div>
<div id="subalbums"></div> <div id="subalbums"></div>
<div id="powered-by">Powered by <a href="http://www.zx2c4.com/projects/photofloat/" target="_blank">PhotoFloat</a></div>
</div> </div>
<div id="error-overlay"></div> <div id="error-overlay"></div>