Was weniger mit der direkten Sicherheit des Scriptes zu tun hat, sondern eher
Ihren Mailtausch von Betruegern schuetzen soll, ist die Moeglichkeit, eine
zeitgesteuerte URL-Sperre einzurichten. Die selbe URL kann somit fuer eine
-einstellbare Zeit nicht mehr beworben werden. Wir empfehlen hier dabei
-mindestens 1 Tag, wenn nicht sogar eher 2 Tage.
+einstellbare Zeit nicht mehr beworben werden. Das Entwickler-Team empfiehlt
+hier dabei mindestens 1 Tag, wenn nicht sogar eher 2 Tage.
Leider ist diese Sperre mit dynamischen URLs leicht umrundbar. Es haelt jedoch
die Anfaenger fern.
// Fix it to default
$ret = "default";
} // END - if
- } elseif ((!isInstalled()) && ((isInstalling()) || ($GLOBALS['output_mode'] == true)) && ((REQUEST_ISSET_GET(('theme'))) || (REQUEST_ISSET_POST(('theme'))))) {
+ } elseif ((!isInstalled()) && ((isInstalling()) || ($GLOBALS['output_mode'] == true)) && ((REQUEST_ISSET_GET('theme')) || (REQUEST_ISSET_POST('theme')))) {
// Prepare FQFN for checking
- $theme = sprintf("%stheme/%s/theme.php", constant('PATH'), REQUEST_GET(('theme')));
+ $theme = sprintf("%stheme/%s/theme.php", constant('PATH'), REQUEST_GET('theme'));
// Installation mode active
- if ((REQUEST_ISSET_GET(('theme'))) && (FILE_READABLE($theme))) {
+ if ((REQUEST_ISSET_GET('theme')) && (FILE_READABLE($theme))) {
// Set cookie from URL data
- set_session('mxchange_theme', REQUEST_GET(('theme')));
+ set_session('mxchange_theme', REQUEST_GET('theme'));
} elseif (FILE_READABLE(sprintf("%stheme/%s/theme.php", constant('PATH'), SQL_ESCAPE(REQUEST_POST('theme'))))) {
// Set cookie from posted data
set_session('mxchange_theme', SQL_ESCAPE(REQUEST_POST('theme')));
define('__SMTP_USER' , REQUEST_POST('smtp_user'));
define('__SMTP_PASS' , REQUEST_POST('smtp_pass1'));
OUTPUT_HTML("<form action=\"{!__BURL_ACTION!}/install.php?page=finalize\" method=\"POST\" target=\"_self\">
-<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_content\">
+<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_main\">
<tr>
<td colspan=\"2\" align=\"center\">
<div class=\"install\">{--HEADER_TEXT_PAGE5--}</strong>
</tr>
<tr><td colspan=\"2\" height=\"21\" class=\"seperator\"> </td></tr>
<tr>
- <td colspan=\"2\"><span class=\"install_intro\">
+ <td colspan=\"2\"><span class=\"install_text\">
{--TEXT_PAGE_5--}
</span></td>
</tr>
define('INSTALL_MISSING_DUMPS', "Die SQL-Dumps wurden nicht gefunden! Diese sollten auch mit hochgeladen werden und lesbar sein (CHMOD 644).");
define('INSTALL_ENABLE_BACKLINK', "Backlink (=Rückverlinkung zu mxchange.org setzen?) <em>rel="external"</em> ist gesetzt. Bitte nicht den Backlink einbauen, und <strong>nofollow</strong> verwenden! Das schadet allen.");
define('WRONG_PAGE', "Sie oder dieses Script haben eine falsche Seite ausgewählt!");
-define('WELCOME_TEXT', "Willkommen zum Installationsscript von MXChange-{!MT_WORD!}, dem kostenlosen {!MT_WORD!} Powered by MXChange-Community!");
-define('INTRO_TEXT', "Dieses Script wird den {!MT_WORD!} für Sie soweit installieren, die Datenbank einrichten und vorkonfigurieren.<br />Sie werden während der Installation Schritt-Für-Schritt durch die Installation gebracht! Bitte halten Sie die MySQL-Daten von Ihrem Hoster bereit!<br />Nach erfolgreicher Installation sollten Sie als nächstes das erste Administrator-Login einrichten. Anschliessend können Sie sich einloggen und weitere Einstellungen verfeinern.<br />Wir empfehlen dann alle Installationsdateien von Ihrem Server zu löschen.");
define('NEXT_PAGE', "Weiter zur nächsten Seite...");
define('HEADER_TEXT_PAGE1', "Server-Pfad, Basis-URL und Webseitentitel");
define('HEADER_TEXT_PAGE2', "MySQL-Daten: Hostname, Login und Passwort");
$GLOBALS['theme_mode'] = 'test';
// Import selected theme if not present
-if (REQUEST_ISSET_POST(('theme'))) {
+if (REQUEST_ISSET_POST('theme')) {
// Check if theme is there
if (!THEME_CHECK_EXIST(REQUEST_POST('theme'))) {
// Import theme
if ((FILE_READABLE($FQFN)) && (filesize($FQFN) > 0)) {
switch (getConfig('css_php')) {
case 'DIRECT':
- OUTPUT_HTML("<link rel=\"stylesheet\" type=\"text/css\" href=\"{!URL!}/theme/".GET_CURR_THEME()."/".$value."\" />");
+ OUTPUT_HTML('<link rel="stylesheet" type="text/css" href="{!URL!}/theme/' . GET_CURR_THEME() . '/' . $value . '" />');
break;
case 'FILE':
} // END - foreach
} else {
// Now we load all CSS files from css.php!
- OUTPUT_HTML("<link rel=\"stylesheet\" type=\"text/css\" href=\"{!URL!}/css.php", false);
+ OUTPUT_HTML('<link rel="stylesheet" type="text/css" href="{!URL!}/css.php', false);
if ((isInstalling()) || (!isInstalled())) {
// Default theme first
- $newTheme = "default";
- if (REQUEST_ISSET_GET(('theme'))) $newTheme = REQUEST_GET(('theme'));
- if (REQUEST_ISSET_POST(('theme'))) $newTheme = SQL_ESCAPE(REQUEST_POST('theme'));
- OUTPUT_HTML("?theme=".$newTheme."&installing=1", false);
+ $newTheme = 'default';
+ if (REQUEST_ISSET_GET('theme')) $newTheme = REQUEST_GET('theme');
+ if (REQUEST_ISSET_POST('theme')) $newTheme = SQL_ESCAPE(REQUEST_POST('theme'));
+ OUTPUT_HTML('?theme=' . $newTheme . '&installing=1', false);
} // END - if
- OUTPUT_HTML("\" />");
+ OUTPUT_HTML('" />');
}
//
-<table border="0" cellspacing="0" cellpadding="0" align="center">
- <tr>
- <td align="center" class="footer_lines">
- {!TITLE!} v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
- Copyright © 2003 - 2008 by Roland Häder
- </td>
- <td align="center" width="50%" class="footer_lines">This
- website's engine is free software which is released under the
- GNU GPL either version 2 of the License.
- </td>
- </tr>
-</table>
+<div align="center">
+<div class="footer_box">
+<div class="footer_lines">
+ {!TITLE!} v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
+ {!COPY!}
+</div>
+
+<div class="footer_lines">
+ This website's engine is free software which is released under the GNU
+ GPL either version 2 of the License.
+</div>
+</div>
+</div>
-<table border="0" cellspacing="0" cellpadding="0" align="center">
- <tr>
- <td align="center" class="footer_lines">
- [<a href="{!SERVER_URL!}/" title="{!TITLE!}" target="_blank" rel="external">{!TITLE!}</a>]
- v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
- {!COPY!}
- </td>
- <td align="center" width="50%" class="footer_lines">
- This website's engine is free software which is released under
- the [<a href="http://www.gnu.org" rel="external" target="_blank"
- title="GNU is Not Unix">GNU</a>] GPL either version 2 of the License.
- </td>
- </tr>
-</table>
+<div align="center">
+<div class="footer_box">
+<div class="footer_lines" style="float:left">
+ [<a href="{!SERVER_URL!}/" title="{!TITLE!}" target="_blank" rel="external">{!TITLE!}</a>]
+ v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
+ {!COPY!}
+</div>
+
+<div class="footer_lines" style="float:right">
+ This website's engine is free software which is released under the
+ [<a href="http://www.gnu.org" rel="external" target="_blank"
+ title="GNU is Not Unix">GNU</a>] GPL either version 2 of the License.
+</div>
+</div>
+</div>
<form action="{!__BURL_ACTION!}/install.php?page=2" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="install_content">
+<table border="0" cellspacing="0" cellpadding="0" class="install_main">
<tr>
<td align="center">
- <div class="install">{!HEADER_MYSQL_ERRORS!}</div>
+ <div class="install">{--HEADER_MYSQL_ERRORS--}</div>
</td>
</tr>
<tr><td colspan="2" height="21" class="seperator"> </td></tr>
<tr>
- <td><div class="install_intro">
- {!TEXT_MYSQL_ERRORS!}
+ <td><div class="install_text">
+ {--TEXT_MYSQL_ERRORS--}
</div></td>
</tr>
<tr>
<input type="hidden" name="spath" value="{!__SPATH_VALUE!}" />
<input type="hidden" name="burl" value="{!__BURL_VALUE!}" />
<input type="hidden" name="title" value="{!__TITLE_VALUE!}" />
- <input type="submit" class="admin_submit" name="ok" value="{!RETURN_MYSQL_PAGE!}" />
+ <input type="submit" class="admin_submit" name="ok" value="{--RETURN_MYSQL_PAGE--}" />
</strong></td>
</tr>
</table>
</div>
-</td>
-</tr>
-</table>
\ No newline at end of file
-<table border="0" cellspacing="0" cellpadding="0" class="install_main" width="100%">
- <tr>
- <td align="center" class="install_header"><strong>: : :
- {--INSTALLATION--} : : :</strong></td>
- </tr>
- <tr>
- <td height="14" class="seperator"> </td>
- </tr>
- <tr>
- <td align="center">
- <div align="center">
\ No newline at end of file
+<div class="install_header">
+ <strong>: : : {--INSTALLATION--} : : :</strong>
+</div>
+
+<div class="install_main">
<form action="{!__BURL_ACTION!}/install.php?page=2" method="post" target="_self">
-<table border="0" cellspacing="0" cellpadding="0" class="install_content">
+<table border="0" cellspacing="0" cellpadding="0" class="install_main">
<tr>
<td colspan="3" align="center">
<div class="install">{--HEADER_TEXT_PAGE1--}</div>
</tr>
<tr>
<td width="10" rowspan="12"></td>
- <td colspan="2"><span class="install_intro">
+ <td colspan="2"><span class="install_text">
{--TEXT_PAGE_1--} </span></td>
</tr>
<tr>
<td colspan="2" height="21" class="seperator"> </td>
</tr>
<tr>
- <td colspan="2"><span class="install_intro">
+ <td colspan="2"><span class="install_text">
{--TEXT_PAGE_2--} </span></td>
</tr>
<tr>
<td colspan="2" height="21" class="seperator"> </td>
</tr>
<tr>
- <td colspan="2"><span class="install_intro">
+ <td colspan="2"><span class="install_text">
{--TEXT_PAGE_3--} </span></td>
</tr>
<tr>
-<table border="0" cellspacing="0" cellpadding="0" class="install_content">
- <tr>
- <td colspan="2" align="center">
- <div class="install_welcome">{--WELCOME_TEXT--}</div>
- </td>
- </tr>
- <tr>
- <td colspan="2" height="21" class="seperator"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator"> </td>
- <td><span class="install_intro">{--INTRO_TEXT--}</span></td>
- </tr>
- <tr>
- <td colspan="2" height="21" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <form action="install.php" method="get" target="_self">
- <input type="hidden" name="page" value="1" />
- <input type="submit" class="admin_submit submit" value="{--NEXT_PAGE--}" />
- </form>
- </td>
- </tr>
- <tr>
- <td colspan="2" height="21" class="seperator"> </td>
- </tr>
-</table>
+<div class="install_welcome">
+ Willkommen zum Installationsscript von MXChange-{!MT_WORD!}, dem
+ <strong>freien</strong> {!MT_WORD!} powered by MXChange-Community!
+</div>
+
+<div class="install_text">
+ Dieses Script wird Ihnen dabei helfen, den {!MT_WORD!} zu installieren, die
+ Datenbank einzurichten und den {!MT_WORD!} vorzukonfigurieren.
+</div>
+
+<div class="install_text">
+ Sie werden während der Installation Schritt-Für-Schritt durch die
+ einzelnen Installationsschritte gebracht. Sie brauchen dazu weder
+ Programmiererkenntnisse noch ein abgschlossenes Informatikstudium. Bitte
+ halten Sie die MySQL-Daten von Ihrem Hoster bereit.
+</div>
+
+<div class="install_text">
+ Nach erfolgreicher Installation sollten Sie als nächstes das erste
+ Administrator-Login einrichten. Anschliessend können Sie sich einloggen
+ und weitere Einstellungen verfeinern.
+</div>
+
+<div class="install_text">
+ Das Entwickler-Team empfiehlt Ihnen, dann alle Installationsdateien von Ihrem
+ Server zu löschen.
+</div>
+
+<div class="install_footer">
+ <form action="install.php" method="get" target="_self">
+ <input type="hidden" name="page" value="1" />
+ <input type="submit" class="admin_submit submit" value="{--NEXT_PAGE--}" />
+ </form>
+</div>
A {
font-style : normal;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
text-decoration : none;
}
.runtime_fatal, .runtime_fatalcontent {
color : #000000;
background-color : #FFFFFF;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.runtime_fatal {
.admin {
color : #000000;
background-color : #FFFFFF;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.admin_note {
}
.admin_select, .guest_select, .member_select {
- border : solid 1px;
- border-color : #000000;
+ border : solid 1px #000000;
background-color : #EEEEFF;
}
.admin_normal, .guest_normal, .member_normal {
border-style : solid;
- border : solid 1px;
- border-color : #000000;
+ border : solid 1px #000000;
background-color : #EEEEFF;
}
}
.footer_lines {
- vertical-align : bottom;
- font-size : 10px;
+ vertical-align : bottom;
+ font-size : 10px;
width : 380px;
vertical-align : middle;
background-color : #FFFFFF;
- height : 40px;
+ height : 30px;
+ padding-top : 5px;
+ padding-bottom : 5px;
+}
+
+.footer_box {
+ text-align : center;
+ width : 760px;
}
.dashed {
- border : solid 1px;
- border-color : #000000;
+ border : solid 1px #000000;
}
.switch_sw1, .switch_mem1 {
}
.mini_select {
- border : solid 1px;
- border-color : #000000;
+ border : solid 1px #000000;
background-color : #EEEEFF;
font-size : 10px;
}
}
#show_timings_block {
- margin-top : 5px;
+ margin-top : 5px;
tex-align : center;
- border : solid 1px;
- border-color : #000000;
+ border : solid 1px #000000;
background-color : #EEEEFF;
font-size : 10px;
vertical-align : middle;
- width : 465px;
- height : 22px;
- z-index : 0;
+ width : 465px;
+ height : 22px;
+ z-index : 0;
}
.show_timings_column {
- z-index : 10;
- top : 3px;
+ z-index : 10;
+ top : 3px;
background-color : #FFFFFF;
position : relative;
- margin : 0px;
- width : 150px;
- display : block;
- border : solid 1px;
- border-color : #000000;
+ margin : 0px;
+ width : 150px;
+ display : block;
+ border : solid 1px #000000;
}
.show_timings_data {
- font-weight : bold;
+ font-weight : bold;
}
.install_fatal {
- text-align : left;
- color : #000000;
+ text-align : left;
+ color : #000000;
}
.install_select {
- border : dashed 1px;
- border-color : #000000;
+ border : dashed 1px #000000;
background-color : #EEEEFF;
}
.install_normal {
border-style : solid;
- border : dashed 1px;
- border-color : #000000;
+ border : dashed 1px #000000;
}
.install_submit {
}
.install_main {
- color : #000000;
+ color : #000000;
background-color : #FFFFFF;
- font-family : Arial, Geneva, Helvetica, sans-serif;
- height : 30px;
- text-decoration : none;
+ text-decoration : none;
}
.install_header {
- color : #000000;
+ color : #000000;
background-color : #EEEEFF;
font-size : 20px;
- text-decoration : underline;
- heigth : 40px;
+ text-decoration : underline;
+ heigth : 30px;
vertical-align : middle;
-}
-
-.install_content {
- height : 99%;
- min-height : 90%;
- max-height : 99%;
+ padding-top : 5px;
+ padding-bottom : 5px;
}
.install_fatal {
background-color : #FFFFFF;
- color : #000000;
+ color : #000000;
}
.install_fatalcontent {
- text-align : left;
+ text-align : left;
background-color : #FFFFFF;
}
.install_error, .install_finished {
font-size : 20px;
- color : #000000;
+ color : #000000;
}
-.install_security, .install_welcome, .install_intro {
- color : #000000;
+.install_security, .install_welcome, .install_text {
+ color : #000000;
+}
+
+.install_text {
+ padding-bottom : 10px;
+ text-align : left;
+ margin-left : 20px;
+ margin-right : 20px;
}
.install_security {
- width : 350px;
- padding-top : 10px;
+ width : 350px;
+ padding-top : 10px;
padding-bottom : 10px;
}
}
.register_select {
- border : solid 1px;
- border-color : #000000;
+ border : solid 1px #000000;
background-color : #EEEEFF;
}
.register_normal {
border-style : solid;
- border : solid 1px;
- border-color : #000000;
+ border : solid 1px #000000;
padding-right : 5px;
}
A {
font-style : normal;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
text-decoration : none;
}
width : 700px;
color : #118811;
background-color : #DDEEDD;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.runtime_fatal {
.admin {
color : #118811;
background-color : #DDEEDD;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.admin_note {
}
.admin_select, .guest_select, .member_select {
- border : solid 1px;
- border-color : #009900;
+ border : solid 1px #009900;
background-color : #EEFFEE;
}
.admin_normal, .guest_normal, .member_normal {
border-style : solid;
- border : solid 1px;
- border-color : #009900;
+ border : solid 1px #009900;
}
.member_stats {
}
.footer_lines {
- font-size : 10px;
+ font-size : 10px;
width : 380px;
- height : 40px;
+ height : 30px;
vertical-align : middle;
background-color : #E5EFE5;
- margin-top : 5px;
- margin-bottom : 5px;
+ padding-top : 5px;
+ padding-bottom : 5px;
+}
+
+.footer_box {
+ text-align : center;
+ width : 760px;
}
.dashed {
- border : solid 1px;
- border-color : #AA0044;
+ border : solid 1px #AA0044;
}
.switch_sw1, .switch_mem1 {
}
.mini_select {
- border : dotted 1px;
- border-color : #009900;
- background-color : #EEFFEE;
- font-size : 10px;
+ border : dotted 1px #009900;
+ background-color : #EEFFEE;
+ font-size : 10px;
}
.theme_box {
- border : 1px dotted #AA0044;
- border-top : 0px;
+ border : 1px dotted #AA0044;
+ border-top : 0px;
width : 100%;
height : 70px;
- background-color : #eeffbc;
+ background-color : #eeffbc;
}
.theme_note {
#show_timings_block {
margin-top : 5px;
tex-align : center;
- border : solid 1px;
- border-color : #AA0044;
- background-color : #ddeedd;
- font-size : 10px;
+ border : solid 1px #AA0044;
+ background-color : #ddeedd;
+ font-size : 10px;
vertical-align : middle;
width : 465px;
height : 22px;
margin : 0px;
width : 150px;
display : block;
- border : solid 1px;
- border-color : #009900;
+ border : solid 1px #009900;
}
.show_timings_data {
.install_fatal {
- text-align : left;
- color : #00AA00;
+ text-align : left;
+ color : #00AA00;
}
.install_select {
- border : dashed 1px;
- border-color : #00AA00;
+ border : dashed 1px #00AA00;
background-color : #F0F0F5;
}
.install_normal {
border-style : solid;
- border : dashed 1px;
- border-color : #00AA00;
+ border : dashed 1px #00AA00;
}
.install_submit {
}
.install_main {
- color : #111188;
+ color : #111188;
background-color : #DDEEDD;
- font-family : Arial, Geneva, Helvetica, sans-serif;
- height : 30px;
- text-decoration : none;
+ text-decoration : none;
}
.install_header {
- color : #F76300;
+ color : #F76300;
background-color : #CCDDCC;
font-size : 20px;
- text-decoration : underline;
- height : 40px;
- vertical-align : middle;
-}
-
-.install_content {
- height : 99%;
- min-height : 90%;
- max-height : 99%;
+ text-decoration : underline;
+ height : 30px;
+ padding-top : 5px;
+ padding-bottom : 5px;
}
.install_fatal {
background-color : #DDEEDD;
- color : #AA0000;
+ color : #AA0000;
}
.install_fatalcontent {
- text-align : left;
+ text-align : left;
background-color : #DDEEDD;
}
.install_error {
font-size : 20px;
- color : #AA0000;
+ color : #AA0000;
}
.install_finished {
font-size : 20px;
- color : #00AA00;
+ color : #00AA00;
}
.install_security {
- color : #AA0000;
- width : 350px;
- padding-top : 10px;
+ color : #AA0000;
+ width : 350px;
+ padding-top : 10px;
padding-bottom : 10px;
}
.install_welcome {
- color : #0000CC;
+ color : #0000CC;
+ padding-bottom : 10px;
+ font-size : 16px;
}
-.install_intro {
- color : #000000;
+.install_text {
+ color : #000000;
+ padding-bottom : 10px;
+ text-align : left;
+ margin-left : 20px;
+ margin-right : 20px;
+}
+
+.install_footer {
+ padding-bottom : 10px;
}
.register_reset {
border-style : groove;
- border : solid 1px #009900;
- color : #AA0044;
+ border : solid 1px #009900;
+ color : #AA0044;
}
.register_submit {
- color : #AA0044;
+ color : #AA0044;
border-color : #009900;
}
.register_select {
- border : dotted 1px;
- border-color : #009900;
+ border : dotted 1px #009900;
background-color : #EEFFEE;
}
.register_failed {
- color : #00AA00;
+ color : #00AA00;
}
.register_snote {
.register_normal {
border-style : solid;
- border : dotted 1px;
- border-color : #009900;
+ border : dotted 1px #009900;
}
.register_main {
background-color : #DDEEDD;
- width : 540px;
+ width : 540px;
}
.register_done2 {
- height : 40px;
- color : #009900;
+ height : 40px;
+ color : #009900;
background-color : #eeffbc;
- width : 500px;
+ width : 500px;
}
.register_title {
- text-align : center;
+ text-align : center;
font-size : 18px;
}
.register_seperator {
- height : 7px;
+ height : 7px;
font-size : 1px;
}
.register_left {
- text-align : right;
+ text-align : right;
margin-right : 2px;
- color : #0000AA;
- font-weight : bold;
+ color : #0000AA;
+ font-weight : bold;
font-size : 14px;
}
}
.register_header {
- text-align : center;
+ text-align : center;
background-color : #eeffbc;
- color : #0000AA;
- font-weight : bold;
- border-top : 1px dotted #AA0044;
+ color : #0000AA;
+ font-weight : bold;
+ border-top : 1px dotted #AA0044;
border-bottom : 1px dotted #AA0044;
- height : 25px;
+ height : 25px;
}
.register_term {
A {
font-style : normal;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
text-decoration : none;
}
.runtime_fatal, .runtime_fatalcontent {
color : #880000;
background-color : #FFFFCC;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.runtime_fatal {
.admin {
color : #880000;
background-color : #FFFFCC;
- font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.admin_note {
}
.admin_select, .guest_select, .member_select {
- border : solid 1px;
- border-color : #880000;
+ border : solid 1px #880000;
background-color : #DDDDAA;
}
}
#master {
- width : 100%;
- height : 100%;
- min-height : 90%;
- max-height : 100%;
+ width : 100%;
+ height : 100%;
+ min-height : 90%;
+ max-height : 100%;
vertical-align : top;
}
.masterbox {
- text-align : center;
+ text-align : center;
}
.footer_lines {
- vertical-align : bottom;
- font-size : 10px;
- width : 380px;
+ vertical-align : bottom;
+ font-size : 10px;
+ width : 380px;
vertical-align : middle;
background-color : #FFFFCC;
- height : 40px;
+ height : 40px;
+}
+
+.footer_box {
+ text-align : center;
+ width : 760px;
}
.dashed {
- border : solid 1px;
- border-color : #880000;
+ border : solid 1px #880000;
}
.switch_sw1, .switch_mem1 {
.impressum {
font-size : 12px;
- width : 320px;
+ width : 320px;
vertical-align : middle;
background-color : #FFFFCC;
- height : 70px;
+ height : 70px;
}
.mediadata {
.media_header, .impressum_header {
background-color : #DDDDAA;
- text-align : center;
- color : #880000;
- height : 26px;
- font-weight : bold;
+ text-align : center;
+ color : #880000;
+ height : 26px;
+ font-weight : bold;
font-size : 20px;
}
.media_left {
font-size : 14px;
- width : 200px;
+ width : 200px;
}
.media_right {
}
.mini_select {
- border : solid 1px;
- border-color : #880000;
- background-color : #DDDDAA;
- font-size : 10px;
+ border : solid 1px #880000;
+ background-color : #DDDDAA;
+ font-size : 10px;
}
.theme_box {
- border : 1px solid #880000;
- border-top : 0px;
+ border : 1px solid #880000;
+ border-top : 0px;
width : 100%;
height : 70px;
- background-color : #FFFFCC;
+ background-color : #FFFFCC;
}
.theme_note {
#show_timings_block {
margin-top : 5px;
tex-align : center;
- border : solid 1px;
- border-color : #880000;
- background-color : #DDDDAA;
- font-size : 10px;
+ border : solid 1px #880000;
+ background-color : #DDDDAA;
+ font-size : 10px;
vertical-align : middle;
width : 465px;
height : 22px;
.show_timings_column {
z-index : 10;
top : 3px;
- background-color : #FFFFCC;
+ background-color : #FFFFCC;
position : relative;
margin : 0px;
width : 150px;
display : block;
- border : solid 1px;
- border-color : #880000;
+ border : solid 1px #880000;
}
.show_timings_data {
}
.install_msg {
- color : #880000;
+ color : #880000;
background-color : #EDEDBA;
}
.install_fatal {
- color : #880000;
+ color : #880000;
}
.install_select {
- border : dashed 1px;
- border-color : #880000;
+ border : dashed 1px #880000;
background-color : #DDDDAA;
}
.install_normal {
border-style : solid;
- border : dashed 1px;
- border-color : #880000;
+ border : dashed 1px #880000;
}
.install_submit {
}
.install_main {
- color : #880000;
+ color : #880000;
background-color : #FFFFCC;
- font-family : Arial, Geneva, Helvetica, sans-serif;
- height : 30px;
- text-decoration : none;
+ text-decoration : none;
}
.install_header {
- color : #880000;
+ color : #880000;
background-color : #DDDDAA;
- width : 400px;
- height : 30px;
+ width : 400px;
+ height : 30px;
font-size : 20px;
- text-decoration : underline;
- padding-top : 5px;
+ text-decoration : underline;
+ padding-top : 5px;
padding-bottom : 5px;
}
-.install_content {
- height : 99%;
- min-height : 90%;
- max-height : 99%;
-}
-
.install_fatal {
background-color : #FFFFCC;
- color : #880000;
+ color : #880000;
}
.install_fatalcontent {
- text-align : left;
+ text-align : left;
background-color : #FFFFCC;
}
.install_error, .install_finished {
font-size : 20px;
- color : #880000;
+ color : #880000;
}
-.install_security, .install_welcome, .install_intro {
- color : #880000;
+.install_security, .install_welcome, .install_text {
+ color : #880000;
+}
+
+.install_text {
+ padding-bottom : 10px;
+ text-align : left;
+ margin-left : 20px;
+ margin-right : 20px;
}
.install_security {
- width : 350px;
- padding-top : 10px;
+ width : 350px;
+ padding-top : 10px;
padding-bottom : 10px;
}
color : #880000;
}
.register_submit {
- color : #880000;
+ color : #880000;
border-color : #880000;
}
.register_select {
- border : solid 1px;
- border-color : #880000;
+ border : solid 1px #880000;
background-color : #DDDDAA;
}
.register_normal {
border-style : solid;
- border : solid 1px;
- border-color : #880000;
+ border : solid 1px #880000;
padding-right : 5px;
}
.register_main {
background-color : #FFFFCC;
- width : 540px;
+ width : 540px;
}
.register_done2 {
- height : 40px;
- color : #880000;
+ height : 40px;
+ color : #880000;
background-color : #FFFFCC;
- width : 500px;
+ width : 500px;
}
.register_title {
background-color : #DDDDAA;
- text-align : center;
+ text-align : center;
font-size : 18px;
padding-left : 5px;
padding-right : 5px;
}
.register_seperator {
- height : 7px;
+ height : 7px;
font-size : 1px;
}
.register_left {
- text-align : right;
+ text-align : right;
margin-right : 2px;
- color : #880000;
- font-weight : bold;
+ color : #880000;
+ font-weight : bold;
font-size : 14px;
padding-left : 5px;
}
}
.register_header {
- text-align : center;
+ text-align : center;
background-color : #DDDDAA;
- color : #880000;
- font-weight : bold;
- border-top : 1px solid #880000;
+ color : #880000;
+ font-weight : bold;
+ border-top : 1px solid #880000;
border-bottom : 1px solid #880000;
- height : 25px;
+ height : 25px;
}
A:hover.register_term {