assshhhhllleey

theme 01

Feb 27th, 2013
1,266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. <!--____________________________________________________________________
  2.  
  3. THEME MADE BY TWERKITNARRY
  4. WOO
  5. ___________________________________________________________________-->
  6.  
  7.  
  8. <html>
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#aaaaaa"/>
  16. <meta name="color:Link" content="#7a7a7a"/>
  17. <meta name="color:Link Hover" content="#dbdbdb"/>
  18. <meta name="color:Border" content="#dbdbdb"/>
  19.  
  20. <!--Links-->
  21. <meta name="text:Link1" content="/" />
  22. <meta name="text:Link1 Title" content="" />
  23. <meta name="text:Link2" content="/" />
  24. <meta name="text:Link2 Title" content="" />
  25.  
  26. <!--Images-->
  27. <meta name="image:Background" content""/>
  28. <meta name="image:Sidebar" content""/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scrolling" content=""/>
  32.  
  33. {block:ifInfiniteScrolling}
  34. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  35. {/block:ifInfiniteScrolling}
  36.  
  37.  
  38. {block:Description}
  39. <meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <title>
  41. {block:PostSummary}
  42. {PostSummary} - {/block:PostSummary}{Title}</title>
  43. </style>
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar {width: 6px; height: 3px; background: #ffffff;} {color:scrollbar}
  48. ::-webkit-scrollbar-thumb {background-color:#d9d9d9 ;}
  49.  
  50. body{
  51. background-color: {color:Background};
  52. background-image: url({image:Background});
  53. background-attachment: fixed;
  54. background-repeat: repeat;
  55. background-position: center;
  56. font-family:Calibri;
  57. font-size:10px;
  58. line-height:11px;
  59. color:{color:Text};
  60. }
  61.  
  62. a:link, a:active, a:visited{
  63. color: {color:Link};
  64. text-decoration:none;
  65. }
  66.  
  67. a:hover{
  68. color: {color:Link Hover};
  69. }
  70.  
  71. #container {
  72. margin:auto;
  73. width:700px;
  74. }
  75.  
  76. #entry {
  77. width:500px;
  78. margin-left:180px;
  79. margin-top:45px;
  80. padding:3px;
  81. }
  82.  
  83. #permalink{
  84. position:relative;
  85. margin-top:5px;
  86. padding:3px;
  87. font-size:8px;
  88. text-transform:uppercase;
  89. }
  90.  
  91. #side {
  92. text-align:center;
  93. position:fixed;
  94. width:120px;
  95. margin-top:170px;
  96. margin-left:-20px;
  97. z-index:1;
  98. padding:3px;
  99. }
  100.  
  101.  
  102. #links {
  103. font-family:calibri;
  104. font-size:10px;
  105. opacity:6;
  106. padding-top:53px;
  107. text-transform:uppercase;
  108. padding-bottom:4px;
  109. margin-top:-50px;
  110. border-bottom:1px solid {color:Border}
  111. }
  112.  
  113. .posttitle{
  114. font-size: 18px;
  115. line-height: 18px;
  116. }
  117.  
  118.  
  119. blockquote{
  120. margin-left:10px;
  121. padding-left:4px;
  122. border-left: 3px solid {color:Text};
  123. }
  124.  
  125. .p { padding-top: 5px; }
  126. .ol, ul { margin-left: 10px; padding: 5px; }
  127. .ul { list-style-type: square; }
  128.  
  129. {CustomCSS}
  130. </style>
  131.  
  132. <link rel="shortcut icon" href="{Favicon}">
  133. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  134.  
  135. </head>
  136. <body>
  137. <div id="container">
  138.  
  139. <div id="side">
  140. <img src="{image:Sidebar}" width="110" style="border:3px double {color:Border};">
  141.  
  142. <div id="links">
  143. <a href="/">home</a>
  144. <a href="/ask">msg</a>
  145. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  146. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} </div>
  147.  
  148. {Description}
  149.  
  150. <br>
  151. {block:ifNotInfiniteScrolling}
  152. <div class="navigate">
  153. {block:Pagination}
  154. {block:PreviousPage}
  155. <a href="{PreviousPage}">←</a>
  156. {/block:PreviousPage}
  157. {block:NextPage}
  158. <a href="{NextPage}">→</a>
  159. {/block:NextPage}
  160. {/block:Pagination}
  161. </div>
  162. {/block:ifNotInfiniteScrolling}
  163. </div>
  164.  
  165. {block:Posts}
  166. <div id="entry">
  167.  
  168. {block:Text}
  169. {block:Title}
  170. <div class="posttitle">{Title}</div>
  171. {/block:Title}
  172. {Body}
  173. {/block:Text}
  174.  
  175. {block:Link}
  176. <div class="posttitle">
  177. <a href="{URL}">{Name}</a>
  178. </div>
  179. {block:Description}{Description}{/block:Description}
  180. {/block:Link}
  181.  
  182. {block:Photo}
  183. <center>
  184. {LinkOpenTag}
  185. <a href="{permalink}">
  186. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  187. {LinkCloseTag}
  188. </center>
  189. {block:Caption}{Caption}{/block:Caption}
  190. {block:ContentSource}
  191. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  192. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  193. {/block:SourceLogo}
  194. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  195. {/block:ContentSource}
  196. {block:ReblogParentURL}
  197. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  198. {/block:ReblogParentURL}
  199. {/block:Photo}
  200.  
  201. {block:Photoset}
  202. {Photoset-500}
  203. {block:Caption}{Caption}{/block:Caption}
  204. {/block:Photoset}
  205.  
  206. {block:Quote}
  207. <div class="posttitle">"{Quote}"</div>
  208. {block:Source}
  209. - {Source}
  210. {/block:Source}
  211. {/block:Quote}
  212.  
  213. {block:Chat}
  214. {block:Title}
  215. <div class="posttitle">
  216. {Title}
  217. </div>
  218. {/block:Title}
  219. {block:Lines}
  220. {block:Label}
  221. <b>{Label} </b>
  222. {/block:Label}
  223. {Line}
  224. <br>
  225. {/block:Lines}
  226. {/block:Chat}
  227.  
  228. {block:Audio}
  229. {block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}
  230.  
  231. {block:TrackName}
  232. <b>Title</b>:{TrackName}
  233. {/block:TrackName}
  234. <br>
  235. {block:Artist}
  236. <b>Artist:</b>{Artist}
  237. {/block:Artist}
  238. <br>
  239. {PlayCountWithLabel}
  240. <br>
  241. {block:Caption}{Caption}{/block:Caption}
  242. {/block:Audio}
  243.  
  244. {block:Video}
  245. {Video-500}
  246. {block:Caption}{Caption}{/block:Caption}
  247. {/block:Video}
  248.  
  249. {block:IndexPage}
  250. <div id="permalink">
  251. posted
  252. <a href="{Permalink}"> {TimeAgo}</a>
  253. with
  254. <a href="{Permalink}">{NoteCountWithLabel}</a>
  255. {block:RebloggedFrom}
  256. / VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  257. / Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  258. {/block:RebloggedFrom}
  259. <a href="{ReblogURL}" target="_blank" class="details">/ REBLOG /</a>
  260. <br>
  261. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  262. {/block:Tags}
  263. {/block:HasTags}
  264. </div>
  265. {/block:IndexPage}
  266.  
  267. {block:PermalinkPage}
  268. <div id="permalink">
  269.  
  270. </div>
  271. {/block:PermalinkPage}
  272.  
  273. {block:PostNotes}
  274. {PostNotes}
  275. {/block:PostNotes}
  276. </div>
  277. {/block:Posts}
  278.  
  279. <div style="position:fixed; bottom:10px; right:10px; font-family:arial; font-style:none; font-size:10px; letter-spacing:0px;"><a href="http://twerkitnarry.tumblr.com/"><font color="8f8f8f">© twerkitnarry</font></a></div>
  280.  
  281. </body>
  282. </html>
Advertisement
Add Comment
Please, Sign In to add comment