believenotlies

theme six | believenotlies.tumblr

Nov 12th, 2011
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 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. <script type="text/javascript" src="http://ettudis.three-words.net/js/infinitescroll.js"></script>
  12.  
  13. <head>
  14.  
  15. <!-- DEFAULT VARIABLES | COLORS -->
  16. <meta name="color:accent" content="#77577D" />
  17.  
  18. <!-- DEFAULT VARIABLES | OPTIONALS -->
  19. <meta name="text:URL 1" content="" />
  20. <meta name="text:URL TITLE 1" content="" />
  21. <meta name="text:URL 2" content="" />
  22. <meta name="text:URL TITLE 2" content="" />
  23. <meta name="text:URL 3" content="" />
  24. <meta name="text:URL TITLE 3" content="" />
  25.  
  26. <title>{Title}</title>
  27.  
  28. <style type="text/css">
  29. iframe#tumblr_controls {
  30. top: 2px !important;
  31. opacity: 0.7;
  32. margin: 0 0 0 0;
  33. right: 4px !important;
  34. position:fixed !important;
  35. }
  36.  
  37. ::-webkit-scrollbar {
  38. height: 4px;
  39. width: 4px;
  40. background: #282828;
  41. }
  42. ::-webkit-scrollbar-thumb {
  43. -webkit-border-radius: 30px;
  44. background: #3C3C3C;
  45. }
  46. ::-webkit-scrollbar-corner {
  47. background: transparent;
  48. }
  49.  
  50. body {
  51. margin: 0px;
  52. background: #000 url('http://i44.tinypic.com/2h83gpj.jpg');
  53. background-attachment: fixed;
  54. background-repeat: repeat;
  55. font-family: Arial;
  56. color: #999;
  57. font-size: 11px;
  58. line-height: 11px;
  59. letter-spacing: 1px;
  60. text-transform: lowercase;
  61. }
  62.  
  63. a:link, a:active, a:visited, a:hover {
  64. text-decoration: none;
  65. color: #CCC;
  66. }
  67.  
  68. .nav {
  69. width: 45px;
  70. height: 50px;
  71. background-color: #000;
  72. font: 7px Georgia;
  73. text-transform:uppercase;
  74. text-align:center;
  75. padding:3px;
  76. -webkit-border-radius: 250px;
  77. -moz-border-radius: 250px;
  78. -moz-transition: all .7s ease-in-out;
  79. -webkit-transition: all .7s ease-in-out;
  80. }
  81.  
  82. .nav:hover {
  83. background-color: #FFF;
  84. }
  85.  
  86. #sidebar {
  87. width: 300px;
  88. position: fixed;
  89. right: 80px;
  90. padding: 10px;
  91. margin: 25px;
  92. }
  93.  
  94. .blogtitle a {
  95. display: block;
  96. text-align: left;
  97. font: normal 28px Georgia;
  98. color: {color:accent};
  99. line-height: 20px;
  100. letter-spacing: 8px;
  101. text-transform: uppercase;
  102. }
  103.  
  104. .description {
  105. background-color: transparent;
  106. color: {color:postlink};
  107. }
  108.  
  109. .info {
  110. padding: 4px;
  111. margin-right: 70px;
  112. width: 150px;
  113. float: right;
  114. }
  115.  
  116. #container {
  117. padding: 20px 0px;
  118. margin-right: 430px;
  119. width: 800px;
  120. float: right;
  121. }
  122.  
  123. #date {
  124. width: 522px;
  125. float: right;
  126. display: block;
  127. font: normal 7px Georgia;
  128. padding: 2px 2px 2px 6px;
  129. text-align: center;
  130. line-height: 8px;
  131. text-transform: uppercase;
  132. letter-spacing: 2px;
  133. background-color: #000;
  134. margin: 0px 0px 14px 0px;
  135. }
  136.  
  137. .title {
  138. font: normal 16px Georgia;
  139. color: {color:accent};
  140. line-height: 25px;
  141. letter-spacing: 0px;
  142. text-transform: uppercase;
  143. margin-left: 4px;
  144. }
  145.  
  146. #post {
  147. width: 510px;
  148. float: right;
  149. padding: 6px 10px 0px 10px;
  150. background-color: #FFF;
  151. }
  152.  
  153. #postnotes {
  154. text-align: justify;
  155. }
  156.  
  157. #source {
  158. text-transform: uppercase;
  159. text-align: right;
  160. }
  161.  
  162. #quotemark {
  163. font: normal 140px Georgia;
  164. color: #C1C1C1;
  165. padding-left: 5px;
  166. line-height: 80px;
  167. margin-top: 10px;
  168. }
  169.  
  170. #quote {
  171. font: normal 16px Georgia;
  172. letter-spacing: -1px;
  173. color: {color:accent};
  174. text-transform: uppercase;
  175. margin-top: -80px;
  176. padding-left: 25px;
  177. }
  178.  
  179. .notes img {
  180. width: 10px;
  181. position: relative;
  182. top: 1px;
  183. margin-left: 5px;
  184. }
  185.  
  186. blockquote {
  187. border-left: 2px solid #CCC;
  188. padding-left: 10px;
  189. }
  190.  
  191. .user_1 .label, .user_4 .label, .user_7 .label, .user_2 .label, .user_5 .label, .user_8 .label, .user_3 .label, .user_6 .label,
  192. .user_9 .label {
  193. color: {color:hover};
  194. }
  195.  
  196. </style>
  197. </head>
  198.  
  199. <body>
  200.  
  201. <div id="sidebar">
  202.  
  203. <div class="description">
  204. <div class="blogtitle"><a href="/">{Title}</a></div>
  205. </div>
  206.  
  207. <div class="info">{Description}</div>
  208.  
  209. <table cellspacing="8px"><tr><td class="nav">
  210. <a href="/archive">archive</a>
  211. </td></tr></table>
  212.  
  213. <table cellspacing="8px"><tr><td class="nav">
  214. <a href="/ask">message</a>
  215. </td></tr></table>
  216.  
  217. {block:ifURL1}<table cellspacing="8px"><tr><td class="nav">
  218. <a href="{text:URL 1}">{text:URL TITLE 1}</a>
  219. </td></tr></table>{/block:ifURL1}
  220.  
  221. {block:ifURL2}<table cellspacing="8px"><tr><td class="nav">
  222. <a href="{text:URL 2}">{text:URL TITLE 2}</a>
  223. </td></tr></table>{/block:ifURL2}
  224.  
  225. {block:ifURL3}<table cellspacing="8px"><tr><td class="nav">
  226. <a href="{text:URL 3}">{text:URL TITLE 3}</a>
  227. </td></tr></table>{/block:ifURL3}
  228.  
  229. <table cellspacing="8px"><tr><td class="nav">
  230. <a href="http://believenotliesthemes.tumblr.com/">theme</a>
  231. </td></tr></table>
  232.  
  233. </div>
  234.  
  235.  
  236. <!-- THE WEBLOG -->
  237.  
  238. <div id="container">
  239. <div class=”autopagerize_page_element”>
  240.  
  241. {block:Posts}
  242.  
  243. <div id="post">
  244. {block:Text}
  245. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  246. <span class="entrytext">{Body}</span>
  247. {/block:Text}
  248. </div>
  249.  
  250.  
  251. <div id="post">
  252. {block:Photo}<center>
  253. <a href="{Permalink}" title="{PhotoAlt}" target="_blank"><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="border: 1px solid #EEEEEE; padding: 2px;"></a></center>
  254. {block:Caption}{Caption}{/block:Caption}
  255. {/block:Photo}
  256. </div>
  257.  
  258.  
  259. <div id="post">
  260. {block:Photoset}<center>
  261. {Photoset-500}</center>
  262. {block:Caption}{Caption}{/block:Caption}
  263. {/block:Photoset}
  264. </div>
  265.  
  266.  
  267. <div id="post">
  268. {block:Link}
  269. <center><a href="{URL}" class="title">{Name}</a></center>
  270. {block:Description}{Description}{/block:Description}
  271. {/block:Link}
  272. </div>
  273.  
  274.  
  275. <div id="post">
  276. {block:Quote}
  277. <div id="quotemark">“</div><div id="quote">{Quote}</div>
  278. {block:Source}
  279. <div id="source"> — {Source}</div>
  280. {/block:Source}
  281. {/block:Quote}
  282. </div>
  283.  
  284.  
  285. <div id="post">
  286. {block:Chat}
  287. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  288. <ul class="chat">
  289. {block:Lines}
  290. <li class="user_{UserNumber}">
  291. {block:Label}
  292. <span class="label">{Label}</span>
  293. {/block:Label}
  294. {Line}
  295. </li>
  296. {/block:Lines}
  297. </ul>
  298. {/block:Chat}
  299. </div>
  300.  
  301.  
  302. <div id="post">
  303. {block:Audio}
  304. <center>
  305. {AudioPlayerWhite}
  306. {block:Caption}{Caption}{/block:Caption}
  307. {FormattedPlayCount} plays
  308. <BR><BR><BR>
  309. </center>
  310. {/block:Audio}
  311. </div>
  312.  
  313.  
  314. <div id="post">
  315. {block:Video}<center>
  316. {Video-500}<BR>
  317. {block:Caption}{Caption}{/block:Caption}</center>
  318. {block:Video}
  319. </div>
  320.  
  321. <div id="date"><a href="{Permalink}" class="date">
  322. {block:Date}{DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}</a>
  323. </div>
  324.  
  325.  
  326. <BR><BR>
  327. {block:PostNotes}
  328. <center>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  329.  
  330. <br>
  331. {block:HasTags}
  332. &bull; tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  333. {block:RebloggedFrom}
  334. &bull; reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  335. &bull; originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  336. </center></span>
  337. <BR>
  338.  
  339. <div id="postnotes">{PostNotes}</div><br>
  340.  
  341. <center>{block:ContentSource}
  342. <br><a href="{SourceURL}">
  343. {lang:Source}:
  344. {block:SourceLogo}
  345. <img src="{BlackLogoURL}" width="{LogoWidth}"
  346. height="{LogoHeight}" alt="{SourceTitle}" />
  347. {/block:SourceLogo}
  348. {block:NoSourceLogo}
  349. {SourceLink}
  350. {/block:NoSourceLogo}
  351. </a>
  352. {/block:ContentSource}</center>
  353.  
  354. {/block:PostNotes}
  355.  
  356. {/block:Posts}
  357.  
  358.  
  359. {block:PostNotes}
  360. <div class="content_notes">{PostNotes}</div>
  361. {/block:PostNotes}
  362.  
  363. </div>
  364. </div>
  365.  
  366. </body>
  367. </html>
Advertisement
Add Comment
Please, Sign In to add comment