Advertisement
tsiappoworks

ya nyasty

Jul 31st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 KB | None | 0 0
  1. <!-----THEME MADE BY uminojo SPECIFICALLY FOR pyrolyzcd.
  2. DO NOT STEAL OR COPY THIS CODE IN ANY CAPACITY. THANKS.----->
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6.  
  7. <!-----------------------------TOOLTIPS------------------------------->
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12.  
  13. $(document).ready(function(){
  14.  
  15. $("a[title]").style_my_tooltips({
  16.  
  17. tip_follows_cursor:true,
  18.  
  19. tip_delay_time:0,
  20.  
  21. tip_fade_speed:0,
  22.  
  23. attribute:"title"
  24.  
  25. });
  26.  
  27. });
  28.  
  29. })(jQuery);
  30. </script>
  31.  
  32. <head>
  33.  
  34. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="" />
  37.  
  38. <meta name="color:Accent" content="#bfc5c6" />
  39. <meta name="color:Accent2" content="#ed1745" />
  40. <meta name="color:Accent3" content="#ffffff" />
  41. <meta name="color:body font" content="#520e2c" />
  42. <meta name="color:Page BG" content="#f3f3f3" />
  43. <meta name="color:ask bg" content="#FAFAFA" />
  44.  
  45. <meta name="text:Link1" content="" />
  46. <meta name="text:Title1" content="Title 1" />
  47. <meta name="text:Link1" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Title2" content="Title 2" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Title3" content="Title 3" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Title4" content="Title 4" />
  54.  
  55. <link rel="shortcut icon" href="">
  56.  
  57. <style type="text/css">
  58. /*---------------------BODY--------------------*/
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background-color:transparent;
  61. height:7px;}
  62. ::-webkit-scrollbar {
  63. background-color:transparent;
  64. height:7px;
  65. width:5px;}
  66.  
  67. html {
  68. background: url('http://static.tumblr.com/ktn4nas/estob7lwj/robot_nerd.png') no-repeat top left fixed;
  69. background-color:{color:Page BG};
  70. color:Calibri, helvetica, arial, sans-serif;
  71. }
  72.  
  73. body {
  74. margin: 0;
  75. word-wrap: break-word;
  76. color:Calibri, helvetica, arial, sans-serif;
  77. }
  78.  
  79. body a{
  80. text-decoration:none;
  81. font-weight:700;
  82. }
  83.  
  84. small, sub {
  85. font-size:12px;
  86. font-family: calibri,helvetica,arial,sans-serif;
  87. }
  88.  
  89. s,strike {
  90. color:{color:accent2};
  91. }
  92.  
  93. u,underline {
  94. color:{color:accent2};
  95. }
  96.  
  97. blockquote {
  98. border-left: solid 3px {color:accent2};
  99. border-right:solid 3px {color:accent2};
  100. background-color:{color:accent};
  101. margin: 2px;
  102. padding: 5px;
  103. }
  104.  
  105. hr {
  106. border: 0;
  107. height: 1px;
  108. background-image: linear-gradient(to right, rgba(55, 62, 33, 0), rgba(55, 62, 33, 0.75), rgba(55, 62, 33, 0));
  109. }
  110.  
  111. ::-moz-selection { background: {color:body font}; color: {color:page bg};}
  112. ::selection { background: {color:body font}; color: {color:page bg};}
  113.  
  114. /*------------------- "SIDEBAR" ------------------*/
  115. #nav{
  116. position:fixed;
  117. z-index:75;
  118. margin-left:-100px;
  119. margin-top:15px;
  120. width:500px;
  121. text-align:center;
  122. font-family:Calibri, Helvetica, Arial, sans-serif;
  123. font-size:20px;
  124. text-align:right;
  125. color:{color:accent2};
  126. text-transform:uppercase;
  127. }
  128.  
  129. #nav a{color:{color:accent2}; font-size:15px; text-decoration:bold;}
  130.  
  131. #nav a:hover{
  132. color:{color:accent}; text-decoration:bold;
  133. }
  134.  
  135. #pagination a{color:{color:accent2}; padding:0px 2px;}
  136.  
  137. /*-------------------------MAIN BODY STUFF HERE-----------------------*/
  138. img{border:0; max-width:100%;max-height:auto;}
  139.  
  140. #body{
  141. position:absolute;
  142. z-index:70;
  143. left:40px;
  144. }
  145.  
  146. #body a{text-decoration:none;color:{color:Accent2};}
  147. #body a:hover{color:{color:body font};border-bottom:1px solid {color:Accent};text-shadow:0px 0px 1px white;}
  148. /*--------------------CONTAINER BOX THING---------------------------*/
  149. #container{
  150. position:fixed;
  151. margin-top:62px;
  152. width:550px;
  153. height:595px;
  154. overflow:auto;
  155. }
  156.  
  157. /*-------------------------INDIVID POSTS------------------------*/
  158. #post{
  159. width:400px;
  160. margin:0px 0px 0px 3px;
  161. padding:10px 10px;
  162. background-color:transparent;
  163. font-family:calibri,helvetica,arial,sans-serif;
  164. color:{color:body font};
  165. }
  166.  
  167. #post .text{font-size:11px; line-height:16px;}
  168. #post .title{font-size:20px;}
  169. .text ul li{list-style-type:circle;}
  170.  
  171. /*-------------------------PERMALINKS AND TAGS------------------------*/
  172. #permalink{
  173. position:absolute;
  174. z-index:999999;
  175. margin-top:-5px;
  176. padding:3px;
  177. font-size:10px;
  178. text-align:center;
  179. text-transform:uppercase;
  180. font-family:calibri,helvetica,arial,sans-serif;
  181. color:{color:accent};
  182. background:url('http://static.tumblr.com/ktn4nas/nuRo905bb/selectiondarkerpink.png');
  183. width:300px;
  184. margin-left:60px;
  185. }
  186.  
  187. #permalink a{color:{color:accent3};vertical-align:middle;}
  188. #permalink a:hover{color:{color:accent};}
  189.  
  190. #tags{
  191. margin-top:15px;
  192. margin-left:60px;
  193. font-size:10px;
  194. font-family:calibri,helvetica,arial,sans-serif;
  195. width:300px;
  196. text-align:center;
  197. margin-bottom:40px;
  198. color:{color:body font};
  199. }
  200.  
  201. #tags a{color:{color:body font};text-shadow:0px 0px 1px white;}
  202. #tags a:hover{color:{color:accent2};}
  203.  
  204. #notesbox{width:300px;margin:20px auto;font-size:11px;font-family:calibri,helvetica,arial,sans-serif;}
  205. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  206. #notesbox img.avatar{display:none;}
  207.  
  208. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  209. .chat ul {list-style:none; margin:0; padding:0;}
  210. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  211.  
  212. #ask a{color:white;}
  213. /*------------------------CUSTOM TOOLTIP--------------------------*/
  214. #s-m-t-tooltip {
  215. max-width:150px;
  216. padding:5px;
  217. margin:0px 0px 0px 17px;
  218. background-color:{color:body font};
  219. font-family:calibri,helvetica,arial,sans-serif;
  220. font-size:9px;
  221. letter-spacing:2px;
  222. text-transform:lowercase;
  223. color:{color:accent3};
  224. z-index:9999;
  225. }
  226.  
  227. /*-----------------------------SCROLLBAR-----------------------------*/
  228.  
  229. ::-webkit-scrollbar {
  230. display:none;
  231. }
  232. ::-webkit-scrollbar-thumb:vertical {
  233. background-color:#eb9897;height:auto;
  234. }
  235.  
  236.  
  237. /* ---------------------------- UPDATES -------------------------------*/
  238.  
  239. #updates {
  240. opacity:1;
  241. border:1px solid {color:accent2};
  242. font-size:9px;
  243. font-family:century gothic, arial;
  244. color:{color:body font};
  245. text-align:center;
  246. height:170px;
  247. width:100px;
  248. padding:4px;
  249. top:300px;
  250. left:520px;
  251. z-index:99;
  252. position:fixed;
  253. overflow:auto;
  254. -webkit-transition: opacity 0.25s ease-in-out;
  255. -moz-transition: opacity 0.25s ease-in-out;
  256. -o-transition: opacity 0.25s ease-in-out;
  257. }
  258.  
  259.  
  260. #updatestitle {
  261. opacity:1;
  262. font-size:15px;
  263. text-transform:uppercase;
  264. font-family:arial;
  265. font-weight:bold;
  266. color:{color:body font};
  267. }
  268.  
  269. #headerbar{
  270. left:50%;
  271. top:50%;
  272. width:400px; /*– sets width of your text –*/
  273. overflow:scroll;
  274. text-align:justify;
  275. color:#eee;
  276. font-family:calibri;
  277. font-size:12px;
  278. }
  279.  
  280. #tabbar{
  281. left:50%;
  282. top:50%;
  283. width:400px; /*– sets width of your text –*/
  284. height:400px; /*– sets height of your text –*/
  285. overflow: scroll;
  286. text-align:justify;
  287. color:#222;
  288. font-family:calibri;
  289. font-size:12px;
  290. }
  291.  
  292. ul#tabs {text-align: center;}
  293. ul#tabs li { /*– your inactive / not viewed tabs –*/
  294. display:inline-block;
  295. padding:2px;
  296. cursor:pointer;
  297. text-decoration:none;
  298. opacity:1;
  299. color:#3b6e82;
  300. }
  301.  
  302. ul#tabs li.active { /*– your active tab –*/
  303. background-color:#a6c9d7;
  304. color:#fff;
  305. -webkit-transition:
  306. all 0.5s ease-out;
  307. -moz-transition: all 0.5s ease-out;
  308. transition: all 0.5s ease-out;
  309. }
  310.  
  311. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  312. ul#tab li.active {display: block;}
  313. ul#tab li {display: none;}
  314.  
  315. {CustomCSS}</style>
  316. </head>
  317. <body>
  318.  
  319. <!-- begin updates tab -->
  320.  
  321. <div id="updates">
  322. <div id="updatestitle"></div>
  323.  
  324. <b><p><span style="font-size:11px"><b>❛</b> <a href="/" style="color:white;text-shadow: black 0 0 2px;">TITLE HERE</a> <b>❜</b></span></b><br>
  325. <span style="font-size:9px">
  326. age | mbti | loc<br>
  327. adjectives.</p>
  328. <hr>
  329. <p>desc line 1<br>
  330. desc line 2<br>
  331. desc line 3</p>
  332. <!------------------------ NAV END ------------------------------>
  333. <hr>
  334. <p>est. 30 feb 1876<br>
  335. <span style="font-size:11px">written by <a href="/mun" style="color:white;text-shadow: black 0 0 2px;">LILLY</a></span></p>
  336.  
  337.  
  338. </div></div>
  339.  
  340. <!-- end updates tab -->
  341. </div>
  342. <!----------------------------MAIN BODY----------------------------->
  343. <div id="body">
  344. <div id="container">
  345. {block:Posts}
  346.  
  347. <!--------------------------TYPES OF POSTS----------------------------->
  348. <div id="post">
  349.  
  350. {block:Photo}
  351. <center><img src="{PhotoURL-400}"/></center>
  352. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  353. {/block:Photo}
  354.  
  355. {block:Photoset}
  356. <center>{Photoset-400}</center>
  357. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  358. {/block:Photoset}
  359.  
  360. {block:Video}
  361. <center>{Video-400}</center>
  362. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  363. {/block:Video}
  364.  
  365. {block:Audio}
  366. <div class="musicbox">
  367. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  368. {block:TrackName}<div class="text" style="color:{color:Accent};"><strong>{TrackName}</strong></div>{/block:TrackName}<br/>
  369. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  370. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  371. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div>
  372. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  373. {/block:Audio}
  374.  
  375. {block:Quote}
  376. <div class="title" style="width:380px;text-align:justify;">{Quote}</div>
  377. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  378. {/block:Quote}
  379.  
  380. {block:Text}
  381. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  382. <div class="text">{Body}</div>
  383. {/block:Text}
  384.  
  385. {block:Answer}<div id="ask">
  386. <div style="background-color:{color:accent};color:white; padding:10px 10px 10px 10px;"><div class="title" style="font-size:12px;">{Question}<br/></div>
  387. <div class="text" style="text-align:right;color:white;text-decoration:underline:">&mdash;<span style="color:white">{Asker}</span><br/></div></div></div>
  388. <div class="text" style="width:400px;">{Answer}</div>
  389. {/block:Answer}
  390.  
  391. {block:Chat}
  392. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  393. {block:Lines}<div class="chat"><li class="line_{Alt}">
  394. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  395. {/block:Lines}
  396. {/block:Chat}
  397.  
  398. {block:Link}
  399. <div class="title"><a href="{URL}">{Name}</a></div>
  400. {block:Description}<div class="text">{Description}</div>{/block:Description}
  401. {/block:Link}
  402.  
  403. </div>
  404. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  405. <div id="permalink">{block:Date}<a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth}</a>&nbsp;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCount}♥</a>&nbsp;&nbsp;{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&nbsp;&nbsp;<a href="{SourceURL}" title="{SourceName}">©</a>{/block:ContentSource}&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>
  406.  
  407. <!----------------------------TAG STUFF----------------------------->
  408. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  409.  
  410. {block:PostNotes}
  411. <div id="notesbox">{PostNotes}</div>
  412. {/block:PostNotes}
  413. {/block:Posts}
  414. </div></div>
  415.  
  416. </body>
  417. <!-------------------------NAVIGATION STUFF------------------------->
  418. <div id="nav">
  419.  
  420. <!---------------------------PAGINATION---------------------------->
  421. {block:NextPage}<a href="{NextPage}">◄</a>&nbsp; &nbsp; &nbsp;&nbsp;{/block:NextPage}
  422. <a href="/" title="refresh">■</a>&nbsp; &nbsp; &nbsp;&nbsp;
  423. <a href="/ask" title="ask">■</a>&nbsp; &nbsp; &nbsp;&nbsp;
  424. <a href="{text:Link1}" title="{text:Title1}">■</a>&nbsp; &nbsp; &nbsp;&nbsp;
  425. <a href="{text:Link2}" title="{text:Title2}">■</a>&nbsp; &nbsp; &nbsp;&nbsp;
  426. <a href="{text:Link3}" title="{text:Title3}">■</a>&nbsp; &nbsp; &nbsp;&nbsp;
  427. <a href="{text:Link4}" title="{text:Title4}">■</a>&nbsp; &nbsp; &nbsp;&nbsp;
  428. <a href="http://uminojo.tumblr.com/" title="credit">■</a>&nbsp; &nbsp; &nbsp;&nbsp;
  429. {block:PreviousPage}<a href="{PreviousPage}">►</a>{/block:PreviousPage}
  430. <br>
  431.  
  432.  
  433. </div>
  434.  
  435. </div></div></div></div></div></div></div></div></div></div>
  436. </div></div></div></div></div></div></div></div></div></div></div></div></div>
  437. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement