Advertisement
dar-g-ling

Theme 3 - bulletmagnet

May 12th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 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.  
  4. <!-- Theme coded by DRGL; owner of the blog artdelafolie/drgling. Do not copy/ steal the code or snippets, because that's not cool dude. You can just ask me so that I will at least know who wants the thing. And if you want a theme from me, just ask me. I will most probably do that for ya. #DRGL out yo -->
  5.  
  6. <!-- =========== THEME 3 =========== -->
  7.  
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Gentium+Book+Basic' rel='stylesheet' type='text/css'>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="Description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <meta name="color:BG" content="">
  21. <meta name="color:SBG" content="">
  22. <meta name="color:Link" content="">
  23. <meta name="color:Link Hover" content="">
  24.  
  25. <meta name="image:BG" content="">
  26. <meta name="image:SBG" content="">
  27. <meta name="image:Sidebar" content="">
  28.  
  29. <meta name="text:URL1" content="/">
  30. <meta name="text:URL Title 1" content="home">
  31. <meta name="text:URL2" content="/ask">
  32. <meta name="text:URL Title 2" content="ask">
  33. <meta name="text:URL3" content="/tagged/headcanon">
  34. <meta name="text:URL Title 3" content="Headcanon">
  35. <meta name="text:URL4" content="">
  36. <meta name="text:URL Title 4" content="">
  37. <meta name="text:URL5" content="">
  38. <meta name="text:URL Title 5" content="">
  39.  
  40. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar {background-color:#fff; width:8px}
  45. ::-webkit-scrollbar-thumb:vertical {background-color:#d2d2d2;}
  46.  
  47. body {
  48. background-image:url('{image:BG}');
  49. background-color:{color:BG};
  50. font-family:'Josefin Sans', Helvetica, Arial;
  51. color:#282828;
  52. font-size:15px;
  53. }
  54.  
  55. a {
  56. color:{color:Link};
  57. text-decoration:none;
  58. transition:all 0.5s ease-out;
  59. -webkit-transition: all 0.5s ease-out;
  60. -moz-transition: all 0.5s ease-out;
  61. -o-transition: all 0.5s ease-out;
  62. }
  63.  
  64. a:hover {
  65. color:{color:Link Hover};
  66. }
  67.  
  68. i, em {
  69. letter-spacing:1px;
  70. text-decoration:italic;
  71. }
  72.  
  73. h1 {
  74. text-transform:uppercase;
  75. text-decoration:none;
  76. text-align:center;
  77. padding:3px;
  78. background-color: rgba(255,255,255,.1);
  79. }
  80.  
  81. h3 {
  82. text-transform:uppercase;
  83. text-decoration:none;
  84. text-align:center;
  85. letter-spacing:1px;
  86. }
  87.  
  88. blockquote {
  89. border-left:1px;
  90. border-left: solid;
  91. padding-left:3px;
  92. }
  93.  
  94. blockquote blockquote {
  95. border-left:1px;
  96. border-left: solid;
  97. padding-left:3px;
  98. }
  99.  
  100. div#qTip {
  101. position: absolute;
  102. padding: 8px;
  103. margin-left:5px;
  104. margin-top:5px;
  105. text-align: center;
  106. font-family:'Josefin Sans', Helvetica, Verdana;
  107. font-size:12px;
  108. border:1px solid #000;
  109. line-height:10px;
  110. z-index:9999;
  111. color: #000;
  112. background-color:#fff;
  113. letter-spacing: 2px;
  114. text-transform:uppercase;
  115. display:none;
  116. }
  117.  
  118. #sidebarimg {
  119. position:fixed;
  120. height:400px;
  121. width:350px;
  122. border:10px solid #000;
  123. top:130px;
  124. left:100px;
  125. background-image:url('{image:SBG}');
  126. background-color:{color:SBG};
  127. z-index:10;
  128. }
  129.  
  130. #sidebarimg img {
  131. height:400px;
  132. width:auto;
  133. overflow:hidden;
  134. }
  135.  
  136. .descr{
  137. width:310px;
  138. text-align:right;
  139. height:360px;
  140. background-color:rgba(0,0,0,.6);
  141. padding:10px;
  142. opacity:0;
  143. position: absolute;
  144. overflow:auto;
  145. margin-left:-20px;
  146. margin-top:10px;
  147. -webkit-transition: all 0.5s ease-out;
  148. -moz-transition: all 0.5s ease-out;
  149. -o-transition: all 0.5s ease-out; color:#ccc;
  150. }
  151.  
  152. #sidebarimg:hover .descr{
  153. opacity:0.95;
  154. margin-left:10px;
  155. -webkit-transition: all 0.5s ease-out;
  156. -moz-transition: all 0.5s ease-out;
  157. -o-transition: all 0.5s ease-out;
  158. }
  159.  
  160. .line {
  161. position:fixed;
  162. height:100%;
  163. border:10px solid #000;
  164. top:0px;
  165. left:275px;
  166. z-index:-999;
  167. }
  168.  
  169. #navigation {
  170. position:fixed;
  171. font-family:'Gentium Book Basic', Times;
  172. font-size:18px;
  173. text-transform:uppercase;
  174. left:50px;
  175. top:200px;
  176. }
  177.  
  178. #navigation a{
  179. color:{color:Link Hover};
  180. }
  181.  
  182. #navigation a:hover{
  183. color:{color:Link};
  184. }
  185.  
  186. #pagination {
  187. position:fixed;
  188. text-align:center;
  189. font-size:16px;
  190. font-weight:bolder;
  191. color:#000;
  192. width:100px;
  193. top: 200px;
  194. left:480px;
  195. z-index:990;
  196. }
  197.  
  198. #pagination a {
  199. text-decoration:none;
  200. color:#000;
  201. -webkit-transition: all 0.5s ease-out;
  202. -moz-transition: all 0.5s ease-out;
  203. -o-transition: all 0.5s ease-out;
  204. }
  205.  
  206. #pagination a:hover {
  207. color:#e2e2e2;
  208. }
  209.  
  210. .postcontainer {
  211. position: fixed;
  212. left: 600px;
  213. top: 60px;
  214. width: 650px;
  215. height: 550px;
  216. z-index: 99;
  217. overflow:auto;
  218. }
  219.  
  220. /* 8 POST TYPES */
  221.  
  222. .post {
  223. width:500px;
  224. margin-left:15px;
  225. margin-right:7px;
  226. margin-bottom:7px;
  227. margin-top:35px;
  228. padding:3px;
  229. z-index:-3;
  230. }
  231.  
  232. .quote {
  233. text-align:justify;
  234. font-size:18px;
  235. line-height:20px;
  236. padding:5px;
  237. background-color: rgba(255,255,255,.2);
  238. }
  239.  
  240. .asks {
  241. padding:3px;
  242. background-color: rgba(255,255,255,.2);
  243. }
  244.  
  245. .notes {
  246. font-size:10px;
  247. text-align:center;
  248. text-transform:uppercase;
  249. border-top:1px dashed rgba(255, 255, 255, .7);
  250. padding-top:5px;
  251. padding-bottom:5px;
  252. }
  253.  
  254. .tags {
  255. font-size:10px;
  256. text-align:center;
  257. text-transform:uppercase;
  258. }
  259.  
  260. .audio {
  261. margin-bottom:10px;
  262. height:100px;
  263. }
  264.  
  265. .albumart {
  266. position:absolute;
  267. width:98px;
  268. border:1px solid rgba(0,0,0,.1);
  269. padding:2px;
  270. z-index:1;
  271. }
  272.  
  273. .player {
  274. position:absolute;
  275. background:#000;
  276. width:27px;
  277. z-index:999;
  278. height:27px;
  279. overflow:hidden;
  280. margin-top:35px;
  281. margin-left:35px;
  282. padding:3px;
  283. opacity:0;
  284. -webkit-transition: all 0.6s ease-out;
  285. -o-transition: all 0.6s ease-out;
  286. -webkit-transition: all 0.6s ease-out;
  287. -moz-transition: all 0.6s ease-out;
  288. }
  289.  
  290. .audio:hover .player {
  291. opacity:.7;
  292. }
  293.  
  294. .audioinfo {
  295. width:370px;
  296. float:right;
  297. text-align:left;
  298. padding:2px;
  299. line-height:20px;
  300. }
  301.  
  302. .chats {
  303. line-height:20px;
  304. }
  305.  
  306. #credit {
  307. border:1px solid #2d2d2d;
  308. margin:3px;
  309. padding:5px;
  310. font-size:10px;
  311. position:fixed;
  312. top:0px;
  313. left:0px;
  314. }
  315.  
  316. </style>
  317.  
  318. </head>
  319. <body>
  320. <div id="credit"><a href="http://murderouscurse.tumblr.com/t">DRGL</a></div>
  321.  
  322. <div id="sidebarimg"><div class="descr">{Description}</div>
  323. <img src="{image:sidebar}">
  324. </div>
  325. <div class="line"></div>
  326.  
  327. <div id="navigation">
  328. <a href="{text:URL1}" title="{text:URL Title 1}">i.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br><br>
  329. <a href="{text:URL2}" title="{text:URL Title 2}">ii.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br><br>
  330. <a href="{text:URL3}" title="{text:URL Title 3}">iii.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br><br>
  331. <a href="{text:URL4}" title="{text:URL Title 4}">vi.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br><br>
  332. <a href="{text:URL5}" title="{text:URL Title 5}">v.</a>
  333. </div>
  334.  
  335.  
  336. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage} <a href="{NextPage}"> β†’</a>{/block:NextPage}{/block:Pagination}</div>
  337.  
  338. <div class="postcontainer">
  339. {block:Posts}<div class="post">
  340. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  341.  
  342. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  343.  
  344. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  345.  
  346. {block:Quote}<div class="quote">{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">β€” {Source}</div>{/block:Source}{/block:Quote}
  347.  
  348. {block:Link}<h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}{/block:Link}
  349.  
  350. {block:Answer}<div class="asks"><img src="{AskerPortraitURL-30}"/><i><b> {Asker}</b> asked: </i>{Question}</div>{Answer}{/block:answer}
  351.  
  352. {block:Audio}
  353. <div class="audio">
  354. {block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}
  355. <div class="player">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div>
  356. <div class="audioinfo">
  357. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  358. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  359. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  360. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}</div></div>
  361.  
  362. {block:Caption}{Caption}{/block:Caption}
  363. {/block:Audio}
  364.  
  365. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  366. <div class="chats">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  367.  
  368. <div class="notes">
  369. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} || <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  370. {block:RebloggedFrom} || <a href="{ReblogParentURL}">{ReblogParentName} </a>{/block:RebloggedFrom}
  371. {block:ContentSource} || Β© <a href="{SourceURL}">{SourceLink}
  372. </a>{/block:ContentSource}{/block:Date}
  373. </div>
  374.  
  375. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376.  
  377. {block:HasTags}<div class="tags">
  378. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  379. {/block:HasTags}
  380.  
  381.  
  382. {block:PostNotes}{PostNotes}{/block:PostNotes}
  383.  
  384. </div>{/block:Posts}
  385.  
  386. </div>
  387.  
  388. </body>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement