Advertisement
Guest User

Liberty Road theme by TrulyStyles | tumblr

a guest
Aug 1st, 2012
3,499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.42 KB | None | 0 0
  1. <!-- Liberty Road theme by trulystyles | tumblr
  2. PLEASE DO NOT redistribute,remove credit, use as base code and claim as your own! -->
  3.  
  4. <head>
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#fcf1df" />
  8. <meta name="color:text" content="#a79d89" />
  9. <meta name="color:navlinks" content="#f5e5cc" />
  10. <meta name="color:sbar" content="#e8d0ba" />
  11. <meta name="color:entry" content="#fdf4e6" />
  12. <meta name="color:border" content="#ecdcd0" />
  13. <meta name="color:link" content="#a79d89" />
  14. <meta name="color:linkhover" content="#dfa46e" />
  15. <meta name="color:scrollbar" content="#e8d0ba" />
  16. <meta name="color:scrollbg" content="#ffffff" />
  17.  
  18. <meta name="font:title" content="calibri" />
  19. <meta name="font:body" content="calibri" />
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:background" content="" />
  23.  
  24. <!-- LINKS -->
  25. <meta name="text:Link1" content="/" />
  26. <meta name="text:Link1 Title" content="Link1" />
  27. <meta name="text:Link2" content="/" />
  28. <meta name="text:Link2 Title" content="Link2" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link3 Title" content="Link3" />
  31. <meta name="text:Link4" content="/" />
  32. <meta name="text:Link4 Title" content="Link4" />
  33.  
  34.  
  35. <!-- TITLES -->
  36. <meta name="text:title1" content="TitleOne" />
  37. <meta name="text:title2" content="TitleTwo" />
  38.  
  39.  
  40. <!-- NAV TITLES -->
  41. <meta name="text:navtitle1" content="NavTitle" />
  42. <meta name="text:navtitle2" content="NavTitle2" />
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  45. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title>
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <link rel="shortcut icon" href="{Favicon}" />
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  55.  
  56. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  57.  
  58. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  59.  
  60. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  63.  
  64. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  65.  
  66. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  67.  
  68. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  69.  
  70. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  71.  
  72. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:10px; line-height:100%; text-align:justify}
  73.  
  74. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  75. a:hover{color:{color:linkhover}; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out; color:{color:linkhover};}
  76.  
  77. b, strong{color:{color:title}}
  78. i, em {color:{color:text}}
  79. p{margin-top:5px; margin-bottom:5px}
  80. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  81.  
  82. img a{border:none; width:100%}
  83.  
  84. #container {background-color:transparent; text-align:center; width:530px; margin:0 auto 0 auto;}
  85.  
  86. #entries {margin-top:22px; margin-left:410px; text-align:justify;}
  87.  
  88. #entry {margin: 0px 0 0px 0; width: 500px; background-color:{color:entry}; text-align: justify; padding: 10px; border-left:5px solid {color:border}}
  89.  
  90. #nbar {position:fixed; width:104px; height:100%; margin-left:985px; margin-top:30px}
  91. #nlinks {margin-top:130px}
  92. #nlinks a {width:82px; line-height:12px; display:block; background-color:{color:navlinks}; margin:0px 0px -8px 10px; font-size:10px; font-family:calibri; font-style:italic;text-transform:lowercase; color:{color:tite}; letter-spacing:2px; text-align:center; padding:4px; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  93. #nlinks a:hover {background-color:{color:background}; border-bottom:2px solid {color:navlinks}; color:{color:navlink}; text-decoration:none; letter-spacing:2px; -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  94.  
  95. #titles {
  96. background:transparent;
  97. }
  98. .blogtitle{
  99. text-align: center;
  100. letter-spacing: 1px;
  101. font-size: 48px;
  102. line-height: 16px;
  103. margin-top: 50px;
  104. color: {color:title};
  105. font-family: 'Oleo Script';
  106. z-index:1;
  107. }
  108.  
  109. .title2{
  110. text-align: center;
  111. letter-spacing: 2px;
  112. font-size: 10px;
  113. line-height: 16px;
  114. font-style:italic;
  115. color: {color:title2};
  116. font-family: Georgia;
  117. z-index:1;
  118. }
  119.  
  120. #posts {position:relative; overflow:hidden; width:500px; background-color:{color:Post Background}; padding:7px; text-align:justify;}
  121.  
  122. #sidebar {background-color:{color:sbar}; top:0px; margin-left:-7px; padding:0px; width: 350px; position:fixed; font-family:calibri; height: 1000px; border-right:5px solid {color:border}; border-left:5px solid {color:border} }
  123.  
  124. #description {font-family:calibri; padding-top:1px; width:300px; margin-top:-10px; margin-left:20px; margin-top:115px; text-align:center; line-height:110%; font-size:12px;}
  125. #description img {overflow:show; width:245px; border:9px solid {color:border}; margin-top:-98px; }
  126.  
  127. #stext {text-align:center; font-family: calibri; font-size: 10px; padding:6px; border-top:0px solid {color:background}}
  128.  
  129. #title {margin-top:15px; font-family:calibri; color:{color:Title}; text-transform:lowercase; font-size:14px; font-style:italic; line-height:12px; letter-spacing:0px; text-align:center; text-decoration: none;}
  130.  
  131. #title1 {font-size:18px; font-style:italic; font-family:calibri; text-decoration: none;}
  132.  
  133. #title2 {font-size:14px; font-style:italic; font-family:calibri;}
  134. }; margin-top:6px;}
  135. #tags {background-color:transparent; font-family:calibri; text-align:right; margin:1px 4px 2px 0px; padding:0px; text-transform:uppercase; font-style:none; font-size:7.5px; margin-bottom:-5px;}
  136.  
  137. #audio {margin-bottom:5px; width:500px; height:105px;}
  138. .albumart {width:100px; height:100px; position:absolute;}
  139. .albumart img {width:100px; height:100px; float:left;}
  140. .playercontainer {opacity: .2; display:block; width:100px; height:100px; background-color:#ffffff; position:absolute; z-index:3;}
  141. .playercontainer:hover {opacity:.7; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  142. .player {margin-left:36px; margin-top:36px; width:25px; height:25px; overflow:hidden; background-color:white;}
  143. .audioinfo {margin-left:110px; float:left; background-color:#fffdf3;} width:388px; padding:2px; margin-top:3px;}
  144.  
  145. #info {display:block; margin:5px 0px 2px 0px; padding:4px 5px 4px 5px; color:{color:Text}; font-size:5px; line-height:110%; text-transform:lowercase; width:492px; background-color:{color:Info Background}; letter-spacing:1px; text-align:center;}
  146. #info a {color:{color:Links};}
  147. #info a:hover {color:{color:Links Hover};}
  148.  
  149. #tags {margin-top:0px; margin-right:7px; font-family:calibri; text-align:center; text-transform:lowercase; font-style:italic; font-size:9px;}
  150.  
  151. #questions {background-color:{color:Asker Background}; color: {color:Text}; padding:10px; margin-bottom:0px; font-family:calibri; font-size:10px; font-style:italic; border-bottom: 3px solid {color:Links};}
  152. #questions a {color:{color:Links};}
  153. #questions a:hover {color:{color:Links Hover};}
  154.  
  155. #pagination {font-size:18px; text-align: center; font-family:calibri; text-align:center;}
  156. #pagination a {color:{color:Links};}
  157. #pagination a:hover {color:Links Hover;}
  158.  
  159. #cred {font-size:10px; letter-spacing:1px; opacity:1; text-transform:uppercase; bottom:20px; right:20px; position:fixed; background-color:{color:posts}; padding:10px; border:1px solid {color:info};}
  160.  
  161. #source {margin-top:3px; text-align:right; margin-bottom:5px; font-size:10px;}
  162.  
  163. .chat {line-height: 12px; list-style: none;}
  164. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  165. .person1 {background-color:{color:Background}; color: {color:Text};;}
  166. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text};}
  167. .person2 {color: {color:Text};}
  168. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text};}
  169.  
  170. blockquote {border-left:4px solid #c5b09a; padding:0px; padding-left:5px; margin:5px;}
  171. </style>
  172. <style type="text/css">{CustomCSS}</style>
  173. </head>
  174.  
  175. <body>
  176.  
  177. <div id="container">
  178. </div>
  179. <div id="sidebar">
  180. <div id="titles">
  181. <div class="blogtitle"><a href="/">{text:title1}</a></div><br><br>
  182. <div class="title2">{text:title2}</div></div>
  183. <center>-----------------------------------------------------------------------------------------------------------</center>
  184. <div id="description">
  185. <center><img src="{image:sidebar}"></center><br>
  186. <div id="stext">{Description}</div>
  187. <div id="stext">
  188. </div></div></div>
  189.  
  190. <div id="nbar">
  191. <div id="nlinks">
  192. <center><font size="5" face="Pacifico" color="{color:text}">{text:navtitle1}</font></center><br>
  193. <a href="/">home</a><br />
  194. <a href="/message">message</a><br />
  195. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  196. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  197. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  198. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
  199. <a href="/archive">archive</a><br><br>
  200. <div align="center"><font size="5" face="Pacifico" color="{color:text}">{text:navtitle2}</font></div>
  201. </div><br>
  202. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big>«</big></big></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><big><big>»</big></big></a><br />{/block:NextPage}{/block:Pagination}</div>
  203. </div>
  204. </div>
  205. <div id="entries">
  206. {block:Posts}
  207. <div id="entry">
  208.  
  209. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  210.  
  211. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  212.  
  213. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  214. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  215.  
  216. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  217. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  218.  
  219. {block:Photoset}<center>{Photoset-500}</center>
  220. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  221.  
  222. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  223.  
  224. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  225.  
  226. {block:Answer}<div id="questions">{Asker} wondered: {Question}</div>
  227. {Answer}{/block:answer}
  228.  
  229. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  230.  
  231. <div align="center"><div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> • {month}/{dayofmonth}/{year}{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> • {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">source</a>.{/block:ContentSource}</div>
  232.  
  233. <div id="tags">{block:HasTags}{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  234. <br />
  235.  
  236. {/block:Posts}
  237.  
  238. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  239.  
  240. </div></div>
  241.  
  242. <!-- CREDIT: DO NOT REMOVE PLEASE!!!!!-->
  243.  
  244. <div id="cred"><a href="http://trulystyles.tumblr.com/mythemes">TRULYSTYLES</a></div>
  245.  
  246. </body>
  247.  
  248. </html>
  249. </body>
  250.  
  251. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement