believenotlies

theme one | believenotlies.tumblr

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