+ Antworten
Ergebnis 1 bis 3 von 3

Thema: Überschrift geht nicht weg!?

  1. #1
    War schon öfter hier Avatar von AdminManyy
    Registriert seit
    02.02.2007
    Ort
    Offenburg
    Alter
    20
    Beiträge
    121
    Bedankte sich
    16
    Erhielt 6 Danksagungen
    in 6 Beiträgen

    Frage Überschrift geht nicht weg!?

    Servus habe mir das "Gopip Greenhouse" template heruntergeladen soweit funktioniert es auch ganz gut aber für meine bedürfnisse möchte ich es ein wenig verändern nur ich stehe gerade auf der leitung....
    Und zwar sollen die überschriften mit der roten umrandung weg (siehe screen).
    was nicht ganz was ich da weg machen muss...
    auserdem habe ich hier noch die css datei:
    Code:
    /*
    @author: Rene Wandel
    @web: http://www.gopip.de
    @email: info@gopip.de
    */
    
    /*
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
    */
    
    body {
    	margin: 0;
    	padding: 0;
    	font: normal small Arial, Helvetica, sans-serif;
    	line-height: 1.8em;
    	color: #838B91;
    }
    
    .bg{
    	background: #749865 url(../images/img01.gif) repeat-x;
    }
    
    h1, h2, h3, h4, h5, h6 {
    	margin: 0;
    	padding: 0;
    	font-family: Georgia, "Times New Roman", Times, serif;
    	font-weight: normal;
    	color: #468259;
    }
    
    h2 {
    	padding-left: 20px;
    	background: url(../images/img07.gif) no-repeat left center;
    	font-size: 22px;
    }
    
    h3 {
    	margin-bottom: 1em;
    	text-transform: uppercase;
    	letter-spacing: 2px;
    	font-size: .9em;
    	font-weight: bold;
    }
    
    p, blockquote, ul, ol {
    	margin-top: 0;
    }
    
    blockquote {
    	padding: 0 0 0 40px;
    	background: url(../images/img11.gif) no-repeat;
    	font: italic small Georgia, "Times New Roman", Times, serif;
    	line-height: 1.6em;
    }
    
    a {
    	background: url(../images/img03.gif) repeat-x left bottom;
    	text-decoration: none;
    	color: #468259;
    }
    
    a:hover {
    	background: none;
    	text-decoration: underline;
    }
    
    /* Wrapper */
    
    #wrapper {
    	background: #FFFFFF url(../images/img04.gif) repeat-x left bottom;
    }
    
    /* Menu */
    
    #menu {
    	width: 750px;
    	height: 60px;
    	margin: 0 auto;
    }
    
    /* Header */
    
    #header {
    	width: 754px;
    	height: 247px;
    	margin: 0 auto;
    	padding: 13px 0 0 0;
    }
    
    #header h1 {
    	float: left;
    	width: 104px;
    	height: 110px;
    	padding: 104px 100px 0 20px;
    	background: url(../images/img05.jpg) no-repeat;
    	line-height: 32px;
    	font-size: 30px;
    }
    
    #header h2 {
    	float: right;
    	width: 494px;
    	height: 34px;
    	padding: 180px 20px 0 0;
    	background: url(../images/img06.jpg) no-repeat;
    	text-transform: lowercase;
    	text-align: right;
    	letter-spacing: -1px;
    	font-size: 22px;
    	color: #FFFFFF;
    }
    
    /* Content */
    
    #content {
    	width: 750px;
    	margin: 0 auto;
    }
    
    /* Posts */
    
    #posts {
    	float: right;
    	width: 510px;
    }
    
    #post-full{
    	width: 750px;
    }
    
    #posts .post {
    	padding-bottom: 30px;
    }
    
    #posts .story {
    	padding: 15px 20px 0 20px;
    	background: url(../images/img10.gif) repeat-x
    }
    
    #posts .meta {
    	padding: 5px 0 0 20px;
    	background: url(../images/img03.gif) repeat-x;
    }
    
    #posts .meta p {
    	margin: 0;
    	line-height: normal;
    	font-size: smaller;
    }
    
    #posts ul {
    	list-style: url(../images/img12.gif);
    }
    
    #posts ul li {
    }
    
    /* Links */
    
    #links {
    	float: left;
    	width: 220px;
    }
    
    /* Footer */
    
    #footer {
    	padding: 40px 0 60px 0;
    	background: url(../images/img08.gif) repeat-x;
    }
    
    #footer p {
    	width: 750px;
    	font-family: Georgia, "Times New Roman", Times, serif;
    	color: #A6C09B;
    }
    
    #footer a {
    	background: none;
    	font-weight: bold;
    	color: #A6C09B;
    }
    
    #legal {
    	margin: 0 auto;
    	text-align: right;
    	font-size: 12px;
    }
    
    #brand {
    	margin: -35px auto 0 auto;
    	padding: 10px 0 0 35px;
    	background: url(../images/img09.gif) no-repeat left top;
    	letter-spacing: -1px;
    	font-size: 24px;
    }
    
    /* JOOMLA ANWEISUNGEN*/
    
    table.moduletable {
    	width: 100%;
    	margin: 0px;
    	padding: 0px;
    }
    
    table.contentpaneopen td.componentheading {
    	padding-left: 4px;
    }
    
    .contentpaneopen{
    	width: 100%;
    }
    
    table.contentpane {
    	width: 100%;
    	padding: 0px;
    	border-collapse: collapse;
    	border-spacing: 0px;
    	margin: 0px;
    }
    
    .contentpaneopen, .contentpane{
    	width: 100%;
    }
    
    table.contentpane, table.contentpaneopen {
       width: 100%;
    	padding: 0px;
    	border-collapse: collapse;
    	border-spacing: 0px;
    	margin: 0px;
    }
    
    td.componentheading, td.contentheading{
    width:100%;
    }
    
    /* Vertikale und Horizontale Navigation */
    
    a.mainlevel {
    	padding: 2px 3px 2px 10px;
    	background: url(../images/img03.gif) repeat-x left bottom;
    	display: block;
    }
    
    a.mainlevel:hover,a.mainlevel:active {
    	font-weight: bold;
    }
    
    a.mainlevel#active_menu {
    	font-weight: bold;
    }
    
    ul#mainlevel-nav {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }
    
    ul#mainlevel-nav li {
       display: block;
    	float: left;
    	width: 148px;
    	height: 60px;
    	padding: 0 0 0 2px;
    	background: url(../images/img02.gif) no-repeat;
    }
    
    ul#mainlevel-nav li a {
       display: block;
    	width: 108px;
    	height: 36px;
    	padding: 20px 20px 0 20px;
    	background: none;
    	letter-spacing: -1px;
    	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
    	color: #E1E9E2;
    }
    
    ul#mainlevel-nav li a:hover{
       border-bottom: 4px solid #5A7C50;
    	text-decoration: none;
    	color: #FFFFFF;
    }
    
    /*  Modulstyle  */
    
    div.module h3, div.moduletable h3 {
    	padding-left: 20px;
    	background: url(../images/img07.gif) no-repeat left center;
    	font-size: 20px;
    }
    
    div.module, div.moduletable {
    	margin: 0 0 10px 0;
    	padding: 0px 2px 0px 2px;
    	background-image: url(../images/img10.gif);
    	background-repeat: repeat-x;
    	background-position: 0px 40px;
    }
    
    .componentheading, .contentheading{
    	padding-left: 20px;
    	background: url(../images/img07.gif) no-repeat left center;
    	font-size: 22px;
    	color: #2E8B57;
    }
    
    /* Small text */
    
    .smalldark, .modifydate, .back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
    	font-size: 11px;
    	color: #B4B4B4;
    }
    .createdate{
    	font-size: 11px;
    	padding: 0px 0px 0px 20px;
    	margin: 0px;
    	background: url(../images/date.png) no-repeat left;
    }
    .small{
    	font-size: 11px;
    	padding: 0px 0px 0px 20px;
    	margin: 0px;
    	background: url(../images/user.png) no-repeat left;
    }
    
    /* Blog more Style */
    
    .blog_more {
    	margin: 10px;
    	padding: 5px;
    	border: 1px dotted #E4E4E4;
    }
    
    .blog_more strong {
    	margin: 0px;
    	display: block;
    	text-transform: uppercase;
    	border-bottom: 1px dotted #E4E4E4;
    }
    
    /* LOgIn Style */
    
    #mod_login_username{
    	background: url(../images/personal.png) no-repeat left;
    	padding: 2px 2px 2px 20px;
    	color: #226A41;
    	border: 1px solid #CCCCCC;
    	width: 70%;
    }
    
    #mod_login_password{
    	background: url(../images/pass.png) no-repeat left;
    	padding: 2px 2px 2px 20px;
    	color: #226A41;
    	border: 1px solid #CCCCCC;
    	width: 70%;
    }
    
    /* MOSImage Style */
    
    .mosimage {
    	padding: 4px;
    	margin: 2px 5px 2px 5px!important;
    }
    
    .mosimage img {
    	padding: 4px;
    	border: 1px solid #CCCCCC;
    }
    
    .mosimage_caption {
    	margin: 0px;
    	padding: 2px;
    	color: #666666;
    	font-weight: bolder;
    	text-transform: uppercase;
    }
    
    /* TABLE STYLE */
    
    .sectiontableheader {
    	padding: 3px;
    	border-bottom: 1px solid #CCCCCC;
    	background-color: #838B91;
    	color: #FFFFFF;
    	font-weight: bold;
    	line-height: 120%;
    }
    
    tr.sectiontableentry1 td{
    	padding: 8px;
    	background-color: #F8F8F8;
    	line-height: 120%;
    }
    
    tr.sectiontableentry2 td{
    	padding: 8px;
    	background-color: #F2F2F2;
    	line-height: 120%;
    }
    
    /* Poll Style */
    
    table.poll {
    	padding: 0;
    	width: 100%;
    	border-collapse: collapse;
    }
    
    table.pollstableborder {
    	padding: 0;
    	width: 100%;
    	text-align: left;
    	border: 0px;
    }
    
    table.pollstableborder img {
    	vertical-align: baseline;
    }
    
    table.pollstableborder td {
    	padding: 2px!important;
    }
    
    table.pollstableborder tr.sectiontableentry1 td {
    
    }
    
    /* SYNDICATE STYLE */
    
    div.syndicate div {
    	text-align: center;
    	margin: 2px;
    	padding: 2px;
    }
    
    /* Search Style */
    
    table.searchintro {
    	padding: 5px 0;
    	width: 100%;
    }
    
    table.searchintro td {
    	padding: 5px!important;
    }
    
    /* Formstyle */
    
    form {
    	margin: 2px;
    	padding: 2px;
    }
    
    textarea, input, select {
    	color: #333333;
    	padding: 2px;
    }
    
    .inputbox {
    	border: 1px solid #838B91;
    	background: #FFFFFF;
    	color: #333333;
    	margin: 2px 0 2px 0;
    }
    
    /* READON Style */
    
    a.readon {
    	padding: 2px 10px 2px 20px;
    	background: url(../images/readon.png) no-repeat left;
    	border-bottom: 1px dashed #CCCCCC;
    	display: block;
    	font-size: 12px;
    	font-weight: bold;
    }
    
    a.readon:hover, a.readon:active {
    	color: #32CD32;
    	border-bottom: 1px dashed #CCCCCC;
    	background: url(../images/readon_hover.png) no-repeat left;
    }
    
    .contenttoc{
    	border: 1px solid #BCEFBD;
    	padding: 1px;
    	margin: 1px;
    	background: #FFFFFF;
    	width: 150px;
    }
    
    .contenttoc th{
    	background-color: #BCEFBD;
    	color: #666666;
    	padding: 1px;
    	font-size: 12px;
    }
    Das falls sich das jemand mal anschauen möcht kann das natürlich auch tun unter http://www.hobby-webmaster.de/vorlage/TuSW/

    MFG Many
    __________________________________________________ ___
    hobby-webmaster.de

  2. #2
    Gehört zum Inventar Avatar von SirDrake
    Registriert seit
    29.08.2006
    Ort
    Köln
    Beiträge
    6.268
    Bedankte sich
    164
    Erhielt 2.346 Danksagungen
    in 2.119 Beiträgen

    Standard

    tja hobby-webmaster
    Du hättest wohl besser die index.php. deines Templates gepostet
    Das Geheimnis dürfte im <div id=header> liegen da wird der Titel per php Anweisung geladen und zwar zweimal

    Viel Glück
    Gruß Fred
    Fragen und Antworten rund um Joomla! FAQ
    Code-Bereinigung abschalten - Unterstütze Joomla

  3. Erhielt Danksagungen von:


  4. #3
    War schon öfter hier Avatar von AdminManyy
    Registriert seit
    02.02.2007
    Ort
    Offenburg
    Alter
    20
    Beiträge
    121
    Bedankte sich
    16
    Erhielt 6 Danksagungen
    in 6 Beiträgen

    Standard

    sry isch eigentlich logisch...

    und zu hobby-webmaster... bin ja noch ganz am anfang :P mit meinem sieben seiten
    __________________________________________________ ___
    hobby-webmaster.de

+ Antworten

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein