Advertisement
ialkhachi

Theme 9

Oct 11th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.83 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- COLORS -->
  9.  
  10. <meta name="color:background" content="#fafafa"/>
  11. <meta name="color:text" content="#b6b5b5"/>
  12. <meta name="color:link" content="#b87889"/>
  13. <meta name="color:linkhover" content="#f0e7e1"/>
  14. <meta name="color:scrollbar" content="ececec"/>
  15.  
  16. <!-- FONTS -->
  17.  
  18. <meta name="font:title" content="Cambria" />
  19. <meta name="font:body" content="calibri" />
  20. <meta name="font:pagination" content="calibri" />
  21.  
  22. <!-- IMAGES -->
  23. <meta name="image:sideimg" content=""/>
  24.  
  25.  
  26. <!-- LINKS -->
  27. <meta name="text:blogtitle" content="blogtitle"/>
  28. <meta name="text:link 1" content="link 1"/>
  29. <meta name="text:link 1 url" content="/"/>
  30. <meta name="text:link 2" content="link 2"/>
  31. <meta name="text:link 2 url" content="/"/>
  32. <meta name="text:link 3" content="link 3"/>
  33. <meta name="text:link 3 url" content="/"/>
  34. <meta name="text:link 4" content="link 4"/>
  35. <meta name="text:link 4 url" content="/"/>
  36.  
  37. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  38.  
  39. <style>
  40. div#qTip {
  41. padding: 2px;
  42. display: none;
  43. text-align: center;
  44. position: absolute;
  45. font-size:12px;
  46. line-height:15px;
  47. font-family:calibri;
  48. z-index: 1000;
  49. border: 1px solid #bordercolor;
  50. background-color:white;
  51. color: {color:text};
  52. text-transform:uppercase;
  53. letter-spacing: 1px;
  54. }
  55. </style>
  56.  
  57. <style type="text/css">
  58.  
  59. iframe#tumblr_controls {
  60. top: 0% !important;
  61. right:0% !important;
  62. opacity:0.3;
  63. position: fixed !important;
  64. filter:alpha(opacity=30);
  65. -webkit-transition: all 0.7s ease;
  66. -moz-transition: all 0.7s ease;
  67. -o-transition: all 0.7s ease;
  68. }
  69. iframe#tumblr_controls:hover{
  70. top: 0% !important;
  71. right:0% !important;
  72. opacity:0.8;
  73. position: fixed !important;
  74. filter:alpha(opacity=80);
  75. -webkit-transition: all 0.7s ease;
  76. -moz-transition: all 0.7s ease;
  77. -o-transition: all 0.7s ease;
  78. }
  79.  
  80. #bite
  81. #bite a{
  82. display:block
  83. }
  84. #bite .death {
  85. margin-top:-20px;filter: alpha(opacity = 0);
  86. opacity:0;-webkit-transition: all 0.5s ease-out;
  87. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  88. }
  89.  
  90. #bite:hover .death {
  91. margin-top:2px;
  92. -webkit-transition: all 0.8s ease-out;
  93. -moz-transition: all 0.8s ease-out;
  94. transition: all 0.8s ease-out;
  95. filter: alpha(opacity = 100);
  96. filter: alpha(opacity = 100);
  97. opacity:100;
  98. }
  99.  
  100. ::selection {background: #fff; color:{color:selection};}
  101. ::-moz-selection {background: #fff; color:{color:selection};}
  102. ::-webkit-selection {background: #fff; color:{color:selection};}
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  105. height:100px;}
  106.  
  107. ::-webkit-scrollbar { height:10px;width:10px; background-color:#fff;}
  108.  
  109.  
  110. /* --- BODY ---*/
  111.  
  112. body {
  113. font-style:none;
  114. background:{color:background};
  115. margin:0px; color:{color:text};
  116. font-family:calibri;
  117. font-size:11px;
  118. line-height:100%;
  119.  
  120. }
  121.  
  122. blockquote {
  123. border-left:2px solid #ECECEC;
  124. padding-left:2px;
  125. margin:5px;
  126. }
  127.  
  128. a {
  129. color:{color:link}
  130. }
  131.  
  132. a {
  133. text-decoration:none;
  134. -webkit-transition:all 0.5s ease-in-out;
  135. -moz-transition:all 0.5s ease-in-out;
  136. -o-transition:all 0.5s ease-in-out;
  137. -ms-transition:all 0.5s ease-in-out;
  138. transition:all 0.5s ease-in-out;
  139. }
  140.  
  141. a:hover {
  142. color:{color:linkhover}
  143. }
  144.  
  145. img {none;}
  146.  
  147. h1 , h2 {
  148. font-family:calibri;
  149. text-transform:none;
  150. font-size:14px;
  151. line-height:30px;
  152. letter-spacing:0px;
  153. text-align:center;
  154. font-style:none;
  155. }
  156.  
  157. #entries {
  158. padding:10px;
  159. width:500px;
  160. margin-left:525px;
  161. margin-top:50px;
  162. }
  163.  
  164. #post {
  165. width:500px;
  166. padding-bottom:100px;
  167. font-style:none;
  168. padding:15px;
  169. margin-bottom:10px;
  170. }
  171.  
  172.  
  173. #side img {
  174. margin-left:1270px;
  175. margin-top:260px;
  176. width:300px;
  177. height:450px;
  178. position:fixed;
  179. }
  180.  
  181.  
  182. /* --- SIDEBAR ---*/
  183.  
  184.  
  185. #sidebar
  186. {
  187. width:300px;
  188. position:fixed;
  189. margin-left:130px;
  190. margin-top:110px;
  191. }
  192.  
  193. #sidebar {width:100px;}
  194.  
  195. #sideimg img {
  196. margin-left:90px;
  197. margin-top:-5px;
  198. width:150px;
  199. height:100%
  200. }
  201.  
  202. .blogtitle {
  203. margin-left:115px;
  204. margin-top:-245px;
  205. width:90px;
  206. line-height: 100%;
  207. text-align:center;
  208. font-family:calibri;
  209. font-size:20px;
  210. font-style:none;
  211. color:{color:text};
  212. padding-bottom:0px;
  213. padding-top:5px;
  214. letter-spacing:1px;
  215. background:transparent;
  216. }
  217.  
  218. #vinyl1 img {
  219. margin-left:30px;
  220. border-radius:100px;
  221. width:45px;
  222. height:100%;
  223. margin-top:0px;
  224. -webkit-transition:all 0.6s ease-in-out;
  225. -moz-transition:all 0.6s ease-in-out;
  226. -o-transition:all 0.6s ease-in-out;
  227. -ms-transition:all 0.6s ease-in-out;
  228. transition:all 0.6s ease-in-out;
  229. }
  230.  
  231. #vinyl1 img:hover {
  232. background:white;
  233. opacity:.2;
  234. -webkit-transition:all 0.8s ease-in-out;
  235. -moz-transition:all 0.8s ease-in-out;
  236. -o-transition:all 0.8s ease-in-out;
  237. -ms-transition:all 0.8s ease-in-out;
  238. transition:all 0.8s ease-in-out;
  239. transform: rotate(360deg);
  240. -ms-transform: rotate(360deg);
  241. -webkit-transform: rotate(360deg);
  242. -o-transform: rotate(360deg);
  243. -moz-transform: rotate(360deg);
  244. }
  245.  
  246. #vinyl2 img {
  247. margin-left:30px;
  248. border-radius:100px;
  249. width:45px;
  250. height:100%;
  251. margin-top:5px;
  252. -webkit-transition:all 0.6s ease-in-out;
  253. -moz-transition:all 0.6s ease-in-out;
  254. -o-transition:all 0.6s ease-in-out;
  255. -ms-transition:all 0.6s ease-in-out;
  256. transition:all 0.6s ease-in-out;
  257. }
  258.  
  259. #vinyl2 img:hover {
  260. background:white;
  261. opacity:.2;
  262. -webkit-transition:all 0.8s ease-in-out;
  263. -moz-transition:all 0.8s ease-in-out;
  264. -o-transition:all 0.8s ease-in-out;
  265. -ms-transition:all 0.8s ease-in-out;
  266. transition:all 0.8s ease-in-out;
  267. transform: rotate(360deg);
  268. -ms-transform: rotate(360deg);
  269. -webkit-transform: rotate(360deg);
  270. -o-transform: rotate(360deg);
  271. -moz-transform: rotate(360deg);
  272. }
  273.  
  274. #vinyl3 img {
  275. margin-left:30px;
  276. border-radius:100px;
  277. width:45px;
  278. height:100%;
  279. margin-top:5px;
  280. -webkit-transition:all 0.6s ease-in-out;
  281. -moz-transition:all 0.6s ease-in-out;
  282. -o-transition:all 0.6s ease-in-out;
  283. -ms-transition:all 0.6s ease-in-out;
  284. transition:all 0.6s ease-in-out;
  285. }
  286.  
  287. #vinyl3 img:hover {
  288. background:white;
  289. opacity:.2;
  290. -webkit-transition:all 0.8s ease-in-out;
  291. -moz-transition:all 0.8s ease-in-out;
  292. -o-transition:all 0.8s ease-in-out;
  293. -ms-transition:all 0.8s ease-in-out;
  294. transition:all 0.8s ease-in-out;
  295. transform: rotate(360deg);
  296. -ms-transform: rotate(360deg);
  297. -webkit-transform: rotate(360deg);
  298. -o-transform: rotate(360deg);
  299. -moz-transform: rotate(360deg);
  300. }
  301.  
  302. #vinyl4 img {
  303. margin-left:30px;
  304. border-radius:100px;
  305. width:45px;
  306. height:100%;
  307. margin-top:5px;
  308. -webkit-transition:all 0.6s ease-in-out;
  309. -moz-transition:all 0.6s ease-in-out;
  310. -o-transition:all 0.6s ease-in-out;
  311. -ms-transition:all 0.6s ease-in-out;
  312. transition:all 0.6s ease-in-out;
  313. }
  314.  
  315. #vinyl4 img:hover {
  316. background:white;
  317. opacity:.2;
  318. -webkit-transition:all 0.8s ease-in-out;
  319. -moz-transition:all 0.8s ease-in-out;
  320. -o-transition:all 0.8s ease-in-out;
  321. -ms-transition:all 0.8s ease-in-out;
  322. transition:all 0.8s ease-in-out;
  323. transform: rotate(360deg);
  324. -ms-transform: rotate(360deg);
  325. -webkit-transform: rotate(360deg);
  326. -o-transform: rotate(360deg);
  327. -moz-transform: rotate(360deg);
  328. }
  329.  
  330. #nav {
  331. position:fixed;
  332. overflow:hidden;
  333. margin-top:150px;
  334. margin-left:315px;
  335. }
  336.  
  337. #link1 a , #link2 a, #link3 a
  338.  
  339. #title
  340. {
  341. font-family:cambria;
  342. text-align:center;
  343. margin-top:-129px;
  344. padding-bottom:0px;
  345. text-transform:none;
  346. font-style:normal;
  347. font-size:10px;
  348. }
  349.  
  350. #description {
  351. margin-left:115px;
  352. margin-top:0px;
  353. width:90px;
  354. line-height: 100%;
  355. background-color:#ffffff;
  356. text-transform:none;
  357. text-align:center;
  358. font-family:calibri;
  359. font-size:13px;
  360. font-style:none;
  361. padding-bottom:0px;
  362. padding-top:5px;
  363. background:transparent;
  364. }
  365.  
  366. #questions {
  367. background-color:#ffffff;
  368. color: {color:text};
  369. margin-left:0px;
  370. padding:5px;
  371. margin-top:5px;
  372. margin-bottom:5px;
  373. font-family:calibri;
  374. font-size:10px;
  375. font-style:normal;
  376. text-align:center;
  377. }
  378.  
  379. .note {
  380. padding:0px 20px 0px 20px;
  381. background-color:#FFFFFF;
  382. text-transform:lowercase;
  383. letter-spacing:0px;
  384. font-size: 11px;
  385. font-style:normal;
  386. text-align:left;
  387. line-height:120%;
  388. }
  389.  
  390. .note li {
  391. list-style-type:none;
  392. padding:5px 25px 5px 25px;
  393. text-align:left;
  394. margin-right:30px;
  395. margin-top:-50px;
  396. }
  397.  
  398. #info {
  399. font-family:calibri;
  400. text-align:center;
  401. margin-top:10px;
  402. padding-top:10px;
  403. padding:0px;
  404. padding-bottom:1px;
  405. text-transform:none;
  406. font-style:none;
  407. font-size:10px;
  408. line-height:100%;
  409. }
  410.  
  411. #RebloggedFrom {
  412. font-family:calibri;
  413. text-align:center;
  414. margin-top:-5px;
  415. padding-bottom:0px;
  416. text-transform:none;
  417. font-style:none;
  418. font-size:10px;
  419. }
  420.  
  421. #tags {
  422. font-family:calibri;
  423. text-align:center;
  424. margin-top:0px;
  425. padding-bottom:0px;
  426. text-transform:none;
  427. font-style:none;
  428. font-size:10px;
  429. }
  430.  
  431. #pagination {
  432. font-size:15px;
  433. margin-top:-190px;
  434. margin-left:125px;
  435. font-family:calibri;
  436. font-style:normal;
  437. text-align:center;
  438. line-height:30px;
  439. width:50px
  440. text-transform:uppercase;
  441. letter-spacing:1px;
  442. }
  443.  
  444.  
  445.  
  446. #credit{
  447. right:8px;
  448. bottom:10px;
  449. position:fixed;
  450. padding:5px;
  451. }
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. {CustomCSS}</style></head><body>
  459.  
  460. <div id="sidebar">
  461. <div id="vinyl1"><a href="{text:link 1 url}" title="{text:link 1}"><img src="http://media.tumblr.com/8a77810da2237b62f4f176375c690c8b/tumblr_inline_mu9f71YtAa1s7raez.png"/></a></div>
  462. <div id="vinyl2"><a href="{text:link 2 url}" title="{text:link 2}"><img src="http://media.tumblr.com/8a77810da2237b62f4f176375c690c8b/tumblr_inline_mu9f71YtAa1s7raez.png"/></a></div>
  463. <div id="vinyl3"><a href="{text:link 3 url}" title="{text:link 3}"><img src="http://media.tumblr.com/8a77810da2237b62f4f176375c690c8b/tumblr_inline_mu9f71YtAa1s7raez.png"/></a></div>
  464. <div id="vinyl4"><a href="{text:link 4 url}" title="{text:link 4}"><img src="http://media.tumblr.com/8a77810da2237b62f4f176375c690c8b/tumblr_inline_mu9f71YtAa1s7raez.png"/></a></div>
  465. <center>
  466. <div class="blogtitle"><b>{text:blogtitle}</b></div><br>
  467. <div id="bite">
  468. <div id="sideimg"><img src="{image:sideimg}"/></div><br>
  469. <div class="death">
  470. <div id="description">{Description}</div>
  471. <div id="pagination">
  472. {block:Pagination}
  473. <div id="pagination">
  474. {block:PreviousPage}
  475. <a href="{PreviousPage}"><b>Float</b></a>
  476. {/block:PreviousPage}
  477. <br>
  478. {block:NextPage}
  479. <a href="{NextPage}"><b>Sink</b></a>
  480. {/block:NextPage}
  481. </br>
  482. </div>
  483. {/block:Pagination}</div>
  484. </div>
  485. </div></div>
  486. </center>
  487.  
  488. <div id="scrollbar">{scrollbar}</div>
  489.  
  490. <div id="side"><img src="http://media.tumblr.com/f3688b4c3953f3635d110edeb969f65f/tumblr_inline_muimp5FMib1s7raez.png"></img></div>
  491.  
  492.  
  493. {block:HasPages}{block:Pages}
  494.  
  495. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  496.  
  497. </div></center>
  498.  
  499.  
  500. </div>
  501.  
  502. <div id="entries">{block:Posts}<div id="post">
  503.  
  504. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  505.  
  506. {block:blockquote}{/block:blockquote}
  507.  
  508.  
  509. {block:Photo}
  510. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  511. {/block:Photo}
  512.  
  513. {block:Photoset}
  514. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  515. {/block:Photoset}
  516.  
  517. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  518.  
  519. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  520.  
  521. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  522.  
  523. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  524.  
  525. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  526.  
  527. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  528.  
  529. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a> -
  530. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount} -
  531. <a href="{ReblogURL}" target="_blank"> reblog </a> -
  532. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  533. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  534.  
  535. <div id="tags">
  536. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  537. </div>
  538. {block:PostNotes}{PostNotes}{/block:PostNotes}
  539. {/block:Posts}</div>
  540.  
  541. <div id="credit" data="credit"> <a href="http://injured.tk">♕</a></div>
  542. </div>
  543. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank"></a>
  544.  
  545.  
  546. </body>
  547. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement