Antworten auf deine Fragen:
Neues Thema erstellen

Antworten zum Thema „Problem mit Joomla 1.5“

klsa12

Nicht mehr ganz neu hier

Hallo,

gestern habe ich mir die neue 1.5er Version Joomla installiert. Nun zeigt es aber den Content nicht korrekt an, der geht über den Rand hinaus und ist nicht mehr richtig lesbar.

Willkommen auf der Startseite

Wie krieg ich hin das es den Text normal einpasst?

Zur Erklärung: ich habe ein Standardtemplate drauf, das ich anpassen will nach meinen Wünschen.

Ich vermute das es in den folgenden Optionen irgendwo einzustellen ist...

/*layout CSS */
body {
text-align:center; /*center hack*/
min-width:1000px;
padding:0;
margin:0;
}

#wrapper {
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}

.width_800{
max-width:780px;
width:780px;
}

.width_1024{
min-width:910px;
max-width:1000px;
width:auto !important;
width:1000px;
}

.width_fluid{
min-width:910px;
max-width:97%;
width:auto!important;
width:97%;
}

#heading{
width:100%;
position:relative;
padding:16px 0px 0px 0px;
}
#heading h1{
font-size:36px;
font-family:"Myriad pro", "Myriad Web", Geneva, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#fff;
margin:0 0 0 27px!important;
padding:0 !important;
}
#heading h1 a{
color:#fff;
font-weight:normal;
}
#heading h1 a:hover{
text-decoration:none;
}
a#sitename1{
display:block;
width:530px; /* maximum 600px */
height:94px; /* maximum 100px */
text-indent:-2000px;
background:url(../images/logo_joomla.png) top left no-repeat;
}

----

/* CSS Document */
body{
background:#4da20f url(../images/green/bg_main.jpg) center top no-repeat;
}

#header #top .moduletable h3{
color:#a6d512;
background:url(../images/green/toph3bg.gif) no-repeat;
}

.moduletable h3, .moduletable_menu h3, .moduletable_text h3{
background:url(../images/green/h3bg.jpg) top left no-repeat;
}

a, ul.menu a:hover, li#current a, li.parent li#current a, li#current li a:hover, #bottom li a:hover, a.mainlevel:hover, a#active_menu.mainlevel{
color:#53a31c;
}

ul.menu a:hover, li#current a, a.mainlevel:hover, a#active_menu.mainlevel{
background:url(../images/green/arrow_active.png) no-repeat;
background-position:3px 9px;
}

.middle a, h2,.contentheading{
color:#0b7db6;
}

.button{
background:#92bb02 url(../images/green/buttonbg.gif) top left repeat-x;
}

.middle ul li{
background:url(../images/green/bullet.png) no-repeat;
}

#reflection{
background:url(../images/green/reflection.jpg) top left repeat-x;
}
#reflection-l{
background:url(../images/green/reflection-l.jpg) top left no-repeat;}

#reflection-r{
background:url(../images/green/reflection-r.jpg) top right no-repeat;}

#container{
background:url(../images/green/containerbg_l.jpg) top left repeat-y;
}
#container .bgright{
background:url(../images/green/containerbg_r.jpg) top right repeat-y;
}

#header .bgleft{
background:url(../images/green/headerbg_l.jpg) top left no-repeat;
}
#header .bgright{
background:url(../images/green/headerbg_r.jpg) top right no-repeat;
}

li.parent li#current a, li#current li a:hover{
background:url(../images/green/arrow_subactive.png) no-repeat;
background-position:4px 10px;
}

#user3 ul li a:hover{
background: transparent url(../images/green/topmenu-bg.jpg) repeat-x;
background-position:0px 1px;
}
 

pefesa

Pixelrookie

AW: Problem mit Joomla 1.5

Hallo klsa12, ich würde mir für den Browser Firefox das Web Developer Add-on laden und dort unter Information "Display ID&Class Details" auswählen. So kannst du genau sehen welcher CSS-Eintrag für dein Problem zuständig ist.

Gruß pefesa
 

klsa12

Nicht mehr ganz neu hier

AW: Problem mit Joomla 1.5

danke, aber das hat auch keinen erfolg gebracht...

ich habe es noch einmal mit einem anderen Layout probiert, aber das problem besteht noch immer. hier die css-datei, vllt. kann mir ja noch jemand helfen ^^

/* ----- Main Layout Elements ----- */
body {
background: #ffffff;
text-align: center;
padding: 2;
margin: 0;
font-family: Arial, Verdana, sans-serif;
}
#container {
min-width: 760px;
max-width: 960px;
margin: 0;
text-align: left;
clear: both;
}
#header {
background-image: url('../images/bg-header.jpg');
background-color: #48b5eb;
height: 185px;
margin: 0 auto;
clear: both;
}
#headerinside {
min-width: 760px;
max-width: 960px;
margin: 0;
height: 140px;
padding-top: 10px;
text-align: left;
clear: both;
}
#leftsidebar {
float: left;
width: 20%;
overflow: hidden;
}
#main {
float: left;
width: 55%;
overflow: hidden;
}
#rightsidebar {
float: left;
width: 20%;
overflow: hidden;
}
#footer {
clear: both;
text-align: center;
font-size: 10px;
padding-top: 10px;
}
a, a:visited {
color: #b20a0a;
}
a:hover {
color: #890707;
}
#searchForm {
padding-top: 10px;
}

/* ----- Top Menu ----- */
#topmenu {
margin: 0 auto;
height: 39px;
text-align: center;
padding-top: 7px;
clear: both;
}
#topmenu .moduletable {
border: 0;
padding: 0;
margin: 0 auto;
}
#topmenu ul {
margin: 0;
padding: 0;
list-style: none;
}
#topmenu li {
display: inline;
margin: 0;
padding: 0;
border-right: 1px solid #444444;
}
#topmenu a, #topmenu a:visited {
font-weight:bold;
padding-right: 10px;
padding-left: 10px;
color: #f7f79b;
text-decoration: none;
}
#topmenu a:hover {
text-decoration: underline;
}

/* ----- Left Sidebar Elements ----- */
#leftsidebar ul {
margin: 0px;
padding-left: 20px;
padding-top: 5px;
}
#leftsidebar ul li {
margin: 0px;
padding: 0px;
list-style-type: square;
}
#leftsidebar ul li a {
text-decoration: none;
}
#leftsidebar ul li a:hover {
text-decoration: underline;
}
#leftsidebar h3 {
margin: 0px;
padding: 0px;
padding-top: 10px;
border-bottom: 1px solid #777777;
font-size: 16px;
}


/* ----- Right Sidebar Elements ----- */
#rightsidebar .moduletable, #rightsidebar .moduletable_text {
border: 1px solid #000000;
margin-top: 10px;
padding: 5px;
}
#rightsidebar .moduletable h3, #rightsidebar .moduletable_text h3 {
margin: -5px;
margin-bottom: 5px;
padding: 2px;
padding-left: 18px;
color: #ffffff;
background-color: #000000;
border-bottom: 1px solid #777777;
font-size: 16px;
background-image: url('../images/moddeco.png');
background-repeat: no-repeat
}
#rightsidebar p {
margin-top: 0px;
margin-bottom: 10px;
}


/* Additional markups */
.pagenavcounter, .pagenav {
font-size: 10px;
}
.contenttoc {
padding: 5px;
}

div.componentheading { /* Component heading */
font-size: 16px;
border-bottom: 1px solid #777777;
font-weight: bold;
margin-top: 10px;
border-bottom: 1px solid #cccccc;
}
td.contentheading { /* Post titles/headings */
font-size: 16px;
font-weight: bold;
clear: both;
padding-top: 10px;
}
table.contentpaneopen {
width: 100%;
border-collapse: collapse;
border-spacing: 10px;
margin: 5px;
}
#form-login-remember { /* Small 'remember me?' text in login form */
font-size: 12px;
padding-bottom: 5px;
}
#form-login {
text-align: center;
}
#form-login ul, #form-login-username, #form-login-password, #form-login-remember {
text-align: left;
}
fieldset.input {
border: 0;
}
#form-login #form-login-remember {
text-align: center;
}
form {
margin:0;
}
td.sectiontableentry1 {} /* Alternating rows for polls */
td.sectiontableentry2 { /* Alternating rows for polls */
background-color: #f9f9f9;
}
.button {
background-color: #ddecf3;
font-size: 12px;
font-family: verdana, arial;
border-top: 1px solid #e7f7ff;
border-left: 1px solid #cde4ef;
border-bottom: 1px solid #000000;
border-right: 1px solid #245167;
}
.buttonheading img {
border: none;
margin: 0;
padding: 0;
}
span.small { /* Small text underneath post title, i.e. 'Written by...' */
font-size: 10px;
margin: 0;
padding: 0;
}
td.createdate { /* Small date under post titles */
font-size: 10px;
text-align: left;
color: #999999;
}
td.modifydate { /* The 'Last Updated' date under posts/modules. */
font-size: 10px;
text-align: right;
font-style: italic;
}
a.readon { /* The 'Read More...' link under posts/modules. */
font-size: 10px;
float: right;
text-align: right;
}
td.article_column {
padding-right: 10px;
}
table.pollstableborder {
text-align: left;
width: 100%;
}
p {
margin: 0;
padding: 0;
}
span.breadcrumbs {
font-size: 10px;
color: #666666;
}
.crumbbg {
background-color: #fff0f0;
}
div.bannerheader {
font-size: 10px;
}{
 

Lupina

Szene Hannoi - Wangata

AW: Problem mit Joomla 1.5

Im Template direkt anpassen.. geht einfacher... die CSS Datei ist zwar fuer die Schriftart und so weiter ganz gut... aber du solltest dir wenn du da nicht wirklich mit viel erreichst Frontpage zulegen, haut hervoragend hin... du kannst dir mit Samba einen PHP Server erstellen und dann damit deine Vorgehnsweise direkt ueberprüfen und bei Fehlern immer noch STRG + Z Drücken ;)
 
Bilder bitte hier hochladen und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Antworten auf deine Fragen:
Neues Thema erstellen

Willkommen auf PSD-Tutorials.de

In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.

Stefan und Matthias Petri von PSD-Tutorials.de

Nächster neuer Gratisinhalt

03
Stunden
:
:
25
Minuten
:
:
19
Sekunden

Neueste Themen & Antworten

Flatrate für Tutorials, Assets, Vorlagen

Zurzeit aktive Besucher

Statistik des Forums

Themen
175.188
Beiträge
2.582.071
Mitglieder
67.257
Neuestes Mitglied
Can Ergin
Oben