Advertisement
dylaenobriens

Just Give Me A Reason

Jul 8th, 2013
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 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. JUST GIVE ME A REASON BY ODYLAENOBRIENS
  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="#b8b8b8"/>
  21. <meta name="color:link hover" content="#f2f2f2"/>
  22. <meta name="color:border" content="#eeeeee"/>
  23. <meta name="color:scrollbar" content="ffffff"/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:home title" content="home" />
  28. <meta name="text:ask title" content="ask" />
  29. <meta name="text:ask url" content="/ask" />
  30.  
  31. <meta name="text:link 1 title" content="link 1" />
  32. <meta name="text:link 1 url" content="/" />
  33. <meta name="text:link 2 title" content="link 2" />
  34. <meta name="text:link 2 url" content="/" />
  35.  
  36. <meta name="if:Show Link 1" content="1" />
  37. <meta name="if:Show Link 2" content="1" />
  38. <meta name="if:Show Home" content="1" />
  39. <meta name="if:Show Ask" content="1" />
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. /*- body -*/
  46.  
  47. body {
  48. font-family:calibri;
  49. font-size:9px;
  50. line-height:115%;
  51. color:{color:text};
  52. background:{color:background};
  53. }
  54.  
  55. img {
  56. border:none;
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. -webkit-transition: all 0.6s ease;
  65. -moz-transition: all 0.6s ease;
  66. -o-transition: all 0.6s ease
  67. }
  68.  
  69. a:hover {
  70. color:{color:link hover};
  71. -webkit-transition: all 0.8s ease;
  72. -moz-transition: all 0.8s ease;
  73. -o-transition: all 0.8s ease
  74. }
  75.  
  76. h1 {
  77. font-size:10px;
  78. text-transform:uppercase;
  79. font-weight: bold;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. /*- posts/entries -*/
  93.  
  94.  
  95. #entries {
  96. width:520px;
  97. margin-left:450px;
  98. margin-top:60px;
  99. font-size:9px;
  100. }
  101.  
  102.  
  103. #post {
  104. width:500px;
  105. padding:10px;
  106. margin-bottom:20px;
  107. }
  108.  
  109. /*- sidebar -*/
  110.  
  111.  
  112. #sidebar {
  113. position:fixed;
  114. width: 212px;
  115.  
  116. margin-left:170px;
  117. margin-top:200px;
  118. }
  119.  
  120. #sidebarimage {
  121. width: 110px;
  122. height: 110px;
  123. }
  124.  
  125. #sidebarimage img {
  126. margin-left:-15px;
  127. position:fixed;
  128. margin-top:-10px;
  129. height:152px;
  130. z-index:9999;
  131. width: 220px;
  132. padding:3px;
  133. border:solid 1px {color:border};
  134. }
  135.  
  136. #description {
  137. width:200px;
  138. margin-left:5px;
  139. margin-top:5px;
  140. font-family:calibri;
  141. line-height:100%;
  142. font-size:10px;
  143. padding-bottom:5px;
  144. text-align:center;
  145. }
  146.  
  147. #links {
  148.  
  149. margin-top:43px;
  150. width:200px;
  151. height:auto;
  152. padding-top: 5px;
  153. padding-bottom: 5px;
  154. text-align:center;
  155. font-size:8px;
  156. font-family:times new roman;
  157. word-spacing:2px;
  158. text-transform:uppercase;
  159. }
  160.  
  161. #links a {
  162. padding:6px;
  163. font-size: 8px;
  164. padding-left: 6px;
  165. padding-right: 6px;
  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. letter-spacing:3px;
  173. background-color:grey;
  174. text-decoration:underline;
  175. padding-left: 5px;
  176. padding-right: 5px;
  177. color:{color:link hover}
  178. -webkit-transition: all 0.4s ease;
  179. -moz-transition: all 0.4s ease;
  180. -o-transition: all 0.4s ease
  181. }
  182.  
  183.  
  184. #pagination {
  185. position:fixed;
  186. width:65px;
  187. height: 10px;
  188. font-size:8px;
  189. text-align:center;
  190. margin-left:235px;
  191. margin-top:400px;
  192. padding: 8px;
  193. font-family:times new roman;
  194. letter-spacing:4px;
  195. opacity: 1;
  196. background-color: {color:background};
  197. }
  198.  
  199.  
  200. /*- others -*/
  201.  
  202. ::-webkit-scrollbar {
  203. width: 5px;height: 5px;}
  204. ::-webkit-scrollbar-button:start:decrement,
  205. ::-webkit-scrollbar-button:end:increment {
  206. height: 6px;display: block;background-color: {color:white};}
  207. ::-webkit-scrollbar-track-piece {
  208. background-color: {color:scrollbar};}
  209. ::-webkit-scrollbar-thumb:vertical {
  210. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  211.  
  212. #info {
  213. text-align:left;
  214. margin-top:10px;
  215. padding: 5px;
  216. font-size: 8px;
  217. color: {color:link};
  218. text-transform: uppercase;
  219. border-top: 1px solid {color:border};
  220. }
  221.  
  222. #reblog {
  223. margin-left:-3px;
  224. margin-top:-5px;
  225. text-align:center;
  226. color:white;
  227. background-color:#cfcece;
  228. width:35px;
  229. padding:2px;
  230. }
  231.  
  232. #reblog a {
  233. font-family:'trebuchet ms';
  234. color:white;
  235. }
  236.  
  237. #notes {
  238. margin-left:40px;
  239. margin-top:-13px;
  240. }
  241.  
  242. #rightinfo {
  243. margin-left:360px;
  244. margin-top:-9px;
  245. text-align:justify;
  246. float:right;
  247. background-color:#cfcece;
  248. padding:3px;
  249. margin-top:-11px;
  250. margin-left:5px;
  251. color:white;
  252. }
  253.  
  254. #rightinfo a {
  255. font-family:'trebuchet ms';
  256. color:white;
  257. }
  258.  
  259.  
  260. #ask {
  261. float:left;
  262. width: 490px;
  263. padding: 5px;
  264. font-style: italic;
  265. text-align:justify;
  266. text-transform: lowercase;
  267. padding-bottom: 5px;
  268. padding-right: 5px;
  269. line-height:115%;
  270. background-color: #fcfcfc;
  271. border: 1px solid {color:border};
  272. }
  273.  
  274. #answer {
  275. font-size: 9px;
  276. width: 480px;
  277. padding-top: 10px;
  278. margin-left: 7px;
  279. line-height:120%;
  280. }
  281.  
  282. #credit {
  283. right:3px;
  284. bottom:6px;
  285. font-size:9px;
  286. padding:5px;
  287. color:{color:text};
  288. background-color:#fafafa;
  289. text-transform:uppercase;
  290. border:1px solid {color:border};
  291. position:fixed;
  292. -webkit-transition: all 0.5s ease-out;
  293. -moz-transition: all 0.5s ease-out;
  294. transition: all 0.5s ease-out;
  295. }
  296.  
  297. #credit:hover {
  298. background-color:black;
  299. color:white;
  300. }
  301. {CustomCSS}</style></head><body>
  302.  
  303. <div id="sidebar">
  304.  
  305.  
  306. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  307.  
  308.  
  309. <div id="links">
  310.  
  311. {block:IfShowHome}
  312. <a href="/">{text:home title}</a>
  313. {/block:IfShowHome}
  314. {block:IfShowAsk}
  315. <a href="{text:ask url}">{text:ask title}</a>
  316. {block:IfShowAsk}
  317. {block:IfShowLink1}
  318. <a href="{text:link 1 url}">{text:link 1 title}</a>
  319. {/block:IfShowLink1}
  320. {block:IfShowLink2}
  321. <a href="{text:link 2 url}">{text:link 2 title}</a>
  322. {/block:IfShowLink2}
  323.  
  324. </div>
  325.  
  326.  
  327. <div id="description">{Description}</div>
  328.  
  329. </div>
  330.  
  331.  
  332. <div id="pagination">
  333.  
  334. {block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  335. </div>
  336.  
  337. <div id="entries">{block:Posts}<div id="post">
  338.  
  339. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  340.  
  341. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  342.  
  343. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  344.  
  345. {block:Quote}{Quote}{/block:Quote}
  346.  
  347. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  348.  
  349. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  350.  
  351. {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>
  352. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  353. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  354. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  355. {/block:Audio}
  356.  
  357. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  358.  
  359. {block:Answer}<div id="ask">{Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  360.  
  361. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  362. {NoteCountWithLabel}</a></div>
  363. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  364. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  365. 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>
  366.  
  367. </div>
  368.  
  369. </div>
  370. {/block:Posts}
  371. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  372. {/block:Posts}</div></div></div>
  373.  
  374. <div id="credit"><a href="http://dylaenobriens.tumblr.com/">DYLAENOBRIENS</a></center></div
  375.  
  376.  
  377. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement