believenotlies

theme ten | believenotlies.tumblr

Jun 12th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. <html>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- BELIEVENOTLIES.TUMBLR.COM | DO NOT COPY OR STEAL -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <link rel="shortcut icon" href="{PortraitURL-16}">
  10.  
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES | TEXT -->
  14. <meta name="text:TumblrURL" content="tumblr username here" />
  15.  
  16. <!-- DEFAULT VARIABLES | OPTIONALS -->
  17. <meta name="text:URL 1" content="" />
  18. <meta name="text:title 1" content="" />
  19. <meta name="text:URL 2" content="" />
  20. <meta name="text:title 2" content="" />
  21. <meta name="text:URL 3" content="" />
  22. <meta name="text:title 3" content="" />
  23. <meta name="text:URL 4" content="" />
  24. <meta name="text:title 4" content="" />
  25.  
  26.  
  27. <title>{Title}</title>
  28.  
  29. <style type="text/css">
  30. ::-webkit-scrollbar {
  31. height: 5px;
  32. width: 4px;
  33. background: #FFF;
  34. }
  35. ::-webkit-scrollbar-thumb {
  36. background: #FAFAFA;
  37. }
  38. ::-webkit-scrollbar-corner {
  39. background: transparent;
  40. }
  41.  
  42. body {
  43. margin: 0px;
  44. background: #FAFAFA;
  45. background-attachment: fixed;
  46. background-repeat: repeat;
  47. font: normal 9px Trebuchet MS;
  48. color: #999;
  49. line-height: 9px;
  50. letter-spacing: 0px;
  51. text-transform: lowercase;
  52. }
  53.  
  54. a:link, a:active, a:visited {
  55. color: #999;
  56. text-decoration: none;
  57. }
  58.  
  59. a:hover {
  60. color: #C1C1C1;
  61. text-decoration: none;
  62. -webkit-transition: all 0.4s ease-out;
  63. -moz-transition: all 0.4s ease-out;
  64. }
  65.  
  66. a.nav:link, a.nav:active, a.nav:visited {
  67. color: #FFF;
  68. }
  69.  
  70. a.date:link, a.date:active, a.date:visited {
  71. color: #C1C1C1;
  72. }
  73.  
  74. a img {
  75. border: 0px;
  76. }
  77. a img:hover {
  78. opacity: 0.9;
  79. -webkit-transition: all 0.4s ease-out;
  80. }
  81.  
  82. @font-face {
  83. font-family: "arsenalewhite";
  84. src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf');
  85. }
  86.  
  87. .title {
  88. font: 10px Courier New;
  89. color: #ADADAD;
  90. line-height: 10px;
  91. letter-spacing: 0px;
  92. text-transform: uppercase;
  93. text-shadow: 0.0em 0.0em 0.9em #E1E1E1;
  94. padding-bottom: 10px;
  95. }
  96.  
  97. h1 {
  98. font: 10px Courier New;
  99. display: block;
  100. color: #ADADAD;
  101. font-size: 10px;
  102. text-align: center;
  103. text-transform: uppercase;
  104. text-shadow: 0.0em 0.0em 0.9em #E1E1E1;
  105. margin-bottom: 0px;
  106. }
  107.  
  108. #date {
  109. display: block;
  110. font: 8px Courier New;
  111. padding: 2px;
  112. color: #C1C1C1;
  113. text-align: right;
  114. line-height: 10px;
  115. text-transform: uppercase;
  116. letter-spacing: 2px;
  117. margin-bottom: 15px;
  118. border-bottom: 1px solid #F0F0F0;
  119. text-shadow: 0.1em 0.1em 0.09em #E1E1E1;
  120. }
  121.  
  122. nav {
  123. display: inline-block;
  124. font: 8px Courier New;
  125. letter-spacing: 2px;
  126. text-transform: uppercase;
  127. text-align: center;
  128. color: #FFF;
  129. padding: 10px 0px 10px 0px;
  130. border: none;
  131. width: 10%;
  132. }
  133.  
  134. pagination {
  135. display: inline-block;
  136. width: 40%;
  137. }
  138.  
  139. extra {
  140. display: block;
  141. font: 8px Georgia;
  142. font-style: italic;
  143. letter-spacing: 1px;
  144. text-align: left;
  145. padding: 4px;
  146. border-bottom: 1px dotted #EEE;
  147. background: #FAFAFA;
  148. }
  149.  
  150. #nav {
  151. background: #CC1863;
  152. text-align: left;
  153. padding: 6px;
  154. }
  155.  
  156. #block {
  157. background: #EEE;
  158. border-bottom: 3px double #FAFAFA;
  159. padding: 4px;
  160. }
  161.  
  162. #box {
  163. padding: 5px;
  164. width: 800px;
  165. overflow:hidden;
  166. position: relative;
  167. margin: auto;
  168. margin-top: 25px;
  169. }
  170.  
  171. #center {
  172. width: 798px;
  173. height: 500px;
  174. border-top: none;
  175. border: 1px solid #F0F0F0;
  176. background-color: #FFF;
  177. }
  178.  
  179. #sidebar {
  180. padding: 10px 10px 10px 10px;
  181. width: 210px;
  182. height: 480px;
  183. position: fixed!important;
  184. float: left;
  185. border-right: 1px solid #F0F0F0;
  186. }
  187.  
  188. #posts {
  189. padding: 10px 10px 10px 0px;
  190. width: 550px;
  191. height: 480px;
  192. overflow-x: hidden;
  193. overflow-y: scroll;
  194. float: right;
  195. background-color: #FFF;
  196. }
  197.  
  198. #postnotes {
  199. text-align: justify;
  200. }
  201.  
  202. #source {
  203. text-transform: uppercase;
  204. text-align: right;
  205. }
  206.  
  207. .notes img {
  208. width: 10px;
  209. position: relative;
  210. top: 1px;
  211. margin-left: 5px;
  212. }
  213.  
  214. blockquote {
  215. border-left: 3px solid #F0F0F0;
  216. padding-left: 5px;
  217. }
  218.  
  219. .user_1 .label, .user_4 .label, .user_7 .label, .user_2 .label, .user_5 .label, .user_8 .label, .user_3 .label, .user_6 .label,
  220. .user_9 .label {
  221. color: {color:hover};
  222. }
  223.  
  224. </style>
  225. </head>
  226.  
  227.  
  228. <body>
  229. <div id="box">
  230.  
  231. <div id="nav">
  232. <nav><a href="/" class="nav">index</a></nav>
  233.  
  234. <nav><a href="/archive" class="nav">archive</a></nav>
  235.  
  236. <nav><a href="/ask" class="nav">message</a></nav>
  237.  
  238. <nav><a href="http://believenotlies.tumblr.com" class="nav">theme</a></nav>
  239. </div>
  240.  
  241. <div id="floral"></div>
  242.  
  243. <div id="block"></div>
  244.  
  245. <div id="center">
  246.  
  247. <div id="sidebar">
  248.  
  249. <h1>{Title}</h1>
  250. <div id="scroll3" style="background: url('http://i42.tinypic.com/2j18jo6.png'); padding: 3px; border-bottom: 3px solid #A7CF44; margin-bottom: 2px;"></div>
  251.  
  252. <div id="scroll3" style="height: 270px; overflow: auto;">
  253. <img src="{PortraitURL-128}" width="72px" style="border: 1px solid #EEEEEE; padding: 2px;" align="left">
  254. {Description}
  255. </div>
  256.  
  257.  
  258. </br></br></br><h1>linkage</h1>
  259. <div id="scroll3" style="background: url('http://i42.tinypic.com/2j18jo6.png'); padding: 3px; border-bottom: 3px solid #A7CF44; margin-bottom: 2px;"></div>
  260.  
  261. <div id="scroll3" style="overflow: none;">
  262.  
  263. {block:ifURL1}<extra><a href="{text:URL 1}" class="extra">{text:title 1}</a></extra>{/block:ifURL1}
  264.  
  265. {block:ifURL2}<extra><a href="{text:URL 2}" class="extra">{text:title 2}</a></extra>{/block:ifURL2}
  266.  
  267. {block:ifURL3}<extra><a href="{text:URL 3}" class="extra">{text:title 3}</a></extra>{/block:ifURL3}
  268.  
  269. {block:ifURL4}<extra><a href="{text:URL 4}" class="extra">{text:title 4}</a></extra>{/block:ifURL4}
  270. </div
  271.  
  272.  
  273.  
  274. <BR><BR>
  275. <center><h1>
  276. <pagination>
  277. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  278. </pagination>
  279.  
  280. <pagination>
  281. {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  282. </pagination>
  283.  
  284. {block:PermalinkPagination}
  285. <pagination>
  286. {block:NextPost}<a href="{NextPost}">previous</a>{/block:NextPost}
  287. </pagination>
  288.  
  289. <pagination>
  290. {block:PreviousPost}<a href="{PreviousPost}">next</a>{/block:PreviousPost}
  291. </pagination>
  292. {/block:PermalinkPagination}
  293. </h1></center>
  294.  
  295. <br>
  296. © {CopyrightYears} {text:TumblrURL}.
  297. </div>
  298.  
  299.  
  300.  
  301.  
  302. <!-- THE WEBLOG -->
  303.  
  304. <div id="posts">
  305. {block:Posts}
  306. <div id="scroll">
  307.  
  308. <div id="date"><a href="{Permalink}" class="date">
  309. {block:Date}posted {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} { {12Hour}:{Minutes} {CapitalAmPm} }{/block:Date}</a>
  310. </div>
  311.  
  312. {block:Text}
  313. {block:Title}<span class="title">{Title}</span>{/block:Title}
  314. <span class="entrytext">{Body}</span>
  315. {/block:Text}
  316.  
  317.  
  318.  
  319. {block:Photo}<center>
  320. {LinkOpenTag}<a href="/" title="photo" target="_blank"><img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</a></center>
  321. {block:Caption}{Caption}{/block:Caption}
  322. {/block:Photo}
  323.  
  324.  
  325.  
  326.  
  327. {block:Link}
  328. <a href="{URL}" class="title">{Name}</a>
  329. {block:Description}{Description}{/block:Description}
  330. {block:Link}
  331.  
  332.  
  333.  
  334. {block:Quote}
  335. <span class="title">" {Quote} "</span>
  336. {block:Source}
  337. <div id="source"> — {Source}</div>
  338. {/block:Source}
  339. {/block:Quote}
  340.  
  341.  
  342.  
  343. {block:Chat}
  344. {block:Title}<span class="title">{Title}</span>{/block:Title}
  345. <ul class="chat">
  346. {block:Lines}
  347. <li class="user_{UserNumber}">
  348. {block:Label}
  349. <span class="label">{Label}</span>
  350. {/block:Label}
  351. {Line}
  352. </li>
  353. {/block:Lines}
  354. </ul>
  355. {/block:Chat}
  356.  
  357.  
  358.  
  359. {block:Audio}
  360. <center>{AudioPlayerWhite}</center>
  361. {block:Caption}{Caption}{/block:Caption}
  362. {/block:Audio}
  363.  
  364.  
  365.  
  366. {block:Video}<center>
  367. {Video-250}<BR>
  368. {block:Caption}{Caption}{/block:Caption}</center>
  369. {block:Video}
  370.  
  371.  
  372.  
  373. <BR><BR>
  374. {block:PostNotes}
  375. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  376.  
  377. {block:HasTags}
  378. &bull; tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  379. {block:RebloggedFrom}
  380. &bull; reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  381. &bull; originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  382. </center></span>
  383. <BR>
  384.  
  385. <div id="postnotes">{PostNotes}</div><br>
  386.  
  387. <center>{block:ContentSource}
  388. <br><a href="{SourceURL}">
  389. {lang:Source}:
  390. {block:SourceLogo}
  391. <img src="{BlackLogoURL}" width="{LogoWidth}"
  392. height="{LogoHeight}" alt="{SourceTitle}" />
  393. {/block:SourceLogo}
  394. {block:NoSourceLogo}
  395. {SourceLink}
  396. {/block:NoSourceLogo}
  397. </a>
  398. {/block:ContentSource}</center>
  399.  
  400. {/block:PostNotes}
  401.  
  402. {/block:Posts}
  403.  
  404. </div><br>
  405. </div>
  406. </div>
  407.  
  408. </body>
  409. </html>
Advertisement
Add Comment
Please, Sign In to add comment