Advertisement
khalisar

theme 16

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