assshhhhllleey

theme 02

Mar 6th, 2013
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 KB | None | 0 0
  1. <!--____________________________________________________________________
  2.  
  3. THEME MADE BY TWERKITNARRY
  4. DO NOT REMOVE CREDIT THANKS ILY(:
  5. ___________________________________________________________________-->
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14. <head>
  15.  
  16.  
  17. <meta name="color:bg" content="#FFFFFF">
  18. <meta name="color:link" content="#AAAAAA">
  19. <meta name="color:text" content="#AAAAAA">
  20. <meta name="color:tags" content="#AAAAAA">
  21. <meta name="color:scrollbar" content="#EEEEEE">
  22. <meta name="color:border" content="#F5F5F5">
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="">
  33. <meta name="text:link4 url" content="/">
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. a {
  44. color:{color:link};
  45. text-decoration:none;
  46. -moz-transition-duration:0.5s;
  47. -webkit-transition-duration:0.5s;
  48. -o-transition-duration:0.5s;
  49. }
  50.  
  51. a:hover {
  52. color:{color:hover};
  53. text-decoration:none;
  54. -moz-transition-duration:0.5s;
  55. -webkit-transition-duration:0.5s;
  56. -o-transition-duration:0.5s;
  57. }
  58.  
  59.  
  60. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  61. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  62. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  63.  
  64. body {
  65. background-color:{color:bg};
  66. font-family:Cambria;
  67. font-weight:normal;
  68. }
  69.  
  70.  
  71.  
  72.  
  73. h1 {
  74. font-weight:normal;
  75. font-size:11px;
  76. text-align:center;
  77. font-style:italic;
  78. line-height:50%;
  79. letter-spacing:1px;
  80. text-transform:lowercase;
  81. color:{color:text};
  82. }
  83.  
  84. h2 {
  85. font-size:10px;
  86. text-align:center;
  87. line-height:100%;
  88. letter-spacing:-0.5px;
  89. color:{color:text};
  90. font-weight:bold;
  91. padding:5px;
  92. padding-bottom:2px;
  93. }
  94.  
  95.  
  96. blockquote {
  97. border-left:2px solid {color:text};
  98. padding-left:5px;
  99. margin:5px;
  100. }
  101.  
  102. #theme {
  103. background-color:{color:bg};
  104. width:700px;
  105. margin: 0 auto -12px auto;
  106. text-align: center;
  107. }
  108.  
  109. #sidebarcont {
  110. width:175px;
  111. height: 200%;
  112. position:fixed;
  113. margin-left:-75px;
  114. background-color:#fcfcfc;
  115. margin-top:-40px;
  116. border:1px dashed #eeeeee;
  117. }
  118.  
  119.  
  120. #sidebar {
  121. width:265px;
  122. position:fixed;
  123. margin-left:-108px;
  124. margin-top:120px;
  125. }
  126.  
  127. #sidebar img {
  128. width:120px;
  129. height:117px;
  130. padding:6px;
  131. margin-left:123px;
  132. margin-top:110px;
  133. border:1px solid #eeeeee;
  134. }
  135.  
  136.  
  137. #links {
  138. font-family:calibri;
  139. font-size:9px;
  140. opacity:1
  141. padding-top:0px;
  142. letter-spacing:1px;
  143. text-transform:uppercase;
  144. padding-top:2px;
  145. padding-bottom:2px;
  146. margin-top:3px;
  147. margin-left:123px;
  148. border-top:1px solid #e9e9e9;
  149. border-bottom:1px solid #e9e9e9;
  150. }
  151.  
  152.  
  153. #description {
  154. position:fixed;
  155. font-family:'Cuprum';
  156. line-height:120%;
  157. font-size:8.5px;
  158. width:113px;
  159. margin-left:-2px;
  160. text-align:center;
  161. padding:3px;
  162. color:{color:text};
  163. }
  164.  
  165. #pagination {
  166. width:100px;
  167. font-size:8px;
  168. text-align:center;
  169. margin-left:75px;
  170. margin-top:215px;
  171. position:fixed;
  172. font-family:consolas;
  173. letter-spacing:0px;
  174. }
  175.  
  176. #postcontainer {
  177. float:left;
  178. margin-left:165px;
  179. margin-top:10px;
  180. text-align:justify;
  181. background-color:{color:bg};
  182. color:{color:text};
  183. margin-bottom: 35px;
  184. }
  185.  
  186.  
  187. #posts {
  188. width:500px;
  189. margin-top:75px;
  190. text-align:justify;
  191. font-size:11px;
  192. line-height:90%;
  193. letter-spacing:0x;
  194. color:{color:text};
  195. outline:1px solid #f5f5f5;
  196. outline-offset:20px;
  197. }
  198.  
  199.  
  200.  
  201. #info {
  202. font-family:consolas;
  203. width:490px;
  204. margin-top:3px;
  205. padding:2px;
  206. padding-left:8px;
  207. font-size:8px;
  208. color:{color:link};
  209. text-transform:uppercase;
  210. font-style:normal;
  211. letter-spacing:2px;
  212. text-align:right;
  213. border-bottom:1px solid #f5f5f5;
  214. -moz-transition-duration:0.5s;
  215. -webkit-transition-duration:0.5s;
  216. -o-transition-duration:0.5s;
  217. }
  218.  
  219. #info a {
  220. color:{color:link};
  221. text-align:right;
  222. letter-spacing:1px;
  223. font-style:normal;
  224. }
  225.  
  226. #info a:hover {
  227. color:{color:hover};
  228. }
  229.  
  230. .caption {
  231. width:500px;
  232. text-align:justify;
  233. line-height:120%;
  234. }
  235.  
  236. .question {
  237. padding:10px;
  238. text-align:left;
  239. color:{color:text};
  240. background-color:{color:infobg};
  241. border-bottom:1px solid {color:text};
  242. }
  243.  
  244. .answer {
  245. text-align:left;
  246. padding:10px;
  247. color:{color:text};
  248. }
  249.  
  250. .music {
  251. width:500px;
  252. padding-bottom:10px;
  253. background-color:{color:infobg};
  254. }
  255.  
  256. .albumart {
  257. float:left;
  258. padding:0px 10px 10px 0px;
  259. }
  260.  
  261. .albumart img {
  262. width:45px;
  263. height:45px;
  264. }
  265.  
  266. .playercontainer {
  267. text-align:left;
  268. padding:10px;
  269. background-color:#ffffff;
  270. width:480px;
  271. }
  272.  
  273. .musicinfo {
  274. padding:10px;
  275. color:{color:text};
  276. }
  277.  
  278. .postnote {
  279. text-transform:uppercase;
  280. font-style:normal;
  281. letter-spacing:0px;
  282. font-size: 9px;
  283. text-align:left;
  284. line-height:90%;
  285. margin-left:-40px;
  286. }
  287.  
  288. .postnote li {
  289. list-style-type:none;
  290. border-bottom:1px solid {color:border};
  291. padding:10px 25px 10px 25px;
  292. text-align:left;
  293. margin:0px;
  294. -moz-transition-duration:0.5s;
  295. -webkit-transition-duration:0.5s;
  296. -o-transition-duration:0.5s;
  297. }
  298.  
  299. .tags {
  300. font-family:consolas;
  301. font-style:normal;
  302. width:500px;
  303. text-transform:uppercase;
  304. font-style:normal;
  305. color:{color:tags};
  306. letter-spacing:2px;
  307. line-height:120%;
  308. font-size:8px;
  309. text-align:right;
  310. padding:2px;
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. .tags a {
  317. color:{color:text};
  318. letter-spacing:1px;
  319. padding:1px;
  320. }
  321.  
  322. .tags a:hover {
  323. color:#f1f1f1;
  324. }
  325.  
  326. ul.chat, .chat ol, .chat li {
  327. list-style:none;
  328. margin:0px;
  329. padding:2px;
  330. }
  331.  
  332. .tab {
  333. text-decoration:underline;
  334. font-weight:700;
  335. background-color:{color:bg};
  336. margin-right:5px;
  337. }
  338.  
  339. {CustomCSS}
  340.  
  341. </style></head>
  342.  
  343. <body>
  344. <div id="theme">
  345. <div id="sidebarcont">
  346. <div id="sidebar">
  347. <img src="{image:sidebar}">
  348. <div id="links">
  349. {block:IfLink1}
  350. <a href="{text:link1 url}">{text:link1}</a>
  351. {/block:IfLink1}
  352. {block:IfLink2}
  353. <a href="{text:link2 url}">{text:link2}</a>
  354. {/block:IfLink2}
  355. {block:IfLink3}
  356. <a href="{text:link3 url}">{text:link3}</a>
  357. {/block:IfLink3}
  358. {block:IfLink4}
  359. <a href="{text:link4 url}">{text:link4}</a>
  360. {/block:IfLink4}
  361. </div>
  362. <di id="description">
  363. {Description}
  364. </div>
  365. {block:Pagination}
  366. <div id="pagination">
  367. {block:PreviousPage}
  368. <a href="{PreviousPage}">«</a>
  369. {/block:PreviousPage}
  370. {block:JumpPagination length="3"}
  371. {block:CurrentPage}
  372. <span class="current_page">{PageNumber}</span>
  373. {/block:CurrentPage}
  374. {block:JumpPage}
  375. <a class="jump_page" href="{URL}">{PageNumber}</a>
  376. {/block:JumpPage}
  377. {/block:JumpPagination}
  378. {block:NextPage}
  379. <a href="{NextPage}">»</a>
  380. {/block:NextPage}
  381. </div>
  382. {/block:Pagination}
  383. </div>
  384.  
  385.  
  386. <div id="postcontainer">
  387.  
  388. {block:Posts}
  389.  
  390. <div id="posts">
  391.  
  392. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  393.  
  394. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  395.  
  396. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  397. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  398.  
  399. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400.  
  401. {block:Photoset}<center>{Photoset-500}</center>
  402. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  405.  
  406. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407.  
  408. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  409.  
  410. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  411. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  412. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  413. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  414. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  415.  
  416.  
  417.  
  418. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  419. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  420. {block:HasTags}
  421. <div class="tags">
  422. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  423. {/block:HasTags}
  424. <div class="postnote">
  425. {block:PostNotes}{PostNotes}{/block:PostNotes}
  426. </div>
  427. </div>
  428. {/block:Posts}
  429.  
  430.  
  431. </div>
  432.  
  433. <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"><big><big><big>∞</big></font></a></div>
  434.  
  435. </div>
  436. </div>
  437. </div>
  438. </body>
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment