darnpayne

theme 7 with ur love

May 18th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 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. Base Code By Haryum.
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:text" content="#a8a8a8"/>
  18. <meta name="color:link" content="#b8b8b8"/>
  19. <meta name="color:link hover" content="#f2f2f2"/>
  20. <meta name="color:border" content="#eeeeee"/>
  21. <meta name="color:scrollbar" content="ffffff"/>
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:home title" content="home" />
  26. <meta name="text:ask title" content="ask" />
  27. <meta name="text:ask url" content="/ask" />
  28.  
  29. <meta name="text:link 1 title" content="link 1" />
  30. <meta name="text:link 1 url" content="/" />
  31. <meta name="text:link 2 title" content="link 2" />
  32. <meta name="text:link 2 url" content="/" />
  33.  
  34. <meta name="if:Show Link 1" content="1" />
  35. <meta name="if:Show Link 2" content="1" />
  36. <meta name="if:Show Home" content="1" />
  37. <meta name="if:Show Ask" content="1" />
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. /*- body -*/
  43.  
  44. body {
  45. font-family:calibri;
  46. font-size:9px;
  47. line-height:115%;
  48. color:{color:text};
  49. background:{color:background};
  50. }
  51.  
  52. img {
  53. border:none;
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:link};
  61. -webkit-transition: all 0.6s ease;
  62. -moz-transition: all 0.6s ease;
  63. -o-transition: all 0.6s ease
  64. }
  65.  
  66. a:hover {
  67. color:{color:link hover};
  68. -webkit-transition: all 0.8s ease;
  69. -moz-transition: all 0.8s ease;
  70. -o-transition: all 0.8s ease
  71. }
  72.  
  73. h1 {
  74. font-size:10px;
  75. text-transform:uppercase;
  76. font-weight: bold;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. /*- posts/entries -*/
  90.  
  91.  
  92. #entries {
  93. width:500px;
  94. margin-left:460px;
  95. margin-top:60px;
  96. font-size:10px;
  97. }
  98.  
  99.  
  100. #post {
  101. width:500px;
  102. padding:10px;
  103. margin-bottom:20px;
  104. }
  105.  
  106. /*- sidebar -*/
  107.  
  108.  
  109. #sidebar {
  110. position:fixed;
  111. width: 110px;
  112. margin-left:240px;
  113. margin-top:160px;
  114. }
  115.  
  116. #sidebarimage {
  117. width: 110px;
  118. height: 110px;
  119. }
  120.  
  121. #sidebarimage img {
  122. width: 100px;
  123. height: 100px;
  124. padding:5px;
  125. border:solid 1.5px {color:border};
  126. }
  127.  
  128. #description {
  129. width:110px;
  130. font-family:calibri;
  131. line-height:100%;
  132. font-size:9px;
  133. padding-bottom:5px;
  134. text-align:center;
  135. }
  136.  
  137. #links {
  138. width:115px;
  139. height:auto;
  140. padding-top: 5px;
  141. padding-bottom: 5px;
  142. text-align:center;
  143. font-size:8px;
  144. font-family:calibri;
  145. word-spacing:1px;
  146. text-transform:uppercase;
  147. }
  148.  
  149. #links a {
  150. font-size: 8px;
  151. padding-left: 0px;
  152. padding-right: 0px;
  153. -webkit-transition: all 0.4s ease;
  154. -moz-transition: all 0.4s ease;
  155. -o-transition: all 0.4s ease
  156. }
  157.  
  158. #links a:hover {
  159. padding-left: 2px;
  160. padding-right: 2px;
  161. color:{color:link hover}
  162. -webkit-transition: all 0.4s ease;
  163. -moz-transition: all 0.4s ease;
  164. -o-transition: all 0.4s ease
  165. }
  166.  
  167.  
  168. #pagination {
  169. position:fixed;
  170. width:680px;
  171. height: 10px;
  172. font-size:8px;
  173. text-align:center;
  174. left: 370px;
  175. bottom: 0px;
  176. padding: 10px;
  177. font-family:consolas;
  178. letter-spacing:4px;
  179. opacity: 1;
  180. background-color: {color:background};
  181. }
  182.  
  183.  
  184. /*- others -*/
  185.  
  186. ::-webkit-scrollbar {
  187. width: 5px;height: 5px;}
  188. ::-webkit-scrollbar-button:start:decrement,
  189. ::-webkit-scrollbar-button:end:increment {
  190. height: 6px;display: block;background-color: {color:white};}
  191. ::-webkit-scrollbar-track-piece {
  192. background-color: {color:scrollbar};}
  193. ::-webkit-scrollbar-thumb:vertical {
  194. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  195.  
  196. #info {
  197. text-align:right;
  198. margin-top:10px;
  199. padding: 5px;
  200. font-size: 8px;
  201. color: {color:link};
  202. text-transform: uppercase;
  203. font-style: italic;
  204. border-top: 1px solid {color:border};
  205. }
  206.  
  207. #ask {
  208. float:left;
  209. width: 490px;
  210. padding: 5px;
  211. font-style: italic;
  212. text-align:justify;
  213. text-transform: lowercase;
  214. padding-bottom: 5px;
  215. padding-right: 5px;
  216. line-height:115%;
  217. background-color: #fcfcfc;
  218. border: 1px solid {color:border};
  219. }
  220.  
  221. #answer {
  222. font-size: 9px;
  223. width: 480px;
  224. padding-top: 10px;
  225. margin-left: 7px;
  226. line-height:120%;
  227. }
  228. #credit{
  229. right:8px;
  230. bottom:10px;
  231. position:fixed;
  232. padding:5px;
  233. }
  234. {CustomCSS}</style></head><body>
  235.  
  236. <div id="sidebar">
  237.  
  238.  
  239. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  240.  
  241.  
  242. <div id="links">
  243.  
  244. {block:IfShowHome}
  245. <a href="/">{text:home title}</a>
  246. {/block:IfShowHome}
  247. {block:IfShowAsk}
  248. <a href="{text:ask url}">{text:ask title}</a>
  249. {block:IfShowAsk}
  250. {block:IfShowLink1}
  251. <a href="{text:link 1 url}">{text:link 1 title}</a>
  252. {/block:IfShowLink1}
  253. {block:IfShowLink2}
  254. <a href="{text:link 2 url}">{text:link 2 title}</a>
  255. {/block:IfShowLink2}
  256.  
  257. </div>
  258.  
  259.  
  260. <div id="description">{Description}</div>
  261.  
  262. </div>
  263.  
  264.  
  265. <div id="pagination">
  266.  
  267.  
  268. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a>{/block:PreviousPage}{/block:Pagination}
  269. {block:JumpPagination length="5"}
  270. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  271. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  272. {/block:JumpPagination}
  273. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">&raquo;</a></big>{/block:NextPage}{/block:Pagination}
  274. </div>
  275.  
  276. <div id="entries">{block:Posts}<div id="post">
  277.  
  278. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  279.  
  280. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  281.  
  282. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  283.  
  284. {block:Quote}{Quote}{/block:Quote}
  285.  
  286. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  287.  
  288. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  289.  
  290. {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>
  291. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  292. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  293. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  294. {/block:Audio}
  295.  
  296. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  297.  
  298. {block:Answer}<div id="ask">{Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  299.  
  300. <div id="info">
  301. {block:Date}<a href="{Permalink}">
  302. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  303. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  304. 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}
  305.  
  306. </div>
  307.  
  308. </div>
  309. {/block:Posts}
  310. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  311. {/block:Posts}</div></div></div>
  312.  
  313.  
  314. <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px"></a></div>
  315.  
  316. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment