believenotlies

theme two | believenotlies.tumblr

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