+ Antworten
Ergebnis 1 bis 7 von 7

Thema: Content-Überschrift vergrößern

  1. #1
    GMO
    GMO ist offline
    Neu an Board
    Registriert seit
    14.08.2006
    Beiträge
    11
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Content-Überschrift vergrößern

    Hallo zusammen,

    ich habe folgendes Template ausprobiert:

    http://www.joomlaos.de/option,com_re...o/id,3250.html

    Jetzt würde ich gerne etwas verändern. Die Überschrift des jeweiligen Eintrags soll fett und unterstrichen dargestellt werden. Im Joomla-Administrator also die Stelle "Title"

    Wo im CSS muss ich das ändern? Hat da jemand einen Tip?

    Danke, Olli

  2. #2
    Gehört zum Inventar Avatar von blaulichttreff
    Registriert seit
    30.04.2007
    Ort
    Heidenrod
    Beiträge
    7.703
    Bedankte sich
    134
    Erhielt 2.557 Danksagungen
    in 2.421 Beiträgen

    Standard

    das müsste in der template_css.css unter dem punkt contentheader zu finden sein
    Gruß Sascha
    Viele kennen Google, aber nur wenige scheinen es zu nutzen Problem gelöst? | Joomla FAQ
    FF Springen

  3. Erhielt Danksagungen von:

    GMO

  4. #3
    GMO
    GMO ist offline
    Neu an Board
    Registriert seit
    14.08.2006
    Beiträge
    11
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Hm, also wäre das ganz oben sofort : .contentheading ?

    Das sieht so aus, als ob das leer wäre? Ich kenn mich leider mit CSS nicht wirklich aus.

    Code:
    /* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
    .contentheading {
    	
    }
    
    /* content title and links */
    .contentpagetitle {}
    a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited {
    	font-size: 14px;
    	width: 100%;
    	font-weight: bold;
    	color: #A99270;
    	background-image: url(../images/paper_23.gif);
    	background-repeat: no-repeat;
    	background-position: -5px -58px;
    	text-decoration: none;
    	padding: 3px 2px 2px 24px;
    }
    a.contentpagetitle:hover {
    	color: #FF0000;
    	background-position: -5px -9px;
    }
    
    /* top box like a category description */
    .contentdescription {}
    
    /* Main Body Text */
    .contentpane {
    	
    }
    .contentpaneopen {
    	padding-left: .2em;
    	padding-right: .2em;
    }
    /* Main Body Text */
    
    /* article rating */
    .content_rating {font-weight: normal;font-size:.8em;}
    .content_vote {font-weight: normal;font-size: .8em;}
    
    /* icons */
    .buttonheading{font-size: 12px;}
    .pop-ups {float: right;}
    a.pop-up {border-bottom: 0;}
    
    /* Dates */
    .createdate { font-size:0.8em; font-weight: normal;
    color: #BE9BA2;}
    .modifydate {font-size: 10px;color: #DCC0A4;text-decoration: none;font-weight: normal;}
    .newsfeeddate {font-size: 10px;color: #FF0000;font-weight: normal;}
    /* Dates */
    
    /* Writen by Authors name */
    .small {color: #DCC0A4;}
    
    /* Page navigation links "<<< 1 of 10 next >>>" */
    .pagenav{font-size: 14px;  color: #6E8CA0; }
    .pagebar{font-size: 12px;}
    .pagenav_prev{font-size: 14px;  color: #FF0000; }
    .pagenav_next{font-size: 14px;  color: #FF0000; }
    a.pagenav {color: #6E8CA0; border-bottom: 0;}
    a.pagenav:hover {color: #79555A; border-bottom: 0;}
    .pagenavcounter{	height: 15px;  }
    .back_button{font-size: 12px; height: 15px;  }	
    
    /* Read more link */
    .readon{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 13px; color:#6E8CA0;font-weight: bold;
    }
    
    
    
    /* Article index  {mospagebreak} */
    table.contenttoc {
    	padding: 0px;
    	margin: 2px;
    	font-size: 12px;
    	}
    	
    table.contenttoc th {
    background: #79555A; 
    color: #FFFFFF;
    border: 1em solid;}
    	
    table.contenttoc td {padding: 2px;}
    
    /* Links article index */
    	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
    /* End Article index  */
    
    /*  component heading */
    .componentheading {
        font-size: 1.5em;
        font-weight: bold;
        
        text-align:left;
        margin-top: 1.5em;
    background-color: #999259;
    color: #FFFFFF;}
    	
    /* Sectiontable Table types listings Faqs's, weblink etc..*/
    .sectiontableheader {
    	background-color : #DCC0A4;
    	color : #79555A;
    	font-weight : bold;
    	border-collapse: collapse;
    	font-size: 11px;
    	background-color: #999259;
    	color: #ECE2CC;
    }
    
    /* Table odd and Even Rows */
    .sectiontableentry1 {
    	background-color : #EBEBBE;
    	font-size: 11px;
    	padding-right: 1px;
    	padding-left: 1px;
    background-color: #FAF7D5;
    border-bottom: 1px #BE9BA2 solid;}
    .sectiontableentry2 {
    	background-color : #DCC0A4;
    	font-size: 11px;
    	padding-right: 1px;
    	padding-left: 1px;
    background-color: #FFFFFF;
    border-bottom: 1px #BE9BA2 solid;}
    
    .sectiontablefooter{	height: 18px; }
    /* End Sectiontable */
    
    /* Category */
    .category {color:#79555A;}
    a.category:link, a.category:visited, a.category:hover  {	height: 15px;  }
    /* End category */
    
    
    /* blogsection */
    .blog {}
    .blogsection{	height: 18px;  }
    .blog_more{	height: 18px;  }
    .blog_heading {	height: 18px;  }
    /* space from bottom of article */
    .article_seperator{
    	
    }
    /* End blogsection */
    
    /* Search Form Module*/
    .search {
    	
    }
    /* results if not search google */
    .searchintro{height: 18px;}
    /*Search Form keyword highlight*/
    .highlight {
    border: 1px dashed #DCC0A4;
    background: #D3C4A8;
    padding: 0px 2px 0px 2px;}
    /* End Search Form */
    
    /* wrapper title */
    .wrapper{background-color : #FFFFFF;}
    /* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

  5. #4
    Hat hier eine Zweitwohnung Avatar von Eispirat
    Registriert seit
    21.02.2007
    Ort
    Leipzig
    Beiträge
    1.823
    Bedankte sich
    112
    Erhielt 317 Danksagungen
    in 309 Beiträgen

    Standard

    HTML-Code:
    .contentheading {
    	font-size: 14px; // Größe
            font-weight: bold; // Fett 
            color: #A99270; // Farbe
            font-family: Arial, Verdana, Helvetica, sans-serif; // Schriftart
    }
    Einfach mal ein bisschen ausprobieren!
    Projekte: SV Eintracht Großdalzig | SV Großstöbnitz 90 | Braschosser TV 1913

    Ihr Sportverein will ins Internet? PN an mich

  6. Erhielt Danksagungen von:

    GMO

  7. #5
    GMO
    GMO ist offline
    Neu an Board
    Registriert seit
    14.08.2006
    Beiträge
    11
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Astrein, genau die Stelle ist es. Wie unterstreiche ich denn?

    text-decoration:underline;

    Das hat nicht geholfen, obwohl es an anderer Stelle so steht.

    Code:
    .contentheading {
    	
    font-size: 14px; // Größe
            font-weight: bold; // Fett 
            text-decoration:underline;
            color: #A99270; // Farbe
            font-family: Arial, Verdana, Helvetica, sans-serif; // Schriftart
    }

  8. #6
    GMO
    GMO ist offline
    Neu an Board
    Registriert seit
    14.08.2006
    Beiträge
    11
    Bedankte sich
    3
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    So klappts:


    .contentheading {

    font-size: 14px; // Größe
    font-weight: bold; text-decoration:underline;// Fett
    color: #A99270; // Farbe
    font-family: Arial, Verdana, Helvetica, sans-serif; // Schriftart
    }

    Danke !!

  9. #7
    Hat hier eine Zweitwohnung Avatar von Eispirat
    Registriert seit
    21.02.2007
    Ort
    Leipzig
    Beiträge
    1.823
    Bedankte sich
    112
    Erhielt 317 Danksagungen
    in 309 Beiträgen

    Standard

    Ja mach mal die Angaben mit // (wie // Fett) lieber raus, ist leider die falsche Kommentarfunktion, richtig wäre /* Fett */
    Projekte: SV Eintracht Großdalzig | SV Großstöbnitz 90 | Braschosser TV 1913

    Ihr Sportverein will ins Internet? PN an mich

+ Antworten

Lesezeichen

Berechtigungen

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