rhein styling changes

This commit is contained in:
messerbill 2014-05-29 15:24:14 +02:00
parent db061a830f
commit 0c421f61ec
3 changed files with 19 additions and 2 deletions

View File

@ -8,6 +8,8 @@ $(document).ready(function() {
$('#content').load('http://mojotrollz.eu/web/rhein/index.php?page='+page,function(){
if(page === 'anreise'){
drawmap();}
if(page === 'wohnung'){
console.log('Fullscreen mode!');}
if(page === 'anfrage'){
register_anfrage();}
});

View File

@ -33,8 +33,8 @@
body {
background-color: #efeee8;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 13px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
height: 100%;
@ -47,6 +47,17 @@ body {
min-height: 470px;
}
#content {
margin-left: auto;
margin-right: auto;
width: 520px;
margin-top: 20px;
text-align: justify;
}
hr {
background-color: black;
border-bottom: 1px solid gray;
}
a {
color: #006600;
text-decoration: none;
@ -111,6 +122,9 @@ a {
margin: 0 auto;
}
.galleria-container {
background: none;
}
#gallery_frame {
height: 530px;

View File

@ -4,6 +4,7 @@ class default_wohnung extends SYSTEM\PAGE\Page {
public function html() {
$vars = \SYSTEM\locale::getStrings(\DBD\locale_string::CATEGORY_RHEIN_TEXT);
$vars['gallery_house'] = saimod_webcraft_gallery::getGalleryGalleria(2);
//$vars['gallery_house'] = saimod_webcraft_gallery::getGalleryBootstrap(2);
return SYSTEM\PAGE\replace::replaceFile(\SYSTEM\SERVERPATH(new PPAGE(),'default_wohnung/default_wohnung.tpl'), $vars);
}
}