Advertisement
mac512k

Untitled

Nov 28th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.49 KB | None | 0 0
  1. <!--
  2. http://mac512k.tumblr.com
  3. ,-. .-,
  4. |-.\ __ /.-|
  5. \ ` ` /
  6. / _ _ \
  7. | _`q p _ |
  8. '._=/ \=_.'
  9. {`\()/`}`\
  10. { } \
  11. |{ } \
  12. \ '--' .- \
  13. |- / \
  14. | | | | | ;
  15. | | |.;.,..__ |
  16. .-"";` `|
  17. / | /
  18. `-../____,..---'`
  19. why would you even steal this code ye
  20. -->
  21.  
  22. <html lang="en">
  23.  
  24. <head>
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Text" content="#aaa"/>
  28. <meta name="color:Link" content="#80060a"/>
  29. <meta name="color:Hover" content="#000"/>
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:sidebarimg" content="http://40.media.tumblr.com/af80c5e4d4bac56df8a35eb7a507f11f/tumblr_n2351407GX1r4j68ho1_500.png"/>
  32. <meta name="color:title" content="#000" />
  33. <meta name="text:Link1 Url" content="/" />
  34. <meta name="text:Link1 Title" content="link 1" />
  35. <meta name="text:Link2 Url" content="/" />
  36. <meta name="text:Link2 Title" content="link 2" />
  37. <meta name="text:Link3 Url" content="/" />
  38. <meta name="text:Link3 Title" content="link 3" />
  39. <meta name="text:Link4 Url" content="/" />
  40. <meta name="text:Link4 Title" content="link 4" />
  41. <meta name="text:Link5 Url" content="/" />
  42. <meta name="text:Link5 Title" content="link 5" />
  43.  
  44.  
  45.  
  46. </script>
  47.  
  48. <style type="text/css">
  49.  
  50. .jump_page {
  51. padding: 4px 8px;
  52. border: 2px solid #000;
  53. background-color: #ffffff;
  54. color:#585858;
  55. font-family:century gothic;
  56. font-size:11px;
  57. text-decoration:none;
  58. }
  59.  
  60. .current_page, .jump_page:hover {
  61. padding: 4px 8px;
  62. border: 2px solid #b2c750;
  63. background-color: #cce45e;
  64. color: #ffffff;
  65. font-family:century gothic;
  66. font-size:11px;
  67. text-decoration:none;
  68. }
  69.  
  70.  
  71. body{
  72. margin:20px;
  73. background-color: {color:Background};
  74. background: url({image:Background}) no-repeat center center fixed;
  75. -webkit-background-size: cover;
  76. -moz-background-size: cover;
  77. -o-background-size: cover;
  78. background-size: cover; }
  79. font-size: 12px;
  80. font-family: arial;
  81. line-height:8px;
  82. color:#fff;
  83. }
  84.  
  85. a:link, a:active, a:visited{
  86. color:{color:link};
  87. text-decoration: none;
  88. }
  89.  
  90. a:hover {
  91. color:{color:hover};
  92. text-decoration: none;
  93. }
  94.  
  95. #cunt{width:250px; height:auto;}
  96. {block:PermalinkPage}
  97. width:410px;
  98. {/block:PermalinkPage}
  99. }
  100.  
  101. #center{
  102. padding-top:3px;
  103. padding-bottom:3px;
  104. position:fixed !important;
  105. width:250px;
  106. height:207px;
  107. background-color:#fff;
  108. {block:PermalinkPage}
  109. width:410px;
  110. height:207px;
  111. {/block:PermalinkPage}
  112. }
  113.  
  114. #posts{
  115. float:center;
  116. {block:indexpage}
  117. width:520px;
  118. {/block:indexpage}
  119. {block:permalinkpage}
  120. width:520px;
  121. margin-top: 40px;
  122. {/block:permalinkpage}
  123. margin-left: 400px;
  124. margin-top: 0px;
  125. z-index:9999;}
  126.  
  127. #sidebarimg {
  128. margin-bottom:3px;
  129. padding:0px;}
  130.  
  131. #sidebarimg img {
  132. max-width:272px;
  133. height: auto;}
  134.  
  135. #sidebar {
  136. width:250px;
  137. margin-left:6px;
  138. left:50px;
  139. height:auto;
  140. margin-top:0px;
  141. position:fixed;
  142. overflow:hidden;
  143. background-color: {color:Sidebar};
  144. padding:10px;
  145. margin-top: 120px; margin-left:5px; width: 270px; border: 1px dashed #000;
  146. background:#7FEAAA;
  147. opacity: 0.6;
  148. moz-border-radius-bottomright: 7px;
  149. border-bottom-right-radius: 7px;
  150. -moz-border-radius-topleft: 7px;
  151. border-top-left-radius: 7px;
  152. -moz-border-radius-bottomleft: 7px;
  153. border-bottom-left-radius: 7px;
  154. -moz-border-radius-topright: 7px;
  155. border-top-right-radius: 7px;
  156. }
  157.  
  158. #title{font-family:arial;
  159. color:{color:Title};
  160. font-size:15px;
  161. padding:3px;
  162. text-align:center;}
  163.  
  164. #links {width:262px;
  165. background-color:transparent;
  166. padding:5px;
  167. text-align:center;
  168. font-size:14px;
  169. font-family:arial;}
  170.  
  171. a:link {color: #090;}
  172. a:visited {color: #999;}
  173. a:hover {color: #333;}
  174. a:focus {color: #333;}
  175. a:active {color: #090;}
  176.  
  177. #description {font-family:arial;
  178. font-size:11px;
  179. text-align:center;
  180. margin-bottom: 2px;
  181. padding:5px;
  182. text-align:center;
  183. color:#000;}
  184.  
  185. askk {
  186. font-family: arial;
  187. color: {color:Title};
  188. font-size:15px;
  189. z-index:1;
  190. }
  191.  
  192. #entry{
  193. font-family: arial;
  194. font-size:10px;
  195. text-align:left;
  196. z-index:9999;
  197. float:left;
  198. width:490px;
  199. height: auto;
  200. {block:PermalinkPage}
  201. width: 418px;
  202. height: auto;
  203. {/block:PermalinkPage}
  204. line-height:10px;
  205. background-color:#fff;
  206. margin:3px;
  207. overflow:hidden;
  208. padding: 6px;
  209. padding:8px;padding:7px;
  210. padding-bottom: 4px;
  211. }
  212.  
  213. #entry .perma a{
  214. color:;}
  215.  
  216. .permalink {
  217. display: block;
  218. border-top: 1px solid #ddd;
  219. padding: 3px;
  220. margin: 4px 8px 0px 8px;
  221. font-family: arma;
  222. font-size: 8px;
  223. color: #424242;
  224. line-height: 18px;
  225. text-align: center;
  226. text-decoration: none;
  227. -webkit-transition: color 0.9s ease-out;
  228. -moz-transition: color 0.9s ease-out;
  229. }
  230.  
  231. #entry .perma a{
  232. color:;
  233. -webkit-transition: color 0.9s ease-out;
  234. -moz-transition: color 0.9s ease-out;
  235. }
  236.  
  237.  
  238. #entry .perma{
  239. width:480px;
  240. height: 15px;
  241. font-family:arial;
  242. font-size: 10px;
  243. text-transform:lowercase;
  244. position: absolute;
  245. line-height: 15px;
  246. text-align: center;
  247. overflow:hidden;
  248. opacity: 0.0;
  249. background-color:#fff;
  250. letter-spacing:0px;
  251. margin-top:-10px;
  252. margin-left: 0px;
  253. padding-bottom:1px;
  254. padding:3px;padding:5px;
  255. border-radius: 0px;
  256. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  257. -webkit-transition: all 0.5s linear;
  258. -moz-transition: all 0.5s linear;
  259. transition: all 0.5s linear;
  260. }
  261.  
  262. #entry:hover .perma{
  263. overflow:visible;
  264. margin-top:0px;
  265. border-top-right-radius: 0px;
  266. border-bottom-left-radius: 0px;
  267. -webkit-transition: all 0.5s linear; opacity: 1;
  268. -webkit-transition: all 0.5s linear;
  269. -moz-transition: all 0.5s linear;
  270. transition: all 0.5s linear;
  271. }
  272. .permalinktext {
  273. display: block;
  274. padding: 1px;
  275. margin: 0px 0px 0px 8px;
  276. font-family: arial;
  277. font-size: 10px;
  278. color: #424242;
  279. line-height: 10px;
  280. text-align: right;
  281. text-decoration: none;
  282. -webkit-transition: color 0.5s ease-out;
  283. -moz-transition: color 0.5s ease-out;
  284.  
  285. }
  286.  
  287. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf'); }
  288.  
  289. .title{
  290. font-family: caviardreams ;
  291. font-size: 22px;
  292. line-height: 25px;
  293. text-transform:uppercase;
  294. color:{color:Title};
  295. letter-spacing: 0px;
  296. font-weight: normal;
  297. padding:0px 0px 0px 0px;
  298. }
  299. #postnotes{
  300. text-align: left;}
  301.  
  302. #postnotes blockquote{
  303. border: 1px;}
  304.  
  305.  
  306. blockquote{
  307. padding:0px 0px 2px 5px;
  308. margin:0px 0px 2px 10px;
  309. border-left: 1px solid #555555;
  310. }
  311. ul, ol, li{
  312. list-style:none;
  313. margin:0px;
  314. padding:0px
  315. }
  316.  
  317. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  318. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  319. }
  320.  
  321.  
  322.  
  323. </style>
  324. <title>{title}</title>
  325. <link rel="shortcut icon" href="http://i11.photobucket.com/albums/a168/evelynregly/mini_gifs/mini_gifs92.gif">
  326. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  327. <meta name="viewport" content="width=720" />
  328. <meta name="image:sidebar" content""/>
  329. </head>
  330. <body onkeydown="return false">
  331. <div id="center">
  332. <div id="content">
  333. <div id="under">
  334. </div>
  335.  
  336.  
  337.  
  338. </div>
  339.  
  340. <div id="sidebar">
  341. <div id="title">{Title}</div>
  342. <div id="sidebarimg"><center><img src="{image:Sidebar}"/></center></div>
  343. <div id="links"> · <a href="/">home</a> · <a href="/ask">ask</a> · <a href="{text:Link1 Url}">{text:Link1 Title}</a> · <a href="{text:Link2 Url}">{text:Link2 Title}</a> · <a href="{text:Link3 Url}">{text:Link3 Title}</a> · <a href="{text:Link4 Url}">{text:Link4 Title}</a> · <a href="{text:Link5 Url}">{text:Link5 Title}</a> · </div>
  344. <div id="description">{block:Description}{Description}{/block:Description}</div></div>
  345.  
  346. <div id="posts">
  347. {block:Posts}
  348. <div id="entry">
  349.  
  350. {block:Text}
  351. {block:Title}<span class="title">{Title}</span>{/block:Title}
  352. <span class="entrytext">{Body}</span>
  353. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  354. {/block:Text}
  355.  
  356. {block:Link}
  357. <a href="{URL}" class="title">{Name}</a>
  358. {block:Description}{Description}{/block:Description}
  359. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  360. {block:Link}
  361.  
  362. {block:Photo}{block:IndexPage}
  363. <div class="perma">
  364. <a href="{permalink}">{NoteCountWithLabel}</a> / {timeago} / <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  365. {/block:IndexPage}
  366. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=490px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=418px/>{LinkCloseTag}{/block:PermalinkPage}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}
  370. {block:IndexPage}
  371. <div class="perma">
  372. <a href="{permalink}">{NoteCountWithLabel}</a> / {timeago} / <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  373. <center>
  374.  
  375. {Photoset-500}</center>
  376. {/block:IndexPage}
  377. {block:PermalinkPage}
  378. <center>
  379. {Photoset-500}</center>
  380. {/block:PermalinkPage}
  381. {/block:Photoset}
  382.  
  383. {block:Quote}
  384. <span class="entrytext">{Quote}</span>
  385. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  386. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  387. {/block:Quote}
  388.  
  389. {block:Chat}
  390. {block:Title}<span class="title">{Title}</span>{/block:Title}
  391. <ul class="chat">
  392. {block:Lines}
  393. <li class="user_{UserNumber}">
  394. {block:Label}
  395. <span class="label">{Label}</span>
  396. {/block:Label}
  397.  
  398. {Line}
  399. </li>
  400. {/block:Lines}
  401. </ul>
  402. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  403. {/block:Chat}
  404.  
  405.  
  406. {block:Audio}
  407. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  408. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  409. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  410. {/block:Audio}
  411.  
  412. {block:Video}<center>
  413. <div style="padding-top:0px; padding-bottom:2px;">
  414. {Video-250}</div>
  415. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  416. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  417. {block:Video}
  418.  
  419. {block:Answer}
  420. <br>
  421. <div style="border-radius:5px; border: 3px double #ddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
  422. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  423. <askk>{Asker}</askk>: {Question}<br></div>
  424. <div style="font-family: consolas; font-size: 10px;">
  425. {Answer}
  426. </div>
  427. {/block:Answer}
  428.  
  429. {block:PostNotes}<div align="middle">{caption}</div>
  430. <center>
  431.  
  432. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  433.  
  434. {block:HasTags}
  435. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  436. {block:RebloggedFrom}
  437. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  438. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  439.  
  440. {/block:RebloggedFrom}
  441. </center></span>
  442. <br>
  443. <div id="postnotes">{PostNotes}</div><br>
  444.  
  445. <center>{block:ContentSource}
  446. <br><a href="{SourceURL}">
  447. {lang:Source}:
  448. {block:SourceLogo}
  449. <img src="{BlackLogoURL}" width="{LogoWidth}"
  450. height="{LogoHeight}" alt="{SourceTitle}" />
  451. {/block:SourceLogo}
  452. {block:NoSourceLogo}
  453. {SourceLink}
  454. {/block:NoSourceLogo}
  455. </a>
  456. {/block:ContentSource}</center>
  457.  
  458. {/block:PostNotes}
  459. </div>
  460. {/block:Posts}
  461. </div></div>
  462.  
  463. {block:indexpage}
  464. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  465.  
  466.  
  467. {/block:indexpage}
  468. <img src="{image:sidebarimg}" style='position:fixed;bottom:0px;right:0px;z-index:-999'/>
  469. <BODY onselectstart="return false;" ondragstart="return false;">
  470.  
  471. {block:Pagination}
  472. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  473. {block:JumpPagination length="5"}
  474. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  475. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  476. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  477. {/block:Pagination}
  478.  
  479.  
  480. </body>
  481. <div style="position:fixed;bottom:10px;left:10px;">
  482. <a href="http://kai.hacked.jp">C R E D I T </a>
  483.  
  484. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement