Advertisement
befuddlement

befuddlement fourth theme

Feb 21st, 2013
7,062
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!--- obligatory theft warning:if you steal this theme i will send a llama to eat you. please don’t remove the credit. fifth theme by hannah at befuddlement.tumblr.com --->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:entries" content="#ffffff"/>
  14. <meta name="color:side" content="#131313"/>
  15. <meta name="color:text" content="#b5b5b5"/>
  16. <meta name="color:sidetext" content="777777">
  17. <meta name="color:desclink" content="777777">
  18. <meta name="color:link" content="#bdbdbd"/>
  19. <meta name="color:link2" content="#e2bb7d"/>
  20. <meta name="color:link hover" content="#c76e31"/>
  21. <meta name="color:linkbar" content="#131313"/>
  22. <meta name="color:sidelinks" content="#131313"/>
  23. <meta name="color:sidelinkshov" content="#ffffff"/>
  24. <meta name="color:border" content="#888888"/>
  25. <meta name="color:tag line" content="#e2bb7d"/>
  26. <meta name="color:bold" content="#a0a0a0"/>
  27. <meta name="color:scroll" content="c76e31">
  28. <meta name="color:scrollbg" content="131313">
  29.  
  30. <meta name="image:lsidebar" content=""/>
  31. <meta name="image:background" content=""/>
  32.  
  33. <meta name="if:lsidebar" content="1">
  34.  
  35. <meta name="text:Link1" content="/" />
  36. <meta name="text:Link1 Title" content="link 1" />
  37. <meta name="text:Link2" content="/" />
  38. <meta name="text:Link2 Title" content="link 2" />
  39. <meta name="text:Link3" content="/" />
  40. <meta name="text:Link3 Title" content="link 3" />
  41. <meta name="text:Link4" content="/" />
  42. <meta name="text:Link4 Title" content="link 4" />
  43. <meta name="text:Linkbar Padding Top" content="350"/>
  44.  
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  47.  
  48. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  49. <style>
  50. div#qTip {
  51. padding: 4px;
  52. border-right-width: 2px;
  53. border-bottom-width: 2px;
  54. display: none;
  55. font: 8px calibri;
  56. text-align: left;
  57. position: absolute;
  58. z-index: 1000;
  59. background: {color:side};
  60. color:{color:desclink};
  61. border-radius: 1px;
  62. text-transform:uppercase;
  63. letter-spacing: 1px;
  64. }
  65. </style>
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. /*--- S C R O L L B A R ---*/
  71.  
  72. ::-webkit-scrollbar, ::-webkit-scrollbar-corner{background-color:{color:scrollbg};width:5px;height:5px;}
  73. ::-webkit-scrollbar-thumb{background:{color:scroll};}
  74.  
  75. /*--- B A S E ---*/
  76.  
  77. body {
  78. background-color:{color:background};
  79. background-image:url('{image:Background}');
  80. background-attachment:fixed;
  81. background-repeat:repeat;
  82. margin:0px;
  83. color:{color:text};
  84. font-family: arial;
  85. font-size:10px;
  86. line-height:110%;
  87. }
  88.  
  89. a:link, a:visited, a:active {
  90. color: {color:link};
  91. text-decoration: none;
  92. font-weight: normal;
  93. -webkit-transition: opacity 0.7s linear;
  94. opacity: 0.7s;
  95. -webkit-transition: all 0.6s ease-out;
  96. -moz-transition: all 0.6s ease-out;
  97. transition: all 0.6s ease-out;
  98. }
  99.  
  100. a:hover {
  101. color: {color:link hover};
  102. text-decoration: none;
  103. font-weight: normal;
  104. -webkit-transition: opacity 0.7s linear;
  105. opacity: 0.7s;
  106. -webkit-transition: all 0.6s ease-out;
  107. -moz-transition: all 0.6s ease-out;
  108. transition: all 0.6s ease-out;
  109. }
  110.  
  111. b {
  112. color:{color:bold};
  113. }
  114.  
  115. h1 {
  116. font-family:calibri;
  117. font-size:9px;
  118. letter-spacing:3px;
  119. line-height:170%;
  120. text-transform:uppercase;
  121. font-style:normal;
  122. font-weight:normal;
  123. }
  124.  
  125. h2 {
  126. font-family:calibri;
  127. font-size:10px;
  128. line-height:130%;
  129. text-shadow:#eeeeee 0px 1px 1px;
  130. letter-spacing:2px;
  131. padding-left:10px;
  132. padding-right:10px;
  133. text-transform:uppercase;
  134. font-weight:normal;
  135. }
  136.  
  137. blockquote {
  138. padding:2px 10px 2px 9px;
  139. margin-left:0px;
  140. width:480px;
  141. overflow:hidden;
  142. background-color:#fcfcfc;
  143. border-left: 1px solid {color:scroll};
  144. }
  145.  
  146.  
  147. /*--- S I D E ---*/
  148.  
  149. #title2 {
  150. color:{color:sidetext};
  151. font-family:calibri;
  152. letter-spacing:3px;
  153. text-shadow:#585858 0px 1px 1px;
  154. text-transform:uppercase;
  155. text-align:center;
  156. font-size:10px;
  157. padding:4px 0px 6px 0px;
  158. width:140px;
  159. margin-left:10px;
  160. z-index:100;
  161. border-top:1px solid {color:border};
  162. border-bottom:1px solid {color:border};
  163. }
  164.  
  165.  
  166. #sidebar {
  167. width:160px;
  168. height:100%;
  169. position:fixed;
  170. padding-top:100px;
  171. margin-left:33px;
  172. background-color:{color:side};
  173. }
  174.  
  175. #lsidebar {
  176. width:150px;
  177. }
  178.  
  179. #lsidebar img {
  180. width: 120px;
  181. padding:10px;
  182. -moz-border-radius:100px;
  183. -webkit-border-radius:100px;
  184. margin-bottom:5px;
  185. margin-left:10px;
  186. }
  187.  
  188.  
  189.  
  190.  
  191. /*--- D E S C R I P T I O N ---*/
  192.  
  193. .desc {
  194. width:130px;
  195. font-family:georgia;
  196. text-align:center;
  197. color:{color:sidetext};
  198. background-color:{color:side};
  199. font-size:10px;
  200. padding:10px;
  201. margin-left:5px;
  202. }
  203.  
  204. .desc a {
  205. color:{color:desclink};}
  206.  
  207. .desc a:hover {
  208. color:{color:link hover};}
  209.  
  210.  
  211.  
  212. /*--- N A V I G A T I O N ---*/
  213.  
  214. #linkbar {
  215. width:30px;
  216. height:1000%;
  217. margin-top:-20px;
  218. padding-top:{text:linkbar padding top}px;
  219. position:fixed;
  220. margin-left:0px;
  221. border-right:3px solid #ffffff;
  222. background-color:{color:linkbar};
  223. }
  224.  
  225. #sidelink a {
  226. width:29px;
  227. height:19px;
  228. padding-top:10px;
  229. margin-bottom:1px;
  230. display:block;
  231. background-color:{color:sidelinks};
  232. font-size:8px;
  233. color:{color:link2};
  234. letter-spacing: 2px;
  235. text-align:center;
  236. text-transform: uppercase;
  237. -webkit-transition: opacity 0.9s linear;
  238. opacity: 0.8s;
  239. -webkit-transition: all 0.8s ease-in;
  240. -moz-transition: all 0.8s ease-in;
  241. transition: all 0.8s ease-in;}
  242.  
  243. #sidelink a:hover {
  244. background-color:{color:sidelinkshov};
  245. color:{color:link hover};
  246. -moz-border-radius: 20px; -webkit-border-radius: 20px;
  247. -webkit-transition: opacity 0.9s linear;
  248. opacity: 0.8s;
  249. -webkit-transition: all 0.8s ease-in;
  250. -moz-transition: all 0.8s ease-in;
  251. transition: all 0.8s ease-in;}
  252.  
  253.  
  254.  
  255. /*--- P A G I N A T I O N ---*/
  256.  
  257. #pagination {
  258. width:110px;
  259. margin-top:2px;
  260. margin-left:15px;
  261. font-family: calibri;
  262. text-align:center;
  263. font-size:9px;
  264. letter-spacing:2px;
  265. padding-left:10px;
  266. padding-right:10px;
  267. }
  268.  
  269. .pagination a {
  270. color:{color:sidetext};
  271. }
  272.  
  273.  
  274. .pagination a:hover {
  275. color:{color:link hover};
  276. }
  277.  
  278. /*--- E N T R I E S ---*/
  279.  
  280. #entries {
  281. margin-top:0px;
  282. width:522px;
  283. top:5px;
  284. text-align:left;
  285. margin-left:270px;
  286. padding-right:50px;
  287. padding-top:50px;
  288. }
  289.  
  290. #post {
  291. margin-bottom:55px;
  292. width:500px;
  293. padding:20px;
  294. background-color: {color:entries};
  295. }
  296.  
  297. /*--- I N F O ---*/
  298.  
  299. #info {
  300. text-transform:uppercase;
  301. letter-spacing:1px;
  302. line-height:4px;
  303. font-size: 8px;
  304. width:498px;
  305. margin-left:0px;
  306. margin-top:15px;
  307. margin-bottom:3px;
  308. text-align:left;
  309. padding-bottom:5px;
  310. padding-right:1px;
  311. padding-left:0px;
  312. color:{color:text};
  313. }
  314.  
  315. #info a {
  316. font-family:calibri;
  317. -webkit-transition: opacity 0.7s linear;
  318. opacity: 0.7s;
  319. -webkit-transition: all 0.6s ease-out;
  320. -moz-transition: all 0.6s ease-out;
  321. transition: all 0.6s ease-out;
  322. }
  323.  
  324. #info a:link {
  325. color:{color:link};
  326. }
  327.  
  328. #info a:hover {
  329. color:{color:link hover};
  330. -webkit-transition: opacity 0.7s linear;
  331. opacity: 0.7s;
  332. -webkit-transition: all 0.6s ease-out;
  333. -moz-transition: all 0.6s ease-out;
  334. transition: all 0.6s ease-out;
  335. }
  336.  
  337.  
  338.  
  339. /*--- T A G S ---*/
  340.  
  341. #tags {
  342. width:490px;
  343. margin-top:-5px;
  344. text-transform:lowercase;
  345. text-align:center;
  346. font-size:10px;
  347. line-height:11px;
  348. border-top:1px solid {color:tag line};
  349. padding:3px 5px 3px 5px;
  350. background-color: {color:entries};
  351. }
  352.  
  353. #tags a {
  354. color:{color:bold};
  355. padding:2px 6px;
  356. -webkit-transition: opacity 0.7s linear;
  357. opacity: 0.7s;
  358. -webkit-transition: all 0.6s ease-out;
  359. -moz-transition: all 0.6s ease-out;
  360. transition: all 0.6s ease-out;
  361. }
  362.  
  363. #tags a:hover {
  364. color:{color:text};
  365. background-color:#fafafa;
  366. border-top:1px solid {color:scroll};
  367. -webkit-transition: opacity 0.7s linear;
  368. opacity: 0.7s;
  369. -webkit-transition: all 0.6s ease-out;
  370. -moz-transition: all 0.6s ease-out;
  371. transition: all 0.6s ease-out;
  372. }
  373.  
  374. /*--- C R E D I T ---*/
  375.  
  376. .credit {
  377. padding:5px 5px;
  378. color:{color:link};
  379. border:1px solid #f2f2f2;
  380. -webkit-transition: opacity 0.7s linear;
  381. opacity: 0.7s;
  382. -webkit-transition: all 0.6s ease-out;
  383. -moz-transition: all 0.6s ease-out;
  384. transition: all 0.6s ease-out;
  385. }
  386.  
  387. /*--- O T H E R ---*/
  388.  
  389. #ask {
  390. float:left;
  391. margin-right:5px;
  392. }
  393.  
  394.  
  395. .qsource {
  396. text-align:right;
  397. }
  398.  
  399.  
  400. .playerbutton {
  401. width:38px;
  402. height:38px;
  403. padding-top:12px;
  404. padding-left:12px;
  405. overflow:hidden;
  406. }
  407.  
  408.  
  409. .player {
  410. opacity:.5;
  411. background-color: #ffffff;
  412. position: absolute;
  413. z-index: 1000;
  414. }
  415.  
  416.  
  417. .audio{
  418. position:absolute;
  419. width:20px;
  420. height:20px;
  421. }
  422.  
  423.  
  424. .albumcover{
  425. width:50px;
  426. height:50px;
  427. position:absolute;
  428. }
  429.  
  430.  
  431. .albumcover img{
  432. float:left;
  433. opacity:1;
  434. width:50px;
  435. }
  436.  
  437.  
  438. .audioinfo{
  439. margin-top: 2px;
  440. margin-left:10px;
  441. height: 40px;
  442. display:block;
  443. width:381px;
  444. text-align: left;
  445. padding-left: 50px;
  446. padding-right:10px;
  447. }
  448.  
  449. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; text-transform: normal;text-align: left; font-style: normal;}
  450.  
  451. ol.notes li.note {padding: 3px;}
  452.  
  453. ol.notes li.note img.avatar {vertical-align: -6px; margin-left:5px; margin-right: 10px; width: 18px; height: 18px; -moz-border-radius:100px;
  454. -webkit-border-radius:100px;}
  455.  
  456. ol.notes li.note span.action {font-style: normal;}
  457.  
  458. ol.notes li.note .answer_content {font-weight: normal;}
  459.  
  460. ol.notes li.note blockquote {color: {color:text}; background-color: #f8f8f8; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  461.  
  462. ol.notes li.note blockquote a {text-decoration: none; font-weight: bold;}
  463.  
  464. {CustomCSS}</style>
  465.  
  466.  
  467. </head><body>
  468.  
  469. <div id="linkbar">
  470. <div id="sidelink">
  471. <a href="/ask" title="ask">01</a>
  472. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">02</a>{/block:ifLink1}
  473. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">03</a>{/block:ifLink2}
  474. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">04</a>{/block:ifLink3}
  475. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">05</a>{/block:ifLink4}</div><div>
  476.  
  477. </div></div>
  478.  
  479.  
  480. <div id="sidebar">
  481. <div id="lsidebar">
  482. <div class="box circle">
  483. {block:iflsidebar}
  484. <a href="/" title="home"><img src="{image:lsidebar}" /></a>
  485. </div></div>{/block:iflsidebar}
  486. <div id="title2">{Title}</div>
  487. <div class="desc">
  488. {Description}
  489. </div>
  490. <div id="pagination">
  491. {block:Pagination}<div class="pagination">
  492. {block:PreviousPage}<a href="{PreviousPage}">- /</a>{/block:PreviousPage}
  493. {block:JumpPagination length="5"}{block:CurrentPage}
  494. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  495. {/block:CurrentPage}
  496. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  497. {/block:JumpPagination}
  498. {block:NextPage}<a href="{NextPage}">/ +</a> {/block:NextPage}
  499. </div>{/block:Pagination}
  500. <div id="bsidebar">
  501. <img src="{image:bsidebar}" /></div>
  502.  
  503.  
  504. </div></div>
  505. </br>
  506.  
  507.  
  508.  
  509. </div>
  510.  
  511.  
  512. <div id="entries">{block:Posts}<div id="post">
  513. {block:ContentSource}
  514. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  515. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  516. {/block:SourceLogo}
  517. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  518. {/block:ContentSource}
  519.  
  520. {block:Text}<h1><center>{block:Title}{Title}{/block:Title}</center></h1>{Body}{/block:Text}
  521.  
  522. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  523.  
  524. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  525.  
  526. {block:Quote}<h2>"{Quote}"</h2>
  527. {block:Source}<div class="qsource"> β€”{Source}</div>{/block:Source}{/block:Quote}
  528.  
  529. {block:Link}<h1><center><a href="{URL}" {Target}>{Name} β†’</a></center></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  530.  
  531. {block:Chat}{block:Title}<h1><center>{Title}</center></h1>{/block:Title}<div style="line-height:14.5px;">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  532.  
  533. {block:Audio}
  534. <div class="audio">
  535. <div class="player"><div class="playerbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  536. <div class="albumcover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="albumcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  537. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}</br>
  538. {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}</br>
  539. {block:Album}<b>Album:</b> {Album}{/block:Album} </br>
  540. <b>Played:</b>{FormattedPlayCount} times
  541. </div><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  542.  
  543. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  544.  
  545. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style=" -moz-border-radius:100px;
  546. -webkit-border-radius:100px;"></div><h2>{Asker} asked: {Question}</h2>{Answer}{/block:Answer}
  547.  
  548.  
  549. <div id="info"><table><tr><td width="200px" style="font-size:8px;">{block:Date}<a href="{Permalink}">&nbsp;{ShortMonth} {DayofMonth}</a> {/block:Date} {block:NoteCount} &nbsp; <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} </td><td width="300px" style="font-size:8px; text-align: right;"> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">Β©</a>{/block:RebloggedFrom}&nbsp; <a href="{ReblogURL}" target="_blank" title="Reblog this post">reblog</a></td></tr></table></div>
  550. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  551.  
  552. </div>
  553.  
  554.  
  555.  
  556. </div>
  557.  
  558. {block:PostNotes}{PostNotes}{/block:PostNotes}
  559. {/block:Posts}
  560.  
  561. <div style="text-align:right; position:fixed; bottom:15px; right:15px;"><div class="credit"><a href="http://befuddlement.tumblr.com/">TH</a></div></div>
  562.  
  563.  
  564.  
  565. </div>
  566.  
  567. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement