Advertisement
leodicapriio

She's Not Afraid

Feb 24th, 2013
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.24 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.  
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="if:3D Links" content="#000000" />
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Border" content="#f8f8f8"/>
  14. <meta name="color:Border Links" content="#f8f8f8"/>
  15. <meta name="color:Shadow" content="#eeeeee"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Bold" content="#6783a2"/>
  18. <meta name="color:Italic" content="#6782a2"/>
  19. <meta name="color:QuestionBg" content="#f8f8f8"/>
  20. <meta name="color:Scrollbar" content="#ce97a6"/>
  21.  
  22. <meta name="image:Sidebar" content=""/>
  23. <meta name="image:sidebar2" content=""/>
  24. <meta name="image:Background" content=""/>
  25.  
  26. <meta name="if:Title" content=""/>
  27.  
  28. <meta name="text:link 1" content="link 1" />
  29. <meta name="text:link 1 url" content="/" />
  30. <meta name="text:link 2" content="link 2" />
  31. <meta name="text:link 2 url" content="/" />
  32. <meta name="text:link 3" content="link 3" />
  33. <meta name="text:link 3 url" content="/" />
  34. <meta name="text:link 4" content="link 4" />
  35. <meta name="text:link 4 url" content="/" />
  36.  
  37. <meta name="if:Show Link1" content="1"/>
  38. <meta name="if:Show Link2" content="1"/>
  39. <meta name="if:Show Link3" content="1"/>
  40. <meta name="if:Show Link4" content="1"/>
  41. <meta name="if:Show Link5" content="1"/>
  42. <meta name="if:Show Link6" content="1"/>
  43. <meta name="if:Show Link7" content="1"/>
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}</title>
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}" />
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50.  
  51. <style type="text/css">
  52.  
  53. body {color:{color:text};
  54. background-color:{color:background};
  55. background-image: url('{image:Background}');
  56. background-attachment:fixed;
  57. font-family:cambria;
  58. font-size:10px;
  59. line-height:100%;
  60. text-align:justify;
  61. font-style:normal
  62. }
  63.  
  64. a:link, a:active, a:visited {color:#5e5e5d;
  65. text-decoration:none;
  66. -webkit-transition: all .5s ease-in-out;
  67. -moz-transition: all .5s ease-in-out;
  68. -o-transition: all .5s ease-in-out;
  69. -ms-transition: all .5s ease-in-out;
  70. }
  71.  
  72. a:hover {color:#000000;
  73. text-shadow: 2px 0px 1px #FF2668, -2px 0px 1px #0ED7FF;;
  74. background-color:{color:linkhover};
  75. -webkit-transition: all .5s ease-in-out;
  76. -moz-transition: all .5s ease-in-out;
  77. -o-transition: all .5s ease-in-out;
  78. -ms-transition: all .5s ease-in-out;
  79. }
  80.  
  81. small{font-size:9px
  82. }
  83.  
  84. big{font-size:12px;
  85. color:#3e3d3d;
  86. text-transform:lowercase;
  87. font-style:italic
  88. }
  89.  
  90. b, strong{color:{color:title}
  91. }
  92.  
  93. i, em {color:{color:text}
  94. }
  95.  
  96. img {
  97. border:none;
  98. }
  99.  
  100. blockquote {
  101. padding-left:5px;
  102. border-left:2px solid;
  103. }
  104.  
  105. blockquote blockquote {
  106. padding-left:5px;
  107. border-left:2px solid;
  108. }
  109.  
  110. h1 {
  111. font-size:15px;
  112. }
  113.  
  114. .bubble {
  115. align:right;
  116. background: #eee;
  117. margin:7px 0px 5px 66px;
  118. padding:10px;
  119. position:relative;
  120. -moz-border-radius:0px;
  121. -webkit-border-radius:0px;
  122. border-radius:0px;
  123. }
  124.  
  125. .bubble p {
  126. margin:1px 0px;
  127. }
  128.  
  129. .bubble span {
  130. display:block;
  131. position:absolute;
  132. width:1px;
  133. height:1px;
  134. font-size:0;
  135. line-height:1px;
  136. left:-10px;
  137. top:10px;
  138. border-top:7px solid transparent;
  139. border-bottom:7px solid transparent;
  140. border-right:10px solid #eee;
  141. }
  142.  
  143. .askborder {
  144. float:left;
  145. margin: 1px 4px 0 0;
  146. padding: 2px;
  147. background: #eee;
  148. }
  149.  
  150. #entries {padding:10px;
  151. width:500px;
  152. margin-left:500px;
  153. margin-top:40px;
  154. }
  155.  
  156. #post {width:500px;
  157. padding-bottom:20px;
  158. }
  159.  
  160. #post:hover .tags {position:absolute;
  161. margin-left:505px;
  162. opacity:1;padding:5px;
  163. }
  164.  
  165. .tags {float:
  166. left; position:absolute;
  167. padding-top: 2px;
  168. width: 200px;
  169. opacity: 0;
  170. font-family:"cambria";
  171. font-size:9px;
  172. text-transform: none;
  173. margin-left:400px;
  174. margin-top:0px;
  175. border-left:2px solid #e8e8e8;
  176. -webkit-transition: all 1s ease;
  177. line-height:4px;
  178. color:{color:link}
  179. }
  180.  
  181. .tags a {display:block;
  182. }
  183.  
  184. .tags a:hover { color:{color:hover} }
  185.  
  186. #info {text-align:left;
  187. padding:5px;
  188. margin-top:10px;
  189. margin-bottom:5px;
  190. border-bottom: 1px solid {color:line};
  191. text-transform: uppercase;
  192. font-family:calibri;}
  193.  
  194. #title {
  195. font-size:10.5px;
  196. text-align:center;
  197. margin-bottom:-190px;
  198. margin-left:-2px;
  199. font-family:copperplate;
  200. }
  201.  
  202. #sidebar {
  203. width:250px;
  204. position:fixed;
  205. margin-left:250px;
  206. margin-top:100px;
  207. }
  208.  
  209. #description {
  210. background-color:transparent;
  211. font-family:cambria;
  212. padding-top:1px;
  213. width:100px;
  214. margin-top:-10px;
  215. margin-bottom:25px;
  216. line-height:80%;
  217. font-size:9px;
  218. padding:7px
  219. }
  220.  
  221. #description img {
  222. width:100px;
  223. padding:10px;
  224. height:190px;
  225. background-color:transparent;
  226. border:1px solid {color:linkblock};
  227. margin-top:-30px
  228. }
  229.  
  230. #des {position:fixed;
  231. text-align:center;
  232. word-spacing:3px;
  233. font-family: cambria;
  234. width:100px;
  235. font-size: 9px;
  236. height:100px;
  237. margin-top:3px;
  238. border-top:0px solid {color:background};
  239. margin-left:5px;
  240. opacity:1;
  241. width:150px;
  242. line-height:120%;
  243. background-color:transparent;
  244. padding:10px;
  245. -webkit-transition: all 0.6s ease-in-out;
  246. -moz-transition: all 0.6s ease-in-out;
  247. -o-transition: all 0.6s ease-in-out;
  248. -ms-transition: all 0.6s ease-in-out;
  249. transition: all 0.6s ease-in-out;
  250. }
  251.  
  252. #des a{font-size:8px;
  253. padding:2px;
  254. -webkit-transition: all 0.6s ease-in-out;
  255. -moz-transition: all 0.6s ease-in-out;
  256. -o-transition: all 0.6s ease-in-out;
  257. -ms-transition: all 0.6s ease-in-out;
  258. transition: all 0.6s ease-in-out;
  259. }
  260.  
  261. #des a:hover {background-color:{color:link};
  262. color:{color:background};
  263. opacity:..8;
  264. -webkit-transition: all 0.6s ease-in-out;
  265. -moz-transition: all 0.6s ease-in-out;
  266. -o-transition: all 0.6s ease-in-out;
  267. -ms-transition: all 0.6s ease-in-out;
  268. transition: all 0.6s ease-in-out;
  269. }
  270.  
  271. #sbar2{
  272. opacity:0;
  273. position:fixed;
  274. z-index:1;
  275. -webkit-transition: all 0.8s ease-in-out;
  276. -moz-transition: all 0.8s ease-in-out;
  277. -transition: all 0.8s ease-in-out;
  278. }
  279.  
  280. #sbar2:hover{
  281. -webkit-transition: all 0.8s ease-in-out;
  282. -moz-transition: all 0.8s ease-in-out;
  283. -transition: all 0.8s ease-in-out;
  284. opacity:1
  285. }
  286.  
  287. #links {position:absolute;
  288. text-transform:uppercase;
  289. font-size:8px;
  290. opacity:0;
  291. width:40px;
  292. letter-spacing:1px;
  293. margin-left:0px;
  294. margin-top:-149px;
  295. -webkit-transition: all 0.6s ease-in-out;
  296. -moz-transition: all 0.6s ease-in-out;
  297. -o-transition: all 0.6s ease-in-out;
  298. -ms-transition: all 0.6s ease-in-out;
  299. transition: all 0.6s ease-in-out;
  300. }
  301.  
  302. #links a{display:block;
  303. padding:7px;
  304. opacity:1;
  305. margin-bottom:1px;
  306. -webkit-transition: all 0.6s ease-in-out;
  307. -moz-transition: all 0.6s ease-in-out;
  308. -o-transition: all 0.6s ease-in-out;
  309. -ms-transition: all 0.6s ease-in-out;
  310. transition: all 0.6s ease-in-out;
  311. }
  312.  
  313. #links:hover {opacity:1;
  314. margin-left:-50px;
  315. color:{color:link};
  316. -webkit-transition: all 0.6s ease-in-out;
  317. -moz-transition: all 0.6s ease-in-out;
  318. -o-transition: all 0.6s ease-in-out;
  319. -ms-transition: all 0.6s ease-in-out;
  320. transition: all 0.6s ease-in-out;
  321. }
  322.  
  323. #sidebar {
  324. width:180px;
  325. padding:10px;
  326. margin-left:200px;
  327. margin-top:420px;
  328. }
  329.  
  330. #sidebar:hover #links {
  331. opacity:1;
  332. margin-left:-50px;
  333.  
  334. -moz-transition-duration:0.5s;
  335. -webkit-transition-duration:0.5s;
  336. -o-transition-duration:0.5s;
  337. }
  338.  
  339. #sidebar:hover img{
  340. width: 160px;
  341. height:160px;
  342. opacity:1;
  343.  
  344. -moz-transition-duration:0.7s;
  345. -webkit-transition-duration:0.7s;
  346. -o-transition-duration:0.7s;
  347. }
  348.  
  349. #sidebar img{
  350. width:160px;
  351. height:160px;
  352. opacity:1;
  353. -moz-transition-duration:0.8s;
  354. -webkit-transition-duration:0.8s;
  355. -o-transition-duration:0.8s;
  356. padding:7px;
  357. border:1px {color:border} solid};
  358. }
  359.  
  360. #description {
  361. padding:5px;
  362. text-align:center;
  363. }
  364.  
  365. .pagination {
  366. margin-left:275px;
  367. line-height:20px;
  368. margin-top:225px;
  369. font-family:calibri;
  370. font-size:10px;
  371. color:{color:text};
  372. position:fixed;}
  373.  
  374. .pagination a {
  375. text-decoration:none;
  376. padding:2px 4px 2px 4px;
  377. color:{color:link};}
  378.  
  379. .pagination a:hover {
  380. color:{color:linkhover};
  381. }
  382.  
  383. #info {
  384. text-align:center;
  385. margin-top:10px;
  386. }
  387.  
  388. #asker {
  389. float:left;
  390. margin-right:5px;
  391. border:3px solid #e8e8e8;
  392. padding:5px;
  393. }
  394.  
  395. #credit {
  396. background-color:white;
  397. font-size:9px;
  398. font-family:calibri;
  399. text-transform:uppercase;
  400. width:95px;
  401. padding:5px;
  402. right:20px;
  403. bottom:25px;
  404. position:fixed;
  405. text-align:center;
  406. border:1px solid {color:border};
  407.  
  408. }
  409.  
  410. {CustomCSS}</style></head><body>
  411.  
  412. <div id="credit">
  413. <a href="http://fake-liampayne.tumblr.com/">©FAKE-LIAMPAYNE</a></div>
  414.  
  415. <div id="sidebar">
  416.  
  417. <div id="navcontainer">
  418. {block:HasPages}
  419. {block:Pages}
  420. <ul>
  421. <li><a href={URL}>{Label}</a></li>
  422. </ul>
  423. {/block:Pages}
  424. {/block:HasPages}
  425. </div>
  426.  
  427. <div id="title">{Title}</div>
  428.  
  429. <div id="sbar2"><img src="{image:sidebar2}"></a></div>
  430. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  431.  
  432. <div id="des">{Description}</div>
  433. <div id="links">
  434. <a href="/">home</a>
  435. <a href="/ask">ask</a>
  436. <a href="{text:link 1 url}">{text:link 1}</a>
  437. <a href="{text:link 2 url}">{text:link 2}</a>
  438. <a href="{text:link 3 url}">{text:link 3}</a>
  439. <a href="{text:link 4 url}">{text:link 4}</a>
  440. </div>
  441. </div>
  442.  
  443. {block:Pagination}<div class="pagination">
  444. {block:PreviousPage}<a style="font-size:10px;" class="current_page" href="{PreviousPage}">&lsaquo;</a>{/block:PreviousPage}
  445. {CurrentPage} of {TotalPages}
  446.  
  447. {block:NextPage}<a style="font-size:11px;" class="jump_page" href="{NextPage}">&rsaquo;</a>{/block:NextPage}
  448. </div>{/block:Pagination}
  449. <div id="description">
  450.  
  451. </div></div>
  452.  
  453.  
  454. <div id="entries">{block:Posts}<p>
  455. <div id="post">
  456.  
  457. <div class="tags">TAGS: <br/><br/>{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  458.  
  459. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  460.  
  461. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  462.  
  463. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  464.  
  465. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  466.  
  467. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  468.  
  469. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  470.  
  471. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  472.  
  473. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span><big>❝</big> <i>{Asker}</i>: {Question}&nbsp;</div><br>{Answer}{/block:Answer}
  474.  
  475. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  476.  
  477. <div id="info">
  478. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  479. {NoteCountWithLabel}</a></div>
  480. </p>
  481. </div>
  482.  
  483. {/block:Posts}
  484.  
  485. {block:PostNotes}{PostNotes}{/block:PostNotes}
  486. {/block:Posts}</div>
  487.  
  488. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement