Advertisement
themedbymarizzz

Black is Life Theme

Mar 29th, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.73 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="http://japanlover.me/goodies/kawaii/02-icons/kawaii-sky-01.png">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah|Pacifico|Chewy|Comfortaa|Courgette' rel='stylesheet' type='text/css'>
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12.  
  13. <head>
  14. <script type="text/javascript"
  15. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  16. <script type=”text/javascript” src=”http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js”></script> <script type=”text/javascript”> $(document).ready(function(){ $(“.links_body”).hide(); $(“.links_head”).click(function(){ $(this).next(“.links_body”).slideToggle(‘fast’); }); }); </script> <style type=”text/css”> .links_list { margin:0px; padding:0px; width:180px;} .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;} .links_body { padding:10px; text-align:left; color: #fff; display:none;} </style>
  17.  
  18. <style type="text/css">
  19. body{cursor:url(http://static.tumblr.com/xjqjg7j/kQfmxtrvn/18.png), url(http://static.tumblr.com/xjqjg7j/kQfmxtrvn/18.png), auto;}
  20. </style>
  21.  
  22.  
  23. <!-- VARIABLES -->
  24.  
  25. <meta name="image:Background" content="http://static.tumblr.com/vqqnpua/Nvlmbhjyn/straws.png"/>
  26. <meta name="image:Sidebar Image" content="" />
  27. <meta name="image:Sidebar Image 2" content="" />
  28.  
  29. <meta name="color:Background" content="#fdf3ee" />
  30. <meta name="color:Text" content="#797979" />
  31. <meta name="color:Bold" content="#ff4a00" />
  32. <meta name="color:Italic" content="#ff4a00" />
  33. <meta name="color:Link" content="#a09280" />
  34. <meta name="color:Content BG" content="#ffffff" />
  35. <meta name="color:Content Border" content="#ebebeb" />
  36. <meta name="color:Info BG" content="#f3f3f3" />
  37. <meta name="color:Info Border" content="#e4e2e1" />
  38.  
  39. <meta name="text:Text Size" content="10px" />
  40.  
  41. <meta name="text:Link 1 URL" content="http://" />
  42. <meta name="text:Link 1" content="Link 1" />
  43. <meta name="text:Link 2 URL" content="http://" />
  44. <meta name="text:Link 2" content="Link 2" />
  45. <meta name="text:Link 3 URL" content="http://" />
  46. <meta name="text:Link 3" content="Link 3" />
  47. <meta name="text:Link 4 URL" content="http://" />
  48. <meta name="text:Link 4" content="Link 4" />
  49.  
  50. <style type="text/css">
  51.  
  52. /* MAIN */
  53.  
  54. body {
  55. font-family: 'Gloria Hallelujah', cursive;
  56. background-color:{color:Background};
  57. background-image: url('{image:Background}');
  58. color:{color:Text};
  59. font-size: {text:Text Size};
  60. margin: 0px;
  61. padding: 0px;}
  62.  
  63. a:link, a:active {
  64. text-decoration:none;
  65. color: {color:Link}; }
  66.  
  67. a:visited {
  68. text-decoration:none;
  69. color: {color:Link}; }
  70.  
  71. a:hover {
  72. text-decoration:none;
  73. color: {color:Bold};
  74. cursor: url(http://static.tumblr.com/xjqjg7j/iprmxtu76/28.jpg), auto;
  75. }
  76.  
  77.  
  78. b, strong, .strong {
  79. color:{color:Bold};}
  80.  
  81. blockquote {
  82. font-family: 'Comfortaa', cursive;
  83. border-left:2px solid {color:Text};
  84. padding-left:6px; }
  85.  
  86. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  87.  
  88. i, em, .em {color:{color:Italic};}
  89.  
  90.  
  91. /* CONTENT */
  92.  
  93. .contentwhole {
  94. width:520px;
  95. z-index:0;
  96. margin-left:500px;
  97. height:100%;}
  98.  
  99. .content {
  100. font-family: 'Gloria Hallelujah', cursive;
  101. width: 500px;
  102. z-index:0;
  103. height: auto;
  104. padding:10px;
  105. margin-top:20px;
  106. background-color: {color:Content BG};
  107. border:1px solid {color:Content Border};}
  108.  
  109. .info {
  110. height:15px;
  111. float:center;
  112. padding-top:4px;
  113. margin-top:10px;
  114. opacity:0.8;
  115. text-align:center;
  116. font-size:7px;
  117. font-family: 'Gloria Hallelujah', cursive;
  118. letter-spacing:1px;
  119. background-color: {color:Info BG};
  120. background-image:url('{image:Info BG}');
  121. color:{color:Link};
  122. border-top: 1px solid {color:Info Border};
  123. width: 500px;
  124. text-transform:uppercase;
  125. transition-duration: 0.6s;
  126. -moz-transition-duration: 0.6s;
  127. -webkit-transition-duration: 0.6s;
  128. -o-transition-duration: 0.6s; }
  129.  
  130. .info a {
  131. font-size:7px; }
  132.  
  133. .info:hover {
  134. opacity:1.0;
  135. transition-duration: 0.6s;
  136. -moz-transition-duration: 0.6s;
  137. -webkit-transition-duration: 0.6s;
  138. -o-transition-duration: 0.6s; }
  139.  
  140. .pagination {
  141. top:20px;
  142. left:150px;
  143. width:200px;
  144. font-size:20px;
  145. position:fixed;
  146. text-align:center;}
  147.  
  148. /* SIDEBAR */
  149.  
  150. .hover {
  151. width:430px;
  152. height:500px;
  153. top:50px;
  154. position:fixed; }
  155.  
  156. .sidebar {
  157. font-family: 'Gloria Hallelujah', cursive;
  158. position:fixed;
  159. top:70px;
  160. z-index:1000;
  161. left:30px;
  162. width:430px;
  163. height:440px;}
  164.  
  165. .portrait {
  166. width:48px;
  167. height:48px;
  168. border:3px solid {color:Background};
  169. float:left;
  170. margin:2px;}
  171.  
  172. .sidebarcontent {
  173. font-family: 'Gloria Hallelujah', cursive;
  174. width:372px;
  175. text-align:center;
  176. padding:20px 20px 20px 20px;
  177. top:10px;
  178. left:10px;
  179. height:270px;
  180. position:absolute;
  181. background-color:#FFFFFF;
  182. opacity:0.0;
  183. z-index:3000;
  184. -webkit-transition: all 0.6s ease-in-out;
  185. -moz-transition: all 0.6s ease-in-out;
  186. -o-transition: all 0.6s ease-in-out;
  187. transition: all 0.6s ease-in-out;}
  188.  
  189. .hover:hover .sidebarcontent {
  190. opacity:0.8;
  191. -webkit-transition: all 0.6s ease-in-out;
  192. -moz-transition: all 0.6s ease-in-out;
  193. -o-transition: all 0.6s ease-in-out;
  194. transition: all 0.6s ease-in-out;}
  195.  
  196. .sidebarimage {
  197. width:400px;
  198. height:300px;
  199. background-image:url('{image:Sidebar Image}');
  200. background-repeat:no-repeat;
  201. border:10px solid {color:Info Border};}
  202.  
  203. .sidebarimage2 {
  204. opacity:1.0;
  205. width:250px;
  206. height:relative;
  207. border:4px solid {color:Content Border};}
  208.  
  209. .hover:hover .sidebarimage {
  210. opacity:0.7;
  211. -webkit-transition: all 0.6s ease-in-out;
  212. -moz-transition: all 0.6s ease-in-out;
  213. -o-transition: all 0.6s ease-in-out;
  214. transition: all 0.6s ease-in-out;}
  215.  
  216.  
  217.  
  218. .sideimgborder {
  219. width:420px;
  220. height:320px;
  221. border:6px solid {color:Content Border};
  222. -webkit-transition: all 0.6s ease-in-out;
  223. -moz-transition: all 0.6s ease-in-out;
  224. -o-transition: all 0.6s ease-in-out;
  225. transition: all 0.6s ease-in-out;}
  226.  
  227. .sideimgborder:hover {
  228. width:420px;
  229. height:430px;
  230. border:6px solid {color:Content Border};
  231. -webkit-transition: all 0.6s ease-in-out;
  232. -moz-transition: all 0.6s ease-in-out;
  233. -o-transition: all 0.6s ease-in-out;
  234. transition: all 0.6s ease-in-out;}
  235.  
  236.  
  237. .sideborder {
  238. width:36px;
  239. background-color:{color:Main Links};
  240. border-right:10px solid {color:Signature Color};
  241. opacity:0.4;
  242. margin:0;
  243. position:fixed;
  244. top:0px;
  245. height:100%;
  246. left:1000px; }
  247.  
  248.  
  249. /* TAGS */
  250.  
  251. .tags {
  252. opacity:0.3; }
  253.  
  254.  
  255. /* NAVIGATION */
  256.  
  257. #navigation a {
  258. background-color: {color:Content Border};
  259. display:block;
  260. font-size:7pt;
  261. margin-bottom:4px;
  262. padding:5px;
  263. width:170px;
  264. margin-left:-7px;
  265. letter-spacing:0px;
  266. text-align:center;
  267. font-family:calibri;
  268. text-shadow:none;
  269. text-transform:uppercase;
  270. color: {color:Bold}; }
  271.  
  272. #navigation a:hover {
  273. background-color: {color:Text};
  274. color: {color:Background};
  275. text-shadow:none;
  276. text-decoration:none;
  277. text-align:center;
  278. -webkit-transition: opacity 0.7s linear;
  279. -webkit-transition: all 0.7s ease-out;
  280. -moz-transition: all 0.7s ease-out;
  281. transition: all 0.7s ease-out;}
  282.  
  283.  
  284. /* EXTRAS LINKS */
  285.  
  286. #extraslinks a {
  287. background-color: {color:Content BG};
  288. border:1px solid {color:Content Border};
  289. display:block;
  290. font-size:7pt;
  291. margin-bottom:2px;
  292. padding:5px;
  293. width:100px;
  294. margin-left:-7px;
  295. letter-spacing:0px;
  296. text-align:center;
  297. font-family:calibri;
  298. text-shadow:none;
  299. text-transform:uppercase;
  300. color: {color:Bold}; }
  301.  
  302. #extraslinks a:hover {
  303. background-color: {color:Text};
  304. color: {color:Background};
  305. text-shadow:none;
  306. text-decoration:none;
  307. text-align:center;
  308. -webkit-transition: opacity 0.7s linear;
  309. -webkit-transition: all 0.7s ease-out;
  310. -moz-transition: all 0.7s ease-out;
  311. transition: all 0.7s ease-out;}
  312.  
  313. /* EXTRAS */
  314.  
  315. .extras {
  316. width:520px;
  317. z-index:2000;
  318. padding:0px;
  319. letter-spacing:0;}
  320.  
  321. .push {
  322. background:transparent;
  323. opacity:0;
  324. margin-top:0px;
  325. text-align:left;
  326. margin-left:520px;
  327. position:absolute;
  328. -webkit-transition: opacity 0.7s linear;
  329. -webkit-transition: all 0.7s ease-out;
  330. -moz-transition: all 0.7s ease-out;
  331. transition: all 0.7s ease-out;}
  332.  
  333. .extras:hover .push {
  334. opacity:1.0;
  335. margin-left:540px;
  336. -webkit-transition: opacity 0.7s linear;
  337. -webkit-transition: all 0.7s ease-out;
  338. -moz-transition: all 0.7s ease-out;
  339. transition: all 0.7s ease-out;}
  340.  
  341. div.navigate a{
  342. background: #000000; color: #ffffff; letter-spacing: 0px; display:block; padding:0px 0;
  343. padding-bottom:1px;
  344. border: 0px solid #000000;
  345. width: 200px; margin-top:1px; position:relative; -webkit-transition-duration: .0s; z-index:1;
  346. }
  347.  
  348. div.navigate a:hover{
  349. font-weight: bold; letter-spacing: 1px; background: #707070; color: #ffffff;
  350. }
  351.  
  352.  
  353. </style>
  354.  
  355. <div class="pagination">
  356. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  357. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  358. </div>
  359.  
  360.  
  361. <div class="hover">
  362.  
  363. <div class="sidebar">
  364. <div class="sidebarcontent">
  365.  
  366. <div id="navigation">
  367. <div align="center"><tr><table width="400px" style="margin:0;padding:0;text-align:center;"><td><td width="50%" vAlign="top" style="margin:0;padding:0;">
  368. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  369. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  370. </td>
  371.  
  372. <td width="50%" vAlign="top" style="margin:0;padding:0;">
  373. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  374. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  375. </td>
  376.  
  377.  
  378. </table></div></div>
  379.  
  380.  
  381. <img src="{image:Sidebar Image 2}" class="sidebarimage2" /><p>
  382. <img src="{PortraitURL-48}" class="portrait" /> <div align="justify">{Description}<center><div class="navigate">
  383. <a href="/">home</a><a href="/ask">ask</a></div></center></div>
  384. </div>
  385.  
  386. <div class="sideimgborder">
  387. <div class="sidebarimage">
  388. </div>
  389. </div> <!-- END SIDE IMAGE BORDER -->
  390.  
  391.  
  392. </div> <!-- END SIDEBAR -->
  393. </div> <!-- END HOVER -->
  394.  
  395.  
  396.  
  397. <div class="contentwhole">
  398.  
  399. {block:Posts}
  400.  
  401. <div class="extras">
  402.  
  403. <div class="push">
  404. <div id="extraslinks">
  405.  
  406. <a href="{ReblogURL}" target="_blank" title="reblog this post!">REBLOG</a>
  407. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  408. {block:ContentSource} <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</a>
  409.  
  410. </div> <!-- END EXTRA LINKS -->
  411.  
  412. <div class="tags">
  413.  
  414. {block:HasTags}{block:Tags}
  415. <a href="{TagURL}">#{Tag}</a><br />
  416. {/block:Tags}{/block:HasTags}
  417.  
  418. </div> <!-- END TAGS -->
  419. </div> <!-- END PUSH -->
  420.  
  421. <div class="content">
  422.  
  423.  
  424. {block:Text}
  425. {block:Title}
  426. <a href="{Permalink}" class="ttitle">{Title}</a>
  427. {/block:Title}
  428. {Body}
  429. {/block:Text}
  430.  
  431. {block:Photo}
  432. <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  433. {block:Caption}{Caption}{/block:Caption}
  434. {/block:Photo}
  435.  
  436. {block:Photoset}
  437. {Photoset-500}
  438. {block:Caption}{Caption}{/block:Caption}
  439. {/block:Photoset}
  440.  
  441. {block:Quote}
  442. {Quote}<p>
  443. {block:Source}- {Source}{/block:Source}
  444. {/block:Quote}
  445.  
  446. {block:Link}
  447. <a href="{URL}" target="{Target}" class="ttitle"> {Name} (x) </a>
  448. {block:Description} {Description} {/block:Description}
  449. {/block:Link}
  450.  
  451. {block:Chat}
  452. {block:Title} {Title} {/block:Title}
  453. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  454.  
  455. {/block:Lines}
  456. {/block:Chat}
  457.  
  458.  
  459. {block:Audio}
  460. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  461. <p>
  462. {block:AlbumArt}
  463. <img src="{AlbumArtURL}" width="100px" />
  464. {/block:AlbumArt}
  465. <p>
  466. {block:Caption}
  467. {Caption}
  468. {/block:Caption}
  469. {/block:Audio}
  470.  
  471.  
  472. {block:Video}
  473. {Video-500}
  474. {block:Caption}{Caption}{/block:Caption}
  475. {/block:Video}
  476.  
  477. {block:Answer}
  478. {Asker} asked: {Question}<p>
  479. {Answer}
  480. {/block:Answer}
  481.  
  482.  
  483. <div class="info">
  484. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}
  485. {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}
  486. </div> <!--END INFO -->
  487.  
  488. {block:PermalinkPage}
  489. {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
  490. {block:PostNotes}
  491. {PostNotes}
  492. {/block:PostNotes}
  493. {/block:PermalinkPage}
  494. </div> <!-- END CONTENT -->
  495. </div> <!-- END EXTRAS -->
  496. {/block:Posts}
  497. </div> <!-- END CONTENT WHOLE -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement