Seite 1 von 1
Noch ein paar Fragen
Verfasst: 13. November 2009, 23:14
von buscha
1. Das Menü links wird im Firefox nicht richtig dargestellt.
Aber seht doch selbst
http://site.xxxx.de
2. Ich möchte den Kasten mit der Überschrift und denmit den Kommentaren ausblenden
3. Wie entferne ich das Copyright?
danke für die sehr schnelle bischerige Hilfe!!!
Re: Noch ein paar Fragen
Verfasst: 14. November 2009, 10:15
von EasyHP
Guten Morgen,
Sie müssen die neueste Version von EasyHP downloaden. Dort ist der Fehler mit dem Menü behoben worden. Wenn Sie den oberen Teil der Seite, also wo jetzt "Startseite" steht und den Teil, wo z.B. die Editierungs-Icons und die Kommentaranzahl stehen, löschen möchten, öffnen Sie bitte die Datei page_style.html, welche sich im Ordner styles/orangetaste/template befindet. Löschen Sie danach diesen Code-Teil:
Code: Alles auswählen
<div id="content" class="head">{image} <strong id="head">{title}</strong></div>
Danach öffnen Sie bitte die Datei sites_body.html, welche sich im Ordner styles/orangetaste/template/sites befindet und löschen diesen Code heraus:
Code: Alles auswählen
<div id="content" class="foot">
<div class="site_details">
<dl class="empty">
<!-- IF SHOW_LAST_UPDATE -->
<dt style="<!-- START STYLE1 -->margin-top: 7px;<!-- END STYLE1 -->"><strong>{l_last_update}:</strong> {site_date}</dt>
<!-- ENDIF -->
<!-- IF SHOW_AUTHOR -->
<dt style="<!-- START STYLE2 -->margin-top: 7px;<!-- END STYLE2 -->"><strong>{l_author}:</strong> <!-- START VIEW_PROFILES --><a href="profile.php?mode=view&user_id={site_user_id}">{site_author}</a><!-- END VIEW_PROFILES --></dt>
<!-- ENDIF -->
</dl>
</div>
<div class="site_comments">
<dl class="empty">
<!-- IF COMMENTS_ON -->
<dt><div id="comments"><a href="{c_link}">{l_comments}</a> (<strong>{total_comments}</strong>) <a href="sites.php?id={id}&comments=new"><img src="styles/{style_name}/imageset/comment_add.png" alt="{l_add_comment}" title="{l_add_comment}" border="0" /></a><!-- START ADMIN OR MOD --> <a href="sites.php?id={id}&mode=delete_all"><img src="styles/{style_name}/imageset/comments_delete.png" alt="{l_delete_all_comments}" title="{l_delete_all_comments}" border="0" /></a><!-- END ADMIN OR MOD --></div></dt>
<!-- ENDIF -->
</dl>
</div>
<div class="site_options">
<dl class="empty">
<dt>{f_site_delete} {f_site_edit} {f_site_view}</dt>
</dl>
</div>
</div>
Um das Copyright nun entfernen zu können, öffnen Sie bitte die Datei overall_footer.html, welche sich im Ordner styles/orangetaste/template befindet und löschen diesen Code heraus:
Re: Noch ein paar Fragen
Verfasst: 14. November 2009, 12:42
von buscha
Echt super wie schnell man hier Support bekommt!!!!!
Zu Punkt eins ich hoch die neuste Version habe gerade nochmal nachgeschaut
Version: Stable Release - v1.2.4, October 22th, 2009
Re: Noch ein paar Fragen
Verfasst: 14. November 2009, 14:23
von EasyHP
Guten Tag,
danke schön. Würden Sie mir bitte mal Ihre style.css bereitstellen (bitte in den Code-Tag einbinden), welche sich unter styles/orangetaste/theme befindet?
Re: Noch ein paar Fragen
Verfasst: 15. November 2009, 15:00
von buscha
Code: Alles auswählen
/*
* File: style.css, frontend stylesheet
* Package EasyHP
* Version Release Candidate 3 - v1.2.0, March 3rd, 2009
* Copyright (c) 2007-2009 EasyHP CMS
* License http://opensource.org/licenses/gpl-license.php GNU Public License
*/
body {
background-color: #FFFFFF;
text-decoration: none;
font-family: "Arial", "Tahoma", "Times New Roman", "Veranda sans-serif";
font-size: 13px;
color: #330000;
text-align: center;
}
.options {
color: #006699;
font-size: 11px;
}
.empty {
margin: 0px;
padding: 0px;
}
.no_avatar {
margin-bottom: 15px;
font-family: "Trebuchet MS";
font-size: 11px;
font-weight: bold;
color: #333399;
}
.description {
padding-top: 10px;
padding-bottom: 15px;
margin-bottom: 25px;
border-bottom: 1px solid #787878;
}
#stout:hover {
color: #000000;
cursor: pointer;
}
.blank {
color: #484848;
font-family: Arial, Tahoma, "Times New Roman", "Veranda sans-serif";
font-size: 17px;
padding-top: 30px;
border-top: 1px solid #6A6A6A;
margin-bottom: 50px;
}
.continue {
margin-top: 17px;
}
.checkbox {
margin-left: 0px;
cursor: pointer;
border: none;
background: none;
}
#username {
width: 165px;
}
#password {
width: 165px;
}
#email {
width: 165px;
}
#options {
color: #006699;
font-weight: bold;
}
#options:hover {
color: #003651;
}
.captcha_true {
font-weight: bold;
color: #008000;
}
.captcha_false {
font-weight: bold;
color: #FF0000;
}
.captcha_input {
cursor: crosshair;
}
#header {
height: 133px;
background-image: url(../imageset/header.png);
background-repeat: no-repeat;
border-bottom: 1px #787878 dashed;
}
#footer {
text-align: right;
font-size: 13px;
border-top: 1px dashed #787878;
margin-top: 10px;
}
#content {
background-color: #F3F3F3;
border: 1px solid #787878;
margin-left: 20px;
margin-right: 0px;
margin-bottom: 1px;
padding: 8px;
width: 640px;
}
#view_profile{
border: 0px solid #787878;
background-color: #F3F3F3;
padding: 5px;
}
.c_date {
padding-bottom: 6px;
margin-bottom: 0px;
}
.c_user {
width: 125px;
font-weight: bold;
margin-bottom: 0px;
margin-top: 8px;
margin-left: 8px;
padding-right: 10px;
}
.c_text {
width: 465px;
border-top: 1px solid #808080;
padding-top: 10px;
}
.c_point {
text-align: right;
}
.c_unlock {
margin-top: 10px;
margin-bottom: 10px;
}
.c_control {
margin-top: 8px;
margin-right: 7px;
text-align: right;
}
#c_hr {
border: 0px;
border-bottom: 1px solid #808080;
}
.n_news {
color: #000000;
}
.c_subject {
margin-top: 8px;
padding-bottom: 6px;
font-weight: bold;
color: green;
vertical-align: top;
}
.c_avatar {
width: 125px;
padding-right: 10px;
margin-top: 5px;
margin-left: 8px;
margin-bottom: 8px;
}
.newsflash_more {
font-weight: bold;
color: #000000;
}
.comments {
border: 1px solid #787878;
background-color: #F3F3F3;
margin-bottom: 8px;
padding: 0px;
width: 655px;
float: right;
}
#comments {
font-size: 1.1em;
}
.site_links {
width: 300px;
border: 1px solid #787878;
background-color: #F3F3F3;
clear: both;
margin-left: 360px;
padding: 5px;
text-align: center;
}
.site_links_news {
width: 300px;
border: 1px solid #787878;
background-color: #F3F3F3;
clear: both;
margin-left: 185px;
margin-top: 50px;
padding: 5px;
text-align: center;
}
#gb_site {
font-weight: bold;
margin-bottom: 7px;
}
.waiting {
width: 350px;
text-align: center;
border: 1px #333333 solid;
padding: 20px;
margin-top: 50px;
font-family: Arial, Tahoma;
font-size: 13px;
text-align: center;
background: #F3F3F3;
margin-right: 130px;
}
#waiting {
font-weight: bold;
font-variant: small-caps;
margin-bottom: 3px;
}
.mfield {
font-size: 0.7em;
font-weight: bold;
font-family: Verdana;
margin-bottom: 30px;
}
.rights_headline {
border-bottom: 1px solid #808080;
margin-top: 8px;
margin-bottom: 20px;
padding-bottom: 6px;
font-size: 15px;
font-family: "Trebuchet MS";
font-weight: bold;
}
.smiles {
border: 1px solid #787878;
background-color: #F3F3F3;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 1px;
padding: 5px;
text-align: center;
}
#content.head {
margin-top: 37px;
margin-bottom: 2px;
padding: 10px 8px;
width: 640px;
text-align: left;
border: 1px solid #787878;
background-color: #F3F3F3;
}
#content.foot {
height: 35px;
margin-bottom: 30px;
margin-top: 3px;
padding-left: 8px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 10px;
font-family: Tahoma, "Times New Roman", "Veranda sans-serif";
color: #000000;
text-align: left;
width: 640px;
border: 1px solid #787878;
background-color: #F3F3F3;
}
.news_box {
font-size: 12px;
margin-top: 5px;
}
.news_options {
padding-left: 2px;
padding-top: 4px;
}
.news_text {
clear: both;
border-bottom: 1px solid #808080;
padding-bottom: 10px;
}
div.layout {
padding: 10px;
margin: auto;
padding-right: 20px;
background-color: #FFFFFF;
text-align: left;
}
.layout_menu {
float: left;
margin-left: 17px;
}
.layout_all {
float: right;
}
a {
color: #333333;
text-decoration: underline;
}
a:hover {
color: #333333;
text-decoration: none;
}
.copyright {
color: #000080;
text-decoration: none;
border-bottom: 1px dotted #000080;
}
.copyright:hover {
border-bottom: 0px dotted #000080;
}
.icon {
border: 0px;
margin-right: 7px;
}
.avatar_icon {
border: 0px;
padding-left: 5px;
}
.gb_icons {
margin-top: 15px;
margin-left: 10px;
}
.gb_fieldset {
margin-bottom: 18px;
}
.guestbook {
margin-left: 10px;
padding: 5px;
width: 500px;
background-color: #FFFFFF;
border: 1px #333333 solid;
}
.content {
background-color: #F3F3F3;
}
.radio {
cursor: pointer;
}
#table {
width: 880px;
border: solid 1px #000000;
}
.button {
clear: both;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
padding-top: 4px;
padding-bottom: 4px;
margin-top: 10px;
cursor: pointer;
border-color: #757575;
background: url("../imageset/button.png");
}
.button:hover {
background: url("../imageset/button_hover.png");
}
label {
cursor: default;
}
.file {
background-color: #FFFFFF;
}
#bbcode_b {
cursor: pointer;
font-weight: bold;
font-size: 11px;
width: 35px;
height: 22px;
}
#bbcode_i {
cursor: pointer;
font-style: italic;
font-size: 11px;
width: 35px;
height: 22px;
}
#bbcode_u {
cursor: pointer;
text-decoration: underline;
font-size: 11px;
width: 35px;
height: 22px;
}
.normal {
background-color: #FFFFFF;
border: none;
}
textarea {
font-family: Verdana;
font-size: 13px;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
width: 450px;
height: 250px;
}
textarea:hover {
border-color: #8FA3AF;
}
textarea:focus {
border-color: #8FA3AF;
}
input {
background-color: #ececec;
border: 1px solid #a9b8c2;
}
input:hover {
border-color: #8FA3AF;
}
input:focus {
background-color: #F9F9F9;
border-color: #8FA3AF;
}
.input_right {
text-align: right;
padding: 0px 2px;
}
select {
background-color: #F8F8F8;
border: 1px solid #A9B8C2;
cursor: pointer;
}
.admin_link:hover {
text-decoration: underline;
}
.hr {
text-align: left;
border: 0px;
border-bottom: 1px solid #5F5F5F;
}
.pointer {
cursor: pointer;
}
.copy {
margin-top: 30px;
font-size: 0.8em;
}
.copy_counter {
margin-top: 10px;
font-size: 0.8em;
}
.counter {
margin-top: 30px;
font-size: 11px;
font-family: Verdana;
}
.footer_title {
font-size: 0.9em;
}
#head {
font-family: "Arial", "Times New Roman", "Veranda sans-serif";
font-size: 14px;
color: #0000FF;
}
#navi {
width: 150px;
float: left;
height: 100%;
margin-right: 10px;
margin-bottom: 30px;
}
#navi_break {
clear: both;
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
width: 150px;
}
ul.navigation span {
background-color: #FFFFFF;
color: #333333;
display: block;
padding-left: 5px;
padding-right: 5px;
padding-top: 17px;
padding-bottom: 5px;
margin-top: 8px;
text-decoration: none;
font-weight: bold;
height: 1%;
font-family: "Tahoma", "Times New Roman", "Veranda sans-serif";
font-size: 12px;
text-align: left;
border-bottom: 2px solid #787878;
}
ul.navigation a {
background-color: #FFFFFF;
color: #333333;
display: block;
padding: 5px;
padding-left: 10px;
text-decoration: none;
text-align: left;
font-family: "Tahoma", "Times New Roman", "Veranda sans-serif";
font-size: 12px;
border-bottom: 1px dashed #787878;
}
ul.navigation a.aktiv {
background-color: #F3F3F3;
color: #555555;
}
ul.navigation a:hover {
background-color: #F3F3F3;
}
ul.navigation a:hover.aktiv {
background-color: #F3F3F3;
}
#main {
padding: 0px;
margin: 0px;
}
.underline {
text-decoration: underline;
}
.none {
text-decoration: none;
}
#user_img {
margin-left: 4px;
}
.profile_left {
float: left;
margin-left: 7px;
margin-top: 8px;
width: 170px;
}
.profile_right {
width: 438px;
float: right;
margin-top: 8px;
padding-left: 12px;
}
#profile_left {
float: left;
}
#profile_right {
float: right;
}
#profile_name {
padding-top: 4px;
font-weight: bold;
}
#profile_data {
width: 215px;
padding-top: 4px;
margin-right: 30px;
}
#headline_profile {
font-size: 1.1em;
font-family: "Trebuchet MS";
margin-bottom: 4px;
font-weight: bold;
margin-left: 2px;
}
.profile_box {
width: 420px;
padding: 8px;
float: right;
border: 1px solid #000000;
background: #FFFFFF;
margin-bottom: 10px;
}
.profile_box2 {
width: 170px;
float: right;
border: 1px solid #000000;
background: #FFFFFF;
margin-bottom: 15px;
}
.profile_avatar {
margin-bottom: 3px;
}
#profile_avatar {
margin-top: 20px;
text-align: center;
font-size: 12px;
}
.profile_config {
font-weight: bold;
}
#profile_config {
font-size: 15px;
}
.user_link {
color: #006699;
text-decoration: none;
}
.user_link:hover {
color: #167AB6;
border-bottom: 1px dotted #167AB6;
}
.read_message {
background-color: #FFFFFF;
border: 1px #006699 solid;
padding: 5px;
width: 600px;
margin-bottom: 30px;
margin-left: 8px;
}
/* ------------------ hinzugefügt ------------------*/
fieldset {
width: 600px;
border: 0px;
padding-bottom: 20px;
margin-right: 0px;
padding-right: 0px;
}
.line {
margin-top: 0px;
margin-bottom: 0px;
clear: both;
padding-top: 4px;
}
.gb_line {
margin: 0px;
clear: both;
padding-top: 0px;
}
#bbcode_box {
padding-top: 20px;
}
#textarea_box {
padding-top: 8px;
}
.label {
float: left;
width: 100px;
text-align: left;
margin-top: 4px;
margin-right: 30px;
}
.field {
float: left;
margin: 0px;
text-align: left;
}
.field2 {
float: left;
margin: 0px;
text-align: left;
}
.label2 {
float: left;
width: 160px;
}
.profile_label {
float: left;
width: 160px;
text-align: left;
padding-top: 4px;
}
.profile_field {
float: left;
width: 420px;
text-align: left;
margin-left: 0px;
}
.hover_list {
border-top: 1px solid #6A6A6A;
padding-top: 10px;
padding-left: 5px;
width: 99%;
height: 28px;
}
.list_head {
padding-top: 10px;
padding-left: 5px;
width: 99%;
height: 28px;
}
.site_details {
font-size: 10px;
float: left;
width: 237px;
margin-top: 5px;
margin-left: 3px;
}
.site_options {
float: left;
padding-top: 3px;
margin-top: 5px;
}
.site_comments {
font-size: 10px;
float: right;
width: 150px;
margin-top: 5px;
}
Re: Noch ein paar Fragen
Verfasst: 15. November 2009, 15:13
von EasyHP
Guten Tag,
finden Sie folgendes:
Code: Alles auswählen
ul.navigation span {
background-color: #FFFFFF;
color: #333333;
display: block;
padding-left: 5px;
padding-right: 5px;
padding-top: 17px;
padding-bottom: 5px;
margin-top: 8px;
text-decoration: none;
font-weight: bold;
height: 1%;
font-family: "Tahoma", "Times New Roman", "Veranda sans-serif";
font-size: 12px;
text-align: left;
border-bottom: 2px solid #787878;
}
Danach löschen Sie daraus das hier: