Advertisement
timeywimeyness

Timeywimeyness Tumblr Theme #1

May 23rd, 2013
1,408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 KB | None | 0 0
  1. <!--
  2. ----------------------------------------------
  3.  
  4. THEME BY BURNINGUPASUN, BASECODES BY DUMBLDORES.
  5. FEEL FREE TO EDIT COLORS, MINOR THINGS, ETC. PLEASE DO NOT REDISTRIBUTE AS YOUR OWN.
  6.  
  7. ----------------------------------------------
  8.  
  9. -->
  10.  
  11. <html>
  12. <head>
  13. <title>{title}</title>
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <!-- Theme Variables -->
  22.  
  23. <meta name="if:ShowLink3" content="1" />
  24. <meta name="if:ShowLink4" content="1" />
  25. <meta name="if:ShowLink5" content="1" />
  26. <meta name="if:ShowLink6" content="1" />
  27.  
  28.  
  29. <meta name="color:border" content="#191112" />
  30. <meta name="color:bg" content="#f4ede1" />
  31. <meta name="color:entry" content="#ffffff" />
  32. <meta name="color:text" content="#1911120" />
  33. <meta name="color:link" content="#191112" />
  34. <meta name="color:link hover" content="#fff" />
  35. <meta name="color:scrollbar" content="#191112" />
  36. <meta name="color:scrollbarbg" content="#ffffff" />
  37. <meta name="color:descriptiontext" content="#271c1d" />
  38. <meta name="color:pagination" content="#353535" />
  39. <meta name="color:question" content="# f7f2ea" />
  40.  
  41.  
  42. <meta name="text:Home Title" content="Home" />
  43.  
  44. <meta name="text:Ask Title" content="Ask" />
  45.  
  46. <meta name="text:Link3 URL" content="/" />
  47. <meta name="text:Link3 Title" content="Link3" />
  48.  
  49. <meta name="text:Link4 URL" content="/" />
  50. <meta name="text:Link4 Title" content="Link4" />
  51.  
  52. <meta name="text:Link5 URL" content="/" />
  53. <meta name="text:Link5 Title" content="Link5" />
  54.  
  55. <meta name="text:Link6 URL" content="/" />
  56. <meta name="text:Link6 Title" content="Link6" />
  57.  
  58. <meta name="image:background" content="" />
  59. <meta name="image:sidebg" content="" />
  60. <meta name="if:tinycursor" content="1"/>
  61.  
  62. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  63.  
  64. <link rel="shortcut icon" href="{Favicon}" />
  65.  
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  67.  
  68. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. {block:iftinycursor}
  75. body, a, a:hover{
  76. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  77. }
  78. {/block:iftinycursor}
  79.  
  80. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  81. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  82. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  83.  
  84.  
  85.  
  86. body {
  87. background-color: {color:bg};
  88. color: {color:text};
  89. line-height: 100%;
  90. text-transform: lowercase;
  91. }
  92.  
  93. a:link, a:active, a:visited {
  94. text-decoration: none;
  95. color: {color:link};
  96. -moz-transition-duration:.6s;
  97. -webkit-transition-duration:.6s;
  98. -o-transition-duration:.6s;
  99. }
  100.  
  101. a:hover {
  102. color: {color:link hover};
  103. text-decoration: line-through;
  104. -moz-transition-duration:.6s;
  105. -webkit-transition-duration:.6s;
  106. -o-transition-duration:.6s;
  107. }
  108.  
  109. #entries {
  110. background-color: {color:bg};
  111. width: 500px;
  112. padding: 10px;
  113. text-align: justify;
  114. margin-top: 0px;
  115. margin-left: 550px;
  116. font-size: 11px;
  117. }
  118.  
  119. #posts {
  120. background-color: {color:entry};
  121. width: 500px;
  122. padding: 10px;
  123. text-align: justify;
  124. font-family: cambria;
  125. }
  126.  
  127.  
  128. #info {
  129. margin-top: -25px;
  130. padding-bottom: 50px;
  131. letter-spacing: 1px;
  132. line-height:7px;
  133. font-family: cambria;
  134. font-size: 9px;
  135. }
  136.  
  137. #sidebar {
  138. width: 470px;
  139. height: 670px;
  140. display: block;
  141. position: fixed;
  142. margin-top: -10px;
  143. margin-left: -10px;
  144. background-image: url('{image:sidebg}');
  145. border-right: 20px solid {color:entry};
  146. }
  147.  
  148.  
  149.  
  150. #description {
  151. font-family:baskerville;
  152. font-size:11.2px;
  153. letter-spacing:1px;
  154. text-align: center;
  155. color:{color:descriptiontext};
  156. background-color:{color:scrollbarbg};
  157. line-height:14px;
  158. width:185px;
  159. height:200px;
  160. padding: 15px;
  161. margin-left:100px;
  162. margin-top: -280px;
  163. }
  164.  
  165.  
  166.  
  167. #linkbar {
  168. margin-left: 320px;
  169. width:65px;
  170. margin-top: 244px;
  171. position: fixed;
  172. text-align:center;
  173. color:{color:descriptiontext};
  174. }
  175.  
  176.  
  177.  
  178. #links a {
  179. font-size:11px;
  180. font-family: baskerville;
  181. text-transform: lowercase;
  182. color: {color:descriptiontext};
  183. line-height:15px;
  184. letter-spacing:1px;
  185. display:block;
  186. margin-bottom:2px;
  187. padding: 2px;
  188. background-color:{color:scrollbarbg};
  189.  
  190. }
  191.  
  192.  
  193. .title {
  194. font-family:dubiel; arial;
  195. font-size:18px;
  196. text-transform:lowercase;
  197. letter-spacing:1px;
  198. text-align:center;
  199. color:{color:scrollbarbg};
  200. background-color:{color:descriptiontext};
  201. line-height:15px;
  202. margin-left:100px;
  203. margin-top:310px;
  204. width:181px;
  205. height:10px;
  206. padding:17px;
  207. border: 0px solid #fff;
  208. }
  209.  
  210.  
  211. #pagination {
  212. position: fixed;
  213. display: block;
  214. padding: 1px;
  215. top: 383px;
  216. font-size: 11px;
  217. font-family: cambria;
  218. left: 99px;
  219. width: 212px;
  220. height: 15px;
  221. text-align: center;
  222. margin-top: -25px;
  223. color: {color:pagination};
  224. background-color:{color:entry};
  225. z-index: 100;
  226. }
  227.  
  228.  
  229.  
  230. h1{
  231. background-color: transparent;
  232. font-family: baskerville;
  233. font-size: 13px;
  234. line-height: 10px;
  235. letter-spacing: 2px;
  236. text-align: left;
  237. text-transform: uppercase;
  238. color: {color:link};
  239. }
  240.  
  241. #question {
  242. font-family: calibri;
  243. font-size: 11px;
  244. text-align: left;
  245. padding: 5px;
  246. background-color:{color:question};
  247. }
  248.  
  249. #answer {
  250. font-size: 11px;
  251. margin-top: 5px;
  252. }
  253.  
  254. blockquote {
  255. margin: 10px 2px 10px 10px;
  256. border-left: 4px solid {color:border};
  257. padding-left: 3px;
  258. }
  259.  
  260. blockquote img, blockquote a img {
  261. max-width: 490px;
  262. }
  263.  
  264. p {
  265. margin-top: 5px;
  266. margin-bottom: 10px;
  267. }
  268.  
  269. img a{
  270. border: none;
  271. }
  272.  
  273. img a:hover {
  274. opacity: 1;
  275. }
  276.  
  277. .audio{
  278. background-color: black;
  279. display: block;
  280. }
  281.  
  282.  
  283. .notes img{
  284. width: 10px;
  285. position: relative;
  286. top: 1px;
  287. }
  288.  
  289. ol.notes, .notes li{
  290. list-style: none;
  291. margin: 0px;
  292. padding: 0px;
  293. }
  294.  
  295. #cred {
  296. position:fixed;
  297. font-size:10px;
  298. font-weight:normal;
  299. line-height:150%;
  300. letter-spacing:2px;
  301. bottom:10px;
  302. margin-left:1328px;
  303. color:#fff;
  304. text-transform:uppercase;
  305. text-align:center;
  306. background-color:#ffffff;
  307. border: 1px dashed {color:border};
  308. padding: 2px;
  309. padding-left: 3px;
  310. }
  311.  
  312.  
  313.  
  314. </style>
  315. <style type="text/css">
  316.  
  317. {CustomCSS}</style>
  318.  
  319. </head>
  320. <body>
  321.  
  322. <div id="pagination">
  323. {block:Pagination}<div class="pagination">
  324. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  325. {block:JumpPagination length="5"}{block:CurrentPage}
  326. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  327. {/block:CurrentPage}
  328. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  329. {/block:JumpPagination}
  330. {block:NextPage}<a href="{NextPage}">→</a> {/block:NextPage}
  331. </div>{/block:Pagination}
  332.  
  333. </div>
  334.  
  335. <div id="sidebar">
  336. {block:IfShowSidebarImage}<div id="sidebarimg"><img src="{image:sidebar}"></div><br>
  337.  
  338. {/block:IfShowSidebarImage}
  339. <div class="title">{title}</div>
  340. <div id="description">{block:Description}{Description}{/block:Description}</div>
  341. </div>
  342.  
  343. <div id="linkbar"><div id="links">
  344. <a title="{text:Home Hover}"href="/">{text:Home Title}</a>
  345. <a title="{text:Ask Hover}"href="/ask">{text:Ask Title}</a>
  346. {block:IfShowLink3}<a title="{text:Link3 Hover}"href="{text:Link3 URL}">{text:Link3 Title}</a>
  347.  
  348. {/block:IfShowLink3}
  349. {block:IfShowLink4}<a title="{text:Link4 Hover}"href="{text:Link4 URL}">{text:Link4 Title}</a>
  350.  
  351. {/block:IfShowLink4}
  352. {block:IfShowLink5}<a title="{text:Link5 Hover}"href="{text:Link5 URL}">{text:Link5 Title}</a>
  353.  
  354. {/block:IfShowLink5}
  355. {block:IfShowLink6}<a title="{text:Link6 Hover}"href="{text:Link6 URL}">{text:Link6 Title}</a>
  356.  
  357. {/block:IfShowLink6}
  358. </div></div>
  359.  
  360.  
  361.  
  362.  
  363.  
  364. <BR>
  365.  
  366. <div id="entries">
  367. {block:Posts}
  368.  
  369. <div id="posts">
  370.  
  371. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  372. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  373. {block:Text}{Body}{/block:Text}
  374.  
  375. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  376. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  377.  
  378. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  379.  
  380. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  381. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  382.  
  383. {/block:Photoset}
  384.  
  385. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span
  386.  
  387. class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  388.  
  389. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  390.  
  391. {block:Answer}
  392. <div id="question">{asker}</i> said:<br><font size="1.75">{Question}</font><br></div>
  393. <div id="answer"><font size="1.75">{Answer}</font></div>
  394. {/block:Answer}
  395.  
  396. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}
  397.  
  398. {/block:Caption}{/block:Audio}
  399. </div>
  400.  
  401. <br>
  402.  
  403. <br>
  404. <div id="info">
  405. <div align="left">
  406. {block:Date}
  407. {block:NotReblog}
  408. posted{/block:NotReblog}
  409. {block:RebloggedFrom}
  410. reblogged{/block:RebloggedFrom}
  411. <a href="{Permalink}">
  412. {TimeAgo}
  413. </a>
  414. {/block:Date}
  415. {block:NoteCount}
  416. with <a href="{Permalink}">
  417. {NoteCountWithLabel}</a>
  418. {/block:NoteCount}
  419. {block:RebloggedFrom};
  420. via <a href="{ReblogParentURL}">
  421. {ReblogParentName}</a>
  422. {/block:RebloggedFrom}
  423. {block:ContentSource}+
  424. <a href="{SourceURL}">
  425. {SourceLink}</a>
  426. {/block:ContentSource}
  427. {/block:ContentSource}
  428. <br>
  429.  
  430. <left>---------------------------------------------------------------------------------</left>
  431. <br>
  432. {block:HasTags}
  433. {block:Tags}<a href="/tagged/{Tag}">
  434. #{Tag}</a>
  435. {/block:Tags}
  436. {/block:HasTags}
  437. </div>
  438. </div>
  439.  
  440. {/block:Posts}
  441. {block:PostNotes}{PostNotes}{/block:PostNotes}
  442.  
  443. </div>
  444.  
  445.  
  446.  
  447.  
  448.  
  449. <div id="cred"><a href="http://burningupasun.tumblr.com/"><big>T</big></a></div>
  450. </html>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement