Advertisement
nicolemakesthemes

Wrecking Ball

Jan 25th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. <!--THEME BY NICOLEMAKESTTHEMES; do not steal/claim as your own, use as a base code or remove credit -->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head><title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11.  
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19.  
  20. <meta name="color:Text" content="#838282"/>
  21.  
  22. <meta name="color:Link" content="#b8b8b8"/>
  23.  
  24. <meta name="color:border" content="#eeeeee"/>
  25.  
  26. <meta name="color:Link hover" content="#b8b8b8"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:titletab" content=""/>
  30.  
  31. <meta name="text:linkA" content="">
  32.  
  33. <meta name="text:linkA url" content="/">
  34.  
  35. <meta name="text:linkB" content="">
  36.  
  37. <meta name="text:linkB url" content="/">
  38.  
  39. <meta name="text:linkC" content="">
  40.  
  41. <meta name="text:linkC url" content="/">
  42.  
  43. <meta name="text:linkD" content="">
  44.  
  45. <meta name="text:linkD url" content="/">
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50.  
  51. background:{color:background};
  52.  
  53. margin:0px;
  54.  
  55. color:{color:text};
  56.  
  57. font-size:9px;
  58.  
  59. line-height:100%;
  60.  
  61. }
  62.  
  63.  
  64.  
  65. a {
  66.  
  67. text-decoration:none;
  68.  
  69. outline:none;
  70.  
  71. -moz-outline-style:none;
  72.  
  73. color:{color:link};
  74.  
  75. -moz-transition-duration:0.5s;
  76.  
  77. -webkit-transition-duration:0.5s;
  78.  
  79. -o-transition-duration:0.5s;
  80.  
  81. }
  82.  
  83.  
  84.  
  85. a:hover{
  86.  
  87. color:{color:link hover};
  88.  
  89. font-style:italic;
  90.  
  91. -moz-transition-duration:0.5s;
  92.  
  93. -webkit-transition-duration:0.5s;
  94.  
  95. -o-transition-duration:0.5s;}
  96.  
  97.  
  98.  
  99. img {
  100.  
  101. border:none;
  102.  
  103. }
  104.  
  105.  
  106.  
  107. blockquote {
  108.  
  109. padding-left:5px;
  110.  
  111. border-left:2px solid;
  112.  
  113. }
  114.  
  115.  
  116.  
  117. blockquote blockquote {
  118.  
  119. padding-left:5px;
  120.  
  121. border-left:2px solid;
  122.  
  123. }
  124.  
  125.  
  126.  
  127. h1 {
  128.  
  129. font-size:10px;
  130.  
  131. }
  132.  
  133.  
  134.  
  135.  
  136.  
  137. #entries {
  138.  
  139. padding:10px;
  140.  
  141. width:500px;
  142.  
  143. margin-left:450px;
  144.  
  145. margin-top:0px;
  146.  
  147. padding:0px;
  148.  
  149. }
  150.  
  151.  
  152.  
  153. #post {
  154.  
  155. width:500px;
  156.  
  157. }
  158.  
  159. #title{
  160. font-size:15px;
  161. font-style:italic;
  162. text-align:center;
  163. padding-left:0px;
  164. font-family:arial;
  165. height:35px;
  166. width:150px;
  167. line-height:40px;
  168.  
  169. }
  170. #sidebar {
  171. width:150px;
  172. position:fixed;
  173. margin-left:200px;
  174. margin-top:250px;
  175. }
  176.  
  177.  
  178. #sidebarimage {
  179. width 170px;
  180. }
  181.  
  182. #sidebarimage img {
  183. width:150px;
  184. }
  185.  
  186. #description {
  187. width:150px;
  188. margin-top:10px;
  189. margin-left:0px;
  190. line-height:13px;
  191. text-align:center;
  192. font-family:arial;
  193. }
  194.  
  195. #links {
  196. margin-top: 5px;
  197. margin-left:0px;
  198. font-size:9px;
  199. text-transform:normal;
  200. text-align:center;
  201. font-family:arial;
  202. text-transform:uppercase;
  203. letter-spacing:2px;
  204. line-height:170%;
  205. width:150px;
  206. font-style:normal;
  207. border-bottom:1px solid {color:Border}
  208.  
  209. }
  210.  
  211. #links a{
  212. padding:3px;
  213. color:{color:link};
  214. letter-spacing:0px;
  215. text-decoration:none;
  216. -moz-transition-duration:1s;
  217. -webkit-transition-duration:1s;
  218. -o-transition-duration:1s;
  219. }
  220.  
  221. #links a:hover{
  222. color:{color:hover};
  223. font-style:italic;
  224. -moz-transition-duration:0s;
  225. -webkit-transition-duration:0s;
  226. -o-transition-duration:0s;
  227. }
  228.  
  229. #pagination {
  230. font-size:8px;
  231. margin-top:10px;
  232. text-align:center;
  233. margin-left:0px;
  234. text-transform: lowercase;
  235. font-family:arial;
  236. }
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244. .caption {
  245.  
  246. width:500px;
  247.  
  248. text-align:justify;
  249.  
  250. line-height:120%;
  251.  
  252. }
  253.  
  254.  
  255.  
  256. .ask {
  257.  
  258. padding:10px;
  259.  
  260. text-align:left;
  261.  
  262. color:{color:text};
  263.  
  264. text-transform: lowercase;
  265.  
  266. font-family:arial;
  267.  
  268. background-color:#eee;
  269.  
  270. border-bottom:1px solid #eee;
  271.  
  272. }
  273.  
  274.  
  275.  
  276. .ans {
  277.  
  278. text-align:left;
  279.  
  280. padding:10px;
  281.  
  282. color:{color:text};
  283.  
  284. }
  285.  
  286.  
  287.  
  288. .audio {
  289.  
  290. width:500px;
  291.  
  292. padding-bottom:10px;
  293.  
  294. background-color:{color:infobg};
  295.  
  296. }
  297.  
  298.  
  299.  
  300. .albumart {
  301.  
  302. float:left;
  303.  
  304. padding:0px 10px 10px 0px;
  305.  
  306. }
  307.  
  308.  
  309.  
  310. .albumart img {
  311.  
  312. width:45px;
  313.  
  314. height:45px;
  315.  
  316. }
  317.  
  318.  
  319.  
  320. .playercontainer {
  321.  
  322. text-align:left;
  323.  
  324. padding:10px;
  325.  
  326. background-color:#ffffff;
  327.  
  328. width:480px;
  329.  
  330. }
  331.  
  332.  
  333.  
  334. .audioinfo {
  335.  
  336. padding:10px;
  337.  
  338. color:{color:text};
  339.  
  340. }
  341.  
  342.  
  343.  
  344. #postinfo {
  345.  
  346. text-align:left;padding-top:3px;
  347.  
  348. margin-top:5px;
  349.  
  350. margin-bottom:10px;
  351.  
  352. text-transform: lowercase;
  353.  
  354. font-family:arial;
  355.  
  356. letter-spacing:0px;
  357. text-align:center;
  358.  
  359. font-size:8px;
  360.  
  361. line-height: 10px;
  362.  
  363. color:{color:link};
  364.  
  365.  
  366. }
  367.  
  368.  
  369.  
  370. #postinfo a {
  371.  
  372. color:{color:link};
  373.  
  374. text-align:center;
  375.  
  376. font-style:normal;
  377.  
  378.  
  379. }
  380.  
  381.  
  382.  
  383. #postinfo a:hover {
  384.  
  385. color:{color:hover};
  386.  
  387. }
  388.  
  389.  
  390.  
  391. .note {
  392.  
  393. text-transform:lowercase;
  394.  
  395. font-style:normal;
  396.  
  397. letter-spacing:0px;
  398.  
  399. font-size: 12px;
  400.  
  401. text-align:left;
  402.  
  403. line-height:90%;
  404.  
  405. margin-left:-40px;
  406.  
  407. }
  408.  
  409.  
  410.  
  411. .note li {
  412.  
  413. list-style-type:none;
  414.  
  415. border-bottom:1px solid {color:border};
  416.  
  417. padding:10px 25px 10px 25px;
  418.  
  419. text-align:left;
  420.  
  421. margin:0px;
  422.  
  423. -moz-transition-duration:0.5s;
  424.  
  425. -webkit-transition-duration:0.5s;
  426.  
  427. -o-transition-duration:0.5s;
  428.  
  429. }
  430.  
  431.  
  432.  
  433. .tags {
  434.  
  435. font-style:normal;
  436.  
  437. width:500px;
  438.  
  439. text-transform:uppercase;
  440.  
  441. font-family:arial;
  442.  
  443. font-style:normal;
  444.  
  445. color:{color:tags};
  446.  
  447. letter-spacing:2px;
  448.  
  449. line-height:120%;
  450.  
  451. font-size:12px;
  452.  
  453. text-align:left;
  454.  
  455. padding:2px;
  456.  
  457. -moz-transition-duration:0.5s;
  458.  
  459. -webkit-transition-duration:0.5s;
  460.  
  461. -o-transition-duration:0.5s;
  462.  
  463. }
  464.  
  465.  
  466.  
  467. .tags a {
  468.  
  469. color:{color:tags};
  470.  
  471. letter-spacing:1px;
  472.  
  473. padding:1px;
  474.  
  475. }
  476.  
  477.  
  478.  
  479. .tags a:hover {
  480.  
  481. color:{color:link};
  482.  
  483. }
  484.  
  485.  
  486. ul.chat, .chat ol, .chat li {
  487.  
  488. list-style:none;
  489.  
  490. margin:0px;
  491.  
  492. padding:2px;
  493.  
  494. }
  495.  
  496.  
  497.  
  498. .label {
  499.  
  500. text-decoration:underline;
  501.  
  502. font-weight:300;
  503.  
  504. background-color:{color:infobg};
  505.  
  506. margin-right:5px;
  507.  
  508. }
  509.  
  510.  
  511.  
  512.  
  513. .user_1 .label {color:{color:text}; font-weight:bold}
  514.  
  515. .user_2 .label {color:{color:link}; font-weight:bold}
  516.  
  517. .user_3 .label {color:{color:text}; font-weight:bold}
  518.  
  519. .user_4 .label {color:{color:link}; font-weight:bold}
  520.  
  521. .user_5 .label {color:{color:text}; font-weight:bold}
  522.  
  523. .user_6 .label {color:{color:link}; font-weight:bold}
  524.  
  525. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  526.  
  527.  
  528.  
  529. {CustomCSS}</style></head><body>
  530.  
  531. <div id="sidebar">
  532.  
  533. <div id="title">{title}</div>
  534.  
  535. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  536.  
  537. <div id="links">
  538. <a href="{text:linkA url}">{text:linkA}</a>
  539. <a href="{text:linkB url}">{text:linkB}</a>
  540. <a href="{text:linkC url}">{text:linkC}</a>
  541. <a href="{text:linkD url}">{text:linkD}</a>
  542.  
  543. </div>
  544.  
  545. <div id="description">{Description}</div>
  546.  
  547. {block:Pagination}<div id="pagination">
  548. {block:PreviousPage}<a href="{PreviousPage}">-</a>&nbsp;&nbsp;{/block:PreviousPage}
  549. {block:JumpPagination length="5"}
  550. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  551. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  552. {/block:JumpPagination}
  553. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  554. </div>{/block:Pagination}
  555.  
  556. </div>
  557.  
  558.  
  559.  
  560. <div id="entries">
  561.  
  562.  
  563. {block:Posts}<div id="post"><br><br><br><br><br><br>
  564.  
  565.  
  566.  
  567. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  568.  
  569.  
  570.  
  571. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  572.  
  573.  
  574.  
  575. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  576.  
  577. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  578.  
  579.  
  580.  
  581. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  582.  
  583.  
  584.  
  585. {block:Photoset}<center>{Photoset-500}</center>
  586.  
  587. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  588.  
  589.  
  590.  
  591. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  592.  
  593.  
  594.  
  595. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  596.  
  597.  
  598.  
  599. {block:Answer}<div class="ask">{Asker} said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  600.  
  601.  
  602.  
  603. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  604.  
  605. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  606.  
  607. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  608.  
  609. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  610.  
  611. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. <div id="postinfo"><a href="{Perimalink}">posted on {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} ♡ <a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom}
  619.  
  620. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  621.  
  622. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  623.  
  624. {/block:Posts}
  625.  
  626. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  627.  
  628.  
  629. {/block:Posts}</div></div></div>
  630.  
  631.  
  632.  
  633.  
  634.  
  635. </div>
  636.  
  637.  
  638.  
  639.  
  640.  
  641. </div>
  642.  
  643. </div>
  644.  
  645. </div>
  646.  
  647.  
  648.  
  649. </body>
  650.  
  651.  
  652.  
  653. <div style="position:fixed;bottom:3px; right:3px; font-size:8px; letter-spacing:1px; font-family:cambria;"><a href="http://NICOLEMAKESTTHEMES.tumblr.com/">NMT</a></center></div>
  654.  
  655.  
  656. </div>
  657.  
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement