Add powered by logo.
This commit is contained in:
parent
fb01d666b8
commit
e1ac0c410e
@ -156,6 +156,15 @@ a:hover {
|
||||
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 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -29,6 +29,7 @@
|
||||
<div id="loading">Loading...</div>
|
||||
</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 id="error-overlay"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user