befuddlement

eleventh theme

Jan 7th, 2014
5,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.02 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.theme by hannah at athlstan.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:text" content="#949494"/>
  13. <meta name="color:sidetext" content="#949494"/>
  14. <meta name="color:link" content="#bdbdbd"/>
  15. <meta name="color:link hover" content="#000000"/>
  16. <meta name="color:link2" content="#ababab"/>
  17. <meta name="color:link2 hover" content="#000000"/>
  18. <meta name="color:borders" content="#f8f8f8"/>
  19. <meta name="color:bold" content="#968686"/>
  20. <meta name="sidelinkbg" content="#f8f8f8" />
  21. <meta name="sidelink border" content="eeeeee" />
  22.  
  23. <meta name="if:400px posts" content="0" />
  24. <meta name="if:random icons" content="0" />
  25.  
  26. <meta name="image:background" content="" />
  27. <meta name="image:icon" content="" />
  28. <meta name="image:icon 2" content="" />
  29. <meta name="image:icon 3" content="" />
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="home" />
  33. <meta name="text:Link2" content="/ask" />
  34. <meta name="text:Link2 Title" content="ask" />
  35. <meta name="text:Link3" content="" />
  36. <meta name="text:Link3 Title" content="" />
  37. <meta name="text:Link4" content="" />
  38. <meta name="text:Link4 Title" content="" />
  39. <meta name="text:Link5" content="" />
  40. <meta name="text:Link5 Title" content="" />
  41. <meta name="text:Link6" content="" />
  42. <meta name="text:Link6 Title" content="" />
  43.  
  44. <meta name="text:Blog Title" content="" />
  45.  
  46.  
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  48.  
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400,400italic' rel='stylesheet' type='text/css'>
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54.  
  55. <style type="text/css">
  56.  
  57. /*--- S C R O L L B A R ---*/
  58.  
  59.  
  60. ::-webkit-scrollbar, ::-webkit-scrollbar-corner{background-color:#fff;width:8px;height:8px;}
  61. ::-webkit-scrollbar-thumb{background:#645b48; border-bottom:1px solid #fff; border-right: 1px solid #fff;}
  62.  
  63. /*--- B A S E ---*/
  64.  
  65. body {
  66. background-color:#fff;
  67. margin-top:0px;
  68. color:{color:text};
  69. font-family: times;
  70. font-size:11px;
  71. background-image: url('{image:background}'); background-attachment: fixed; background-repeat:no-repeat; background-position:left top;
  72.  
  73. }
  74.  
  75. a:link, a:visited, a:active {
  76. color: {color:link};
  77. text-decoration: none;
  78. font-weight: normal;
  79. -webkit-transition: opacity 0.7s linear;
  80. opacity: 0.7s;
  81. -webkit-transition: all 0.6s ease-out;
  82. -moz-transition: all 0.6s ease-out;
  83. transition: all 0.6s ease-out;
  84. }
  85.  
  86. a:hover {
  87. color: {color:link hover};
  88. text-decoration: none;
  89. font-weight: normal;
  90. -webkit-transition: opacity 0.7s linear;
  91. opacity: 0.7s;
  92. -webkit-transition: all 0.6s ease-out;
  93. -moz-transition: all 0.6s ease-out;
  94. transition: all 0.6s ease-out;
  95. }
  96.  
  97. b {
  98. color:{color:bold};
  99. }
  100.  
  101. h1 {
  102. font-size:10px;
  103. letter-spacing:3px;
  104. line-height:170%;
  105. text-transform:uppercase;
  106. font-style:bold;
  107. font-weight:normal;
  108. }
  109.  
  110. h2 {
  111. line-height:120%;
  112. font-size:12px;
  113. letter-spacing:1px;
  114. padding-left:15px;
  115. padding-right:15px;
  116. font-weight:normal;
  117. text-align:center;
  118. font-style:italic;
  119. }
  120.  
  121.  
  122. {block:IfNot400pxPosts}
  123. h3 {
  124. font-family:cambria, georgia;
  125. font-size:8px;
  126. line-height:130%;
  127. text-shadow:#eeeeee 0px 1px 1px;
  128. letter-spacing:2px;
  129. padding-left:10px;
  130. padding-right:10px;
  131. text-transform:uppercase;
  132. font-weight:normal;
  133. padding:6px 5px;
  134. margin-left:40px;
  135. margin-top:0px;
  136. width:450px;
  137. min-height:30px;
  138. }
  139. {/block:IfNot400pxPosts}
  140.  
  141.  
  142. {block:If400pxPosts}
  143. h3 {
  144. font-family:cambria, georgia;
  145. font-size:8px;
  146. line-height:130%;
  147. text-shadow:#eeeeee 0px 1px 1px;
  148. letter-spacing:2px;
  149. padding-left:10px;
  150. padding-right:10px;
  151. text-transform:uppercase;
  152. font-weight:normal;
  153. padding:6px 5px;
  154. margin-left:40px;
  155. margin-top:0px;
  156. width:350px;
  157. min-height:30px;
  158. }
  159. {/block:If400pxPosts}
  160.  
  161. {block:IfNot400pxPosts}
  162. blockquote {
  163. background-color:#fafafa;
  164. border-left:1px solid #f8f8f8;
  165. border-right:1px solid #f2f2f2;
  166. border-left:1px solid #f8f8f8;
  167. border-bottom:1px solid #eee;
  168. padding:4px 7px 5px 7px;
  169. }
  170. {/block:IfNot400pxPosts}
  171.  
  172. {block:If400pxPosts}
  173. blockquote {
  174. border-left:1px solid #eee;
  175. padding-left:5px;
  176. }
  177. {/block:If400pxPosts}
  178.  
  179.  
  180. /*--- S I D E ---*/
  181.  
  182. #sidebar {
  183. position:fixed;
  184. margin-left:10px;
  185. background-image:url('{image:sidebar}');
  186. }
  187.  
  188. #side {
  189. margin-left:90px;
  190. position:fixed;
  191. margin-top:200px;
  192.  
  193. }
  194.  
  195. #title {
  196. font-size:17px;
  197. font-style:italic;
  198. text-align:center;
  199. margin-bottom:7px;
  200. width:255px;
  201. }
  202.  
  203. #icon img {
  204. width:70px;
  205. background-color:#f8f8f8;
  206. margin-left:10px;
  207. padding-bottom:16px;
  208. padding-top:6px;
  209. padding-left:6px;
  210. padding-right:6px;
  211. border:1px solid #f2f2f2;
  212. margin-top:10px;
  213. -webkit-transition: opacity 0.7s linear;
  214. opacity: 0.7s;
  215. -webkit-transition: all 0.6s ease-out;
  216. -moz-transition: all 0.6s ease-out;
  217. transition: all 0.6s ease-out
  218. }
  219.  
  220. #icon img:hover {
  221. -webkit-filter: grayscale(50%);
  222. -webkit-transition: opacity 0.7s linear;
  223. opacity: 0.7s;
  224. -webkit-transition: all 0.6s ease-out;
  225. -moz-transition: all 0.6s ease-out;
  226. transition: all 0.6s ease-out;
  227. }
  228.  
  229.  
  230. /*--- D E S C R I P T I O N ---*/
  231.  
  232. #desc {
  233. width:170px;
  234. font-size:11px;
  235. line-height:14px;
  236. text-align:justify;
  237. color:{color:sidetext};
  238. padding:4px;
  239. margin-left:40px;
  240. margin-top:6px;
  241. }
  242.  
  243.  
  244. /*--- N A V I G A T I O N ---*/
  245.  
  246. #toplink {
  247. text-align:center;
  248. width:248px;
  249. margin-left:5px;
  250. }
  251.  
  252. #toplink a {
  253. display:inline-block;
  254. border-top:1px solid #f8f8f8;
  255. border-bottom:1px solid #eee;
  256. border-left:1px solid #f8f8f8;
  257. border-right:1px solid #f2f2f2;
  258. background-color: #f8f8f8;
  259. width:120px;
  260. padding-top:7px;
  261. padding-bottom:7px;
  262. margin-bottom:3px;
  263. font-family:cambria;
  264. font-style:none;
  265. font-size:8px;
  266. color:{color:link2};
  267. text-align:center;
  268. text-transform: uppercase;
  269. letter-spacing:2px;
  270. -webkit-transition: all 0.3s ease-in;
  271. -moz-transition: all 0.3s ease-in;
  272. transition: all 0.3s ease-in;}
  273.  
  274. #toplink a:hover {
  275. color:{color:link2 hover};
  276. opacity:.5;
  277. border-top:1px solid #fcfcfc;
  278. border-bottom:1px solid #f8f8f8;
  279. border-left:1px solid #fcfcfc;
  280. border-right:1px solid #fcfcfc;
  281. -webkit-transition: all 0.3s ease-in;
  282. -moz-transition: all 0.3s ease-in;
  283. transition: all 0.3s ease-in;
  284. }
  285.  
  286.  
  287. /*--- P A G I N A T I O N ---*/
  288.  
  289. #pagination {
  290. font-family:georgia;
  291. text-align:justify;
  292. font-size:22px;
  293. margin-left:125px;
  294. letter-spacing:1px;
  295. opacity:.5;
  296. margin-top:-95px;
  297. -webkit-transition: opacity 0.7s linear;
  298. opacity: 0.7s;
  299. -webkit-transition: all 0.6s linear;
  300. -moz-transition: all 0.6s linear;
  301. transition: all 0.6s linear;
  302. }
  303.  
  304. #pagination a {
  305. color:{color:link};
  306. padding-bottom:5px;
  307. }
  308.  
  309. #pagination a:hover {
  310. color:{color:link hover};
  311. }
  312.  
  313. /*--- E N T R I E S ---*/
  314.  
  315. #entries {
  316. {block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}
  317. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  318. top:5px;
  319. text-align:left;
  320. margin-left:485px;
  321. padding-top:80px;
  322. }
  323.  
  324. #post {
  325. margin-bottom:45px;
  326. margin-left:15px;
  327. padding:17px;
  328. {block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}
  329. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  330. background-color:#fff;
  331. }
  332.  
  333. /*--- I N F O ---*/
  334.  
  335. .info {
  336. margin-top:3px;
  337. margin-bottom:-8px;
  338. {block:IfNot400pxPosts}width:495px;{/block:IfNot400pxPosts}
  339. {block:If400pxPosts}width:395px;{/block:If400pxPosts}
  340. font-family:cambria, georgia;
  341. font-size:8px;
  342. text-transform:uppercase;
  343. padding: 2px 5px 1px 4px;
  344. line-height:13px;
  345. text-align:center;
  346. background-color:#fff;
  347. letter-spacing: 1px;
  348. }
  349.  
  350. .info a:link {
  351. color:{color:link2};
  352. background-color:#fff;
  353. padding:3px;
  354. -webkit-transition: all 0.3s ease-in;
  355. -moz-transition: all 0.3s ease-in;
  356. transition: all 0.3s ease-in;
  357. }
  358.  
  359. .info a:hover {
  360. color:{color:link2 hover};
  361. background-color:{color:borders};
  362. -webkit-transition: all 0.3s ease-in;
  363. -moz-transition: all 0.3s ease-in;
  364. transition: all 0.3s ease-in;;
  365. }
  366.  
  367.  
  368.  
  369. /*--- T A G S ---*/
  370.  
  371.  
  372. .tags {
  373. border-top:1px solid {color:borders};
  374. margin-bottom:3px;
  375. padding-top:4px;
  376. font-size:10px;
  377. -webkit-transition: opacity 0.7s linear;
  378. opacity: 0.7s;
  379. -webkit-transition: all 0.6s ease-in;
  380. -moz-transition: all 0.6s ease-in;
  381. transition: all 0.6s ease-in;
  382.  
  383. .tags a {
  384. padding-right:2px;
  385. color:{color:text};
  386. }
  387.  
  388. .tags a:hover {
  389. color:{color:link2 hover};
  390. -webkit-transition: opacity 0.7s linear;
  391. opacity: 0.7s;
  392. -webkit-transition: all 0.6s ease-in;
  393. -moz-transition: all 0.6s ease-in;
  394. transition: all 0.6s ease-in;
  395. }
  396.  
  397.  
  398. /*--- C R E D I T ---*/
  399.  
  400. .credit a {
  401. padding:5px;
  402. color:{color:link};
  403. background-color:#000000;
  404. border:1px solid #000000;
  405. -webkit-transition: opacity 0.7s linear;
  406. opacity: 0.7s;
  407. -webkit-transition: all 0.6s ease-in;
  408. -moz-transition: all 0.6s ease-in;
  409. transition: all 0.6s ease-in;
  410. }
  411.  
  412. .credit a:hover {
  413. background-color:{color:sidelinkshov};}
  414. border:1px solid #131313;
  415. }
  416.  
  417.  
  418. /*--- O T H E R ---*/
  419.  
  420. #ask {
  421. float:left;
  422. margin-right:5px;
  423. }
  424.  
  425.  
  426. .qsource {
  427. text-align:right;
  428. }
  429.  
  430.  
  431. .playerbutton {
  432. width:20px;
  433. height:20px;
  434. overflow:hidden;
  435. }
  436.  
  437.  
  438. .player {
  439. opacity:.5;
  440. padding:0px 5px 5px 0px;
  441. margin-top:23px;
  442. margin-left:53px;
  443. background-color: #ffffff;
  444. position: absolute;
  445. z-index: 1000;
  446. }
  447.  
  448.  
  449. .audio{
  450. position:absolute;
  451. width:20px;
  452. height:20px;
  453. }
  454.  
  455.  
  456. .albumcover{
  457. width:50px;
  458. height:50px;
  459. position:absolute;
  460. margin-left:30px;
  461. padding:10px;
  462. border:1px solid #f2f2f2;
  463. background-color:#fff;
  464. }
  465.  
  466.  
  467. .albumcover img{
  468. float:left;
  469. opacity:1;
  470. width:50px;
  471. }
  472.  
  473.  
  474. .audioinfo{
  475. {block:IfNot400pxPosts}width:445px;{/block:IfNot400pxPosts}
  476. {block:If400pxPosts}width:345px;{/block:If400pxPosts}
  477. background-color:#f8f8f8;
  478. border:4px double #fff;
  479. height: 40px;
  480. margin-top:17px;
  481. display:block;
  482. text-align: left;
  483. padding-left: 50px;
  484. }
  485.  
  486. .text {
  487. {block:IfNot400pxPosts}max-width:500px;{/block:IfNot400pxPosts}
  488. {block:If400pxPosts}max-width:400px;{/block:If400pxPosts}
  489. overflow:hidden;
  490.  
  491.  
  492. ol.notes {padding:0px; margin: 25px 0px; list-style-type:none; text-align: left; font-style: normal;}
  493.  
  494. ol.notes li.note {padding: 3px;}
  495.  
  496. ol.notes li.note img.avatar {vertical-align: -6px; margin-left:15px; margin-right: 10px; width: 18px; height: 18px; -webkit-border-radius:100px;}
  497.  
  498. ol.notes li.note span.action {font-style: normal;}
  499.  
  500. ol.notes li.note .answer_content {font-weight: normal;}
  501.  
  502. ol.notes li.note blockquote {color: {color:text}; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  503.  
  504. ol.notes li.note blockquote a {text-decoration: none; font-weight: bold;}
  505.  
  506.  
  507.  
  508.  
  509. {CustomCSS}</style>
  510.  
  511.  
  512. </head><body>
  513.  
  514.  
  515. <div id="sidebar">
  516. <div id="side">
  517. <div id="title">{text:Blog Title}</div>
  518. <div id="toplink">
  519. {block:ifLink1}<a href="{text:Link1}" >{text:Link1 Title}</a>{/block:ifLink1}
  520. {block:ifLink2}<a href="{text:Link2}" >{text:Link2 Title}</a>{/block:ifLink2}
  521. {block:ifLink3}<a href="{text:Link3}" >{text:Link3 Title}</a>{/block:ifLink3}
  522. {block:ifLink4}<a href="{text:Link4}" >{text:Link4 Title}</a>{/block:ifLink4}
  523. {block:ifLink5}<a href="{text:Link5}" >{text:Link5 Title}</a>{/block:ifLink5}
  524. {block:ifLink6}<a href="{text:Link6}" >{text:Link6 Title}</a>{/block:ifLink6}
  525. </div>
  526. <div id="desc">
  527. {Description}
  528. </div>
  529. <div id="icon">{block:ifNotRandomIcons}<a href="/"><img src="{image:icon}" /></a>{/block:ifNotRandomIcons}{block:ifRandomIcons}<a href="/"><script language="JavaScript">
  530. <!--
  531.  
  532. /*
  533. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  534. Over 400+ free JavaScripts here!
  535. Keep this notice intact please
  536. */
  537.  
  538. function random_imglink(){
  539. var myimages=new Array()
  540. //specify random images below. You can have as many as you wish
  541. myimages[1]="{image:icon}"
  542. myimages[2]="{image:icon 2}"
  543. myimages[3]="{image:icon 3}"
  544.  
  545. var ry=Math.floor(Math.random()*myimages.length)
  546. if (ry==0)
  547. ry=1
  548. document.write('<img src="'+myimages[ry]+'" border=0>')
  549. }
  550. random_imglink()
  551. //-->
  552. </script> </a>{/block:ifRandomIcons}</div>
  553. <div id="pagination">
  554. {block:Pagination}<div class="pagination">
  555. {block:PreviousPage}<a href="{PreviousPage}"><big><big><strong>←</big></big></strong> PREV</a>{/block:PreviousPage}</br>
  556. {block:NextPage}<a href="{NextPage}">NEXT <big><big><strong>→</strong></big></big></a> {/block:NextPage}
  557. </div>{/block:Pagination}
  558. </div>
  559.  
  560.  
  561. </div>
  562. </div>
  563.  
  564.  
  565.  
  566. </div>
  567. </br>
  568.  
  569.  
  570.  
  571. </div>
  572.  
  573.  
  574. <div id="entries">{block:Posts}<div id="post">
  575. {block:ContentSource}
  576. {block:ContentSource}
  577.  
  578. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  579.  
  580. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  581.  
  582. {/block:SourceLogo}
  583.  
  584. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  585.  
  586. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  587. {/block:ContentSource}
  588.  
  589. {block:Text}<h1><center>{block:Title}{Title}{/block:Title}</center></h1>{Body}{/block:Text}
  590.  
  591. {block:IfNot400pxPosts}{block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" border="0" ></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:IfNot400pxPosts}
  592.  
  593. {block:If400pxPosts}{block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="400px" border="0" ></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:If400pxPosts}
  594.  
  595. {block:IfNot400pxPosts}{block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:IfNot400pxPosts}
  596.  
  597.  
  598. {block:If400pxPosts}{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:If400pxPosts}
  599.  
  600. {block:Quote}<h2>"{Quote}"</h2>
  601. {block:Source}<div class="qsource"> —{Source}</div>{/block:Source}{/block:Quote}
  602.  
  603. {block:Link}<h1><center><a href="{URL}" {Target}>{Name} →</a></center></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  604.  
  605. {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}
  606.  
  607. {block:Audio}
  608. <div class="audio">
  609. <div class="player"><div class="playerbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  610. <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>
  611. <div class="audioinfo">
  612. </div><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  613.  
  614. {block:Video}
  615. {block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}
  616. {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
  617. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  618.  
  619. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="padding:5px; -webkit-border-radius:100px; width:30px;"></div><h3><b>{Asker} asked:</b> {Question}</h3>{Answer}{/block:Answer}
  620.  
  621.  
  622. <div class="info">{block:Date} <a href="{Permalink}">{ShortMonth} {DayOfMonth}</a>{/block:Date}{block:RebloggedFrom}&nbsp;&nbsp;<a href="{ReblogParentURL}">via</a><small>&nbsp;&nbsp;</small><a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom} {block:NoteCount}&nbsp;&nbsp;<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}</div>
  623. <div class="tags">{block:HasTags}<small><small>T A G S</small></small>:{block:Tags}&nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  624.  
  625. </div>
  626.  
  627.  
  628.  
  629. {block:PostNotes}{PostNotes}{/block:PostNotes}
  630. {/block:Posts}
  631. <div style="text-align:right; position:fixed; bottom:15px; right:15px;"><div class="credit"><small><a href="http://athlstan.tumblr.com/">TH</a> </div>
  632.  
  633.  
  634.  
  635. </div>
  636.  
  637. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment