Advertisement
throianbells

Theme #1 i don't give a fuck by throianbells

Sep 19th, 2014
2,070
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head><title>{Title}</title>
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  8.  
  9.  
  10. <!---
  11. theme # 1 - i don't give a fuck
  12. © throianbells
  13. --->
  14.  
  15.  
  16. <meta name="text:title" content=""/>
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#000000"/>
  19. <meta name="color:hover" content="#fe76b3"/>
  20. <meta name="color:border" content="#cccccc"/>
  21. <meta name="color:title" content="#000000"/>
  22. <meta name="color:titlebg" content="#d1d1d1">
  23. <meta name="color:link" content="#fe76b3"/>
  24. <meta name="color:bold" content="##d1d1d1"/>
  25. <meta name="color:italic" content="#fafafa"/>
  26. <meta name="color:linkhov" content="#ffffff"/>
  27. <meta name="color:tooltip" content="#ffffff"/>
  28. <meta name="color:quote" content="#ffffff"/>
  29. <meta name="color:quotebg" content="#d1d1d1"/>
  30. <meta name="color:ask border" content="#fafafa"/>
  31. <meta name="color:audio border" content="#d1d1d1"/>
  32.  
  33. <meta name="image:sidebar" content=""/>
  34.  
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 2 Text" content="" />
  39. <meta name="text:Link 3" content="" />
  40. <meta name="text:Link 3 Text" content="" />
  41. <meta name="text:Link 4" content="" />
  42. <meta name="text:Link 4 Text" content="" />
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. #s-m-t-tooltip {
  49. max-width:300px;
  50. padding:5px;
  51. margin:10px 0px 0px 10px;
  52. background-color:{color:titlebg};
  53. font-family:trebuchet ms;
  54. font-size:7px;
  55. letter-spacing:1px;
  56. font-style:none;
  57. text-transform:uppercase;
  58. padding-bottom:3px;
  59. color:#fff;
  60. z-index:999999999999999999999999999999999999;
  61. }
  62.  
  63. ::-webkit-scrollbar-thumb {
  64. height:auto;
  65. background-color: #555;
  66. border:1px solid #fff;
  67. }
  68.  
  69. ::-webkit-scrollbar {
  70. height:9px;
  71. width:5px;
  72. background-color: #ddd;
  73. border:2px solid #fff;
  74. }
  75.  
  76. body {
  77. font-family:arial;
  78. font-size:10px;
  79. line-height:100%;
  80. color:{color:text};
  81. background:{color:background};
  82. text-align:justify;
  83. }
  84.  
  85. a {
  86. text-decoration:none;
  87. color:{color:text};
  88. -moz-transition-duration:0.5s;
  89. -webkit-transition-duration:0.5s;
  90. -o-transition-duration:0.5s;
  91. }
  92.  
  93. a:hover {
  94. color:{color:hover};
  95. -moz-transition-duration:0.5s;
  96. -webkit-transition-duration:0.5s;
  97. -o-transition-duration:0.5s;
  98. }
  99.  
  100. img {
  101. border:none;
  102. }
  103.  
  104. blockquote {
  105. padding:3px;
  106. padding-left:10px;
  107. border-left:1px solid {color:border};
  108. }
  109.  
  110. h1 {
  111. font-size:18px;
  112. font-weight:bold;
  113. letter-spacing:1px;
  114. text-transform:lowercase;
  115. }
  116.  
  117. h2 {
  118. font-size:17px;
  119. font-weight:bold;
  120. padding:20px;
  121. background:{color:quotebg};
  122. color:{color:quote};
  123. line-height:100%;
  124. letter-spacing:-1px;
  125. }
  126.  
  127.  
  128. b {color:{color:bold};}
  129. i {color:{color:italic};}
  130. p {margin-top:7px; margin-bottom:7px;}
  131.  
  132.  
  133. #container {
  134. padding:20px;
  135. width:700px;
  136.  
  137. }
  138.  
  139. #posts {
  140. padding:30px;
  141. width:500px;
  142. margin-left:526px;
  143. margin-top:40px;
  144. }
  145.  
  146.  
  147. #sidebar {
  148. position:fixed;
  149. width:245px;
  150. margin-left:180px;
  151. margin-top:200px;
  152. }
  153.  
  154. .sideimg {
  155. width:245px;
  156. height:auto;
  157. overflow:hidden;
  158. }
  159.  
  160. .links {
  161. width:250px;
  162. z-index:-1px;
  163. margin-top:0px;
  164. text-transform:lowercase;
  165. font-family:arial;
  166. font-size:10px;
  167. letter-spacing:0px;
  168. padding:4px;
  169. position:fixed;
  170. text-align:center;
  171. }
  172.  
  173. .links a {
  174. color:{color:link};
  175. padding:3px;
  176. -moz-transition-duration: 0.5s;
  177. -o-transition-duration: 0.5s;
  178. -webkit-transition-duration: 0.5s;
  179. transition-duration: 0.5s;
  180. }
  181.  
  182. .links a:hover {
  183. color:{color:hover};
  184. text-decoration:underline;
  185. -moz-transition-duration: 0.5s;
  186. -o-transition-duration: 0.5s;
  187. -webkit-transition-duration: 0.5s;
  188. transition-duration: 0.5s;
  189. }
  190.  
  191. .description {
  192. margin:5px 8px 0px 8px;
  193. text-align:justify;
  194. padding:5px;
  195. line-height:10px;
  196. border-bottom:1px solid #f0f0f0;
  197. }
  198.  
  199. #pagination {
  200. width:500px;
  201. bottom:20px;
  202. margin-left:360px;
  203. padding-bottom:30px;
  204. font-size:9px;
  205. font-family:helvetica;
  206. text-align:left;
  207. letter-spacing:1px;
  208. }
  209.  
  210. #pagination a {
  211. color:{color:link};
  212. }
  213. .jump_page {
  214. padding:10px;
  215. color:{color:link};
  216. border-top:0px dotted {color:hover};
  217. }
  218. .jump_page:hover {
  219. color:{color:link hover};
  220. border-top:0px dotted #000000;
  221. }
  222. .current_page {
  223. padding:10px 8px 10px 10px;
  224. color:{color:sidelink};
  225. border-top:0px dotted {color:hover};
  226. }
  227.  
  228.  
  229. #info {
  230. padding:5px;
  231. text-align:center;
  232. font-family:calibri;
  233. font-size:8px;
  234. text-transform:uppercase;
  235. margin-left:-5px;
  236. letter-spacing:1px;
  237. }
  238.  
  239. #info a {
  240. padding:3px;
  241. }
  242.  
  243. #tag {
  244. padding:2px;
  245. }
  246.  
  247. .source {
  248. text-align:right;
  249. padding:17px;
  250. margin-bottom:-25px;
  251. }
  252.  
  253. #question {
  254. z-index:10;
  255. padding:10px;
  256. text-align:justify;
  257. line-height:10px;
  258. min-height:46px;
  259. background-color:{color:question background};
  260. }
  261.  
  262. .portrait {
  263. position:absolute;
  264. height:48px;
  265. width:48px;
  266. }
  267.  
  268. .portrait img {
  269. border:3px solid {color:border};
  270. }
  271.  
  272. .asker {
  273. margin:5px 0px 4px 60px;
  274. font:12px cambria italic;
  275. }
  276.  
  277. .asker a {
  278. margin-left:-5px;
  279. }
  280.  
  281. .question {
  282. margin-left:55px;
  283. }
  284.  
  285. ul.chat, .chat ol, .chat li {
  286. list-style:none;
  287. margin:0px;
  288. padding:2px;
  289. }
  290.  
  291. .audioinfo {margin-top:-30px;
  292. padding:10px;
  293. margin-left:25px;
  294. color:#444;
  295. background:#fafafa;}
  296.  
  297. #audioimg {float:left}
  298.  
  299. #audioimg img{opacity:0.7;
  300. transition:all 1s ease;
  301. padding:15px;
  302. width:100px;
  303. background:#f5f5f5;
  304. border:1px solid#eee;
  305. }
  306.  
  307. #audioimg img:hover{opacity:1;
  308. transition:all 1s ease;}
  309.  
  310. #audioplayer {float:right;
  311. margin-top:1px;
  312. margin-right:17px;
  313. width:27px;
  314. overflow:hidden;
  315. }
  316.  
  317.  
  318. ol.notes {
  319. padding:30px;
  320. width:500px;
  321. margin-left:426px;
  322. list-style-type:none;
  323. margin-top:-20px;
  324. }
  325.  
  326. ol.notes li {
  327. padding:3px;
  328. }
  329.  
  330. ol.notes img.avatar {
  331. width:15px;
  332. height:15px;
  333. border-radius:100px;
  334. margin-right:10px;
  335. }
  336.  
  337. #credit {
  338. font-size:11px;
  339. bottom:0;
  340. right:0;
  341. position:fixed;
  342. text-transform:uppercase;
  343. padding:5px;
  344. }
  345.  
  346.  
  347.  
  348. </style></head><body>
  349.  
  350.  
  351.  
  352. <div id="sidebar">
  353.  
  354.  
  355. <center><div class="sideimg"><img src="{image:sidebar}" width="245"></div></center>
  356.  
  357. <center><h1>{text:title}</h1></center>
  358.  
  359. <div class="description">{Description}</div>
  360.  
  361.  
  362.  
  363. <div class="links">
  364.  
  365. <a href="{text:Link 1}">{text:Link 1 text}</a>
  366. <a href="{text:Link 2}">{text:Link 2 text}</a>
  367. <a href="{text:Link 3}">{text:Link 3 text}</a>
  368. <a href="{text:Link 4}">{text:Link 4 text}</a>
  369.  
  370. </div>
  371. </div>
  372.  
  373.  
  374. <div id="container">
  375. {block:posts}
  376. <div id="posts">
  377.  
  378. {block:Text}
  379. <h2>{block:Title}{Title}{/block:Title}</h2>
  380. {Body}
  381. {/block:Text}
  382.  
  383. {block:Photo}
  384. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  385. {block:Caption}{Caption}{/block:Caption}
  386. {/block:Photo}
  387.  
  388. {block:Photoset}
  389. {Photoset-500}
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Photoset}
  392.  
  393. {block:Video}
  394. {Video-500}
  395. {block:Caption}{Caption}{/block:Caption}
  396. {/block:Video}
  397.  
  398. {block:Quote}
  399. {block:Source}
  400. <div class="source">{Source}</div>
  401. {/block:Source}
  402. <h2>"{quote}"</h2>
  403. {/block:Quote}
  404.  
  405. {block:Link}
  406. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  407. {block:Description}<blockquote>{Description}</blockquote>{/block:Description}
  408. {/block:Link}
  409.  
  410. {block:Chat}
  411. {block:Title}
  412. <h1>{Title}</h1>
  413. {/block:Title}
  414. <div class="chat">
  415. <ol>{block:Lines}
  416. <li class="line {Alt}">
  417. {block:Label}
  418. <span class="label">
  419. {Label}</span>
  420. {/block:Label}{Line}</li>
  421. {/block:Lines}
  422. </ol></div>
  423. {/block:Chat}
  424.  
  425. {block:Audio}
  426.  
  427. <table><tr>
  428. <td style="width: 40px;">
  429. <div id="audioimg">{block:AlbumArt}
  430. <img src="{AlbumArtURL}"/>
  431. </div>
  432. {/block:AlbumArt}</td>
  433. <td style="width: 500px;">
  434. <div id="audioplayerloh"><br>
  435. <div id="audioplayer">{AudioPlayerWhite}</div><br>
  436. <div class="audioinfo">
  437. {block:TrackName}
  438. <b>Title:</b> {TrackName}<br>{/block:TrackName}
  439. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  440. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  441. </div>
  442.  
  443. </td>
  444. </tr></table>
  445. {block:Caption}{Caption}{/block:Caption}
  446. {/block:Audio}
  447.  
  448.  
  449. {block:Answer}
  450. <div id="question">
  451. <div class="portrait">
  452. <img src="{AskerPortraitURL-40}"></div>
  453. <div class="asker">{Asker}</div>
  454. <div class="question">{Question}</div>
  455. </div>{Answer}
  456. {/block:Answer}
  457.  
  458. <div id="info"><a href="{permalink}">{shortmonth} {DayOfMonth}{dayofmonthsuffix}</a>{block:RebloggedFrom}—<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}&<a href="{SourceURL}">cred</a>{/block:ContentSource}—<a href="{Permalink}">{NoteCount}</a>
  459.  
  460. {block:HasTags}
  461. <div id="tag">filed under:{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</div>
  462. {block:HasTags}
  463. </div>
  464.  
  465.  
  466. </div>
  467. {/block:Posts}
  468. {block:PostNotes}{PostNotes}{/block:PostNotes}
  469. {/block:Posts}
  470. </div></div>
  471.  
  472. <div id="pagination">
  473. <CENTER>{block:IndexPage}
  474. {block:Pagination}
  475. {block:PreviousPage}
  476. <a href="{PreviousPage}">-</a>&nbsp;&nbsp;
  477. {/block:PreviousPage}
  478. {block:JumpPagination length="3"}
  479. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  480. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  481. {/block:JumpPagination}
  482. {block:NextPage}
  483. &nbsp;&nbsp;<a href="{NextPage}">+</a>
  484. {/block:NextPage}
  485. {/block:Pagination}
  486. {/block:IndexPage}</CENTER>
  487. </div>
  488.  
  489. <div id="credit"><a href="http://hogwartspsds.tumblr.com" title="lay's themes">©</a></div>
  490.  
  491. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  492. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  493. <script>
  494. (function($){
  495. $(document).ready(function(){
  496. $("a[title]").style_my_tooltips({
  497. tip_follows_cursor:true,
  498. tip_delay_time:150,
  499. tip_fade_speed:700,
  500. attribute:"title"
  501. });
  502. });
  503. })(jQuery);
  504. </script>
  505.  
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement