Frustration With Blogger

Discussion in 'CSS' started by CarteBlanche, Feb 22, 2009.

  1. #1
    Though not a programmer i can usually manage, given enough time, to get the code to do what i want it to do...not this time.

    I've tried repeatedly to change the Post Title Font both as a variable definition and within the template....size and color...with no luck.

    I started over, but every template i used...the same font size and color i don't want. So back to the first template...i've spent hours searching online and trying different things...nothing works.

    Does someone have the inclination to take a look at my coding and see what's going on? link to blog is http://carteblancheoui.blogspot.com/

    thanks if someone can take me out of my misery!


    -----------------------------------------------
    Blogger Template Style
    Name: Minima
    Designer: Douglas Bowman
    URL: www.stopdesign.com
    Date: 26 Feb 2004
    Updated by: Blogger Team
    ----------------------------------------------- */

    /* Variable definitions
    ====================
    <Variable name="bgcolor" description="Page Background Color"
    type="color" default="#fff" value="#ffffff">
    <Variable name="textcolor" description="Text Color"
    type="color" default="#333" value="#333333">
    <Variable name="linkcolor" description="Link Color"
    type="color" default="#58a" value="#5588aa">
    <Variable name="pagetitlecolor" description="Blog Title Color"
    type="color" default="#666" value="#666666">
    <Variable name="descriptioncolor" description="Blog Description Color"
    type="color" default="#999" value="#999999">
    <Variable name="titlecolor" description="Post Title Color"
    type="color" default="#c60" value="#FF00FF">
    <Variable name="bordercolor" description="Border Color"
    type="color" default="#ccc" value="#cccccc">
    <Variable name="sidebarcolor" description="Sidebar Title Color"
    type="color" default="#999" value="#999999">
    <Variable name="sidebartextcolor" description="Sidebar Text Color"
    type="color" default="#666" value="#666666">
    <Variable name="visitedlinkcolor" description="Visited Link Color"
    type="color" default="#999" value="#999999">
    <Variable name="bodyfont" description="Text Font"
    type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
    <Variable name="headerfont" description="Sidebar Title Font"
    type="font"
    default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 155% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
    <Variable name="pagetitlefont" description="Blog Title Font"
    type="font"
    default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
    <Variable name="descriptionfont" description="Blog Description Font"
    type="font"
    default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
    <Variable name="postfooterfont" description="Post Footer Font"
    type="font"
    default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
    <Variable name="startSide" description="Side where text starts in blog language"
    type="automatic" default="left" value="left">
    <Variable name="endSide" description="Side where text ends in blog language"
    type="automatic" default="right" value="right">
    <Variable name="posttitlefont" description="Post Title Font" type="font"
    default="normal normal 140% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 140% Trebuchet, Trebuchet MS, Arial, sans-serif">


    */

    /* Use this with templates/template-twocol.html */

    body {
    background:#ffffff;
    margin:0;
    color:#333333;
    font:x-small Georgia Serif;
    font-size/* */:/**/small;
    font-size: /**/small;
    text-align: center;
    }
    a:link {
    color:#5588aa;
    text-decoration:none;
    }
    a:visited {
    color:#999999;
    text-decoration:none;
    }
    a:hover {
    color:#000000;
    text-decoration:underline;
    }
    a img {
    border-width:0;
    }

    /* Header
    -----------------------------------------------
    */

    #header-wrapper {
    width:820px;
    margin:0 auto 10px;
    border:1px solid #A0CFEC;
    }

    #header-inner {
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    }

    #header {
    margin: 5px;
    border: 1px solid #A0CFEC;
    text-align: center;
    color:#000000;
    }

    #header h1 {
    margin:5px 5px 0;
    padding:60px 20px .25em;
    line-height:1.2em;
    text-transform:uppercase;
    letter-spacing:.2em;
    font: normal normal 250% Monotype Corsiva, Serif;
    }

    #header a {
    color:#000000;
    text-decoration:none;
    }

    #header a:hover {
    color:#000000;
    }

    #header .description {
    margin:0 5px 5px;
    padding:0 20px 15px;
    max-width:820px;
    text-transform:uppercase;
    letter-spacing:.2em;
    line-height: 1.4em;
    font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
    color: #000000;
    }

    #header img {
    margin-left: auto;
    margin-right: auto;
    }


    /* Outer-Wrapper
    ----------------------------------------------- */
    #outer-wrapper {
    width: 820px;
    margin:0 auto;
    padding:10px;
    text-align:left;
    font: normal normal 100% Georgia, Serif;
    }

    #main-wrapper {
    width: 600px;
    float: left;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
    }

    #sidebar-wrapper {
    width: 200px;
    background: #ffffff;
    padding: 7px;
    float: right;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
    }


    /* Headings
    ----------------------------------------------- */

    h2 {
    margin:1.5em 0 .75em;
    font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
    line-height: 1.4em;
    text-transform:uppercase;
    letter-spacing:.2em;
    color:#999999;
    }


    /* Posts
    -----------------------------------------------
    */
    h2.date-header {
    margin:1.5em 0 .5em;
    }

    .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #cccccc;
    padding-bottom:1.5em;
    }
    .post h3 {
    margin:.25em 0 0;
    padding:0 0 4px;
    font:$posttitlefont;
    line-height:1.4em;
    color:$titlecolor;

    }

    .post h3 a, .post h3 a:visited, .post h3 strong {
    display:block;
    text-decoration:none;
    color:#000000;
    font-weight:normal;
    }

    .post h3 normal, .post h3 a:hover {
    color:#333333;
    }

    .post-body {
    margin:0 0 .75em;
    line-height:1.6em;
    }

    .post-body blockquote {
    line-height:1.3em;
    }

    .post-footer {
    margin: .75em 0;
    color:#999999;
    text-transform:uppercase;
    letter-spacing:.1em;
    font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
    line-height: 1.4em;
    }

    .comment-link {
    margin-left:.6em;
    }
    .post img {
    padding:4px;
    border:1px solid #cccccc;
    }
    .post blockquote {
    margin:1em 20px;
    }
    .post blockquote p {
    margin:.75em 0;
    }

    /* Comments
    ----------------------------------------------- */
    #comments h4 {
    margin:1em 0;
    font-weight: bold;
    line-height: 1.4em;
    text-transform:uppercase;
    letter-spacing:.2em;
    color: #999999;
    }

    #comments-block {
    margin:1em 0 1.5em;
    line-height:1.6em;
    }
    #comments-block .comment-author {
    margin:.5em 0;
    }
    #comments-block .comment-body {
    margin:.25em 0 0;
    }
    #comments-block .comment-footer {
    margin:-.25em 0 2em;
    line-height: 1.4em;
    text-transform:uppercase;
    letter-spacing:.1em;
    }
    #comments-block .comment-body p {
    margin:0 0 .75em;
    }
    .deleted-comment {
    font-style:italic;
    color:gray;
    }

    #blog-pager-newer-link {
    float: left;
    }

    #blog-pager-older-link {
    float: right;
    }

    #blog-pager {
    text-align: center;
    }

    .feed-links {
    clear: both;
    line-height: 2.5em;
    }

    /* Sidebar Content
    ----------------------------------------------- */
    .sidebar {
    color: #666666;
    line-height: 1.5em;
    }

    .sidebar ul {
    list-style:none;
    margin:0 0 0;
    padding:0 0 0;
    }
    .sidebar li {
    margin:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:.25em;
    padding-left:15px;
    text-indent:-15px;
    line-height:1.5em;
    }

    .sidebar .widget, .main .widget {
    border-bottom:1px dotted #cccccc;
    margin:0 0 1.5em;
    padding:0 0 1.5em;
    }

    .main .Blog {
    border-bottom-width: 0;
    }


    /* Profile
    ----------------------------------------------- */
    .profile-img {
    float: left;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 4px;
    border: 1px solid #A0CFEC;
    }

    .profile-data {
    margin:0;
    text-transform:uppercase;
    letter-spacing:.1em;
    font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
    color: #333333;
    font-weight: normal;
    line-height: 6.5em;
    }

    .profile-datablock {
    margin:.5em 0 .5em;
    }

    .profile-textblock {
    margin: 0.5em 0;
    line-height: 1.4em;
    }

    .profile-link {
    font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    }

    /* Footer
    ----------------------------------------------- */
    #footer {
    width:820px;
    clear:both;
    margin:0 auto;
    padding-top:15px;
    line-height: 1.6em;
    text-transform:uppercase;
    letter-spacing:.1em;
    text-align: center;
    }
     
    CarteBlanche, Feb 22, 2009 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have to say that is one jumbled up template, but anyways seeing as you've spent hours searching, here's what you should edit to edit the post title's appearence:

    Inside the CSS find:
    
    .post h3 a, .post h3 a:visited, .post h3 strong {
    display:block;
    text-decoration:none;
    color:#FFF;
    font-weight:normal;
    }
    .post h3 normal, .post h3 a:hover {
    color:#333333;
    }
    
    Code (markup):
    then alter colors font-sizes etc as required.
     
    wd_2k6, Feb 22, 2009 IP