darnpayne

theme 21 wake me up

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