darnpayne

THEME 19 READY OR NOT

Jun 15th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. THEME 19 BY SHEERINOS IF YOU STEAL I WILL PERSONALT SEND YOU MY SELFIES
  12. -->
  13.  
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#a8a8a8"/>
  17. <meta name="color:link" content="#b8b8b8"/>
  18. <meta name="color:link hover" content="#f2f2f2"/>
  19. <meta name="color:border" content="#eeeeee"/>
  20. <meta name="color:scrollbar" content="ffffff"/>
  21.  
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:sidebar2" content=""/>
  25.  
  26. <meta name="text:home title" content="home" />
  27. <meta name="text:ask title" content="ask" />
  28. <meta name="text:ask url" content="/ask" />
  29.  
  30. <meta name="text:link 1 title" content="link 1" />
  31. <meta name="text:link 1 url" content="/" />
  32. <meta name="text:link 2 title" content="link 2" />
  33. <meta name="text:link 2 url" content="/" />
  34.  
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="if:Show Home" content="1" />
  38. <meta name="if:Show Ask" content="1" />
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /*- body -*/
  44.  
  45. ::selection {background: #fff; color:{color:selection};}
  46. ::-moz-selection {background: #fff; color:{color:selection};}
  47. ::-webkit-selection {background: #fff; color:{color:selection};}
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  50. height:100px;}
  51.  
  52. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  53.  
  54.  
  55.  
  56. body {
  57. font-family:calibri;
  58. font-size:9px;
  59. line-height:115%;
  60. color:{color:text};
  61. background:{color:background};
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. -webkit-transition: all 0.6s ease;
  74. -moz-transition: all 0.6s ease;
  75. -o-transition: all 0.6s ease
  76. }
  77.  
  78. a:hover {
  79. color:{color:link hover};
  80. -webkit-transition: all 0.8s ease;
  81. -moz-transition: all 0.8s ease;
  82. -o-transition: all 0.8s ease
  83. }
  84.  
  85. h1 {
  86. font-size:10px;
  87. text-transform:uppercase;
  88. font-weight: bold;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. blockquote blockquote {
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. /*- posts/entries -*/
  102.  
  103.  
  104. #entries {
  105. width:520px;
  106. margin-left:500px;
  107. margin-top:20px;
  108. font-size:9px;
  109. }
  110.  
  111.  
  112. #post {
  113. width:500px;
  114. padding:10px;
  115. margin-bottom:20px;
  116. }
  117.  
  118. /*- sidebar -*/
  119.  
  120.  
  121. #sidebar {
  122. position:fixed;
  123. width: 130px;
  124. margin-left:240px;
  125. margin-top:180px;
  126. }
  127.  
  128. #sidebarimage {
  129. width: 130px;
  130. height: 130px;
  131. }
  132.  
  133. #sidebarimage img {
  134. width: 130px;
  135. height: 130px;
  136. padding:5px;
  137. }
  138.  
  139. #description {
  140. width:135px;
  141. font-family:calibri;
  142. line-height:250%;
  143. font-size:9px;
  144. padding-bottom:5px;
  145. text-align:center;
  146. }
  147.  
  148. #links {
  149. display:block;
  150. position:fixed;
  151. font-family:corsiva;
  152. width:70px;
  153. height:70px;
  154. margin-top:-286px;
  155. margin-left:-95px;
  156. font-size:10px;
  157. text-transform:uppercase;
  158. text-align:center;
  159. line-height:120%;
  160. }
  161.  
  162. #links a{
  163. display:block;
  164. width:70px;
  165. background-color:#ffffff
  166. line-height:185%;
  167. color:#9b9b9b;
  168. padding:1px;
  169. margin-left:5px;
  170. margin-bottom:15px;
  171. letter-spacing:2px;
  172. text-decoration:none;
  173. -moz-transition-duration:.5s;
  174. -webkit-transition-duration:.5s;
  175. -o-transition-duration:.5s;
  176. }
  177.  
  178. #links a:hover {
  179. letter-spacing:3px;
  180. text-align:center;
  181. -moz-transition-duration:.5s;
  182. -webkit-transition-duration:.5s;
  183. -o-transition-duration:.5s;
  184. -webkit-transition: opacity 1s linear;
  185. -webkit-transition: all 1s linear;
  186. -webkit-transform: rotate(360deg);
  187. -moz-transform: rotate(360deg);
  188. -o-transform: rotate(360deg);
  189. }
  190.  
  191. #sidebar #links {
  192. margin-top:206px;
  193. margin-left:-5px;
  194. opacity:0;
  195. -moz-transition-duration:1s;
  196. -webkit-transition-duration:1s;
  197. -o-transition-duration:1s;
  198. }
  199.  
  200. #sidebar:hover #links {
  201. margin-top:-120px;
  202. margin-left:-75px;
  203. opacity:1;
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209.  
  210.  
  211. #pagination {
  212. position:fixed;
  213. width:80px;
  214. height: 10px;
  215. font-size:8px;
  216. text-align:center;
  217. left: 270px;
  218. bottom: 429px;
  219. padding: 10px;
  220. font-family:consolas;
  221. letter-spacing:4px;
  222. opacity: 1;
  223. background-color: {color:background};
  224. }
  225.  
  226.  
  227. /*- others -*/
  228.  
  229. ::selection {background: #fff; color:{color:selection};}
  230. ::-moz-selection {background: #fff; color:{color:selection};}
  231. ::-webkit-selection {background: #fff; color:{color:selection};}
  232.  
  233. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  234. height:100px;}
  235.  
  236. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  237.  
  238.  
  239. #info {
  240. text-align:right;
  241. margin-top:10px;
  242. padding: 5px;
  243. font-size: 8px;
  244. color: {color:link};
  245. text-transform: uppercase;
  246. font-style: italic;
  247. border-top: 1px solid {color:border};
  248. }
  249.  
  250. #ask {
  251. float:left;
  252. width: 490px;
  253. padding: 5px;
  254. font-style: italic;
  255. text-align:justify;
  256. text-transform: lowercase;
  257. padding-bottom: 5px;
  258. padding-right: 5px;
  259. line-height:115%;
  260. background-color: #fcfcfc;
  261. border: 1px solid {color:border};
  262. }
  263.  
  264. #answer {
  265. font-size: 9px;
  266. width: 480px;
  267. padding-top: 10px;
  268. margin-left: 7px;
  269. line-height:120%;
  270. }
  271.  
  272. {CustomCSS}</style></head><body>
  273.  
  274. <div id="sidebar">
  275.  
  276. <div id="sidebarimage"><img src="{image:sidebar}">
  277. </div>
  278.  
  279.  
  280. <div id="links">
  281.  
  282. {block:IfShowHome}
  283. <a href="/">{text:home title}</a>
  284. {/block:IfShowHome}
  285. {block:IfShowAsk}
  286. <a href="{text:ask url}">{text:ask title}</a>
  287. {block:IfShowAsk}
  288. {block:IfShowLink1}
  289. <a href="{text:link 1 url}">{text:link 1 title}</a>
  290. {/block:IfShowLink1}
  291. {block:IfShowLink2}
  292. <a href="{text:link 2 url}">{text:link 2 title}</a>
  293. {/block:IfShowLink2}
  294.  
  295. </div>
  296.  
  297.  
  298. <div id="description">{Description}</div>
  299.  
  300. </div>
  301. <div id="scrollbar">{Scrollbar}</div>
  302.  
  303. <div id="pagination">
  304.  
  305. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a>{/block:PreviousPage}{/block:Pagination}
  306. {block:JumpPagination length="5"}
  307. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  308. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  309. {/block:JumpPagination}
  310. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">&raquo;</a></big>{/block:NextPage}{/block:Pagination}
  311. </div>
  312.  
  313. <div id="entries">{block:Posts}<div id="post">
  314.  
  315. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  316.  
  317. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  318.  
  319. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  320.  
  321. {block:Quote}{Quote}{/block:Quote}
  322.  
  323. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  324.  
  325. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  326.  
  327. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  328. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  329. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  330. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  331. {/block:Audio}
  332.  
  333. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  334.  
  335. {block:Answer}<div id="ask">{Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  336.  
  337. <div id="info">
  338. {block:Date}<a href="{Permalink}">
  339. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  340. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  341. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br> {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  342.  
  343. </div>
  344.  
  345. </div>
  346. {/block:Posts}
  347. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  348. {/block:Posts}</div></div></div>
  349.  
  350. <div style="position:fixed;bottom:5px; right:5px; text-transform:uppercase; font-size:8px; letter-spacing:2px; border: 1px solid {color:border}; padding: 3px;"><a href="http://sheerinos.tumblr.com/">SH</a></center></div>
  351.  
  352.  
  353. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment