# HG changeset patch # User Matti Hamalainen # Date 1382382700 -10800 # Node ID 324f3a415237659828e898fd0017caa9ba76592d # Parent a85f258f6beb5fe141f903c63bade4c3e1770aca Add extra HTML + sponsors box to layout. diff -r a85f258f6beb -r 324f3a415237 createdb.php --- a/createdb.php Mon Oct 21 16:26:42 2013 +0300 +++ b/createdb.php Mon Oct 21 22:11:40 2013 +0300 @@ -126,6 +126,7 @@ "siteMenuHeader" => array(VT_TEXT, "
13.FAP:>
", "Site menu header text"), "siteMenuFooter" => array(VT_TEXT, "", "Site menu footer text"), + "siteExtraHTML" => array(VT_TEXT, "
Gentle Eye
", "Extra global HTML code (f.e. sponsors box)"), ); $sqlTables = array( diff -r a85f258f6beb -r 324f3a415237 fap.css --- a/fap.css Mon Oct 21 16:26:42 2013 +0300 +++ b/fap.css Mon Oct 21 22:11:40 2013 +0300 @@ -96,6 +96,27 @@ box-shadow: 8px 8px 16px #000; } + +#sponsors { + position: fixed; + top: auto; + bottom: 1em; + left: 0.5em; + right: 1em; + margin: 0px; + padding: 5pt; + width: 8em; + + color: #0f0; + text-shadow: 0px 0px 3px #0f0; + + font-family: Impact; + font-size: 15pt; + + text-align: center; +} + + #menu div { text-align: center; font-size: 20pt; diff -r a85f258f6beb -r 324f3a415237 index.php --- a/index.php Mon Oct 21 16:26:42 2013 +0300 +++ b/index.php Mon Oct 21 22:11:40 2013 +0300 @@ -67,6 +67,8 @@ + +