From 0c421f61ec08bf433166f65474c1b78ef5d8f8da Mon Sep 17 00:00:00 2001 From: messerbill Date: Thu, 29 May 2014 15:24:14 +0200 Subject: [PATCH] rhein styling changes --- rhein/page/default_page/default_page.js | 2 ++ rhein/page/default_page/index.css | 18 ++++++++++++++++-- rhein/page/default_wohnung/default_wohnung.php | 1 + 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/rhein/page/default_page/default_page.js b/rhein/page/default_page/default_page.js index 4927abf..3345e66 100644 --- a/rhein/page/default_page/default_page.js +++ b/rhein/page/default_page/default_page.js @@ -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();} }); diff --git a/rhein/page/default_page/index.css b/rhein/page/default_page/index.css index ab3943f..008a065 100644 --- a/rhein/page/default_page/index.css +++ b/rhein/page/default_page/index.css @@ -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; diff --git a/rhein/page/default_wohnung/default_wohnung.php b/rhein/page/default_wohnung/default_wohnung.php index 27a9feb..efae3c2 100644 --- a/rhein/page/default_wohnung/default_wohnung.php +++ b/rhein/page/default_wohnung/default_wohnung.php @@ -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); } } \ No newline at end of file