Advertisement
leodicapriio

Radioactive V2

Mar 6th, 2013
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <meta name="color:Background" content="#fcfcfc"/>
  11. <meta name="color:Text" content="#a8a8a8"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Hover" content="#f2f2f2"/>
  14. <meta name="color:sbackground" content="#f2f2f2"/>
  15. <meta name="color:bg" content="#ffffff"/>
  16. <meta name="color:Border" content="#e4e4e4"/>
  17. <meta name="color:QuestionBg" content="#f8f8f8"/>
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="image:sidebar bg" content=""/>
  20. <meta name="image:background" content=""/>
  21. <meta name="color:Scrollbar" content="##CFCFCF"/>
  22. <meta name="text:Link 1 url" content="/" />
  23. <meta name="text:Link 1 name" content="link 01" />
  24. <meta name="text:Link 2 url" content="/" />
  25. <meta name="text:Link 2 name" content="link 02" />
  26. <meta name="text:Link 3 url" content="/" />
  27. <meta name="text:Link 3 name" content="link 03" />
  28. <meta name="text:Link 4 url" content="/" />
  29. <meta name="text:Link 4 name" content="link 04" />
  30. <meta name="text:Desc" content="50" />
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  40. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  41. ::-webkit-scrollbar-track{background-color:{color:background};}
  42.  
  43. body {
  44. background:{color:background};
  45. margin:0px;
  46. color:{color:text};
  47. font-family:"Inconsolata";
  48. font-size:10px;
  49. line-height:100%;
  50. background-image:url('{image:Background}');
  51. }
  52.  
  53. a:link, a:active, a:visited {color: {color:Link};
  54. font-family:"Inconsolata";
  55. text-decoration:none;
  56.  
  57. -webkit-transition:all 0.2s ease-out;
  58. -moz-transition:all 0.8s ease-out;
  59. transition:all 0.2s ease-out;
  60. }
  61.  
  62. a:hover {color:#696969;
  63. -webkit-transition:all 0.2s ease-out;
  64. -moz-transition:all 0.8s ease-out;
  65. transition:all 0.2s ease-out;
  66. text-shadow: 4px 4px 0px rgba(0,0,0,0.1),3px -6px 0px rgba(0,0,0,0.2),6px 6px 0px rgba(0,0,0,0.1),-5px 4px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);{color:Link}, -5px 4px 0px {color:Link};
  67. -webkit-transition:all 0.2s ease-out;
  68. -moz-transition:all 0.8s ease-out;
  69. transition:all 0.2s ease-out;
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76. blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. h1 {
  87. font-size:9px;
  88. text-transform:uppercase;
  89. }
  90.  
  91. #entries {
  92. padding:10px;
  93. width:500px;
  94. margin-left:500px;
  95. margin-top:20px;
  96. }
  97.  
  98. #post {
  99. width:500px;
  100. margin-top:40px;
  101. padding:20px;
  102. border:1px solid {color:border};
  103. background-color:{color:bg};
  104. }
  105.  
  106. #post img{
  107. opacity:0.75;
  108.  
  109. -webkit-transition: all 0.6s ease-in-out;
  110. -moz-transition: all 0.6s ease-in-out;
  111. -o-transition: all 0.6s ease-in-out;
  112. -ms-transition: all 0.6s ease-in-out;
  113. transition: all 0.6s ease-in-out;
  114. }
  115.  
  116. #post img:hover{
  117. opacity:1;
  118.  
  119. -webkit-transition: all 0.6s ease-in-out;
  120. -moz-transition: all 0.6s ease-in-out;
  121. -o-transition: all 0.6s ease-in-out;
  122. -ms-transition: all 0.6s ease-in-out;
  123. transition: all 0.6s ease-in-out;
  124. }
  125.  
  126. #sidebar {
  127. width:200px;
  128. height: 85%;
  129. position:fixed;
  130. margin-left:160px;
  131. z-index:0;
  132. background-color:transparent;
  133. margin-top:70px;
  134. border-color: {color:border};
  135. }
  136.  
  137. #sidebarimage img{
  138. width:200px;
  139. height: 85%;
  140. position:fixed;
  141. margin-left:0px;
  142. margin-top:0px;
  143. opacity:0.75;
  144. z-index:1;
  145. background-image:url('{image:Sidebar bg}');
  146.  
  147. -webkit-transition: all 0.6s ease-in-out;
  148. -moz-transition: all 0.6s ease-in-out;
  149. -o-transition: all 0.6s ease-in-out;
  150. -ms-transition: all 0.6s ease-in-out;
  151. transition: all 0.6s ease-in-out;
  152. }
  153.  
  154. #sidebarimage img:hover{
  155. opacity:1;
  156. }
  157.  
  158.  
  159. #footer { position:fixed;
  160. bottom:0;
  161. background-color:{color:background};
  162. width:545px;
  163. padding:20px 0 20px 0px;
  164. text-align:center;
  165. }
  166.  
  167. #sidebar:hover img{
  168. opacity:1;
  169. -webkit-transition: all 0.8s ease-in-out;
  170. -moz-transition: all 0.8s ease-in-out;
  171. -o-transition: all 0.8s ease-in-out;
  172. -ms-transition: all 0.8s ease-in-out;
  173. transition: all 0.8s ease-in-out;
  174. }
  175.  
  176. #sidebar:hover #links{
  177. opacity:1;
  178. -webkit-transition: all 0.8s ease-in-out;
  179. -moz-transition: all 0.8s ease-in-out;
  180. -o-transition: all 0.8s ease-in-out;
  181. -ms-transition: all 0.8s ease-in-out;
  182. transition: all 0.8s ease-in-out;
  183. }
  184.  
  185. #sidebar:hover #description{
  186. opacity:1;
  187. -webkit-transition: all 0.8s ease-in-out;
  188. -moz-transition: all 0.8s ease-in-out;
  189. -o-transition: all 0.8s ease-in-out;
  190. -ms-transition: all 0.8s ease-in-out;
  191. transition: all 0.8s ease-in-out;
  192. }
  193.  
  194. #sidebar:hover #pagination{
  195. opacity:1;
  196.  
  197. -webkit-transition: all 0.6s ease-in-out;
  198. -moz-transition: all 0.6s ease-in-out;
  199. -o-transition: all 0.6s ease-in-out;
  200. -ms-transition: all 0.6s ease-in-out;
  201. transition: all 0.6s ease-in-out;
  202. }
  203.  
  204.  
  205. #links {position:fixed;
  206. display:block;
  207. text-transform: uppercase;
  208. width:140px;
  209. margin-top:12px;
  210. margin-left:200px;
  211. background-color:transparent;
  212. opacity:1;
  213. z-index:2;
  214. color:{color:Link};
  215. transition: all 0.5s ease-out;
  216. -o-transition: all 0.5s ease-out;
  217. -webkit-transition: all 0.5s ease-out;
  218. -moz-transition: all 0.5s ease-out;
  219. }
  220.  
  221. #links a {
  222. display:block;
  223. width:120px;
  224. word-spacing:3px;
  225. letter-spacing:1px;
  226. height:20px;
  227. line-height:1px;
  228. padding:4px;
  229. padding-bottom:0px;
  230. font-size:8px;
  231. text-decoration:none;
  232. text-align:left;
  233. opacity:1;
  234. font-family:"Rock Salt";
  235. text-shadow:10px 0px transparent, -10px 0px transparent;
  236. -webkit-transition: all 0.5s ease-in-out;
  237. -moz-transition: all 0.5s ease-in-out;
  238. -o-transition: all 0.5s ease-in-out;
  239. -ms-transition: all 0.5s ease-in-out;
  240. transition: all 0.5s ease-in-out;
  241. }
  242.  
  243. #links a:hover{
  244. text-shadow:0px 0px #464545, -0px 0px #464545;
  245. color:#464545;
  246. -webkit-transition: all 0.5s ease-in-out;
  247. -moz-transition: all 0.5s ease-in-out;
  248. -o-transition: all 0.5s ease-in-out;
  249. -ms-transition: all 0.5s ease-in-out;
  250. transition: all 0.5s ease-in-out;
  251. }
  252.  
  253. #description {
  254. font-family:"Inconsolata";
  255. font-size:9px;
  256. padding:5px;
  257. text-align:center;
  258. font-size:10px;
  259. z-index:4;
  260. margin-left:-6px;
  261. margin-top:-{text:Desc}px;
  262. padding:9px;
  263. width: 200px;
  264. opacity:1;
  265. color:{color:Text};
  266.  
  267. -webkit-transition: all 0.6s ease-in-out;
  268. -moz-transition: all 0.6s ease-in-out;
  269. -o-transition: all 0.6s ease-in-out;
  270. -ms-transition: all 0.6s ease-in-out;
  271. transition: all 0.6s ease-in-out;
  272. }
  273.  
  274. #description a{
  275. color:#b8b8b8;
  276. font-style:italic;
  277. z-index:4;
  278. }
  279.  
  280. #title{
  281. margin-top:15px;
  282. margin-left:35px;
  283. z-index:3;
  284. font-family:"Inconsolata";
  285. font-size:14px;
  286. font-style:bold;
  287. font-size:30px;
  288. opacity:1;
  289. text-align:center;
  290. line-height:30px;
  291. width:100px;
  292. position:fixed;
  293. padding:8px;
  294. border:10px #ffffff solid;
  295. color:#ffffff;
  296.  
  297. -webkit-transition: all 0.6s ease-in-out;
  298. -moz-transition: all 0.6s ease-in-out;
  299. -o-transition: all 0.6s ease-in-out;
  300. -ms-transition: all 0.6s ease-in-out;
  301. transition: all 0.6s ease-in-out;
  302. }
  303.  
  304.  
  305. #pagination {
  306. font-size:8px;
  307. text-align:left;
  308. margin-top:-120px;
  309. margin-left:103px;
  310. padding:9px;
  311. width: 40px;
  312. opacity:0;
  313. }
  314.  
  315. .note {
  316. text-transform:uppercase;
  317. font-style:normal;
  318. letter-spacing:0px;
  319. font-size: 9px;
  320. text-align:left;
  321. line-height:90%;
  322. margin-left:-40px;
  323. }
  324.  
  325. .note li {
  326. list-style-type:none;
  327. border-bottom:1px solid {color:border};
  328. padding:10px 25px 10px 25px;
  329. text-align:left;
  330. margin:0px;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. #info {
  337. text-align:center;
  338. margin-top:10px;
  339. text-transform:uppercase;
  340. font-size:9px;
  341. }
  342.  
  343. #tags {
  344. font-family:cambria;
  345. letter-spacing:0px;
  346. text-transform:uppercase;
  347. font-size:8px;
  348. margin-top:4px;
  349. }
  350.  
  351. #tags
  352. a {display:inline; background-color:{color:linkb};
  353. padding:-4px;
  354. text-align:left;
  355. -webkit-transition: all 0.6s ease-in-out;
  356. -moz-transition: all 0.6s ease-in-out;
  357. -o-transition: all 0.6s ease-in-out;
  358. -ms-transition: all 0.6s ease-in-out;
  359. transition: all 0.6s ease-in-out;}
  360.  
  361. #asker {
  362. float:left;
  363. margin-right:5px;
  364. }
  365.  
  366. #credit {
  367. color:#ffffff;
  368. font-size:10px;
  369. font-family:calibri;
  370. text-transform:uppercase;
  371. line-height:12px;
  372. letter-spacing:2px;
  373. width:17px;
  374. height:12px;
  375. padding:5px;
  376. right:20px;
  377. bottom:35px;
  378. background-color:#d693b8;
  379. position:fixed;
  380. text-align:center;
  381. border-top:5px solid #8f8f8f;
  382. border-bottom:5px solid #8f8f8f;
  383. border-right:5px solid #8f8f8f;
  384. border-left:5px solid #8f8f8f;
  385.  
  386. }
  387.  
  388. #credit a{
  389. color:#ffffff;
  390. margin-left:2px;
  391. }
  392.  
  393. {CustomCSS}</style></head><body>
  394.  
  395.  
  396. <div id="credit">
  397. <a href="http://leodicapriio.tumblr.com/">LD</a></div>
  398.  
  399. <div id="sidebar">
  400.  
  401. <div id="sidebarimage"><img src="{image:Sidebar bg}"></div>
  402.  
  403.  
  404. <div id="links">
  405.  
  406. <a href="/">home</a>
  407. <a href="/ask">mssg</a>
  408. <a href="{text:Link 1 url}">{text:Link 1 name}</a>
  409. <a href="{text:Link 2 url}">{text:Link 2 name}</a>
  410. <a href="{text:Link 3 url}">{text:Link 3 name}</a>
  411. <a href="{text:Link 4 url}">{text:Link 4 name}</a>
  412. </div>
  413.  
  414.  
  415. <div id="description">
  416. {Description}
  417. </div>
  418.  
  419. <div id="title">{Title}</div>
  420.  
  421.  
  422. </div>
  423.  
  424. </div>
  425.  
  426. <div id="entries">{block:Posts}<div id="post">
  427.  
  428. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  429.  
  430. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  433.  
  434. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  435.  
  436. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  437.  
  438. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  439.  
  440. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  441. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  442. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  443. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  444. {/block:Audio}
  445.  
  446. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  447.  
  448. {block:Answer}
  449. <div style="border-radius:10px;background-color:{color:QuestionBg};padding:10px;font-size:09px;"><i>{Question}</i></div>
  450. <div style="padding:05px;text-align:right;font-size:09px;"><i>— asked by <u>{Asker}</u></i></div><p> <div style="font-size:09px;">{Answer}</div>
  451. {/block:Answer}
  452.  
  453. <div id="info">
  454. <a href="{ReblogURL}" target="_blank">reblog</a><p>
  455. {block:Date} {Month} {DayOfMonthWithZero} {Year}{/block:Date} {&hearts;<a href="{Permalink}">
  456. {NoteCount}</a>}
  457. {block:RebloggedFrom}<p>▼<a href="{ReblogParentURL}"
  458. title="{ReblogParentTitle}">{ReblogParentName}</a> ▼<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  459. {block:HasTags}
  460. <div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  461. {/block:Posts}
  462. {block:PostNotes}<div class="note">
  463. {block:PostNotes}{PostNotes}{/block:PostNotes}
  464. </div>
  465. </div>
  466. {/block:Posts}</div></div></div>
  467.  
  468.  
  469.  
  470.  
  471. <div id="footer" class="pagination" style="height:20px;padding:5px;margin-left:508px;">
  472. {block:Pagination}
  473. {block:PreviousPage}
  474. <a class="next" href="{PreviousPage}"><big>←</big></a>
  475. {/block:PreviousPage}
  476.  
  477. {block:JumpPagination length="5"}
  478. {block:CurrentPage}
  479. <span class="current_page"><big>{PageNumber}</big></span>
  480. {/block:CurrentPage}
  481.  
  482. {block:JumpPage}
  483. <a class="jump_page" href="{URL}"><big>{PageNumber}</big></a>
  484. {/block:JumpPage}
  485. {/block:JumpPagination}
  486.  
  487. {block:NextPage}
  488. <a class="next" href="{NextPage}"><big>→</big></a>
  489. {/block:NextPage}
  490. {/block:Pagination}
  491. </div>
  492.  
  493. </body>
  494. </div>
  495. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement