Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7. </head>
  8.  
  9. <style type="text/css">
  10.  
  11.  
  12. body {
  13. background-color:#d1d1d1;
  14. font-family:'gibson', sans-serif;
  15. font-size; 11px
  16. color:#006f94;
  17. }
  18.  
  19. a {
  20. text-decoration:none;
  21. color:#F2992E;
  22. }
  23. a:hover {
  24. color:#636363;
  25. }
  26. b, strong {
  27. color:#878787;
  28. text-transform: uppercase;
  29. }
  30. i, em {
  31. color:#878787;
  32. font-family:'bookman', serif';
  33. }
  34.  
  35. blockquote {
  36. padding:2px 7px;
  37. margin: 3px 0 3px 8px;
  38. border-left:1px solid #006F94;
  39. }
  40.  
  41. blockquote img {
  42. max-width:100%;
  43. height:auto;
  44. }
  45.  
  46. img {
  47. max-width:100%;
  48. }
  49.  
  50.  
  51.  
  52.  
  53. #container {
  54. position:absolute;
  55. left:300px;
  56.  
  57.  
  58.  
  59.  
  60. }
  61.  
  62. .posts {
  63. width:400px;
  64. background-color:#ffffff;
  65. padding-top:10px;
  66. padding-bottom:10px;
  67. padding-left:10px;
  68. padding-right:10px;
  69. margin-bottom:30px;
  70. margin-top:0px;
  71. margin-left:0px;
  72. margin-right:0px;
  73.  
  74.  
  75. }
  76.  
  77. #permalinks {
  78. text-align:center;
  79. letter-spacing:5px;
  80. padding-bottom:4px;
  81. margin-top:30px;
  82. background-image: url('https://s4.postimg.org/qnndrj95p/Untitled_3.png');
  83. height:20px;
  84. width:400px;
  85. }
  86. #permalinks a {
  87. text-decoration:none;
  88. font-size:18px;
  89. color:#ffffff;
  90. }
  91.  
  92. #permalinks a:hover {
  93. color:#f2992e;
  94. }
  95.  
  96.  
  97. #tags {
  98. text-align:center;
  99. padding-top:12px;
  100. }
  101.  
  102. #tags a {
  103. text-decoration:none;
  104. font-size:11px;
  105. text-transform:none;
  106. color:#636363;
  107. }
  108.  
  109. #tags a:hover {
  110. color:#f2992e;
  111. }
  112.  
  113. /* Long list of notes */
  114.  
  115. ol.notes {
  116. text-align:left;
  117. list-style-type:decimal-leading-zero;
  118. }
  119.  
  120. ol.notes img {
  121. display:none;
  122. }
  123.  
  124.  
  125.  
  126. #alinks {
  127. display:block;
  128. position:fixed;
  129. font-family:arial;
  130. top:100px;
  131. left:100px;
  132. font-size:20px;
  133. }
  134.  
  135. #alinks a {
  136. display:block;
  137. color:#ffffff;
  138. text-shadow:none;
  139. filter: blur(0px);
  140. -webkit-filter: blur(0px);
  141. -moz-filter: blur(0px);
  142. transform: rotate(0deg);
  143. -ms-transform:rotate(0deg);
  144. -webkit-transform:rotate(0deg);
  145.  
  146.  
  147. }
  148.  
  149. #alinks a:hover {
  150. color:#e8e8e8;
  151. filter: blur(0px);
  152. -webkit-filter: blur(0px);
  153. -moz-filter: blur(0px);
  154. transform: rotate(360deg);
  155. -ms-transform:rotate(360deg);
  156. -webkit-transform:rotate(360deg);
  157.  
  158.  
  159.  
  160. }
  161.  
  162. #blinks {
  163. display:block;
  164. position:fixed;
  165. font-family:arial;
  166. top:120px;
  167. left:100px;
  168. font-size:20px;
  169. }
  170.  
  171. #blinks a {
  172. display:block;
  173. color:#ffffff;
  174. text-shadow:none;
  175. filter: blur(0px);
  176. -webkit-filter: blur(0px);
  177. -moz-filter: blur(0px);
  178. transform: rotate(0deg);
  179. -ms-transform:rotate(0deg);
  180. -webkit-transform:rotate(0deg);
  181.  
  182. }
  183.  
  184. #blinks a:hover {
  185. color:#e8e8e8;
  186. filter: blur(0px);
  187. -webkit-filter: blur(0px);
  188. -moz-filter: blur(0px);
  189. transform: rotate(360deg);
  190. -ms-transform:rotate(360deg);
  191. -webkit-transform:rotate(360deg);
  192. }
  193.  
  194.  
  195. #clinks {
  196. display:block;
  197. position:fixed;
  198. font-family:arial;
  199. top:140px;
  200. left:100px;
  201. font-size:20px;
  202. }
  203.  
  204. #clinks a {
  205. display:block;
  206. color:#ffffff;
  207. text-shadow:none;
  208. filter: blur(0px);
  209. -webkit-filter: blur(0px);
  210. -moz-filter: blur(0px);
  211. transform: rotate(0deg);
  212. -ms-transform: rotate(0deg);
  213. -webkit-transform: rotate(0deg);
  214.  
  215. }
  216.  
  217. #clinks a:hover {
  218. color:#e8e8e8;
  219. filter: blur(0px);
  220. -webkit-filter: blur(0px);
  221. -moz-filter: blur(0px);
  222. transform: rotate(360deg);
  223. -ms-transform:rotate(360deg);
  224. -webkit-transform:rotate(360deg);
  225. }
  226.  
  227.  
  228. #dlinks {
  229. display:block;
  230. position:fixed;
  231. font-family:arial;
  232. top:160px;
  233. left:100px;
  234. font-size:20px;
  235. }
  236.  
  237. #dlinks a {
  238. display:block;
  239. color:#ffffff;
  240. text-shadow:none;
  241. filter: blur(0px);
  242. -webkit-filter: blur(0px);
  243. -moz-filter: blur(0px);
  244. transform: rotate(0deg);
  245. -ms-transform:rotate(0deg);
  246. -webkit-transform:rotate(0deg);
  247.  
  248. }
  249.  
  250. #dlinks a:hover {
  251. color:#e8e8e8;
  252. filter: blur(0px);
  253. -webkit-filter: blur(0px);
  254. -moz-filter: blur(0px);
  255. transform: rotate(360deg);
  256. -ms-transform:rotate(360deg);
  257. -webkit-transform:rotate(360deg);
  258. }
  259.  
  260.  
  261. #elinks {
  262. display:block;
  263. position:fixed;
  264. font-family:arial;
  265. top:180px;
  266. left:100px;
  267. font-size:20px;
  268. }
  269.  
  270. #elinks a {
  271. display:block;
  272. color:#ffffff;
  273. text-shadow:none;
  274. filter: blur(0px);
  275. -webkit-filter: blur(0px);
  276. -moz-filter: blur(0px);
  277. transform: rotate(0deg);
  278. -ms-transform:rotate(0deg);
  279. -webkit-transform:rotate(0deg);
  280.  
  281. }
  282.  
  283. #elinks a:hover {
  284. color:#e8e8e8;
  285. filter: blur(0px);
  286. -webkit-filter: blur(0px);
  287. -moz-filter: blur(0px);
  288. transform: rotate(360deg);
  289. -ms-transform:rotate(360deg);
  290. -webkit-transform:rotate(360deg);
  291. }
  292.  
  293. #flinks {
  294. display:block;
  295. position:fixed;
  296. font-family:arial;
  297. top:200px;
  298. left:100px;
  299. font-size:20px;
  300. }
  301.  
  302. #flinks a {
  303. display:block;
  304. color:#ffffff;
  305. text-shadow:none;
  306. filter: blur(0px);
  307. -webkit-filter: blur(0px);
  308. -moz-filter: blur(0px);
  309. transform: rotate(0deg);
  310. -ms-transform: rotate(0deg);
  311. -webkit-transform: rotate(0deg);
  312.  
  313. }
  314.  
  315. #flinks a:hover {
  316. color:#e8e8e8;
  317. filter: blur(0px);
  318. -webkit-filter: blur(0px);
  319. -moz-filter: blur(0px);
  320. transform: rotate(360deg);
  321. -ms-transform:rotate(360deg);
  322. -webkit-transform:rotate(360deg);
  323. }
  324.  
  325.  
  326. #glinks {
  327. display:block;
  328. position:fixed;
  329. font-family:arial;
  330. top:220px;
  331. left:100px;
  332. font-size:20px;
  333. }
  334.  
  335. #glinks a {
  336. display:block;
  337. color:#ffffff;
  338. text-shadow:none;
  339. filter: blur(0px);
  340. -webkit-filter: blur(0px);
  341. -moz-filter: blur(0px);
  342. transform: rotate(0deg);
  343. -ms-transform:rotate(0deg);
  344. -webkit-transform:rotate(0deg);
  345.  
  346. }
  347.  
  348. #glinks a:hover {
  349. color:#e8e8e8;
  350. filter: blur(0px);
  351. -webkit-filter: blur(0px);
  352. -moz-filter: blur(0px);
  353. transform: rotate(360deg);
  354. -ms-transform:rotate(360deg);
  355. -webkit-transform:rotate(360deg);
  356. }
  357.  
  358. #hlinks {
  359. display:block;
  360. position:fixed;
  361. font-family:arial;
  362. top:220px;
  363. left:100px;
  364. font-size:20px;
  365. }
  366.  
  367. #hlinks a {
  368. display:block;
  369. color:#ffffff;
  370. text-shadow:none;
  371. filter: blur(0px);
  372. -webkit-filter: blur(0px);
  373. -moz-filter: blur(0px);
  374. transform: rotate(0deg);
  375. -ms-transform:rotate(0deg);
  376. -webkit-transform:rotate(0deg);
  377.  
  378. }
  379.  
  380. #hlinks a:hover {
  381. color:#e8e8e8;
  382. filter: blur(0px);
  383. -webkit-filter: blur(0px);
  384. -moz-filter: blur(0px);
  385. transform: rotate(360deg);
  386. -ms-transform:rotate(360deg);
  387. -webkit-transform:rotate(360deg);
  388. }
  389.  
  390. div#qTip {
  391. background-color:#000000;
  392. border:1px solid #ac9db2;
  393. padding: 5px;
  394. display: none;
  395. font-family: 'Permanent Marker', cursive;
  396. text-align: center;
  397. position: absolute;
  398. font-size:13px;
  399. line-height:15px;
  400. z-index: 9999999;
  401. color: #ffffff;
  402. letter-spacing: 2px;}
  403.  
  404.  
  405.  
  406.  
  407. </style>
  408.  
  409. <body>
  410.  
  411.  
  412.  
  413. <div id="container">
  414.  
  415. {block:Posts}
  416.  
  417. <div class="posts">
  418.  
  419. <div id="alinks">
  420. <a href="http://bcrserker.tumblr.com/" title="Refresh" >★</a></div>
  421. <div id="blinks">
  422. <a href="#?w=500" rel="02" class="poplight" title="Message" >★</a></div>
  423. <div id="clinks">
  424. <a href="#?w=500" rel="03" class="poplight" title="Rules" >★</a></div>
  425. <div id="dlinks">
  426. <a href="#?w=500" rel="04" class="poplight" title="TWEWY" >★</a></div>
  427. <div id="elinks">
  428. <a href="#?w=500" rel="05" class="poplight" title="Kariya" >★</a></div>
  429. <div id="flinks">
  430. <a href="#?w=500" rel="06" class="poplight" title="Tags" >★</a></div>
  431. <div id="glinks">
  432. <a href="#?w=500" rel="07" class="poplight" title="Timelines" >★</a></div>
  433. <div id="hlinks">
  434. <a href="http://bcrserker.tumblr.com/tagged/thread%20list" title="Active Threads">★</a></div>
  435.  
  436.  
  437.  
  438.  
  439. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  440.  
  441. {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  442.  
  443. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  444.  
  445. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  446.  
  447. {block:Quote}"{Quote}"{block:Source}{Source}{/block:Source}{/block:Quote}
  448.  
  449. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{/block:Link}
  450.  
  451. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  452. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  453.  
  454. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  455.  
  456. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  457.  
  458. <div id="permalinks">
  459. {block:Date}<div id="info"><a href="{Permalink}" title="{12Hour}:{Minutes}{CapitalAmPm} {DayofMonth}{DayofMonthSuffix} {ShortMonth}">✖</a>{/block:Date}
  460.  
  461. {block:NoteCount}<a href="{Permalink}" title="{NoteCount} Notes">✖</a>{/block:NoteCount}
  462.  
  463. {block:RebloggedFrom}<a title="Via {ReblogParentName}" href="{ReblogParentURL}">✖</a>{/block:RebloggedFrom}
  464. {block:ContentSource}<a title="From {SourceTitle}" href="{SourceURL}">✖</a>{/block:ContentSource}
  465. <a href="{ReblogURL}"target="_blank" title="Reblog">✖</a></div>
  466. </div>
  467.  
  468. <div id="tags">
  469. {block:hastags}{block:tags}<a href="{tagurl}"> {TAG}</a>{/block:tags}{/block:hastags}</div>
  470.  
  471. </div>
  472.  
  473.  
  474.  
  475. {/block:Posts}
  476.  
  477. </div>
  478.  
  479. {block:contentsource}
  480. <!- {sourceurl}{block:sourcelogo}<img src="{blacklogourl}"
  481. width="{logowidth}" height="{logoheight}" alt="{sourcetitle}" />
  482. {/block:sourcelogo}
  483. {block:nosourcelogo}{sourcelink}{/block:nosourcelogo} ->
  484. {/block:contentcource}
  485.  
  486.  
  487. </body>
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement