officialjas0n

theme five - short stack font

Aug 19th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. <!--theme by mac
  2. please don't remove credit-->
  3.  
  4. <html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Imprima' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  18.  
  19. <meta name="color:Background" content="#FCF2DD"/>
  20. <meta name="color:Sidebar" content="#FAF3ED"/>
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Title" content="#D198A6"/>
  23. <meta name="color:Link" content="#D48E8E"/>
  24. <meta name="color:Link Hover" content="#000000"/>
  25. <meta name="color:Permalink" content="#F5F5F5"/>
  26.  
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:Sidebar" content=""/>
  29.  
  30. <meta name="text:Link1 Url" content="/" />
  31. <meta name="text:Link1 Title" content="Link 1" />
  32. <meta name="text:Link2 Url" content="/" />
  33. <meta name="text:Link2 Title" content="Link 2" />
  34. <meta name="text:Link3 Url" content="/" />
  35. <meta name="text:Link3 Title" content="Link 3" />
  36. <meta name="text:Link4 Url" content="/" />
  37. <meta name="text:Link4 Title" content="Link 4" />
  38. <meta name="text:Link5 Url" content="/" />
  39. <meta name="text:Link5 Title" content="Link 5" />
  40. <meta name="text:sbartext" content=""/>
  41.  
  42. <style type="text/css">
  43.  
  44. body{color:{color:Text}; background-attachment:fixed; background-color:{color:Background}; background-image: url('{image:Background}'); text-align:justify; font-family:arial; font-size:11px;}
  45.  
  46. a{color: {color:link}; text-decoration: none;}
  47.  
  48. a:hover{ color:{color:Link Hover};}
  49.  
  50. a img{border:0}
  51.  
  52. #entries{margin-left:395px; width:512px; font-size:11.5px; font-family:short stack;}
  53.  
  54. #sidebarimg {margin-bottom:3px; padding:5px;}
  55.  
  56. #sidebarimg img {max-width:272px; height: auto;}
  57.  
  58. #sidebartext {font-size:20px; text-align:center; font-family:dawning of a new day; line-height:110%; margin-bottom:10px}
  59.  
  60. #sidebar {width:284px; margin-left:50px; height:100%px; margin-top:70px; position:fixed; overflow:hidden; background-color: {color:Sidebar}; padding:3px;}
  61.  
  62. #title {font-size:23px; text-align:center; font-family:loved by the king; line-height:110%}
  63.  
  64. #links {width:262px; background-color:transparent; padding:5px; text-align:center; font-size:12px; font-family:Ruluko;}
  65.  
  66. #description {font-family:short stack; font-size:11px; text-align:center; margin-bottom: 2px; padding:5px; text-align:center; color:{color:Text};}
  67.  
  68. #pagination {font-size:32px; text-align: center; font-family:Imprima; text-align:center;}
  69.  
  70. #pagination a{color:{color:Link}}
  71.  
  72. #permalink{background-color:{color:Permalink}; color:{color:text};font-family: arial; width: 495px; margin-bottom:2px; margin-top:8px; font-size:9px; padding:3px; text-transform: lowercase; margin-left:2px; text-align:center; font-style: none;}
  73.  
  74. #permalink a{color: {color:Link};}
  75.  
  76. #permalink a:hover{color: {color:Link Hover}}
  77.  
  78. #posts{background-color:transparent; margin-bottom:10px; margin-top:10px; padding:7px; overflow:hidden; padding:3px}
  79.  
  80. #h1{font-family:Imprima; color:{color:Text}; font-size:18px; line-height:12px;font-weight:normal; margin:0px; padding:3px; margin-left:10px;}
  81.  
  82. #source {text-align:right; font-size:09px;}
  83.  
  84. blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
  85.  
  86. p{margin-top:5px; margin-bottom:5px; }
  87.  
  88. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:{color:Entries}; border-left:3px solid {color:Link};}
  89.  
  90. .postalign{text-align:justify; padding:3px 7px 0px 7px;}
  91.  
  92. .question{background: {color:Entries}; font-size: 9px; font-weight:bold; color: {color:Text}; padding: 10px;}
  93.  
  94. .ask{font-size: 10px; background-color:{color:Background}; color:{color:Text};margin-bottom:0px;
  95. padding: 7px;}
  96.  
  97. .asker{text-transform: lowercase; padding-bottom:0px; font-size: 11px;}
  98.  
  99. .answer{padding:4px;}
  100.  
  101. .chat {line-height: 12px; list-style: none }
  102. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  103. .person1 {background-color:{color:Background}; color: {color:text}; }
  104. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  105. .person2 {color: {color:Text} }
  106. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  107.  
  108. .quote{font-family:{font:Title}; font-size:13px; color: {color:Text}; font-style:italic;}
  109.  
  110. .audio{background-color:{color:Entries}; height:35px; overflow:hidden;}
  111.  
  112. i, em {color: {color:Link};}
  113. b, strong {color: {color:Title};}
  114.  
  115. ::selection {
  116. color:{color:Text};
  117. background-color: {color:Link};
  118. }
  119.  
  120. ::-moz-selection {
  121. color:{color:Text};
  122. background-color: {color:Link};
  123. }
  124.  
  125. ::-webkit-selection {
  126. color:{color:Text};
  127. background-color:{color:Link};
  128. }
  129.  
  130. </style>
  131. <style type="text/css">{CustomCSS}</style>
  132. </head>
  133.  
  134.  
  135. <body>
  136. <div id="sidebar">
  137. <div id="title"><a href="/">keep this short.</a></div>
  138. <div id="sidebartext">{text:sbartext}</div>
  139. <div id="links"><a href="{text:Link1 Url}">{text:Link1 Title}</a> · <a href="{text:Link2 Url}">{text:Link2 Title}</a> · <a href="{text:Link3 Url}">{text:Link3 Title}</a> · <a href="{text:Link4 Url}">{text:Link4 Title}</a> · <a href="{text:Link5 Url}">{text:Link5 Title}</a></div>
  140. <div id="sidebarimg"><center><img src="{image:Sidebar}"/></center></div>
  141. <div id="description">{block:Description}{Description}{/block:Description}</div>
  142.  
  143. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  144. </div>
  145.  
  146. <div id="entries">
  147. {block:Posts}
  148. <div id="posts">
  149.  
  150. {block:Text}
  151. <div class="postalign">
  152. {block:Title}
  153. <div id="h1">{Title}</div>
  154. {/block:Title}
  155. {Body}
  156. </div>
  157. {/block:Text}
  158.  
  159.  
  160. {block:Photo}
  161. <center><a href="{LinkURL}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>
  162. <div class="postalign">{block:Caption}{Caption}{/block:Caption}</div>
  163. {/block:Photo}
  164.  
  165. {block:Photoset}
  166. <center>{Photoset-500}</center><div class="postalign">{block:Caption}{Caption}{/block:Caption}
  167. </div>
  168. {/block:Photoset}
  169.  
  170.  
  171. {block:Quote}
  172. <div class="postalign">
  173. <div class="quote">{Quote}</div>
  174. {block:Source}
  175. <div id="source">— {Source}</div>
  176. </div>
  177. {/block:Source}
  178. {/block:Quote}
  179.  
  180. {block:Answer}<div class="postalign">
  181. <div class="ask">
  182. <div class="asker"><i>{Asker}</i> asked:</div> {Question}</div>
  183. <div class="answer">{Answer}</div>
  184. </div>
  185. {/block:Answer}
  186.  
  187. {block:Link}
  188. <div class="postalign">
  189. <div id="h1"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  190.  
  191. {block:Description}
  192. {Description}
  193. {/block:Description}
  194. </div>
  195. {/block:Link}
  196.  
  197. {block:Chat}<div class="postalign">{block:Title}<div id="h1">{Title}</div>{/block:Title}
  198. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}
  199. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  200. </div>{/block:Chat}
  201.  
  202. {block:Video}{Video-500}<div class="postalign">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  203.  
  204. {block:Audio}{block:AlbumArt}<div class="postalign"><img src="{AlbumArtURL}" width="170px" height="170px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerBlack}<br>
  205. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  206. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  207. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br clear="all" /></div> {/block:Audio}
  208.  
  209. <div id="permalink">{block:Date}<a href="{Permalink}"><a href="{Permalink}">{TimeAgo}</a></a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} · © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags} <br> {block:Tags}
  210. #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div><BR>
  211. {/block:Posts}
  212.  
  213. {block:PostNotes}
  214. <div id="notes"><div id="notess">{PostNotes}</div></div></div>
  215. {/block:PostNotes}
  216.  
  217. </div>
  218. </div>
  219. </body>
  220.  
  221. </a><div style="position:fixed; bottom:10px; left:10px;">
  222. <a href="http://officialmileyray.tumblr.com">©</a>
  223.  
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment