basturds

Fandom Theme 01

Apr 9th, 2013
881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4. Theme By
  5. ╋╋╋┏┓╋╋╋╋┏┓╋╋╋╋╋╋╋╋┏┓╋╋╋╋╋┏┓
  6. ╋╋╋┃┃╋╋╋┏┛┗┓╋╋╋╋╋╋┏┛┗┓╋╋╋╋┃┃
  7. ┏━━┫┗━┳━┻┓┏╋┓┏┳━┳━┻┓┏╋━━┳━┛┃
  8. ┃┏┓┃┏┓┃━━┫┃┃┃┃┃┏┫┏━┫┃┃┃━┫┏┓┃
  9. ┃┗┛┃┗┛┣━━┃┗┫┗┛┃┃┃┗━┫┗┫┃━┫┗┛┃
  10. ┗━━┻━━┻━━┻━┻━━┻┛┗━━┻━┻━━┻━━┛
  11.  
  12.  
  13.  
  14.  
  15. RULES:
  16. -DO NOT REMOVE ANY CREDIT.
  17. -IF YOU REMOVE CREDIT PUT IT IN YOUR FAQ ON IN YOUR /ASK PAGE.
  18. -DO NOT REPUBLISH AS YOUR OWN.
  19. -DO NOT USE AS BASE CODE.
  20.  
  21.  
  22. Misc:
  23.  
  24. 1. Sidebar pic is 150x150pixels
  25. 2. must use up all the links.
  26. 3. must have a title.
  27.  
  28. enjoy,
  29.  
  30. xo.
  31.  
  32.  
  33. --->
  34.  
  35.  
  36. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  37.  
  38. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  39.  
  40.  
  41. <head>
  42.  
  43. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  44. <script type="text/javascript" src="http://static.tumblr.com/lkv5k8p/Sd6ml0ema/infinitescrollinq.txt"></script>
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("a[title]").style_my_tooltips({
  51. tip_follows_cursor:true,
  52. tip_delay_time:20,
  53. tip_fade_speed:400,
  54. attribute:"title"
  55. });
  56. });
  57. })(jQuery);
  58. </script>
  59.  
  60.  
  61. <meta name="color:bg" content="#FFFFFF">
  62. <meta name="color:link" content="#AAAAAA">
  63. <meta name="color:tags" content="#AAAAAA">
  64. <meta name="color:scrollbar" content="#EEEEEE">
  65. <meta name="color:border" content="#F5F5F5">
  66. <meta name="color:line" content="#d7ddf7">
  67. <meta name="color:text" content="#dedede">
  68. <meta name="image:sidebar" content=""/>
  69.  
  70. <meta name="text:link1" content="link 1">
  71. <meta name="text:link1 url" content="/">
  72. <meta name="text:link2" content="link 2">
  73. <meta name="text:link2 url" content="/">
  74. <meta name="text:link3" content="link 3">
  75. <meta name="text:link3 url" content="/">
  76. <meta name="text:link4" content="link 4">
  77. <meta name="text:link4 url" content="/">
  78. <meta name="text:link5" content="link 5">
  79. <meta name="text:link5 url" content="/">
  80. <meta name="text:link6" content="link 6">
  81. <meta name="text:link6 url" content="/">
  82.  
  83. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  84. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  85. <link rel="shortcut icon" href="{Favicon}" />
  86. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  87.  
  88. <style type="text/css">
  89. iframe#tumblr_controls{
  90. -webkit-filter: invert(100%);
  91. }
  92.  
  93.  
  94. a {
  95. color:{color:link};
  96. text-decoration:none;
  97. -moz-transition-duration:0.5s;
  98. -webkit-transition-duration:0.5s;
  99. -o-transition-duration:0.5s;
  100. }
  101.  
  102. a:hover {
  103. color:{color:hover};
  104. text-decoration:none;
  105. -moz-transition-duration:0.5s;
  106. -webkit-transition-duration:0.5s;
  107. -o-transition-duration:0.5s;
  108. }
  109.  
  110.  
  111. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  112. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  113. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  114.  
  115. #s-m-t-tooltip{
  116. max-width:300px;
  117. padding:2px;
  118. margin:26px 0px 0px 8px;
  119. z-index:99999999;
  120.  
  121. background-color:#fff;
  122. border:1px solid #ccc;
  123. font-family:consolas;
  124. font-size:9px;
  125. letter-spacing:1px;
  126. text-transform:uppercase;
  127. color:#000;
  128. box-shadow:1px 1px 1px #000;
  129. border-radius:4px;
  130. }
  131.  
  132.  
  133.  
  134. body {
  135. background-color:{color:bg};
  136. font-family:trebuchet ms;
  137. color:{color:text}
  138. }
  139.  
  140.  
  141. h1 {
  142. font-weight:normal;
  143. font-size:11px;
  144. text-align:center;
  145. font-style:italic;
  146. line-height:50%;
  147. letter-spacing:1px;
  148. text-transform:lowercase;
  149. color:{color:text};
  150. }
  151.  
  152. h2 {
  153. font-size:10px;
  154. text-align:center;
  155. line-height:100%;
  156. letter-spacing:-0.5px;
  157. color:{color:text};
  158. font-weight:bold;
  159. text-transform:uppercase;
  160. padding:5px;
  161. padding-bottom:2px;
  162. }
  163.  
  164.  
  165. blockquote {
  166. border-left:2px solid {color:text};
  167. padding-left:5px;
  168. margin:5px;
  169. }
  170.  
  171.  
  172. .pagination {
  173. margin-top:20px;
  174. font-size:10px;
  175. text-transform:uppercase;
  176. letter-spacing:3px;
  177. font-style:normal;
  178. text-align:center;
  179. display:inline;
  180. }
  181.  
  182. .pagination a {
  183. display:inline;
  184. color:{color:link};
  185. }
  186.  
  187. #postcontainer {
  188. float:left;
  189. margin-left:450px;
  190. margin-top:-20px;
  191. text-align:justify;
  192. background-color:{color:bg};
  193. color:{color:text};
  194. margin-bottom: 35px;
  195. }
  196.  
  197.  
  198. #posts {
  199. width:500px;
  200. margin-top:75px;
  201. text-align:justify;
  202. font-size:11px;
  203. line-height:90%;
  204. letter-spacing:0x;
  205. color:{color:text};
  206. outline:1px solid #f5f5f5;
  207. outline-offset:10px;
  208. }
  209.  
  210.  
  211.  
  212. #info {
  213. font-family:consolas;
  214. width:490px;
  215. margin-top:3px;
  216. padding:2px;
  217. padding-left:8px;
  218. font-size:8px;
  219. color:{color:link};
  220. text-transform:uppercase;
  221. font-style:normal;
  222. letter-spacing:2px;
  223. text-align:right;
  224. border-bottom:1px solid #f5f5f5;
  225. -moz-transition-duration:0.5s;
  226. -webkit-transition-duration:0.5s;
  227. -o-transition-duration:0.5s;
  228. }
  229.  
  230. #info a {
  231. color:{color:link};
  232. text-align:right;
  233. letter-spacing:1px;
  234. font-style:normal;
  235. }
  236.  
  237. #info a:hover {
  238. color:{color:hover};
  239. }
  240.  
  241. .caption {
  242. width:500px;
  243. text-align:justify;
  244. line-height:120%;
  245. }
  246.  
  247. .question {
  248. padding:8px;
  249. text-align:center;
  250. color:{color:text};
  251. font-style:italic;
  252. background-color:{color:infobg};
  253. border-bottom:1px solid {color:line};
  254. }
  255.  
  256. .answer {
  257. text-align:center;
  258. padding:-1px;
  259. font-style:normal;
  260. color:{color:text};
  261. }
  262.  
  263. .music {
  264. width:500px;
  265. padding-bottom:10px;
  266. background-color:{color:infobg};
  267. }
  268.  
  269. .albumart {
  270. float:left;
  271. padding:0px 10px 10px 0px;
  272. }
  273.  
  274. .albumart img {
  275. width:45px;
  276. height:45px;
  277. }
  278.  
  279. .playercontainer {
  280. text-align:left;
  281. padding:10px;
  282. background-color:#ffffff;
  283. width:480px;
  284. }
  285.  
  286. .musicinfo {
  287. padding:10px;
  288. color:{color:text};
  289. }
  290.  
  291. .postnote {
  292. text-transform:uppercase;
  293. font-style:normal;
  294. letter-spacing:0px;
  295. font-size: 9px;
  296. text-align:left;
  297. line-height:90%;
  298. margin-left:-40px;
  299. }
  300.  
  301. .postnote li {
  302. list-style-type:none;
  303. border-bottom:1px solid {color:line};
  304. padding:10px 25px 10px 25px;
  305. text-align:left;
  306. margin:0px;
  307. -moz-transition-duration:0.5s;
  308. -webkit-transition-duration:0.5s;
  309. -o-transition-duration:0.5s;
  310. }
  311.  
  312. .tags {
  313. font-family:consolas;
  314. font-style:normal;
  315. width:500px;
  316. text-transform:uppercase;
  317. font-style:normal;
  318. color:{color:tags};
  319. letter-spacing:2px;
  320. line-height:120%;
  321. font-size:8px;
  322. text-align:right;
  323. padding:2px;
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329. .tags a {
  330. color:{color:text};
  331. letter-spacing:1px;
  332. padding:1px;
  333. }
  334.  
  335. .tags a:hover {
  336. color:#f1f1f1;
  337. }
  338.  
  339. ul.chat, .chat ol, .chat li {
  340. list-style:none;
  341. margin:0px;
  342. padding:2px;
  343. }
  344.  
  345. .tab {
  346. text-decoration:underline;
  347. font-weight:700;
  348. background-color:{color:bg};
  349. margin-right:5px;
  350. }
  351.  
  352. #sidebar{
  353. position:fixed;
  354. width:150px;
  355. left:200px;
  356. top:200px;
  357. border:1px solid #dedede;
  358. padding:10px;
  359. }
  360. .bgt{
  361. position:fixed;
  362. font-family:trebuchet ms;
  363. font-style:italic;
  364. font-size:12px;
  365. letter-spacing:2px;
  366. border-bottom:1px solid #dedede;
  367. padding-bottom:5px;
  368. width:230px;
  369. text-align:right;
  370. margin-left:-75px;
  371. padding-right:10px;
  372. margin-top:-45px;
  373. z-index:99999999;
  374.  
  375. }
  376. .bpic{
  377.  
  378. z-index:999;
  379. }
  380. .links {
  381. position:fixed;
  382. margin-top:-200px;
  383. margin-left:-40px;
  384. border-left:1px solid #dedede;
  385. height:auto;
  386. padding-left:7px;
  387. padding-top:60px;
  388. padding-bottom:30px;
  389. font-size:11px;
  390. z-index:0;
  391. }
  392. .links a{
  393. margin-bottom:5px;
  394. display:block;
  395.  
  396.  
  397.  
  398. }
  399. .links a:hover{
  400. color:white;
  401.  
  402. }
  403. .desc{
  404. position:fixed;
  405. font-size:9px;
  406. font-style:italic;
  407. margin-top:25px;
  408. margin-left:25px;
  409. width:170px;
  410. }
  411.  
  412.  
  413. {CustomCSS}
  414.  
  415. </style></head>
  416.  
  417. <body>
  418. <div id="sidebar">
  419. <div class="bgt"><a href="/">{title}</a></div>
  420. <div class="bpic"><a href="/"><img src="{image:sidebar}" width="150" height="150">
  421. </a></div>
  422. <div class="links">
  423. <a href="{text:link1 url}" title="{text:link1}">01</a>
  424. <a href="{text:link2 url}" title="{text:link2}">02</a>
  425. <a href="{text:link3 url}" title="{text:link3}">03</a>
  426. <a href="{text:link4 url}" title="{text:link4}">04</a>
  427. <a href="{text:link5 url}" title="{text:link5}">05</a>
  428. <a href="{text:link6 url}" title="{text:link6}">06</a>
  429.  
  430. <div class="desc">
  431. {description}
  432.  
  433.  
  434.  
  435. </div>
  436.  
  437.  
  438.  
  439.  
  440.  
  441. </div>
  442.  
  443.  
  444. </div>
  445.  
  446. <div id="postcontainer">
  447.  
  448. {block:Posts}
  449.  
  450. <div id="posts">
  451.  
  452. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  453.  
  454. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  455.  
  456. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  457. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  458.  
  459. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  460.  
  461. {block:Photoset}<center>{Photoset-500}</center>
  462. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  463.  
  464. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  465.  
  466. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  467.  
  468. {block:Answer}<div class="question">{Asker} whispered: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  469.  
  470. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  471. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  472. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  473. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  474. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  475.  
  476.  
  477.  
  478. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  479. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  480. {block:HasTags}
  481. <div class="tags">
  482. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  483. {/block:HasTags}
  484. <div class="postnote">
  485. {block:PostNotes}{PostNotes}{/block:PostNotes}
  486. </div>
  487. </div>
  488. {/block:Posts}
  489.  
  490. <div class="pagination">
  491. <br><br><br>
  492. {block:PreviousPage}
  493. <a href="{PreviousPage}">&#171; Previous</a>
  494. {/block:PreviousPage}
  495.  
  496. {block:NextPage}
  497. <a href="{NextPage}">Next &#187;</a>
  498. {/block:NextPage}
  499. </div>
  500. </div>
  501. </div>
  502. </div>
  503. </body>
  504. </html>
Add Comment
Please, Sign In to add comment