Advertisement
dylaenobriens

Radioactive

Jun 28th, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 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. RADIOACTIVE BY OFSUSHI
  6. DO NOT DO ANYTHING AGAINST THE RULES
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Tags" content="f0f0f0"/>
  23. <meta name="color:Hover" content="#f2f2f2"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:Border" content="#e4e4e4"/>
  26. <meta name="color:Post" content="#ffffff"/>
  27. <meta name="color:Answer" content="#f8f8f8"/>
  28. <meta name="color:scrollbarbg" content="ffffff"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:bg" content=""/>
  32.  
  33. <meta name="text:link1" content="">
  34. <meta name="text:link1 url" content="/">
  35. <meta name="text:link2" content="">
  36. <meta name="text:link2 url" content="/">
  37. <meta name="text:link3" content="">
  38. <meta name="text:link3 url" content="/">
  39. <meta name="text:link4" content="">
  40. <meta name="text:link4 url" content="/">
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. ::-webkit-scrollbar {
  49. width: 5px;height: 5px;}
  50. ::-webkit-scrollbar-button:start:decrement,
  51. ::-webkit-scrollbar-button:end:increment {
  52. height: 6px;display: block;background-color: {color:white};}
  53. ::-webkit-scrollbar-track-piece {
  54. background-color: {color:scrollbarbg};}
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  57.  
  58.  
  59. /* --- BODY ---*/
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:Calibri;
  66. font-size:9px;
  67. line-height:100%;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. h1 {
  92. font-size:9px;
  93. text-transform:uppercase;
  94. }
  95.  
  96. a:hover {
  97. opacity:10;
  98. color:{color:hover};
  99. -webkit-transition: all 0.7s ease;
  100. -moz-transition: all 0.7s ease;
  101. -o-transition: all 0.7s ease
  102. }
  103.  
  104. /* --- POST ENTRIES ---*/
  105.  
  106.  
  107. #entries {
  108. padding:10px;
  109. width:500px;
  110. margin-left:500px;
  111. margin-top:40px;
  112. font-size:10px;
  113. }
  114.  
  115. /* --- BODY: POSTS ---*/
  116.  
  117.  
  118. #post {
  119. width:500px;
  120. padding-bottom:30px;
  121. padding:10px;
  122. margin-top:15px;
  123. background-color:{color:Post};
  124. }
  125.  
  126. /* --- SIDEBAR IMAGE ---*/
  127.  
  128.  
  129. #sidebar {
  130. width:80px;
  131. position:fixed;
  132. margin-left:50px;
  133. margin-top:290px;
  134. background-color:{color:Sidebar};
  135. }
  136.  
  137. #sidebarimage {
  138. width:80px;
  139. }
  140.  
  141.  
  142. #sidebarimage img {
  143. width:150px;
  144. border-radius:100px;
  145. border:solid 1px;
  146. padding:6px;
  147. border-color: {color:border};
  148. background-color:{color:Sidebar};
  149. -webkit-filter:grayscale(100%);
  150. -webkit-transition: all 1s ease-in-out;
  151. }
  152.  
  153. #sidebarimage img:hover {
  154. -webkit-filter:none;
  155. -webkit-transition: all 1s ease-in-out;
  156. -webkit-transform: rotate(360deg);
  157. }
  158.  
  159.  
  160. /* --- SIDEBAR LINKS ---*/
  161.  
  162. .links {
  163. margin-bottom:10px;
  164. font-size:18px;
  165. text-shadow:2px 2px 2px #eaeaea;
  166. width:500px;
  167. text-transform:uppercase;
  168. text-align:center;
  169. letter-spacing:2px;
  170. line-height:170%;
  171. margin-left:-129px;
  172. margin-top:-256px;
  173. -webkit-transform: rotate(40deg);
  174.  
  175. }
  176.  
  177. .links a {
  178. font-size: 18px;
  179. text-shadow:3px3px 3px {color:hover};
  180. -moz-transition-duration:0.5s;
  181. -webkit-transition-duration:0.5s;
  182. -o-transition-duration:0.5s;
  183.  
  184. }
  185.  
  186. .links a:hover {
  187. text-shadow:1px 1px 1px {color:link};
  188. color:{color:Hover}
  189. }
  190.  
  191.  
  192. /* --- DESCRIPTION ---*/
  193.  
  194. #description {
  195. position:fixed;
  196. margin-bottom:10px;
  197. margin-top:50px;
  198. margin-left:30px;
  199. text-align:center;
  200. font-size:11px;
  201. color:{color:link};
  202. letter-spacing:1px;
  203. line-height:150%;
  204. -webkit-transform: rotate(320deg);
  205. }
  206.  
  207. #description a {color:{color:text};
  208. -moz-transition-duration:0.4s;
  209. -webkit-transition-duration:0.4s;
  210. -o-transition-duration:0.4s;}
  211.  
  212. /* --- PAGINATION---*/
  213.  
  214.  
  215. #pagination {
  216. width:100px;
  217. font-size:11px;
  218. text-align:center;
  219. margin-left:1050px;
  220. margin-top:103px;
  221. position:fixed;
  222. font-family:consolas;
  223. letter-spacing:0px;
  224. }
  225.  
  226. #pagination a {
  227. font-size:11px;
  228. -moz-transition-duration:0.6s;
  229. -webkit-transition-duration:0.6s;
  230. -o-transition-duration:0.6s;
  231. }
  232.  
  233. #pagination a:hover {
  234. color:#eee;
  235. }
  236.  
  237. /* --- Cool Graphics Shit---*/
  238.  
  239. #triangle {
  240. position:fixed;
  241. border-bottom: 83px solid transparent;
  242. border-top: 99px solid transparent;
  243. border-left: 395px solid;
  244. color:black;
  245. margin-top:148px;
  246. margin-left:10px;
  247. opacity:100;
  248. z-index:-14;
  249. -webkit-transform: rotate(36deg);
  250. }
  251.  
  252. #triangle2 {
  253. position:fixed;
  254. border-bottom: 78px solid transparent;
  255. border-top: 100px solid transparent;
  256. border-left: 410px solid;
  257. color:black;
  258. margin-top:400px;
  259. margin-left:0px;
  260. opacity:100;
  261. z-index:-14;
  262. -webkit-transform: rotate(317deg);
  263. }
  264.  
  265. #coolborder {
  266. position:fixed;
  267. color:black;
  268. border:3px solid black;
  269. margin-left:-2px;
  270. margin-top:40px;
  271. width:100px;
  272. -webkit-transform: rotate(13deg);
  273. }
  274.  
  275. #coollongborder {
  276. position:fixed;
  277. color:black;
  278. border:5px solid black;
  279. height:701px;
  280. margin-top:31px;
  281. }
  282.  
  283. #coolborder2 {
  284. position:fixed;
  285. border:3px solid black;
  286. width:117px;
  287. margin-top:711px;
  288. margin-left:-1px;
  289. -webkit-transform: rotate(155deg);
  290. }
  291.  
  292.  
  293. /* --- POST INFO ---*/
  294.  
  295.  
  296. #info {
  297. text-align:center;
  298. margin-top:10px;
  299. text-transform:uppercase;
  300. font-size:8px;
  301. font-style:none;
  302. border-top:1px solid {color:Line};
  303. }
  304. /* --- POST TAGS---*/
  305.  
  306.  
  307. #tags {
  308. font-family:cambria;
  309. letter-spacing:0px;
  310. text-transform:lowercase;
  311. font-size:10px;
  312. font-style:italic;
  313. margin-top:4px;
  314. text-align:left;
  315. background-color:white;
  316. }
  317.  
  318. #tags
  319. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  320. -webkit-transition: all 0.6s ease-in-out;
  321. -moz-transition: all 0.6s ease-in-out;
  322. -o-transition: all 0.6s ease-in-out;
  323. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  324.  
  325.  
  326. /* --- QUESTIONS ---*/
  327.  
  328. #asker {
  329. padding:5px;
  330. font-family:cambria;
  331. letter-spacing:1px;
  332. text-align:left;
  333. font-style:italic;
  334. margin-left:10px;
  335. border-left:3px #eee solid;
  336. background-color:#1a1a1a;
  337. }
  338.  
  339. #credit {
  340. right:3px;
  341. bottom:6px;
  342. font-size:9px;
  343. padding:5px;
  344. color:{color:text};
  345. background-color:#fafafa;
  346. text-transform:uppercase;
  347. border:1px solid {color:border};
  348. position:fixed;
  349. -webkit-transition: all 0.5s ease-out;
  350. -moz-transition: all 0.5s ease-out;
  351. transition: all 0.5s ease-out;
  352. }
  353.  
  354. #credit:hover {
  355. background-color:black;
  356. color:white;
  357. }
  358.  
  359. {CustomCSS}</style></head><body>
  360.  
  361. <div id="sidebar">
  362. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  363.  
  364.  
  365. <div id="description">
  366. {Description}
  367. </div>
  368.  
  369.  
  370. <div class="links">
  371. <a href="{text:link1 url}">{text:link1}</a>
  372. {/block:IfLink1}
  373. {block:IfLink2}
  374. <a href="{text:link2 url}">{text:link2}</a>
  375. {/block:IfLink2}
  376. {block:IfLink3}
  377. <a href="{text:link3 url}">{text:link3}</a>
  378. {/block:IfLink3}
  379. {block:IfLink4}
  380. <a href="{text:link4 url}">{text:link4}</a>
  381. {/block:IfLink4}
  382. </div>
  383.  
  384.  
  385. {block:Pagination}<div id="pagination">
  386. {block:PreviousPage}<a href="{PreviousPage}">PREV</a>&nbsp;&nbsp;{/block:PreviousPage}
  387. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  388. </div>{/block:Pagination}
  389.  
  390. </div>
  391.  
  392. <div id="triangle"></div>
  393. <div id="triangle2"></div>
  394. <div id="coolborder"></div>
  395. <div id="coolborder2"></div>
  396. <div id="coollongborder"></div>
  397.  
  398. <div id="entries">{block:Posts}<div id="post">
  399.  
  400. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  401.  
  402. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  403.  
  404. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  405.  
  406. {block:Quote}{Quote}{/block:Quote}
  407.  
  408. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  409.  
  410. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  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:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  421.  
  422. <div id="info">
  423. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <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} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  424. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  425. {/block:Posts}
  426. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  427. {/block:Posts}</div></div></div>
  428.  
  429.  
  430.  
  431. <!--
  432. THEME MAKER CREDIT
  433. -->
  434.  
  435. <div id="credit"><a href="http://dylaenobriens.tumblr.com/">DYLAENOBRIENS</a></center></div>
  436.  
  437.  
  438. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement