Advertisement
khalisar

theme 16

Dec 12th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 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.  
  9. <!-- theme 16 by snowymako
  10. please don't remove credit or redistribute
  11. i'll break your neck if you do (◕‿◕✿)
  12. thank you-->
  13.  
  14. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  15.  
  16. <style>
  17. div#qTip {
  18. padding: 2px;
  19. display: none;
  20. font-style:none;
  21. text-align: center;
  22. position: absolute;
  23. font-size:10px;
  24. line-height:10px;
  25. font-family:arial;
  26. z-index: 1000;
  27. background: white;
  28. z-index: 9999999;
  29. border:1px solid #ccc;
  30. color: #999;
  31. letter-spacing: 1px;
  32. }
  33. </style>
  34.  
  35. <!-- COLORS -->
  36.  
  37. <meta name="color:background" content="#ffffff"/>
  38. <meta name="color:text" content="#b6b5b5"/>
  39. <meta name="color:link" content="#b87889"/>
  40. <meta name="color:linkhover" content="#f0e7e1"/>
  41. <meta name="color:scrollbar" content="ececec"/>
  42. <meta name="color:border" content="ececec"/>
  43. <meta name="color:links-background" content="ececec"/>
  44. <meta name="color:title" content="#000"/>
  45. <meta name="color:hover" content="#000"/>
  46.  
  47.  
  48.  
  49.  
  50. <!-- IMAGES -->
  51.  
  52. <meta name="image:sidebar" content=""/>
  53. <meta name="text:sidebar title" content="/"/>
  54.  
  55.  
  56. <!-- LINKS -->
  57.  
  58. <meta name="text:link 1" content="link"/>
  59. <meta name="text:link 1 url" content="/" />
  60. <meta name="text:link 2" content="link"/>
  61. <meta name="text:link 2 url" content="/" />
  62. <meta name="text:link 3" content="link"/>
  63. <meta name="text:link 3 url" content="/" />
  64. <meta name="text:link 4" content="link"/>
  65. <meta name="text:link 4 url" content="/" />
  66. <meta name="text:link 5" content="link"/>
  67. <meta name="text:link 5 url" content="/" />
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  70.  
  71.  
  72. <style type="text/css">
  73. @font-face {font-family:'blog title';
  74. src:url('http://static.tumblr.com/sas2ex2/fj6mr4m97/amperzand.ttf');}
  75.  
  76. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  77.  
  78. ::selection {background: #fff; color:{color:selection};}
  79. ::-moz-selection {background: #fff; color:{color:selection};}
  80. ::-webkit-selection {background: #fff; color:{color:selection};}
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  83. height:100px;}
  84.  
  85. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  86.  
  87.  
  88. /* --- BODY ---*/
  89.  
  90. body {
  91. font-style:none;
  92. font-family:arial;
  93. background:{color:background};
  94. margin:0px; color:{color:text};
  95. font-size:10px;
  96. line-height:100%;
  97.  
  98. }
  99.  
  100. blockquote {
  101. border-left:2px solid #ECECEC;
  102. padding-left:2px;
  103. margin:5px;
  104. }
  105.  
  106. a {
  107. color:{color:link}
  108. }
  109.  
  110. a {
  111. text-decoration:none;
  112. -webkit-transition:all 0.5s ease-in-out;
  113. -moz-transition:all 0.5s ease-in-out;
  114. -o-transition:all 0.5s ease-in-out;
  115. -ms-transition:all 0.5s ease-in-out;
  116. transition:all 0.5s ease-in-out;
  117. }
  118.  
  119. a:hover {
  120. color:{color:linkhover}
  121. }
  122.  
  123. img {none;}
  124.  
  125. h1 , h2 {
  126. font-family:arial;
  127. text-transform:none;
  128. font-size:14px;
  129. line-height:300%;
  130. letter-spacing:0px;
  131. text-align:center;
  132. font-style:none;
  133. }
  134.  
  135. #entries {
  136. padding:10px;
  137. width:550px;
  138. margin-left:500px;
  139. margin-top:50px;
  140.  
  141.  
  142. }
  143.  
  144. #post {
  145. width:500px;
  146. padding-bottom:100px;
  147. font-style:none;
  148. padding:15px;
  149. margin-bottom:10px;
  150. }
  151.  
  152.  
  153.  
  154.  
  155. /* --- SIDEBAR ---*/
  156.  
  157.  
  158. #sidebar
  159. {
  160. width:300px;
  161. position:fixed;
  162. margin-left:130px;
  163. margin-top:120px;
  164. }
  165.  
  166. #sidebar {width:100px;}
  167.  
  168. #sidebarimage img
  169. {
  170. margin-left:91px;
  171. width:210px;
  172. height:210px;
  173. margin-top:0px;
  174. padding:8px;
  175. overflow:hidden;
  176. border:2px solid #ebebeb;
  177.  
  178. }
  179.  
  180. #stitle {
  181. position:fixed;
  182. line-height:145%;
  183. font-size:23px;
  184. width:50px;
  185. text-align:left;
  186. margin-top:363px;
  187. margin-left:355px;
  188. color:#bbb;
  189. font-weight:bold;
  190. letter-spacing:2px;
  191. color:{color:title};
  192. text-transform:lowercase;
  193. font-family:arial;
  194. {block:ifHideTitle}
  195. display:none;
  196. {/block:ifHideTitle}
  197. -moz-transition-duration:.7s;
  198. -webkit-transition-duration:.7s;
  199. -o-transition-duration:.7s;
  200. }
  201.  
  202. #stitle a {color:{color:title};}
  203. #stitle a:hover {color:#ebebeb;
  204. -moz-transition-duration:.7s;
  205. -webkit-transition-duration:.7s;
  206. -o-transition-duration:.7s;
  207.  
  208. }
  209.  
  210.  
  211. #nav {
  212. position:fixed;
  213. overflow:hidden;
  214. margin-top:150px;
  215. margin-left:315px;
  216. }
  217.  
  218. #link1 a , #link2 a, #link3 a
  219.  
  220. #title
  221. {
  222. font-family:arial;
  223. text-align:center;
  224. margin-top:-129px;
  225. padding-bottom:0px;
  226. text-transform:none;
  227. line-height:200%;
  228. font-style:normal;
  229. font-size:10px;
  230. }
  231. #title a{
  232. line-height:200%;
  233. }
  234.  
  235. #links {
  236. letter-spacing:10px;
  237. position:fixed;
  238. font-family:arial;
  239. width:20px;
  240. max-width:140px;
  241. padding-top:0px;
  242. padding-right:20px;
  243. padding-bottom:30px;
  244. height:80px;
  245. margin-top:10px;
  246. margin-left:180px;
  247. opacity:1;
  248. color:{color:link};
  249. font-size:9px;
  250. font-style:none;
  251. text-align:left;
  252. border-left:2px solid #ebebeb;
  253.  
  254. }
  255.  
  256.  
  257. #links a{
  258.  
  259. display:block;
  260. line-height:130%;
  261. width:20px;
  262. padding:2px;
  263. padding-bottom:2px;
  264. padding-right:0px;
  265. padding-left:5px;
  266. margin-top:8px;
  267. margin-bottom:0px;
  268. margin-left:1px;
  269. opacity:1;
  270. letter-spacing:1px;
  271. text-decoration:none;
  272. color:{color:text};
  273. -moz-transition-duration:.4s;
  274. -webkit-transition-duration:.4s;
  275. -o-transition-duration:.4s;
  276.  
  277. }
  278.  
  279. #links a:hover {
  280. font-style:normal;
  281. opacity:.7;
  282. font-style:bold;
  283. color:#fff;
  284. padding-left:5px;
  285. margin-left:5px;
  286. background-color:#000;
  287. -moz-transition-duration:.4s;
  288. -webkit-transition-duration:.4s;
  289. -o-transition-duration:.4s;
  290. }
  291.  
  292. #description {
  293. margin-left: 95px;
  294. margin-top: 8px;
  295. width: 70px;
  296. word-spacing:1px;
  297. line-height: 160%;
  298. background-color:#ffffff;
  299. text-transform:none;
  300. text-align:left;
  301. font-family:arial;
  302. font-size: 10px;
  303. padding:8px;
  304.  
  305. }
  306.  
  307. #pagination {
  308. position:fixed;
  309. font-size:10px;
  310. text-transform:normal;
  311. color:#424242;
  312. margin-top:255px;
  313. margin-left:135px;
  314. width:110px;
  315. letter-spacing:0px;
  316. font-style:normal;
  317. text-align:center;
  318. }
  319.  
  320. #pagination a {
  321. color: #BDBDBD;
  322. }
  323.  
  324. #stuffcontainer {
  325. float:left;
  326. margin-left:200px;
  327. margin-top:75px;
  328. text-align:justify;
  329. background-color:#FFFFFF;
  330. color:#FFFFFF;
  331. border:1px;
  332. margin-bottom: 35px;
  333. }
  334.  
  335.  
  336. #stuff {
  337. width:500px;
  338. margin-top:20px;
  339. text-align:justify;
  340. font-size:11px;
  341. font-family:times;
  342. line-height:90%;
  343. letter-spacing:0x;
  344. color:#FFFFFF;
  345. }
  346.  
  347.  
  348.  
  349.  
  350.  
  351. #info {
  352. font-family:Inconsolata;
  353. width:500px;
  354. margin-top:5px;
  355. margin-left:5px;
  356. padding-top:1px;
  357. font-size:9px;
  358. color:{color:text};
  359. text-transform:uppercase;
  360. font-style:normal;
  361. text-align:center;
  362. -moz-transition-duration:0.5s;
  363. -webkit-transition-duration:0.5s;
  364. -o-transition-duration:0.5s;
  365. }
  366.  
  367. #info a {
  368. color:{color:link};
  369. font-style:normal;
  370. }
  371.  
  372. #info a:hover {
  373. color:{color:link hover};
  374. }
  375.  
  376. .tags {
  377. font-family:trebuchet ms;
  378. font-style:normal;
  379. width:500px;
  380. text-transform:none;
  381. font-style:normal;
  382. line-height:120%;
  383. font-size:9px;
  384. text-align:center;
  385. font-weight:bold;
  386. padding-top:5px;
  387. padding-bottom:15px;
  388. -moz-transition-duration:0.2s;
  389. -webkit-transition-duration:0.2s;
  390. -o-transition-duration:0.2s;
  391. }
  392. .tags a{
  393. color:{color:link};
  394. border-bottom:1px solid #000;
  395. -moz-transition-duration:0.2s;
  396. -webkit-transition-duration:0.2s;
  397. -o-transition-duration:0.2s;
  398. }
  399. .tags a:hover{
  400. color:{color:link hover};
  401. -moz-transition-duration:0.2s;
  402. -webkit-transition-duration:0.2s;
  403. -o-transition-duration:0.2s;
  404. }
  405. .cover {
  406. position: relative;z-index: 1; width: 90px; float:left;}
  407.  
  408. .button {
  409. width:20px;
  410. height:30px;
  411. overflow: hidden;
  412. position: relative;
  413. z-index: 99;
  414. margin: 15px 24px 13px 16px;
  415. }
  416.  
  417. .musicbox {
  418. background-color: #fff;
  419. position: absolute;
  420. z-index: 99;
  421. margin-top: 15px;
  422. margin-left: 15px;
  423. opacity: 0.3;
  424. -webkit-transition: opacity 0.2s linear;
  425. -webkit-transition: all 0.2s linear;
  426. -moz-transition: all 0.2s linear;
  427. -o-transition: all 0.2s linear;
  428. }
  429. .musicbox:hover {opacity:0.9;}
  430. .musicinfo {
  431. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
  432.  
  433. #ask {
  434. float:left;
  435. margin-left:10px;
  436. }
  437.  
  438. #asker {
  439. float:left;
  440. margin-right:10px;
  441. margin-top:-5px;
  442. padding-right:2px;
  443. background-color:#fff;
  444. }
  445.  
  446. #asker img {
  447. padding:2px;
  448. -webkit-filter:grayscale(0);
  449. }
  450.  
  451. #asks {
  452. padding:10px;
  453. width:480px;
  454. height:101%;
  455. font-weight:bold;
  456. background:{color:Accent2};
  457. text-align:left;
  458. font-size:9px;
  459. letter-spacing:1px;
  460. text-transform:uppercase;
  461. color:{color:Accent1};
  462. overflow:hidden;
  463. }
  464.  
  465. #asks a {
  466. color:{color:Accent3};
  467. }
  468.  
  469. #asks a:hover {
  470. color:{color:Accent1};
  471. }
  472.  
  473. #question {
  474. text-transform:none;
  475. font-weight:normal;
  476. letter-spacing:1.5px;
  477. margin-top:0px;
  478. margin-left:7px;
  479. padding-left:15px;
  480. text-align:left;
  481. color:{color:Accent3};
  482. }
  483.  
  484. #answer {
  485. margin-top:-10px;
  486. margin-left:5px;
  487. }
  488.  
  489.  
  490.  
  491.  
  492.  
  493. #credit {
  494. font-size:11px;
  495. font-family:arial;
  496. letter-spacing:1px;
  497. -moz-transition-duration:0.5s;
  498. -webkit-transition-duration:0.5s;
  499. -o-transition-duration:0.5s;
  500. }
  501.  
  502. #credit a {
  503. background-color:#fff;
  504. padding:5px;
  505. border:1px solid #e9e9e9;
  506. position:fixed;
  507. right:15px;
  508. bottom:10px
  509. }
  510.  
  511. #credit a:hover {
  512. color:#fff;
  513. background-color:#000;
  514. }
  515.  
  516.  
  517.  
  518.  
  519.  
  520. {CustomCSS}
  521.  
  522. </style>
  523. </head><body>
  524.  
  525.  
  526.  
  527. <div id="sidebar">
  528.  
  529. <div id="sidebarimage"><a title="{text:homelink title}" href="/"><img src="{image:sidebar}"></a></div>
  530.  
  531.  
  532. <div id="links">
  533.  
  534. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}">.01</a>{/block:ifLink1}
  535. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}">.02</a>{/block:ifLink2}
  536. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}">.03</a>{/block:ifLink3}
  537. {block:ifLink4}<a href="{text:Link 4 URL}" title="{text:Link 4}">.04</a>{/block:ifLink4}
  538. {block:ifLink5}<a href="{text:Link 5 URL}" title="{text:Link 5}">.05</a>{/block:ifLink5}
  539.  
  540.  
  541. </div>
  542.  
  543.  
  544. <div id="description">{Description}</div></div>
  545.  
  546.  
  547.  
  548. <div id="pagination">
  549. {block:Pagination}
  550. <div id="pagination">
  551. {block:PreviousPage}
  552. <a href="{PreviousPage}">back </a>
  553. {/block:PreviousPage}
  554. {block:NextPage}
  555. <a href="{NextPage}">/ next</a>
  556. {/block:NextPage}
  557. </div></div>
  558. {/block:Pagination}</div>
  559. </div>
  560. </div>
  561. <div id="stitle"><a href="/" title="home">{text:sidebar title}</a></div>
  562. </div>
  563.  
  564.  
  565.  
  566. <div id="scrollbar">{scrollbar}</div>
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573. <div id="entries">{block:Posts}<div id="post">
  574.  
  575. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  576.  
  577. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  578.  
  579. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  580.  
  581. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  582.  
  583. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  584.  
  585. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  586.  
  587. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  588. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  589.  
  590. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  591.  
  592.  
  593. {block:Answer}<div id="asks"><div id="asker"><img src="{AskerPortraitURL-24}"></div><div id="ask">{Asker} asked: </div><div id="question">{Question}</div></div><br><div id="answer">{Answer}</div>{/block:Answer}
  594.  
  595. <div id="info">
  596. <br><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} </a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"> VIA </a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"> / <a href="{SourceURL}">SOURCE</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} / <a href="{Permalink}">{NoteCountWithLabel}</a>
  597. {block:HasTags} / <a href="{ReblogURL}">REBLOG</a><div class="tags">+{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  598. {/block:Posts}
  599. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  600. </div>
  601.  
  602.  
  603.  
  604. <<div id="credit" data="credit"> <a href="http://winterfell.co.vu">©</a></div>
  605. </div>
  606. </body>
  607. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement