• User Newbie

    Dimensione caratteri

    Salve, ho installato un tema gratuito sul mio blog ma la dimensione dei caratteri è davvero minuscola. Ho provato a cambiarla sia aumentando la percentuale di font-size: 100%; (sotto body) sia vari font-size nel tema.

    Vi allego gran parte del css perché intendo cambiare la dimensione direttamente da lì, non con plugin né con la formattazione del testo.

    /* #Reset & Basics (Inspired by E. Meyers) */    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline; }
        article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
            display: block; }
        body {
            line-height: 1; }
        ol, ul { list-style: none;}
        blockquote, q {
            quotes: none; }
        blockquote:before, blockquote:after,
        q:before, q:after {
            content: '';
            content: none; }
        blockquote {margin: 0 0 38px 0;padding: 20px 20px 0 20px;background: #FAFAFA;border-right: 1px solid #E5E5E5;border-bottom: 1px solid;border-left: 8px solid;}
        table { border-collapse: separate; border-spacing: 0; margin-bottom:10px;}
        caption, th, td { text-align: left; font-weight: normal; }
         
    /* =============================================================================
       General Styles
       ========================================================================== */
    
    
    /* #Basic Styles */
        body { font-family: "Open sans",Helvetica,Arial,sans-serif;font-size: 15px;color: #666;-webkit-text-size-adjust: 100%;line-height: 18.5px;}
         html{ min-height: 100%; }
    
    
    /* #Typography */
        h1, h2, h3, h4, h5, h6 {color:;line-height:1.27;font-family: "Arimo",Helvetica,Arial,sans-serif;font-weight: normal; }
        h1{font-size:1.8em}h2{font-size:1.7em}h3{font-size:1.55em}h4{font-size:1.4em}h5{font-size:1.25em}h6{font-size:1.1em}
        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
     
         p img { margin: 0; }
     
        i, cite, em, var, address, dfn {font-style: italic;}
        strong { font-weight: bold; }
        small,sub,sup { font-size: 80%; }
        sub {vertical-align: baseline;position: relative;top: 0.3em;}
        sup {vertical-align: baseline;position: relative;bottom: 0.3em;}
        code {font: .9em Monaco,monospace,Courier,"Courier New";}
        acronym {text-transform: uppercase;border-bottom: 1px dashed;cursor: help;}
        pre {overflow: auto;font: .9em Monaco,monospace,Courier,"Courier New";line-height: 20px;margin-bottom: 20px;padding: 10px;}
    
    
    /*    #Blockquotes  */
        blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
        blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px;   }
        blockquote cite { display: block; font-size: 12px; color: #555; }
        blockquote cite:before { content: "\2014 \0020"; }
        blockquote cite a{ color:; }
    
    
        hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
    
    
    /* #Links */
        a{ color: inherit; text-decoration: none; outline: 0;-webkit-tap-highlight-color:#FFA602; }
        a:hover{ color: inherit; }
        p a { line-height: inherit; }
        a {transition: all .2s linear; -o-transition: all .2s linear;-moz-transition: all .2s linear;-webkit-transition: all .2s linear;}
     
    
    
    /* #Lists */
         
        ol { list-style: decimal; }
         ul.square { list-style: square outside; }
        ul.circle { list-style: circle outside; }
        ul.disc { list-style: disc outside; }
        ul ul, ul ol,
        ol ol, ol ul { margin: 4px 0 5px 30px;  }
    
    
        li { line-height: 18px; }
        ul.large li { line-height: 21px; }
        li p { line-height: 21px; }
        dl {margin: 0 0 20px 5px;}
        dl dt {font-weight: bold;margin: 10px 0 0 0;}
        dl dd {margin: 5px 0 0 1.5em;}
        dl dd {margin: 5px 0 0 1.5em;}
         .clearfix:after {
         visibility: hidden;
         display: block;
         font-size: 0;
         content: " ";
         clear: both;
         height: 0;
         }
        .clearfix { display: inline-block; }
        * html .clearfix { height: 1%; }
        .clearfix { display: block; }
            .clearer {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
        }
    img {max-width: 100%;
    height: auto;display:block;}
    /* =============================================================================
       Structure
       ========================================================================== */
     
    /* #Wrapper */
         body {
    background: #222 url('images/bg/bg1.png');
    }
        #wrapper {
        position: relative;
        margin: 0 auto;
        background:#fff;
        -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
        }
        #wrapper-container{margin:0 25px;overflow:hidden;}
        #blocks-wrapper  {position: relative;
         
        background: #fff;}
        #sidebar {float:right;margin-top: 30px; }
     
    /* #Header */
    
    
        
        #header {clear: both;margin: 0 auto;padding: 0;border-bottom: none!important;position: relative;z-index: 1;}
         #head-content {margin: 0 auto;padding:20px 0;position: relative; position:relative;min-height:90px;z-index:98;}
        .head-strip{border-top:5px solid #B6B4B0;}
        #logo {margin: 20px 10px 10px 5px;text-align:left;color:#555;float: left;}
         h1, h2 {font-size: 32px;margin: 0 !important;line-height: 35px !important;}
        a {font-weight: 700;color: #333;padding: 0px;margin: 0px;text-decoration: none;}
        #header-banner468{float: right;
    border: 1px solid #F3F3F3;
    position: relative;} 
       
      /* #categroy menu */
    
    
        #catnav{
    background: #353535;
    margin: 0;
    font-size: 12px;
    min-height: 35px;
     position: relative;
      }
    .secondary{
      background:; 
     border-top-right-radius: 2px;
     margin-bottom: 5px;
    border-top-left-radius: 2px;
     
    
    
    }
        ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    line-height: 1;
    border-bottom: 0;
    text-align: center;
     
    } ul a {
    position: relative;
    display: block;
     padding: 0 18px;
    height: 35px;
    line-height: 38px;
    color:;
    text-transform:uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }.secondary ul a{height: 48px;
    color: white;
    line-height: 48px;
    font-family: Oswald,serif;
    font-size: 16px;}
          ul li{
    float: left;
    position: relative;
    width: auto;
     transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    }
     
        > .sub-menu{margin-left:0;}
        ul li:first-child  
        #maganav ul  a{border-right:none;}
          ul li.current-menu-item  a{color:;}
         ul.catnav li a{padding:5px 10px;}    
          ul li.current-menu-item  ,#catnav ul li a:hover {color: #EEE;background: #202020;  }
        
       .secondary ul li.current-menu-item,.secondary >ul >li a:hover {background:#06AFE4; }
        
        ul li.dropme a{background: #06AFE4;} 
        ul ul {position: absolute;left: -999em;width: 212px;z-index:99999;border:0;border-bottom: 1px solid;margin-left:-1px;background: none;border-bottom: none;}
        ul ul a {
    width: 198px;
    background-color: #212326;
    height: 15px;
    line-height: 15px;
    padding: 15px 0px 10px 15px;
    overflow: hidden;
    text-align: left;
    border-right: none;} .secondary ul ul a{padding: 0px 0px 2px 15px;}
        ul ul a:hover {background-color: #3C3732!important;}
        ul ul ul {border-top:0;margin: -44px 0 0 208px;}
        ul li li  { margin:0;border:0;border-bottom: 1px solid #0084B8;}
        ul li:hover { position:static;}
        ul li:hover ul ul, ul li:hover ul ul ul, ul li:hover ul ul ul ul { left:-999em; }
        ul li:hover ul, ul li li:hover ul,#catnav ul li li li:hover ul,#catnav ul li li li li:hover ul { left:auto; }
        #notifybrowser{padding:30px;background:#eee;border:1px solid;}
    .fluid_container {
        float:left;margin:30px 0;position: relative;z-index: 1;background:;width:100%;height:360px; 
        }     
     /* #Homepage */
    /* #Magazine */
    .blogposts-wrapper {
    position: relative;
    background: white;
    margin: 30px 0;
    }
     .blog-lists { position: relative;  float: left; }
     .blogposts-inner {
    margin-top: 20px;
    }
    h2.blogpost-wrapper-title,.widget-head{
    background: url(images/bg-stripe.png) no-repeat 100% 0px;
    position: relative;
    font-family: Oswald,serif;
    background-color: #363636;
    z-index: 100;
    margin-bottom: 15px;
    line-height: 28px;
    color: white;
    padding: 5px;
    height: 28px;
    font-size: 20px;
     }
     
           .tpcrn_magazine_singlethumb  .blog-lists li:first-child h3 a {font-size: 22px;}
         .blog-lists li {position:relative; padding: 0;margin-bottom: 20px;overflow: hidden;}
         .blog-lists-title { position: relative;width:100%; display:inline;float: left;  }
        .blog-lists h3{ display: inline-block;}    
         .blog-lists h3 a{ font-family:Arimo,serif; font-size: 20px;font-weight: normal; color:;text-decoration: none;line-height: 1.2; }
        .blog-list-small  h3 a{font-family:Arimo,serif;font-size:14px;}
          .blog-lists .time ,.sb-post-list-title .time{font-family:Arimo,sans-serif;color: #818181;font-size: 11px;margin:5px 0 2px;}
        .sb-post-list-title .time{margin-top:4px;}
        .maga-excerpt{display:block;float:left;margin-bottom:15px;}.sticky{}
         .sb-post-list-title span{ padding-left:0px;color:#7E7E7E; }
          .magbig-thumb { position: relative;float:left; height:160px;width:340px; }
        .magbig-thumb img{width: 100%;height: 100%;position: relative;z-index: 1;opacity: 1 !important;}
           .blog-lists-blog h3 {font-size: 24px;margin-bottom: 10px;color: #464646;line-height: 26px;}
        .blog-lists-blog h3 a:hover{color:#06AFE4;}
        .full-right{float: left;width: 47%;margin-right: 10px;height:80px;}
        .full-left {display:block;position:relative; width:100%;float: left; }
        .list-block {position: relative;width:49%;float:left;border-top: none;padding-bottom: 6px;color:;padding:0px 0px 0 25px;min-height:148px;}
        .list-block-slide{margin:20px;}
        .list-block-slide h3{font-family:Oswald,sans-serif;}
        .list-block-slide .post-meta-blog{font-size:10px;}
        .sb-post-thumbnail {width: 70px;margin-right: 12px;display: inline-block;vertical-align: top;}
     
     
     .blog-lists.one-half.column.first,
     .blog-lists.one-half.column.second{
    width: 47%;padding-right:15px;
    }
    .blog-lists.one-half.column.second{padding:0 0 0 15px;}
    li.blog-list-small {
    border-top: 1px solid #E4E4E4;
    margin-top: 12px;
    padding-top: 12px;
    margin-bottom: 10px;
    }
    .blog-list-big .time{border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 4px 0 4px;font-size:11px;
    margin-bottom: 10px;
    }
     
    .blog-list-small .blog-lists-title {
     width: 76%;
     float: right;
     }
     .sb-post-big-thumbnail {
    margin-bottom: 12px;
    }
     .tpcrn-read-more {
    line-height: 1;
    clear:none;
    padding: 8px 12px;
    color: white;
    background:;
    display: inline-block;
    }
    .tpcrn-read-more:hover {
    background: #161615;
    color: white;
    }
    .tpcrn_magazine_doublethumb {
    border-bottom: 1px dashed #DDD;
    }
    /*Home Blog /Archives/Search */
     
    /* #Pagination */
    
    
        .pagination { position: relative;
    margin: 10px 10px 30px 0px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;} 
        .pagination .current ,.pagination a, .page-numbers.dots{
        font-size: 0.875em;
    font-weight: 300;
    line-height: 35px;
    height: 35px;
    width:35px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
    color: white;
    background:;
     } 
     .pagination .current,.pagination a:hover  {
    color: white;
    background:;
    text-decoration: none;}
      .page-numbers.dots{text-shadow:none;padding:0;border:none;background:none;box-shadow:none;color:#fff;}
    
    
    
    
    
    
    /* # single Post/ Page styles */
        .post-content {
    background: white;
    margin:0px ;
    padding: 15px;
     
    }
        .post-title { position: relative;}
        .post-title h1 {  color:#333; margin-top: 10px;font-size: 30px;margin-bottom: 0;line-height: 1.2;word-break:normal;word-wrap: break-word; }
        .page .post-title {border-bottom: 1px solid whiteSmoke;}
     
    
    
    .post-meta-blog{font-family: Arimo,sans-serif;
    color: #707070;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 4px 0 4px;
    font-size: 14px;
    margin: 10px 0;}
    .post-meta-blog span {display: inline-block; }
    
    
     /* #Post Thumbnails */
      
     
     
    /*/Page Elements */
        .post-outer{ margin:0 0 0 0px}
        .page .post-outer{ margin:0px}
        .post_content { position: relative; color:;   font-style:normal;font-family: "HelveticaNeue", "Helvetica Neue","Helvetica", Arial, sans-serif;font-size:13px;line-height: 20px;margin: 10px 0;}
        .post_content h1 { font-size: 32px;}
        .post_content h2 { font-size: 28px;}
        .post_content h3 { font-size: 24px;}
        .post_content h4 { font-size: 20px;}
        .post_content h5 { font-size: 16px;}
        .post_content h6 { font-size: 12px;}
        .post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { line-height: 1.2;color: #111;margin: 10px 0 15px; }
        .post_content img{max-width: 100%;height: auto!important;}
        .post_content p { display:block;margin-bottom: 15px;line-height:22px;word-wrap: break-word; -ms-word-wrap: break-word;  }
        .post_content blockquote { background:url(images/quote.png) no-repeat; font-family:serif;font-size:12px;font-style:italic;padding-left:32px; margin-left:25px; color:#777; }
        .post_content ul, .post_content ol { margin: 20px 40px; }
        .post_content li { line-height: 21px }
        .post_content ul { list-style: disc outside; }
        .post_content ol { list-style: decimal outside; }
        .post_content ul ul,.post_content ul ol { margin-top:10px;}
        .post_content ul ul ,.post_content ol ul{list-style: circle outside; }
        .post_content table a{color:;font-weight: bold;text-decoration:none;}
        .post_content table a:active,.post_content table a:hover {color: #bd5a35;text-decoration:underline;}
        .post_content table {width:90%;color:#666;font-size:12px;text-shadow: 1px 1px 0px;background:#eaebec;margin:20px;border:#ccc 1px solid;}
        .post_content table caption{font-weight:bold;line-height:35px;}
        .post_content table th {padding: 9px 15px 9px 25px;background: #CF0;font-size: 20px;color: white;text-shadow: none;}
        .post_content table tr{text-align: center;padding-left:20px;}
        .post_content table tr td:first-child{text-align: left;padding-left:20px;border-left: 0;width:30%;}
        .post_content table tr td {padding :6px 15px;border-top: 1px solid #ffffff;border-bottom:1px solid #e0e0e0; background: #FFF;}
        .post_content table tr:last-child td{border-bottom:0;}
        .post_content table tr:hover td{background: #F8F8F8;}
        .post_content p a, .post_content li a,
        .post_content p a:visited, .post_content li a:visited { text-decoration: none;color: #409BD4; }
        .post_content p a:hover, .post_content li a:hover,.post_content p a:active, .post_content li a:active { text-decoration: none;color: #08ACD5; }
        .post_content code{  background: lightYellow;padding: 1px;font-family: monospace,Monaco, Courier;}
        .post_content pre{margin:15px 0;overflow: auto;color: white;background: #1D1F21;padding: 0;font-family: monospace,Monaco, Courier;-moz-tab-size: 2;-o-tab-size: 2;tab-size: 2;-ms-word-break: normal;word-break: normal;word-break: normal;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;hyphens: none;position: relative;} 
        .post_content pre code {font-family:monospace, Monaco, Courier;background: none;padding: 15px;white-space: pre;overflow: auto;display: block;}
     
        .post_content .alignright { float:right; padding:10px; }
        .post_content .alignleft { float:left; padding:10px; }
        .wp-caption, .gallery-caption  { border: 1px solid #D7D7D7; padding-top: 4px; margin-bottom:20px; text-align: center; }
        .wp-caption{border: 1px solid #ECECEC;padding: 4px ! important;margin-bottom: 20px;text-align: center;max-width: 99% !important;background: #F0F0F0;}
        .wp-caption img {max-width: 100% !important;}
        p.wp-caption-text { margin-bottom:2px; }
        .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto;padding:10px; }
        img.centered,img.aligncenter ,mg.alignleft,img.alignrightimg.alignright {padding:0px;}
     .post-topics a {
    text-transform: uppercase;
    color: #82BBF8;
    }
    .post-topics a:hover {text-decoration:underline;}
    .tiled-gallery{clear:none!important;}
    /*# Breadcrumbs */
    #tpcrn-breadcrumbs{overflow: hidden;width: 100%; } li{float: left;line-height: 5px;margin: 0 ;} a{font-weight: bold; float: left;text-decoration: none;color: #888;position: relative;padding:7px 4px 0 2px;font-size: 11px;} .current{ background: none;line-height: 18px;font-size: 11px;color:;}
     .single-navigation{padding: 15px;
    font-size: 14px;
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .single-navigation span {
    font-weight: bold;
    }
     .previous{display: block;
    float: left;}
    .next{display: block;
    float: right;}
    /*# Post Gallery*/
    
    
        .post_content .gallery .gallery-icon a:focus img, .post_content .gallery .gallery-icon a:hover img, .post_content .gallery .gallery-icon a:active img {background:;border-color: #BBB;}
        .post_content .gallery .gallery-icon img {border: 1px solid #DDD ! important;padding: 6px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;} 
        .post_content dl.gallery-item {margin: 0 0 0 0 !important;}
        .post_content .gallery .gallery-icon img{max-width:85%!important;}
        .post-attachment{text-align:center;display:block;}
     
         .single-split-page{margin: 10px 0 25px;font-size:10px; font-weight:normal; }
        .single-split-page p { font-size:14px;font-weight:bold; }
        .single-split-page p a {
    margin-right: 4px;
    background:;
    color: white;
    text-decoration: none;
    padding: 7px 12px;
    margin-left: 5px;
    border-radius: 30px;
    }
        .single-split-page a:hover { color: white;background:; }
    .single-split-page strong {
    background:;color:white;margin-right: 10px;padding: 6px 12px;
    }
     
    
    
     
     
     /*# Comments Blocks*/
     
        #comments{display: block;background: white;margin-bottom: 30px;padding-bottom: 30px;min-height: 120px; }
        > h2{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;line-height: 42px!important;color:;padding: 4px 5px 0px 8px;text-transform: uppercase;height: 40px;font-size: 15px;font-weight: bold;text-align: center;border-bottom: 1px solid #EBEBEB;}
         #respond h3{margin:8px 0px;}
        .logged-in-as{padding-bottom:10px;}
        ol.commentlist,ol.sepa_pinglist{margin:15px;padding:0;list-style: none;margin-bottom:20px;}
        ol.sepa_pinglist{margin: 20px;width: 96%;list-style: none;}
        li.pingback{border-left: 3px solid;margin: 5px 0;padding: 8px 5px;background:;border-bottom: 1px dashed;}
        .edit-link{margin-left: 15px; }
        .comments-title{padding:0px;line-height:21px;}
        .comment{margin-top:20px}
        .commentlist ul.children{margin-left:30px}
        .comment-wrapper{padding: 10px ! important;
    background: white;border: 1px solid #ebebeb;}
        .comment-avatar img{opacity: 1;padding: 3px;border: 1px solid;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
        .comment-avatar{float: right;margin: 20px 12px 0px 0;background: white;text-align: center;width: 65px;height: 65px;}
        .odd .comment-avatar{float: right;margin:15px 30px 0px 0;background: white;text-align: center;width: 65px;height: 65px;}
        .comment-meta{margin:6px;display:block;text-transform: uppercase;}
        .comment-meta .author{display: inline-block;margin: 5px;font-weight: bold;font-size: 14px;}
        .comment-meta .time{padding-left: 6px;
    border-left: 1px solid #F7F7F7;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 4px;
    display: inline-block;
    color: #999;
    text-decoration: none;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;}
        .commentlist .comment-content{font-style:normal;font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;color:#666;font-size:13px;margin: 10px 20px;word-wrap:break-word;}
        .comment-content p {margin-bottom: 20px;}
        .comment-content ul li {list-style:disc;}
    

  • Bannato Super User

    il problema è il font che è piccolo evidentemte non è un google font


  • User Newbie

    E come lo cambio?