Advertisement
xariaaaa

[THEME] ᴀɴᴀʀᴄʜɪsᴍ

Sep 30th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 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. <!-- ʙᴀsᴇ ʙʏ ᴇɴᴛᴇʀᴘʀɪᴢᴇʀ. ᴛʜᴇᴍᴇ ʙʏ 98ʙʀᴏᴏᴋ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ɪᴛ! -->
  9.  
  10. <style type="text/css">
  11. /* GASARA */
  12. @font-face {
  13. font-family: "gasara";
  14. src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf');
  15. }
  16.  
  17. @font-face {
  18. font-family: "truelies";
  19. src: url('https://dl.dropbox.com/s/9yqh3eaw5ip5ogl/True%20Lies.ttf')
  20. }
  21.  
  22. body {
  23. background: #000000;
  24. }
  25.  
  26. a {
  27. color: #ffd700;
  28. text-shadow: 1px 1px 15px #ffd700;
  29. outline:none;
  30. text-decoration:none;
  31. -moz-outline-style:none;
  32. }
  33.  
  34. img {
  35. border:none;
  36. }
  37.  
  38. blockquote, blockquote blockquote {
  39. margin-left: 10px;
  40. padding: 5px;
  41. border-left: 1px solid #ffd700;
  42. border-bottom: 1px dotted #ffd700;
  43. }
  44.  
  45. blockquote img {
  46. max-width: 220px;
  47. height: auto;
  48. }
  49.  
  50. blockquote blockquote img {
  51. max-width: 170px;
  52. height: auto;
  53. }
  54.  
  55. blockquote img, blockquote blockquote img, #post img, .photosetpost, .video {
  56. opacity: 0.3;
  57. -webkit-filter: grayscale(100%);
  58. -webkit-transition: opacity 0.7s linear;
  59. -webkit-transition: all 0.7s ease-out;
  60. -moz-transition: all 0.7s ease-out;
  61. transition: all 0.7s ease-out;
  62. }
  63.  
  64. blockquote img:hover, blockquote blockquote img:hover, #post img:hover, .photosetpost:hover, .video:hover {
  65. opacity: 1;
  66. -webkit-filter: grayscale(10%);
  67. -webkit-transition: opacity 0.7s linear;
  68. -webkit-transition: all 0.7s ease-out;
  69. -moz-transition: all 0.7s ease-out;
  70. transition: all 0.7s ease-out;
  71. }
  72.  
  73. #post img, .photosetpost, .video {
  74. max-width: 250px;
  75. height: auto;
  76. }
  77.  
  78. small, sup, sub {
  79. font-size: 12px;
  80. }
  81.  
  82. h1, h2, h3 {
  83. font-family: "truelies";
  84. font-size: 15px;
  85. letter-spacing: 2px;
  86. line-height: 25px !important;
  87. text-transform: uppercase;
  88. color: #ffd700;
  89. text-shadow: 1px 1px 15px #ffd700;
  90. }
  91.  
  92. pre, code {
  93. font-family: "Gasara";
  94. font-size: 8px;
  95. line-height: 12px;
  96. letter-spacing: 1px;
  97. text-align: center;
  98. background-color: #000000;
  99. padding: 10px;
  100. white-space:pre-wrap;
  101. word-wrap:break-word;
  102. }
  103.  
  104. #entries {
  105. width: 260px;
  106. height: 100%;
  107. float: right;
  108. margin-top: 20px;
  109. margin-right: 460px;
  110. }
  111.  
  112. #post {
  113. color: #000000;
  114. margin-bottom: 50px;
  115. width: 250px;
  116. padding: 20px;
  117. background-color: #2d2d2d;
  118. font-family: "Calibri";
  119. font-size: 12px;
  120. }
  121.  
  122. .posttitle {
  123. font-family: "truelies";
  124. font-size: 20px;
  125. line-height: 25px !important;
  126. color: #ffd700;
  127. }
  128.  
  129. .quote {
  130. font-size: 20px;
  131. text-transform: uppercase;
  132. text-align: justify;
  133. font-family: "Calibri";
  134. }
  135.  
  136. .source {
  137. text-align: right;
  138. font-family: "Gasara";
  139. font-size: 8px;
  140. }
  141.  
  142. .asker {
  143. width: 250px;
  144. height: 20px;
  145. font-family: "truelies";
  146. font-size: 15px;
  147. color: #ffd700;
  148. text-transform: uppercase;
  149. margin-left: 25px;
  150. margin-top: -25px;
  151. }
  152.  
  153. .askerimg img {
  154. width: 25px;
  155. height: auto;
  156. border: 5px solid black;
  157. }
  158.  
  159. .question {
  160. margin-top: 10px;
  161. border-top: 1px dotted #ffd700;
  162. padding: 10px;
  163. background-color: #000000;
  164. font-family: "Calibri";
  165. font-size: 10px;
  166. text-transform: uppercase;
  167. }
  168.  
  169. .player {
  170. width: 27px;
  171. height: 27px;
  172. left: 16px;
  173. top: 16px;
  174. opacity: 0.4;
  175. line-height: 0;
  176. overflow: hidden;
  177. }
  178.  
  179. .details {
  180. margin-top: -30px;
  181. margin-left: 35px;
  182. font-family: "Calibri";
  183. font-size: 10px;
  184. text-transform: uppercase;
  185. }
  186.  
  187. .chat b {
  188. text-transform: uppercase;
  189. color: #ffd700;
  190. font-size: 14px;
  191. }
  192.  
  193. .indexperma {
  194. font-family: "Calibri";
  195. font-size: 10px;
  196. text-transform: uppercase;
  197. text-align: center;
  198. margin-top: 10px;
  199. padding-top: 15px;
  200. border-top: 2px solid black;
  201. }
  202.  
  203. .perma {
  204. margin-top: 15px;
  205. font-family: "Calibri";
  206. font-size: 10px;
  207. text-transform: uppercase;
  208. line-height: 15px;
  209. }
  210.  
  211. .notess {
  212. width: 250px;
  213. padding: 20px;
  214. background-color: #2d2d2d;
  215. color: #282828;
  216. font-family: "Calibri";
  217. font-size: 10px;
  218. text-transform: uppercase;
  219. line-height: 15px;
  220. }
  221.  
  222. .notess img {
  223. display: none;
  224. }
  225.  
  226.  
  227. /* SIDEBAR */
  228.  
  229. #mcwrap {
  230. position: fixed;
  231. left: 100px;
  232. bottom: 80px;
  233. height: 500px;
  234. width: 700px;
  235. }
  236.  
  237. .title {
  238. font-family: "truelies";
  239. color: #ffd700;
  240. font-size: 33px;
  241. text-shadow: 1px 1px 15px #ffd700;
  242. }
  243.  
  244. .bar1 {
  245. margin-left: 155px;
  246. width: 341px;
  247. padding: 2px;
  248. height: 10px;
  249. background-color: #2d2d2d;
  250. font-size: 10px;
  251. line-height: 10px;
  252. text-transform: uppercase;
  253. font-family: "Calibri";
  254. }
  255.  
  256. .trigger1 {
  257. margin-top: -15px;
  258. margin-left: -100px;
  259. height: 400px;
  260. width: 250px;
  261. }
  262.  
  263. .title2 {
  264. margin-top: -380px;
  265. margin-left: 160px;
  266. font-family: "truelies";
  267. color: #ffd700;
  268. font-size: 20px;
  269. text-shadow: 1px 1px 15px #ffd700;
  270. }
  271.  
  272. .trigger2 {
  273. position: absolute;
  274. z-index: -1;
  275. height: 400px;
  276. width: 250px;
  277. margin-top: 30px;
  278. margin-left: 250px;
  279. }
  280.  
  281. .cont {
  282. margin-top: 5px;
  283. margin-left: 155px;
  284. position: absolute;
  285. z-index: -2;
  286. }
  287.  
  288. .location {
  289. margin-top: 5px;
  290. width: 341px;
  291. height: 11px;
  292. padding: 2px;
  293. font-family: "Calibri";
  294. font-size: 11px;
  295. text-transform: uppercase;
  296. word-spacing: 53px;
  297. }
  298.  
  299. .location a {
  300. color: #000000 !important;
  301. -webkit-transition: opacity 0.7s linear;
  302. -webkit-transition: all 0.7s ease-out;
  303. -moz-transition: all 0.7s ease-out;
  304. transition: all 0.7s ease-out;
  305. }
  306.  
  307. .location a:hover {
  308. color: #ffd700 !important;
  309. -webkit-transition: opacity 0.7s linear;
  310. -webkit-transition: all 0.7s ease-out;
  311. -moz-transition: all 0.7s ease-out;
  312. transition: all 0.7s ease-out;
  313. }
  314.  
  315. .b1 {
  316. padding: 10px;
  317. height: 90px;
  318. width: 160px;
  319. margin-top: 10px;
  320. background-color: #2d2d2d;
  321. font-family: "Calibri";
  322. font-size: 11px;
  323. text-transform: uppercase;
  324. text-align: justify;
  325. }
  326.  
  327. .dir {
  328. margin-top: 5px;
  329. background-color: #2d2d2d;
  330. height: 15px;
  331. width: 180px;
  332. font-family: "Calibri";
  333. font-size: 10px;
  334. text-transform: uppercase;
  335. text-align: center;
  336. line-height: 15px;
  337. }
  338.  
  339. .frnd {
  340. position: absolute;
  341. z-index: -9;
  342. margin-top: 5px;
  343. width: 170px;
  344. height: 70px;
  345. padding: 10px;
  346. background-color: #2d2d2d;
  347. overflow-y: auto;
  348. }
  349.  
  350. .frnd img {
  351. opacity: 0.3;
  352. width: 60px;
  353. height: 60px;
  354. border: 5px solid black;
  355. margin-right: 5px;
  356. margin-bottom: 10px;
  357. -webkit-filter: grayscale(100%);
  358. -webkit-transition: opacity 0.7s linear;
  359. -webkit-transition: all 0.7s ease-out;
  360. -moz-transition: all 0.7s ease-out;
  361. transition: all 0.7s ease-out;
  362. }
  363.  
  364. .frnd img:hover {
  365. opacity: 1;
  366. -webkit-filter: grayscale(10%);
  367. -webkit-transition: opacity 0.7s linear;
  368. -webkit-transition: all 0.7s ease-out;
  369. -moz-transition: all 0.7s ease-out;
  370. transition: all 0.7s ease-out;
  371. }
  372.  
  373. .b2 {
  374. margin-top: 100px;
  375. height: 71px;
  376. width: 150px;
  377. padding: 10px;
  378. background-color: #2d2d2d;
  379. font-family: "Calibri";
  380. font-size: 10px;
  381. text-transform: uppercase;
  382. }
  383.  
  384. .links {
  385. font-family: "truelies";
  386. font-size: 21px;
  387. margin-top: 360px;
  388. }
  389.  
  390. #zin {
  391. height: 80px;
  392. width: 80px;
  393. position: absolute;
  394. z-index: 9999;
  395. float: right;
  396. top: 200px;
  397. right: 750px;
  398. }
  399.  
  400. .zinn {
  401. height: 80px;
  402. width: 80px;
  403. margin-top: 0px;
  404. margin-left: 0px;
  405. }
  406.  
  407. .zinn img {
  408. border-radius: 50%;
  409. border: 5px solid #2d2d2d;
  410. }
  411. </style>
  412. </head>
  413. <body>
  414.  
  415. <div id="zin">
  416. <div class="zinn">
  417. <img src="http://i.imgur.com/T3DOw4g.gif" />
  418. </div>
  419. </div>
  420.  
  421. <div id="mcwrap">
  422. <div class="title">
  423. fire back at everyone #trigger
  424. </div>
  425. <div class="bar1">
  426. why don't you lock me up?
  427. </div>
  428. <div class="trigger1">
  429. <img src="http://i.imgur.com/xQv38YY.png" />
  430. </div>
  431.  
  432. <div class="title2">its anarchism whos taking over now</div>
  433. <div class="trigger2">
  434. <img src="http://i.imgur.com/ueZbz2Q.png" />
  435. </div>
  436. <div class="cont">
  437. <div class="location">
  438. <a title="">LITERATE</a>
  439. <a title="">NSFW</a>
  440. <a title="">ORIGINAL</a>
  441. <a title="">DISCLAIMER</a>
  442. </div>
  443.  
  444. <div class="b1">
  445. desc desc!! desc desc!! desc desc!!
  446. </div>
  447.  
  448. <div class="dir">
  449. <a href="">tq ent.</a> && <a href="">collective</a> && <a href="">collective</a>
  450. </div>
  451. <div class="frnd">
  452. <a href="" title=""><img src="http://placehold.it/60x60" /></a><a href="" title=""><img src="http://placehold.it/60x60" /></a>
  453.  
  454. <a href="" title=""><img src="http://placehold.it/60x60" /></a><a href="" title=""><img src="http://placehold.it/60x60" /></a>
  455.  
  456. <a href="" title=""><img src="http://placehold.it/60x60" /></a><a href="" title=""><img src="http://placehold.it/60x60" /></a>
  457.  
  458. <a href="" title=""><img src="http://placehold.it/60x60" /></a><a href="" title=""><img src="http://placehold.it/60x60" /></a>
  459.  
  460. <!-- <a href="URL" title="HOVER"><img src="http://placehold.it/60x60" /></a><a href="URL" title="HOVER"><img src="http://placehold.it/60x60" /></a> -->
  461. </div>
  462.  
  463. <div class="b2">
  464. this is the second desc!!
  465. </div>
  466. </div>
  467.  
  468. <div class="links">
  469. <a href="/">home</a>
  470. <a href="/">inbox</a>
  471. <a href="/">link1</a>
  472. <a href="/">link2</a>
  473. <a href="/">link3</a>
  474. </div>
  475. </div>
  476.  
  477.  
  478. <div id="entries">
  479. {block:Posts}
  480. <div id="post">
  481. {block:ContentSource}
  482. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  483. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  484. {/block:SourceLogo}
  485. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  486.  
  487. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  488. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  489. {/block:ReblogParentLogo}
  490. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  491. {/block:ContentSource}
  492.  
  493. <!-- TEXT POSTS -->
  494. {block:Text}
  495. <div class="posttitle">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  496. {Body}
  497. {/block:Text}
  498.  
  499. <!-- PHOTO POSTS -->
  500. {block:Photo}
  501. <div class="photopost"><center><img src="{PhotoURL-250}"></center>
  502. {block:Caption}{Caption}{/block:Caption}</div>
  503. {/block:Photo}
  504.  
  505. <!-- PHOTOSET POSTS -->
  506. {block:Photoset}
  507. <div class="photosetpost">{Photoset-250} {block:Caption}{Caption}{/block:Caption}</div>
  508. {/block:Photoset}
  509.  
  510. <!-- QUOTE POSTS -->
  511. {block:Quote}
  512. <div class="quote">{Quote}</div>
  513. <div class="source">{block:Source} —{Source}{/block:Source}</div>
  514. {/block:Quote}
  515.  
  516. <!-- LINK POSTS -->
  517. {block:Link}
  518. <div class="posttitle"><a href="{URL}" {Target}>{Name}</a></div>
  519. {block:Description}{Description}{/block:Description}
  520. {/block:Link}
  521.  
  522. <!-- CHAT POSTS -->
  523. {block:Chat}
  524. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  525. <div class="chat">
  526. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  527. </div>
  528. {/block:Chat}
  529.  
  530.  
  531. <!-- ASK POST -->
  532. {block:Answer}
  533. <div class="askerimg"><img src="{AskerPortraitURL-30}"></div>
  534. <div class="asker">{Asker}</div>
  535. <div class="question">{Question}</div>
  536. {Answer}
  537. {/block:Answer}
  538.  
  539. <!-- AUDIO POST -->
  540. {block:Audio}
  541. <div class="player">{AudioPlayeBlack}</div>
  542. <div class="details">
  543. {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}</div>
  544. {block:Caption}{Caption}{/block:Caption}
  545. {/block:Audio}
  546.  
  547. <!-- VIDEO POST -->
  548. {block:Video}
  549. <div class="video">{Video-250}</div>
  550. {block:Caption}{Caption}{/block:Caption}
  551. {/block:Video}
  552.  
  553. <!-- POST PERMA -->
  554. {block:IndexPage}
  555. <div class="indexperma">
  556. {block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  557. </div>
  558. {/block:IndexPage}
  559.  
  560. {block:PermalinkPage}
  561. <div class="perma">
  562. Posted on {DayOfMonth} {Month} {Year} with {NoteCountWithLabel}<br />
  563. {block:HasTags}
  564. Tagged as: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}<br />
  565. {/block:HasTags}
  566. </div>
  567. <center>
  568. {block:RebloggedFrom}
  569. VIA: <a href="{RebloggedFrom}">{ReblogParentName}</a> |
  570. SOURCE: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  571. {/block:RebloggedFrom}
  572. </center>
  573. {/block:PermalinkPage}
  574.  
  575. </div>
  576. <div class="notess">
  577. {block:PostNotes}{PostNotes}{/block:PostNotes}
  578. </div>
  579. {/block:Posts}
  580. </div>
  581.  
  582. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement