Advertisement
sicklesium

Undertaker

Nov 27th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.09 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 52 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11.  
  12. current theme layout created by Sicklesium
  13. http://twitter.com/sicklesium
  14. if you RP, i'll make you a theme too!
  15. please don't remove this.
  16. --->
  17.  
  18. <meta name="color:Text" content="#9B9B9B"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:Link Hover" content="#eeeeee"/>
  21.  
  22.  
  23. <meta name="text:core" content="http://citta-alveare.com"/>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Kotta+One' rel='stylesheet' type='text/css'>
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28.  
  29. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  30.  
  31. <script>
  32.  
  33. (function($){
  34.  
  35. $(document).ready(function(){
  36.  
  37. $("a[title]").style_my_tooltips({
  38.  
  39. tip_follows_cursor:true,
  40.  
  41. tip_delay_time:0,
  42.  
  43. tip_fade_speed:0,
  44.  
  45. attribute:"title"
  46.  
  47. });
  48.  
  49. });
  50.  
  51. })(jQuery);
  52.  
  53. </script>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar-thumb{
  59. background-color: #a2ee61;
  60. border: 2px solid #646464;
  61. height:auto;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:auto;
  66. width:11px;
  67. background-color: #a2ee61;
  68. border:5px solid #646464;
  69. }
  70.  
  71.  
  72. iframe#tumblr_controls {
  73.     white-space:nowrap;
  74.     -webkit-filter: invert(100%);
  75.     -moz-filter: invert(100%);
  76.     -o-filter: invert(100%);
  77.     -ms-filter: invert(100%);
  78.     filter: invert(100%);
  79.     opacity:.2;transition: .8s ease-in-out;
  80.     -webkit-transition: .8s ease-in-out;
  81.     -moz-transition: .8s ease-in-out;
  82.     -o-transition: .8s ease-in-out;
  83. }
  84.  
  85. h1 {
  86. font-weight:normal;
  87. font-size:13px;
  88. text-align:center;
  89. font-style:normal;
  90. line-height:100%;
  91. letter-spacing:1px;
  92. text-transform:normal;
  93. color:{color:text};
  94. }
  95.  
  96. h2 {
  97. font-size:10px;
  98. text-align:center;
  99. line-height:100%;
  100. letter-spacing:-0.5px;
  101. color:{color:text};
  102. font-weight:bold;
  103. text-transform:uppercase;
  104. padding:5px;
  105. padding-bottom:2px;
  106. }
  107.  
  108. blockquote {
  109. border-left:1px solid #ccc;
  110. padding:6px;
  111. margin:9px 2px 0px 9px
  112. }
  113.  
  114. body {
  115.     background:#1d1f21;
  116.     background-image: url(http://i.imgur.com/YAgL4Rq.png);
  117.     background-repeat: no-repeat;
  118.     margin:0px;
  119.     color:#fff;
  120.     font-family:'lao ui';
  121.     font-size:11px;
  122.     line-height:100%;
  123. }
  124.  
  125. a {
  126.     text-decoration:none;
  127.     outline:none;
  128.     -moz-outline-style:none;
  129.     color:{color:link};
  130.     -moz-transition-duration:0.5s;
  131.     -webkit-transition-duration:0.5s;
  132.     -o-transition-duration:0.5s;
  133. }
  134.  
  135. a:hover {
  136.     outline:none;
  137.     -moz-outline-style:none;
  138.     color:{color:link hover};
  139. }
  140.  
  141. img {
  142.     border:none;
  143. }
  144.  
  145. b, strong {
  146.     color:#000;
  147. }
  148.  
  149.  
  150. #pcontainer {
  151.     width: 550px;
  152. height: 420px;
  153. top: 150px;
  154. margin-left: 460px;
  155. position: fixed;
  156. overflow-y: scroll;
  157. overflow-x: hidden;
  158. }
  159.  
  160. #post {
  161.     width:400px;
  162.     padding:15px;
  163.     margin-top:40px;
  164.     margin-bottom:20px;
  165.         margin-left:0px;
  166. }
  167.  
  168. #entries {
  169.     padding:60px;
  170.     width:400px;
  171.  
  172.     margin-top:-40px;
  173.     margin-bottom:0px;
  174. }
  175.  
  176.  #line {
  177.      width:400px;
  178.      height:1px;
  179.      margin-top:-6px;
  180.      background-color:#000;
  181.  }
  182.  
  183.  
  184.  
  185.  
  186. #links {
  187. position:fixed;
  188. font-family:calibri;
  189. width:130px;
  190. margin-top:15px;
  191. margin-left:0px;
  192. font-size:10px;
  193. letter-spacing:-1px;
  194. text-transform:uppercase;
  195. text-align:center;
  196. line-height:200%;
  197. }
  198.  
  199. #links a{
  200. line-height:200%;
  201. padding:1px;
  202. margin-top:1px;
  203. margin-left:4px;
  204. margin-right:4px;
  205. color:{color:link};
  206. -moz-transition-duration:.7s;
  207. -webkit-transition-duration:.7s;
  208. -o-transition-duration:.7s;
  209. }
  210.  
  211. #links a:hover {
  212. color: {color:link hover};
  213. -moz-transition-duration:.4s;
  214. -webkit-transition-duration:.4s;
  215. -o-transition-duration:.4s;
  216.  
  217. }
  218.  
  219. #description {
  220. width:220px;
  221. font-family:Kotta One;
  222. font-size:40px;
  223. margin-bottom:0px;
  224. margin-top:90px;
  225. margin-left:760px;
  226. text-align:right;
  227. color: #fff;
  228. letter-spacing:0px;
  229. line-height:140%;
  230. }
  231.  
  232. #description a {
  233. color:{color:link};
  234. }
  235.  
  236. #description a:hover {
  237. color:{color:link hover};
  238. }
  239.  
  240. #pagination {
  241.    
  242.     width:370px;
  243.    
  244.     position:fixed;
  245.     height:15px;
  246.     top:597px;
  247.     left: 700px;
  248.     background-color:transparent;
  249.     line-height:15px;
  250.     padding-top:2px;
  251.     padding-bottom:0px;
  252.     font:20px consolas;
  253.     text-align:center;
  254.     text-transform:uppercase;}
  255.  
  256. #pagination a {
  257.     line-height:15px;
  258.     text-align:center;
  259.     padding: 4px;
  260.     color: #a2ee61;
  261.     text-decoration: none;}
  262.    
  263. #pagination .jump_page {
  264.     text-decoration:none;}
  265.  
  266. #pagination .current_page {
  267.     padding: 1px 4px;
  268.     margin: 0px 2px;
  269.     padding:4px;
  270.     color: #eeeeee;
  271.     font-weight:bold;
  272.     text-decoration:none;}
  273.    
  274. #info {
  275.       font-family:arial;
  276.     width:400px;
  277.     margin-top:5px;
  278.     padding-top:7px;
  279.     font-size:7px;
  280.     color:#fff;
  281.     text-transform:uppercase;
  282.     letter-spacing:1px;
  283.     font-style:normal;
  284.     text-align:center;
  285.     -moz-transition-duration:0.2s;
  286.     -webkit-transition-duration:0.2s;
  287.     -o-transition-duration:0.2s;
  288.     }
  289.  
  290.     #info a {
  291.     color:#a2ee61;
  292.     background:#000;
  293.     padding:3px;
  294.     font-style:normal;
  295.     }
  296.    
  297.     #info a:hover {
  298.     color:{color:link hover};
  299.        -moz-transition-duration:0.2s;
  300.     -webkit-transition-duration:0.2s;
  301.     -o-transition-duration:0.2s;
  302.     }
  303.    
  304.     .tags {
  305.     font-family:arial;
  306.     font-style:normal;
  307.     width:400px;
  308.     text-transform:normal;
  309.     font-style:normal;
  310.     line-height:120%;
  311.     margin-top:15px;
  312.     font-size:8px;
  313.     text-align:center;
  314.     -moz-transition-duration:0.2s;
  315.     -webkit-transition-duration:0.2s;
  316.     -o-transition-duration:0.2s;
  317.     }
  318.     .tags a{
  319.         color:{color:link};
  320.     }
  321.     .tags a:hover{
  322.         color:{color:link hover};
  323.     }
  324.  
  325. .audio{
  326.     background-color:#e5e5e5;
  327.     height:65px;
  328.     overflow:hidden;
  329.     }
  330.  
  331. .question {
  332.     padding:9px;
  333.     text-align:left;
  334.     text-transform:italic;
  335.     color:{color:text};
  336.     background-color: #f5f5f5;
  337.     border-left:3px solid #e5e5e5;
  338.     line-height:120%;
  339.     }
  340.    
  341. .answer {
  342.     text-align:left;
  343.     padding:7px;
  344.     color:{color:text};
  345.     }
  346.  
  347.  #credit {
  348.     font-size:9px;
  349.     font-family:cambria;
  350.     font-style:italic;
  351.     letter-spacing:1px;
  352.     -moz-transition-duration:0.5s;
  353.     -webkit-transition-duration:0.5s;
  354.     -o-transition-duration:0.5s;
  355.     }
  356.  
  357. #credit a {
  358.     background-color:#000;
  359.     padding:5px;
  360.     border:1px solid #e9e9e9;
  361.     position:fixed;
  362.     right:15px;
  363.     bottom:10px
  364.     }  
  365.  
  366. #credit a:hover {
  367.     color:#fff;
  368.     background-color:#000;
  369.     }    
  370.    
  371.     /* SMT */
  372. #s-m-t-tooltip {
  373.     max-width:150px;
  374.     padding:5px 10px 5px 10px;
  375.     margin:20px 14px 7px 10px;
  376.     border:1px solid #a2ee61; /* change the border color */
  377.     background-color:#1d1f21; /* change the background color */
  378.     font-family:Calibri; /* change the font */
  379.     font-style: normal;
  380.     font-size:10px; /* change the font size */
  381.     line-height:11px;
  382.     letter-spacing:1px; /* change the letter spacing */
  383.     text-transform:uppercase; /* can be uppercase, lowercase, none*/
  384.     color:#fff; /* change the text color */
  385.     z-index:999;
  386. }
  387.  
  388. #mus {
  389.     position: fixed;
  390.     top: 130px;
  391.     left: 195px;
  392.     width:80px;
  393.     padding-left:-10px;
  394.     overflow:hidden;
  395.  
  396. }
  397.  
  398.  
  399.  
  400. {CustomCSS}</style></head><body>
  401. <div id="description">
  402.     <a href="/" title="home">I.</a> <a href="/app" title="application">II.</a> <a href="/n" title="navigation">III.</a> <a href="/ask" title="contact">IV.</a> <a href="{text:core}" title="core">V.</a>
  403. </div>
  404.  
  405.  
  406. <div id="mus">
  407. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20">
  408.     <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  409.     <param name="bgcolor" value="#1d1f21" />
  410.     <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/u/37951963/01%2520-%2520Kami%2520Tome%2520Yume%2520%2528SHAMPOO%2520DREAM%2529.mp3&amp;width=25&amp;loop=1&amp;autoplay=1&amp;showslider=0&amp;loadingcolor=1d1f21&amp;bgcolor=1d1f21&amp;bgcolor1=1d1f21&amp;bgcolor2=1d1f21&amp;slidercolor1=1d1f21&amp;slidercolor2=1d1f21&amp;sliderovercolor=1d1f21&amp;buttoncolor=a2ee61&amp;buttonovercolor=bd1a1b&amp;textcolor=1d1f21" />
  411. </object>
  412.  
  413. </div>
  414.  
  415. <div id="pcontainer">
  416.  
  417.  
  418.  
  419.  
  420. <div id="entries">{block:Posts}<div id="post">
  421.  
  422. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  423.  
  424. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  425.  
  426. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  427.  
  428.  {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  429.  
  430. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  431.  
  432. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  433.  
  434. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  435. {block:Artist} &nbsp;&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  436.  
  437. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  438.  
  439. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  440.  
  441. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month}  &nbsp;{DayOfMonth}</a>
  442. {/block:Date} {block:NoteCount}&nbsp;  <a href="{Permalink}">( {NoteCount} )</a>  {/block:NoteCount}
  443.  &nbsp;
  444. {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>   {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource}   {/block:RebloggedFrom}  </br>
  445. </div>
  446.  
  447.  <div id="line"></div>
  448.  
  449. {block:HasTags}
  450. <div class="tags">
  451. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  452. {/block:HasTags}
  453. <div class="postnote">
  454. {block:PostNotes}{PostNotes}{/block:PostNotes}
  455. </div>
  456.  
  457. </div>
  458.  
  459. {/block:Posts}
  460.     {block:Pagination}
  461. <div id="pagination">
  462. {block:PreviousPage}
  463. <a href="{PreviousPage}"></a>
  464. {/block:PreviousPage}
  465. {block:NextPage}
  466. <a href="{NextPage}"></a>
  467. {/block:NextPage}
  468. </div>
  469. {/block:Pagination}
  470. </div>
  471.  
  472. </div>
  473. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>  </div></div>
  474.  
  475. </body>
  476.    
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement