Advertisement
dylaenobriens

Young And Beautiful

Jul 10th, 2013
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.43 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.  
  11. Young And Beautiful By Dylaenobriens
  12.  
  13. DO NOT DO ANYTHING AGAINST THE RULES
  14.  
  15. -->
  16.  
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#a8a8a8"/>
  20. <meta name="color:link" content="#b9b8b8"/>
  21. <meta name="color:link hover" content="#f2f2f2"/>
  22. <meta name="color:border" content="#eeeeee"/>
  23. <meta name="color:scrollbar" content="#000000"/>
  24. <meta name="color:sblinks" content="#f2f2f2"/>
  25. <meta name="color:pagi" content="#aaaaaa"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:home title" content="home" />
  30. <meta name="text:ask title" content="ask" />
  31. <meta name="text:ask url" content="/ask" />
  32.  
  33. <meta name="text:link 1 title" content="link 1" />
  34. <meta name="text:link 1 url" content="/" />
  35. <meta name="text:link 2 title" content="link 2" />
  36. <meta name="text:link 2 url" content="/" />
  37.  
  38. <meta name="if:Show Link 1" content="1" />
  39. <meta name="if:Show Link 2" content="1" />
  40. <meta name="if:Show Home" content="1" />
  41. <meta name="if:Show Ask" content="1" />
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /*- body -*/
  47.  
  48. body {
  49. font-family:calibri;
  50. font-size:9px;
  51. line-height:115%;
  52. color:{color:text};
  53. background:{color:background};
  54. }
  55.  
  56. img {
  57. border:none;
  58. }
  59.  
  60. a {
  61. text-decoration:none;
  62. outline:none;
  63. -moz-outline-style:none;
  64. color:{color:link};
  65. -webkit-transition: all 0.6s ease;
  66. -moz-transition: all 0.6s ease;
  67. -o-transition: all 0.6s ease
  68. }
  69.  
  70. a:hover {
  71. color:{color:link hover};
  72. -webkit-transition: all 0.8s ease;
  73. -moz-transition: all 0.8s ease;
  74. -o-transition: all 0.8s ease
  75. }
  76.  
  77. h1 {
  78. font-size:10px;
  79. text-transform:uppercase;
  80. font-weight: bold;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. /*- posts/entries -*/
  94.  
  95.  
  96. #entries {
  97. width:520px;
  98. margin-left:350px;
  99. margin-top:80px;
  100. font-size:9px;
  101. }
  102.  
  103.  
  104. #post {
  105. width:500px;
  106. padding:10px;
  107. margin-bottom:20px;
  108. }
  109.  
  110. /*- sidebar -*/
  111.  
  112.  
  113. #sidebar {
  114. z-index:2222;
  115. position:fixed;
  116. width: 110px;
  117. margin-left:150px;
  118. margin-top:180px;
  119. }
  120.  
  121. #sidebarimage {
  122. width: 110px;
  123. height: 110px;
  124. }
  125.  
  126. #sidebarimage img {
  127. background-color:black;
  128. width: 100px;
  129. height: 100px;
  130. padding:5px;
  131. border:solid 1px {color:border};
  132. }
  133.  
  134. #description {
  135. margin-top:10px;
  136. width:110px;
  137. font-family:calibri;
  138. line-height:100%;
  139. font-size:9px;
  140. padding-bottom:5px;
  141. text-align:center;
  142. }
  143.  
  144. #links {
  145. color:{color:sblinks};
  146. position:fixed;
  147. width:150px;
  148. height:auto;
  149. padding-top: 5px;
  150. padding-bottom: 5px;
  151. text-align:center;
  152. font-size:9px;
  153. font-family:times new roman;
  154. word-spacing:3px;
  155. text-transform:uppercase;
  156. margin-left:380px;
  157. margin-top:-330px;
  158. text-shadow:1px 1px #ffffff, 1px 2px red;
  159. }
  160.  
  161. #links a {
  162. color:{color:sblinks};
  163. font-size: 9px;
  164. padding-left: 0px;
  165. padding-right: 0px;
  166. -webkit-transition: all 0.4s ease;
  167. -moz-transition: all 0.4s ease;
  168. -o-transition: all 0.4s ease
  169. }
  170.  
  171. #links a:hover {
  172. text-shadow:1px 1px #ffffff, 1px 2px red;
  173. padding-left: 4px;
  174. padding-right: 4px;
  175. color:{color:link hover}
  176. -webkit-transition: all 0.4s ease;
  177. -moz-transition: all 0.4s ease;
  178. -o-transition: all 0.4s ease
  179. }
  180.  
  181.  
  182. #pagination {
  183. position:fixed;
  184. width:30px;
  185. height: 10px;
  186. font-size:8px;
  187. text-align:center;
  188. left:239px;
  189. margin-top:325px;
  190. padding: 10px;
  191. font-family:consolas;
  192. letter-spacing:1px;
  193. opacity: 1;
  194. color:{color:pagi};
  195. -webkit-transition: all 0.4s ease;
  196. -moz-transition: all 0.4s ease;
  197. -o-transition: all 0.4s ease
  198.  
  199. }
  200.  
  201. #pagination a {
  202. color:{color:pagi};
  203. }
  204.  
  205. #pagination:hover {
  206. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  207. }
  208.  
  209. #line {
  210. margin-top:-60px;
  211. margin-left:120px;
  212. color:#000;
  213. background-color:#000;
  214. position:fixed;
  215. width:1%;
  216. border-right:5px solid #fff;
  217. height:100%;
  218. }
  219.  
  220.  
  221. #line2 {
  222. margin-top:-60px;
  223. margin-left:280px;
  224. color:#000;
  225. background-color:#000;
  226. position:fixed;
  227. width:1%;
  228. height:100%;
  229. }
  230.  
  231.  
  232. /*- others -*/
  233.  
  234. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  235. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  236. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  237. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  238. }
  239.  
  240. #info {
  241. text-align:left;
  242. margin-top:10px;
  243. padding: 5px;
  244. font-size: 8px;
  245. color: {color:link};
  246. text-transform: uppercase;
  247. border-top: 1px solid {color:border};
  248. }
  249.  
  250. #reblog {
  251. margin-left:-3px;
  252. margin-top:-5px;
  253. text-align:center;
  254. color:white;
  255. background-color:black;
  256. width:35px;
  257. padding:2px;
  258. }
  259.  
  260. #notes {
  261. margin-left:40px;
  262. margin-top:-13px;
  263. }
  264.  
  265. #rightinfo {
  266. margin-left:360px;
  267. margin-top:-9px;
  268. text-align:justify;
  269. float:right;
  270. background-color:black;
  271. padding:3px;
  272. margin-top:-11px;
  273. margin-left:5px;
  274. }
  275.  
  276. #ask {
  277. float:left;
  278. width: 490px;
  279. padding: 5px;
  280. text-align:justify;
  281. text-transform: lowercase;
  282. padding-bottom: 5px;
  283. padding-right: 5px;
  284. line-height:115%;
  285. background-color: black;
  286. border-radius:100px;
  287. border: 1px solid {color:border};
  288. }
  289.  
  290. #answer {
  291. font-size: 9px;
  292. width: 480px;
  293. padding-top: 10px;
  294. margin-left: 7px;
  295. line-height:120%;
  296. }
  297.  
  298.  
  299. #topline {
  300. position:fixed;
  301. background-color:black;
  302. color:black;
  303. margin-top:-80px;
  304. width:1600px;
  305. margin-left:-60px;
  306. height:60px;
  307. }
  308.  
  309. @font-face{font-family:Lala;src:url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  310.  
  311. #title {
  312. text-align:justify;
  313. letter-spacing:1px;
  314. font-family:Lala;
  315. position:fixed;
  316. color:white;
  317. padding:3px;
  318. font-size:20px;
  319. margin-top:-60px;
  320. margin-left:500px;
  321. z-index:2222;
  322. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  323. }
  324.  
  325. #title a {
  326. color:white;
  327. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  328. }
  329.  
  330. #credit {
  331. right:3px;
  332. bottom:6px;
  333. font-size:9px;
  334. padding:5px;
  335. color:white;
  336. background-color:black;
  337. text-transform:uppercase;
  338. border:1px solid {color:border};
  339. position:fixed;
  340. -webkit-transition: all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;
  342. transition: all 0.5s ease-out;
  343. }
  344.  
  345.  
  346. #credit a:hover {
  347. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  348. }
  349.  
  350. #move {
  351. margin-left:50px;
  352. }
  353.  
  354.  
  355.  
  356. {CustomCSS}</style></head><body>
  357.  
  358. <div id="move">
  359.  
  360. <div id="sidebar">
  361.  
  362.  
  363. <a href="/"><div id="sidebarimage"><img src="{image:sidebar}"></div></a>
  364.  
  365.  
  366. <div id="links">
  367.  
  368. {block:IfShowHome}
  369. <a href="/">{text:home title}</a>
  370. {/block:IfShowHome}
  371. {block:IfShowAsk}
  372. <a href="{text:ask url}">{text:ask title}</a>
  373. {block:IfShowAsk}
  374. {block:IfShowLink1}
  375. <a href="{text:link 1 url}">{text:link 1 title}</a>
  376. {/block:IfShowLink1}
  377. {block:IfShowLink2}
  378. <a href="{text:link 2 url}">{text:link 2 title}</a>
  379. {/block:IfShowLink2}
  380.  
  381. </div>
  382.  
  383.  
  384. <div id="description">{Description}</div>
  385.  
  386. </div>
  387.  
  388.  
  389. <div id="pagination">
  390. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>PREV</big></a>{/block:PreviousPage}{/block:Pagination}
  391. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">NEXT</a></big>{/block:NextPage}{/block:Pagination}
  392. </div>
  393.  
  394. <div id="line">Hi</div>
  395. <div id="line2">Hi</div>
  396. <div id="topline">Hi</div>
  397. <a href="/"><div id="title">{title}</div></a>
  398.  
  399. <div id="entries">{block:Posts}<div id="post">
  400.  
  401. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  402.  
  403. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  404.  
  405. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  406.  
  407. {block:Quote}{Quote}{/block:Quote}
  408.  
  409. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  410.  
  411. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  412.  
  413. {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>
  414. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  415. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  416. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  417. {/block:Audio}
  418.  
  419. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  420.  
  421. {block:Answer}<div id="ask">{Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  422.  
  423.  
  424.  
  425. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  426. {NoteCountWithLabel}</a></div>
  427. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  428. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  429. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div> <br> <div style="margin-top:-2px;">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  430.  
  431. </div>
  432.  
  433. </div>
  434. {/block:Posts}
  435. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  436. {/block:Posts}</div></div></div>
  437.  
  438. </div>
  439.  
  440. <div id="credit"><a href="http://dylaenobriens.tumblr.com/">dylaenobriens</a></center></div>
  441.  
  442.  
  443. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement