moanszayn

No Love Allowed

Dec 26th, 2013
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 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. <!--
  4.  
  5. THEME BY AILEEN AKA LUSTINGLOU
  6. FOLLOW THE RULES AND STAY GUCCI
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:selection" content="#D6B8FF"/>
  21. <meta name="color:Link" content="#aaaaaa"/>
  22. <meta name="color:Tags" content="#cccccc"/>
  23. <meta name="color:Hover" content="#f1f1f1"/>
  24. <meta name="color:Border" content="#eeeeee"/>
  25. <meta name="color:scrollbarbg" content="ffffff"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:linkA" content="">
  30. <meta name="text:linkA url" content="/">
  31. <meta name="text:linkB" content="">
  32. <meta name="text:linkB url" content="/">
  33. <meta name="text:linkC" content="">
  34. <meta name="text:linkC url" content="/">
  35. <meta name="text:linkD" content="">
  36. <meta name="text:linkD url" content="/">
  37.  
  38.  
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /*--scrollbar--*/
  44.  
  45. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbarbg};}
  46. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  47. ::-webkit-scrollbar {background-color:{color:scrollbarbg};height:7px;width:12px;border:5px solid #fff;}
  48. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbarbg};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  49. }
  50.  
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family:Arial, Helvetica;
  57. font-size:9px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. -moz-outline-style:none;
  64. color:{color:link};
  65. -webkit-transition-duration:0.6s;
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72.  
  73. h1 {
  74. font-size:12px;
  75. text-transform:uppercase;
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. blockquote blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88.  
  89. a:hover {
  90. color:{color:hover};
  91. -webkit-transition-duration:0.6s;
  92. }
  93.  
  94. #sidebar {
  95. position:fixed;
  96. width:150px;
  97. margin-left:190px;
  98. margin-top:200px;
  99. opacity:1;
  100. }
  101.  
  102. }
  103. #sidebarimage {
  104. width 150px;
  105.  
  106. }
  107.  
  108. #sidebarimage img {
  109. width:235px;
  110. padding:5px;
  111.  
  112. }
  113.  
  114.  
  115. .desc {
  116. position:fixed;
  117. margin-top:-95px;
  118. margin-left:25px;
  119. font-family:Mangal ;
  120. line-height:115%;
  121. font-size:9px;
  122. font-style:normal;
  123. width:180px;
  124. padding:9px;
  125. text-align:center;
  126. color:{color:text};
  127. opacity:0;
  128. -webkit-transition-duration:0.6s;
  129. }
  130.  
  131. .desc a
  132. {color:{color:text};
  133. -moz-transition-duration:0.6s;
  134. -webkit-transition-duration:0.6s;
  135. -o-transition-duration:0.6s;
  136. }
  137.  
  138.  
  139. #sidebar:hover .desc{
  140. -webkit-transition-duration:0.6s;
  141. opacity:1;
  142. color:{color:text};
  143. background:#fff;
  144. opacity:0.9;
  145. z-index:1;
  146.  
  147. }
  148.  
  149. .links {
  150. position:fixed;
  151. margin-top:2px;
  152. margin-left:-11px;
  153. width:250px;
  154. padding: 9px;
  155. word-spacing:15px;
  156. font-family:arial;
  157. text-align:center;
  158. text-transform:lowercase;
  159.  
  160. }
  161.  
  162. .links a {
  163. font-size: 19px;
  164. text-shadow:10px 0px transparent, -10px 0px transparent;
  165. transition: all 0.5s ease;
  166. -o-transition-transition: all 0.5s ease;
  167. -webkit-transition: all 0.5s ease;
  168. -moz-transition: all 0.5s ease
  169. }
  170.  
  171. .links a:hover {
  172. color:{color:hover};
  173. text-shadow:0px 0px {color:link}, 0px 0px {color:link};
  174. transition: all 0.5s ease;
  175. -o-transition-transition: all 0.5s ease;
  176. -webkit-transition: all 0.5s ease;
  177. -moz-transition: all 0.5s ease;
  178.  
  179. }
  180.  
  181. #picture img{
  182. width:240px;
  183. margin-top:-18px;
  184. margin-left:3px;
  185. position:fixed;
  186. z-index:-1;
  187. }
  188.  
  189.  
  190. #pagi{
  191. width:100px;
  192. font-size:14px;
  193. text-align:center;
  194. margin-left:1124px;
  195. margin-top:295px;
  196. position:fixed;
  197. font-family:Mangal ;
  198. letter-spacing:3px;
  199. }
  200.  
  201.  
  202. #all {
  203. padding:10px;
  204. width:500px;
  205. margin-left:450px;
  206. margin-top:50px;
  207. font-size:10px;
  208. }
  209.  
  210.  
  211.  
  212. #posts {
  213. width:500px;
  214. padding-bottom:20px;
  215. padding:10px;
  216. margin-top:30px;
  217. margin-left:45px;
  218. background-color:{color:Post};
  219. }
  220.  
  221.  
  222. #details {
  223. text-align:center;
  224. margin-top:8px;
  225. text-transform:uppercase;
  226. font-size:8px;
  227. font-style:none;
  228. background-color:#FCFCFC;
  229. font-family:Mangal ;
  230. padding-bottom:2px;
  231. }
  232.  
  233.  
  234. #tags {
  235. font-family:Mangal ;
  236. letter-spacing:0px;
  237. text-transform:none;
  238. font-size:9px;
  239. font-style:none;
  240. margin-top:2px;
  241. text-align:center;
  242. padding-left:3px;
  243. padding-bottom:2px;
  244. }
  245.  
  246. #tags a:hover {
  247. display:inline-block;
  248. padding:-3px;
  249. text-align:right;
  250. color:{color:Tags};
  251. }
  252.  
  253.  
  254. #question {
  255. padding-bottom:6px;
  256. font-family:cambria;
  257. letter-spacing:1px;
  258. text-align:left;
  259. font-style:none;
  260. color:{color:text};
  261. border-bottom:1px solid #E3E3E3;
  262.  
  263. }
  264. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  265.  
  266.  
  267. #question a{
  268. text-transform:lowercase;
  269. padding:1px;
  270. font-family:Basic L;
  271. letter-spacing:0px;
  272. text-align:left;
  273. font-style:none;
  274. font-size:15px;
  275. color:{color:text};
  276. text-shadow: 0px 0px 0px #bbb;
  277. }
  278. /*--credit--*/
  279.  
  280. #credit{
  281. right:8px;
  282. bottom: 2px;
  283. position:fixed;
  284. padding:5px;
  285. }
  286.  
  287. #credit a:hover { color: {color:linkhover};}
  288.  
  289.  
  290. {CustomCSS}
  291. iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
  292. ::-moz-selection {background: {color:selection}; color:#fff;}
  293.  
  294. ::selection {background:{color:selection}; color:#fff; }
  295.  
  296. #s-m-t-tooltip {
  297.  
  298. max-width:300px;
  299.  
  300. padding:3px 4px 5px 4px;
  301.  
  302. margin:20px 0px 0px 20px;
  303.  
  304. background-color:#fff;
  305.  
  306. border-top:1px solid #D6B8FF;
  307.  
  308. font-family:Mangal ;
  309.  
  310. font-size:9px;
  311.  
  312. letter-spacing:2px;
  313.  
  314. text-transform:none;
  315.  
  316. color:#000;
  317.  
  318. z-index:999999999999999999999999999999999999;
  319.  
  320. }
  321.  
  322. </style>
  323.  
  324.  
  325.  
  326. </head>
  327. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  328.  
  329. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  330.  
  331. <script>
  332.  
  333. (function($){
  334.  
  335. $(document).ready(function(){
  336.  
  337. $("a[title]").style_my_tooltips({
  338.  
  339. tip_follows_cursor:true,
  340.  
  341. tip_delay_time:90,
  342.  
  343. tip_fade_speed:600,
  344.  
  345. attribute:"title"
  346.  
  347. });
  348.  
  349. });
  350.  
  351. })(jQuery);
  352.  
  353. </script>
  354.  
  355.  
  356. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'><body>
  357.  
  358.  
  359. <div id="sidebar">
  360. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  361.  
  362.  
  363. <div class="desc">
  364. {Description}
  365. </div>
  366.  
  367. <div id="picture"><img src=""></div>
  368.  
  369.  
  370. <div class="links">
  371. {block:IfLinkA}
  372. <a title="{text:linkA}"href="{text:linkA url}">°</a>
  373. {/block:IfLinkA}
  374. {block:IfLinkB}
  375. <a title="{text:linkB}"href="{text:linkB url}">°</a>
  376. {/block:IfLinkB}
  377. {block:IfLinkC}
  378. <a title="{text:linkC}"href="{text:linkC url}">°</a>
  379. {/block:IfLinkC}
  380. {block:IfLinkD}
  381. <a title="{text:linkD}"href="{text:linkD url}">°</a>
  382. {/block:IfLinkD}
  383.  
  384. </div>
  385.  
  386.  
  387.  
  388.  
  389. </div>
  390.  
  391.  
  392. {block:Pagination}<div id="pagi">
  393. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  394. {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  395. </div>
  396. {/block:Pagination}
  397.  
  398. </div>
  399.  
  400. <div id="all">{block:Posts}<div id="posts">
  401.  
  402. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  403.  
  404. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  405.  
  406. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  409.  
  410. {block:Quote}{Quote}{/block:Quote}
  411.  
  412. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  413. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  414. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  415. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  416. {/block:Audio}
  417.  
  418. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  419.  
  420. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  421.  
  422.  
  423. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;">{Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  424.  
  425. <div id="details">
  426. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a style="color:#D6B8FF;"> ♥ </a> <a href="{Permalink}">{NoteCountWithLabel}</a>
  427. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  428. {/block:Posts}
  429. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  430. {/block:Posts}</div></div></div>
  431.  
  432.  
  433.  
  434.  
  435. <div id="credit" data="credit"><a href="http://nouicide.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
  436.  
  437. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment