humpschapel

theme14

Sep 30th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 KB | None | 0 0
  1. <!-- *
  2.  
  3. theme14 by faith aka dontcastor
  4. don't steal or idk you'll be in guilt ur whole life
  5. oh man dats bad
  6. well thanks for using!
  7.  
  8. *-->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14. <head>
  15.  
  16.  
  17. <meta name="color:bg" content="#FFFFFF">
  18. <meta name="color:border" content="#e2e1e1">
  19. <meta name="color:hover" content="#f7f5f5">
  20. <meta name="color:infobg" content="#F9F9F9">
  21. <meta name="color:link" content="#c2c2c2">
  22. <meta name="color:scrollbar" content="#dddada">
  23. <meta name="color:tags" content="#d3d0d0">
  24. <meta name="color:text" content="#c0bfbf">
  25.  
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:linkA" content="">
  30. <meta name="text:linkA url" content="/">
  31. <meta name="text:linkB" content="">
  32. <meta name="text:linkB url" content="/">
  33. <meta name="text:linkC" content="">
  34. <meta name="text:linkC url" content="/">
  35. <meta name="text:linkD" content="">
  36. <meta name="text:linkD url" content="/">
  37.  
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. a {
  48. color:{color:link};
  49. text-decoration:none;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55. a:hover {
  56. color:{color:hover};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63. /* --- EDIT SCROLLBAR HERE ---*/
  64.  
  65.  
  66. ::-webkit-scrollbar-thumb:vertical {
  67. height:12px;
  68. border:2px solid #fff;
  69. background-color:{color:border};
  70. }
  71. ::-webkit-scrollbar-thumb:horizontal {
  72. background-color:#fff;
  73. }
  74. ::-webkit-scrollbar {
  75. width:11px;
  76. height:7px;
  77. border:5px solid #fff;
  78. background-color:{color:border};
  79. }
  80. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  81. display:block;
  82. height:8px;
  83. border-right:2px solid #fff;
  84. border-left:2px solid #fff;
  85. background-color:{color:border};
  86. }
  87.  
  88.  
  89.  
  90.  
  91. body {
  92. background-color:{color:bg};
  93. font-family:arial;
  94. font-weight:normal;
  95. }
  96.  
  97.  
  98.  
  99.  
  100. h1 {
  101. font-weight:normal;
  102. font-size:10px;
  103. text-align:center;
  104. font-style:normal;
  105. line-height:80%;
  106. letter-spacing:1px;
  107. text-transform:uppercase;
  108. color:{color:text};
  109. }
  110.  
  111. h2 {
  112. font-size:15px;
  113. text-align:center;
  114. line-height:100%;
  115. letter-spacing:-0.5px;
  116. color:{color:text};
  117. font-weight:normal;
  118. padding:5px;
  119. padding-bottom:2px;
  120. }
  121.  
  122.  
  123. blockquote {
  124. border-left:1px solid {color:text};
  125. padding-left:5px;
  126. margin:5px;
  127. }
  128.  
  129. #theme {
  130. background-color:{color:bg};
  131. width:700px;
  132. margin: 0 auto -12px auto;
  133. text-align: center;
  134. }
  135.  
  136. /* --- EDIT SIDEBAR HERE ---*/
  137.  
  138. #sidebar {
  139. color:{color:text};
  140. position:fixed;
  141. width:150px;
  142. height:auto;
  143. margin-top:50px;
  144. margin-left:-150px;
  145. text-align:center;
  146. }
  147.  
  148. /* --- EDIT SIDEBAR PICTURE HERE ---*/
  149.  
  150. #sidebarpicture img {
  151. width:80px;
  152. height:80px;
  153. margin-left:80px;
  154. margin-top:80px;
  155. padding:3px;
  156. border: 5px solid {color:border};
  157. position:fixed;
  158. -moz-transition-duration:1s;
  159. -webkit-transition-duration:1s;
  160. -o-transition-duration:1s;
  161. }
  162.  
  163. #sidebarpicture img:hover{
  164. -webkit-filter:grayscale(100%);
  165. }
  166.  
  167. /* --- EDIT SIDEBAR LINKS HERE ---*/
  168.  
  169.  
  170. .links {
  171. margin-top:245px;
  172. margin-left:50px;
  173. font-size:12px;
  174. text-align:right;
  175. letter-spacing:0px;
  176. line-height:100%;
  177. font-family: arial;
  178. text-transform:uppercase;
  179. position:fixed;
  180. }
  181.  
  182. .links a{
  183. color:{color:link};
  184. padding:1px;
  185. text-align:right;
  186. padding-left:2px;
  187. letter-spacing:0px;
  188. text-decoration:none;
  189. text-transform:lowercase;
  190. -moz-transition-duration:0.7s;
  191. -webkit-transition-duration:0.7s;
  192. -o-transition-duration:0.7s;
  193. }
  194.  
  195. .links a:hover{
  196. color:{color:hover};
  197. -moz-transition-duration:0.7s;
  198. -webkit-transition-duration:0.7s;
  199. -o-transition-duration:0.7s;
  200. }
  201.  
  202. /* --- EDIT DESCRIPTION HERE ---*/
  203.  
  204. .description {
  205. font-family:arial;
  206. margin-top:185px;
  207. margin-left:70px;
  208. text-align:right;
  209. font-size:9px;
  210. width:180px;
  211. color:{color:text};
  212. letter-spacing:0px;
  213. line-height:100%;
  214. }
  215.  
  216. .description a {
  217. color:{color:text};
  218. }
  219.  
  220. /* --- EDIT PAGINATION HERE ---*/
  221.  
  222. .pagination {
  223. width:180px;
  224. height:20px;
  225. text-transform:lowercase;
  226. letter-spacing:0px;
  227. text-align:right;
  228. margin-left:70px;
  229. margin-top:-175px;
  230. font-family:arial;
  231. font-size:9px;
  232. padding-top:5px;
  233. padding-bottom:3px;
  234. opacity:1;
  235. position:fixed;
  236. -moz-transition-duration:0.7s;
  237. -webkit-transition-duration:0.7s;
  238. -o-transition-duration:0.7s;
  239. }
  240.  
  241. .pagination a {
  242. color:{color:text};
  243. }
  244.  
  245. .pagination a:hover{
  246. color:{color:link};
  247. }
  248.  
  249. /* --- EDIT POST ENTRIES HERE ---*/
  250.  
  251. #entries {
  252. padding:20px;
  253. float:left;
  254. margin-left:150px;
  255. margin-top:20px;
  256. text-align:justify;
  257. background-color:{color:bg};
  258. color:{color:text};
  259. margin-bottom: 30px;
  260. }
  261.  
  262. /* --- EDIT POSTS HERE ---*/
  263.  
  264.  
  265. #posts {
  266. width:400px;
  267. margin-top:40px;
  268. text-align:justify;
  269. font-size:11px;
  270. line-height:100%;
  271. letter-spacing:0x;
  272. color:{color:text};
  273. }
  274.  
  275. .caption {
  276. width:400px;
  277. text-align:justify;
  278. line-height:120%;
  279. }
  280.  
  281. /* --- EDIT ASKS/ ANSWERS HERE ---*/
  282.  
  283. #ask {
  284. font-family:arial;
  285. padding:10px;
  286. line-height: 100%;
  287. text-align:center;
  288. font-style:none;
  289. color:{color:text};
  290. background-color: {color:infobg};
  291. outline: double {color:infobg};
  292. font-size: 11px;
  293.  
  294. }
  295.  
  296. #ans {
  297. font-family:arial;
  298. text-align:justify;
  299. padding:5px;
  300. color:{color:text};
  301. font-size: 9px;
  302. font-style: none;
  303. line-height: 100%;
  304. }
  305.  
  306. /* --- EDIT AUDIO STUFF HERE ---*/
  307.  
  308. .audio {
  309. width:390px;
  310. padding:10px;
  311. padding-right:0px;
  312. background-color:{color:infobg};
  313. }
  314.  
  315. .albumart {
  316. float:left;
  317. padding:0px 10px 10px 0px;
  318. }
  319.  
  320. .albumart img {
  321. width:80px;
  322. height:80px;
  323. }
  324.  
  325. .playercontainer {
  326. text-align:left;
  327. padding:0px;
  328. width:380px;
  329. }
  330.  
  331. .audioinfo {
  332. padding:0px;
  333. color:{color:text};
  334. }
  335.  
  336. /* --- EDIT POST INFO HERE ---*/
  337.  
  338. #postinfo {
  339. background-color:{color:infobg};
  340. padding:7px;
  341. margin-top:12px;
  342. font-size:10px;
  343. color:{color:link};
  344. text-transform:lowercase;
  345. font-style:none;
  346. letter-spacing:1px;
  347. text-align:left;
  348. -moz-transition-duration:0.5s;
  349. -webkit-transition-duration:0.5s;
  350. -o-transition-duration:0.5s;
  351. }
  352.  
  353. #postinfo a {
  354. color:{color:link};
  355. font-style:none;
  356. letter-spacing:1px;
  357. }
  358.  
  359. #postinfo a:hover {
  360. color:{color:hover};
  361. }
  362.  
  363.  
  364.  
  365. /* --- EDIT TAGS HERE ---*/
  366.  
  367. .tags {
  368. font-style:normal;
  369. width:400px;
  370. text-transform:none;
  371. font-style:normal;
  372. color:{color:tags};
  373. line-height:120%;
  374. font-size:8px;
  375. text-align:left;
  376. padding:2px;
  377. -moz-transition-duration:0.5s;
  378. -webkit-transition-duration:0.5s;
  379. -o-transition-duration:0.5s;
  380. }
  381.  
  382. .tags a {
  383. color:{color:tags};
  384. letter-spacing:0px;
  385. padding:1px;
  386. }
  387.  
  388. .tags a:hover {
  389. color:{color:link};
  390. }
  391.  
  392. /* --- EDIT CHAT STUFF HERE ---*/
  393.  
  394. ul.chat, .chat ol, .chat li {
  395. list-style:none;
  396. margin:0px;
  397. padding:3px;
  398. }
  399.  
  400. .label {
  401. text-decoration:underline;
  402. font-weight:700;
  403. margin-right:5px;
  404. }
  405.  
  406. /* --- EDIT CREDIT HERE ---*/
  407.  
  408. #credit{
  409. font-size: 11px;
  410. font-style:none;
  411. letter-spacing: 0px;
  412. float: center;
  413. position: fixed;
  414. padding:5px;
  415. bottom: 10px;
  416. right: 10px;
  417. text-transform:none;
  418. font-family:arial;
  419. border: 5px double {color:border};
  420. }
  421.  
  422.  
  423.  
  424.  
  425. {CustomCSS}
  426.  
  427. #s-m-t-tooltip {
  428.  
  429. max-width:300px;
  430.  
  431. padding:3px 3px 5px 3px;
  432.  
  433. margin:20px 0px 0px 20px;
  434.  
  435. background-color:#fff; /* change the background color */
  436.  
  437. border:5px double {color:border}; /* change the border color */
  438.  
  439. font-family:arial; /* change the font */
  440.  
  441. font-size:9px; /* change the font size */
  442.  
  443. letter-spacing:0px; /* change the letter spacing */
  444.  
  445. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  446.  
  447. color:{color:text}; /* change the text color */
  448.  
  449. z-index:999999999999999999999999999999999999;
  450.  
  451. }
  452.  
  453. </style></head>
  454.  
  455. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  456.  
  457. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  458.  
  459. <script>
  460.  
  461. (function($){
  462.  
  463. $(document).ready(function(){
  464.  
  465. $("a[title]").style_my_tooltips({
  466.  
  467. tip_follows_cursor:true,
  468.  
  469. tip_delay_time:90,
  470.  
  471. tip_fade_speed:600,
  472.  
  473. attribute:"title"
  474.  
  475. });
  476.  
  477. });
  478.  
  479. })(jQuery);
  480.  
  481. </script>
  482.  
  483. <body>
  484. <div id="theme">
  485. <div id="sidebar">
  486. <div id="sidebarpicture">
  487. <img src="{image:sidebar}"></div>
  488. <div class="links">
  489. {block:IfLinkA}
  490. <a href="{text:linkA url}">{text:linkA}</a>
  491. {/block:IfLinkA}/
  492. {block:IfLinkB}
  493. <a href="{text:linkB url}">{text:linkB}</a>
  494. {/block:IfLinkB}/
  495. {block:IfLinkC}
  496. <a href="{text:linkC url}">{text:linkC}</a>
  497. {/block:IfLinkC}/
  498. {block:IfLinkD}
  499. <a href="{text:linkD url}">{text:linkD}</a>
  500. {/block:IfLinkD}/
  501. <a href="http://dontcastor.tumblr.com">credit</a>
  502. </div>
  503. <div class="description">
  504. {Description}
  505. </div>
  506. {block:Pagination}
  507. <div class="pagination">
  508. {block:PreviousPage}
  509. <a href="{PreviousPage}">prev</a>
  510. {/block:PreviousPage}
  511. {block:NextPage} -
  512. <a href="{NextPage}">next</a>
  513. {/block:NextPage}
  514. </div>
  515. {/block:Pagination}
  516. </div>
  517.  
  518. <div id="entries">
  519.  
  520. {block:Posts}
  521.  
  522. <div id="posts">
  523.  
  524. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  525.  
  526. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  527.  
  528. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  529. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  530.  
  531. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  532.  
  533. {block:Photoset}<center>{Photoset-400}</center>
  534. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  535.  
  536. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  537.  
  538. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  539.  
  540. {block:Answer}<div id="ask"><div id="asker"><big><big>{Asker}</big></big> wondered: {Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  541.  
  542. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  543. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  544. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  545. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  546. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  547.  
  548.  
  549. <div id="postinfo">
  550. {block:Date}<a title="{timeago}"href="{permalink}"><u>{ShortMonth}, {DayOfMonth}{DayOfMonthSuffix}</u></a>{/block:Date}
  551. {block:NoteCount} <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}
  552. {block:RebloggedFrom} <a title="{ReblogParentName}"href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  553. {block:ContentSource}<a title="{SourceTitle}"href="{SourceURL}">source</a>{/block:ContentSource} || <big><a title="reblog"href="{ReblogURL}" target="_blank" class="details">↺</a></big>
  554. {block:HasTags}
  555. <div class="tags">
  556. tagged {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}</div>
  557. {/block:HasTags}
  558. <div class="note">
  559. {block:PostNotes}{PostNotes}{/block:PostNotes}
  560. </div>
  561. </div>
  562. {/block:Posts}
  563.  
  564.  
  565. </div>
  566.  
  567. </div>
  568. </div>
  569. </div>
  570. </body>
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment