Quiero aumentar el tamaño del titulo de mi tumblr pero no encuentro la linea donde dice para modificarlo
Código HTML:
Ver original<!DOCTYPE html>
<meta name="image:Background" content="" /> <meta name="text:Background attribution" content="" /> <meta name="if:Use custom color" content="0" /> <meta name="color:Text color" content="#152B3C;" /> <meta name="color:Link color" content="#F87E7B;" /> <meta name="color:Link hover color" content="#8C7192" /> <meta name="text:Disqus Shortname" content="" /> <meta name="text:Google Analytics ID" content="" /> <meta name="if:Use social media in sidebar" content="0" /> <meta name="text:Twitter ID" content="" /> <meta name="text:Instagram ID" content="" /> <meta name="text:Pinterest ID" content="" /> <meta name="text:Facebook ID" content="" /> <meta name="text:LinkedIn ID" content="" /> <meta name="text:Flickr ID" content="" /> <meta name="text:GooglePlus ID" content="" /> <meta name="text:Foursquare ID" content="" /> <meta name="text:Soundcloud ID" content="" /> <meta name="text:StumbleUpon ID" content="" /> <meta name="text:LastFM ID" content="" /> <meta name="text:LiveJournal ID" content="" /> <meta name="text:DeviantArt ID" content="" /> <meta name="text:YouTube ID" content="" /> <meta name="text:Link 1 URL" content="http://" /> <meta name="text:IMD" content="IMD" /> <meta name="text:Link 2 URL" content="http://" /> <meta name="text:FADU UNL" content="FADU UNL" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{block:PostTitle}{PostTitle} | {/block:PostTitle}{block:SearchPage} | {lang:Search results for SearchQuery}{/block:SearchPage}{Title}
</title> {block:Description}
<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}" /> <link rel="alternate" type="application/rss+xml" href="{RSS}" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="http://static.tumblr.com/b7kflsv/qDGmatp6r/screen.css" />
<script src="http://static.tumblr.com/b7kflsv/93xmaphls/jquery-1.8.0-min.js"></script>
<script src="http://static.tumblr.com/b7kflsv/su1matp7b/app.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://static.tumblr.com/b7kflsv/kHclytsyx/html5shiv.js"></script>
<script src="http://static.tumblr.com/b7kflsv/A88lytszk/ie9.js"></script>
<![endif]-->
body,
.timeline,
.post-type,
.post-type .post-type-shade-top,
.post-type .post-type-shade-bottom,
.notes li img.avatar,
.portrait .portrait-inner {
background: url(http://cdn.wallwuzz.com/uploads/vector-wallpaper-technology-images-array-wallwuzz-hd-wallpaper-7638.png) no-repeat fixed center top #152B3C;
}
p, li, div, span, blockquote { color: {color:Text color}; }
a { color: {color:Link color};}
a:hover { color: {color:Link hover color}; }
.post-type .post-type-inner { border: 5px solid {color:Link hover color}; }
.portrait img { box-shadow: 0px 0px 0px 5px {color:Link hover color}; }
nav ul li:hover, .social-media li:hover { background: {color:Link hover color}; }
.tags li { background: {color:Link hover color}; }
.tags li:hover { background: {color:Link color}; }
{CustomCSS}
{block:IfGoogleAnalyticsID}
<script type="text/javascript"> var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{text:Google Analytics ID}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
{/block:IfGoogleAnalyticsID}
<h1><a href="/">{Title}
</a></h1>
<div class="mobile-menu"> <i class="icon-reorder"></i>
<div class="portrait-inner"> <a href="/"><img src="{PortraitURL-128}" /></a> {block:HasPages}
{block:Pages}
<li><a href="{URL}" data-pjax=".content">{Label}
</a></li> {/block:Pages}
{/block:HasPages}
{block:AskEnabled}
<li><a href="/ask" data-pjax=".content">{AskLabel}
</a></li> {/block:AskEnabled}
{block:SubmissionsEnabled}
<li><a href="/submit" data-pjax=".content">{SubmitLabel}
</a></li> {/block:SubmissionsEnabled}
<a href="/archive" title="{lang:Archive}"> <i class="icon-briefcase"></i> <a href="{RSS}" title="{lang:Get the RSS}">
Se supone, creo, que tiene que estar en las lineas 98 a 101 pero no dice nada.