Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.27 KB | None | 0 0
  1. <!--
  2. Theme #06 v.1 by msswans.
  3. Edit all you want; Just make sure to leave the credits intact.
  4. -->
  5.  
  6. <head>
  7.  
  8.  
  9. <meta name="color:bg" content="#FFFFFF">
  10. <meta name="color:link" content="#7d7d7d">
  11. <meta name="color:hover" content="#ececec">
  12. <meta name="color:infobg" content="#fafafa">
  13. <meta name="color:text" content="#7d7d7d">
  14. <meta name="color:tags" content="#9a9a9a">
  15. <meta name="color:scrollbar" content="#f1f0f0">
  16. <meta name="color:border" content="#f1f0f0">
  17. <meta name="color:sblink hover" content="#ececec">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21.  
  22. <meta name="text:link1" content="">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="">
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="">
  29. <meta name="text:link4 url" content="/">
  30. <meta name="text:link5" content="">
  31. <meta name="text:link5 url" content="/">
  32.  
  33.  
  34.  
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44.  
  45. a {
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. color:{color:link};
  51. }
  52.  
  53. a:hover {
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. color:{color:hover};
  59. }
  60.  
  61.  
  62. ::-webkit-scrollbar-thumb:vertical { height:12px; border:2px solid #fff; background-color:{color:scrollbar}; }
  63. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; }
  64. ::-webkit-scrollbar { width:11px; height:7px; border:5px solid #fff; background-color:{color:scrollbar}; }
  65. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{ display:block; height:8px; border-right:2px solid #fff; border-left:2px solid #fff; background-color:{color:scrollbar}; }
  66.  
  67.  
  68. body {
  69. font-family:times;
  70. font-weight:normal;
  71. background-color:{color:bg};
  72. }
  73.  
  74. h1 {
  75. font-family:times;
  76. font-size:9px;
  77. font-style:normal;
  78. text-transform:normal;
  79. color:{color:text};
  80. text-align:center;
  81. font-weight:normal;
  82. letter-spacing:1px;
  83. padding:-10px;
  84. width:auto;
  85. }
  86.  
  87. h2 {
  88. font-family:times;
  89. font-size:8px;
  90. letter-spacing:2px;
  91. text-transform:uppercase;
  92. font-weight:normal;
  93. text-align:left;
  94. }
  95.  
  96. h3 {
  97. font-family:times;
  98. font-size:10px;
  99. font-weight:normal;
  100. text-align:center;
  101. font-style:italic;
  102. padding:0px;
  103. padding-top:-10px;
  104. padding-bottom:0px;
  105. }
  106.  
  107. h3:first letter {
  108. font-family:times;
  109. font-size:14px;
  110. font-weight:bold;
  111. font-style:italic;
  112. }
  113.  
  114.  
  115. blockquote {
  116. padding-left:3px;
  117. border-left:2px solid {color:border};
  118. }
  119.  
  120.  
  121. #theme {
  122. width:700px;
  123. margin:0 auto -12px auto;
  124. text-align:leftF;
  125. background-color:{color:bg};
  126. }
  127.  
  128. #sidebar {
  129. position:fixed;
  130. width:245px;
  131. height:auto;
  132. margin-left:-190px;
  133. margin-top:200px;
  134. z-index:100;
  135. color:{color:text};
  136. }
  137.  
  138. #sidebar img {
  139. opacity:1;
  140. width:245px;
  141. height:auto
  142. -moz-transition-duration:0.5s;
  143. -webkit-transition-duration:0.5s;
  144. -o-transition-duration:0.5s;
  145.  
  146. }
  147.  
  148. #sidebar img:hover {
  149. opacity:1;
  150. -moz-transition-duration:0.5s;
  151. -webkit-transition-duration:0.5s;
  152. -o-transition-duration:0.5s;
  153. }
  154.  
  155. .links {
  156. margin-top:-90px;
  157. width:auto;
  158. border-bottom:1px solid {color:border};
  159. text-align:center;
  160. -moz-transition-duration:0.5s;
  161. -webkit-transition-duration:0.5s;
  162. -o-transition-duration:0.5s;
  163. }
  164.  
  165. .links a {
  166. width:30px;
  167. display:inline-block;
  168. text-align:left;
  169. font-family:times;
  170. font-size:9px;
  171. color:{color:link};
  172. padding:3px;
  173. }
  174.  
  175. .links a:first-letter {
  176. font-size:10px;
  177. font-family:times;
  178. font-style:italic;
  179. font-weight:bold;
  180. }
  181.  
  182. .links a:hover{
  183. background-color:{color:sblink hover};
  184. }
  185.  
  186. .desc:first-letter {
  187. font-size:14px;
  188. font-family:times;
  189. font-style:italic;
  190. font-weight:bold;
  191. }
  192.  
  193. .desc {
  194. padding:20px;
  195. border-top:0px solid {color:border};
  196. border-bottom:0px solid {color:border};
  197. margin-top:0px;
  198. margin-left:-21px;
  199. width:245px;
  200. font-family:times;
  201. font-size:9px;
  202. line-height:170%;
  203. text-align:justify;
  204. }
  205.  
  206. .desc a {
  207. color:{color:link};
  208. }
  209.  
  210. #pagination {
  211. position:fixed;
  212. font-family:times new roman;
  213. padding:10px;
  214. margin-top:-100px;
  215. margin-left:850px;
  216. font-size:13px;
  217. font-weight:bold;
  218. letter-spacing:1px;
  219. text-align:left;
  220. text-transform:lowercase;
  221. {block:if500px}
  222. margin-left:950px;
  223. {/block:if500px}
  224. }
  225.  
  226. #pagline {
  227. color:{color:border};
  228. }
  229. #pagline:before {content: "";
  230. height:1px;
  231. width:1px;
  232. display:inline-block;
  233. margin-right:5px;
  234. margin-bottom:5px;
  235. background-color:{color:background};
  236. transition-duration: 0.6s;
  237. -moz-transition-duration: 0.6s;
  238. -webkit-transition-duration: 0.6s;
  239. -o-transition-duration: 0.6s;
  240. }
  241. #pagination:hover #pagline:before {content: "";
  242. height:1px;
  243. width:20px;
  244. display:inline-block;
  245. background-color: {color:border};
  246. transition-duration: 0.6s;
  247. -moz-transition-duration: 0.6s;
  248. -webkit-transition-duration: 0.6s;
  249. -o-transition-duration: 0.6s;
  250. }
  251. #pagination:hover #pagline:hover {
  252. color:{color:title};
  253. transition-duration: 0.6s;
  254. -moz-transition-duration: 0.6s;
  255. -webkit-transition-duration: 0.6s;
  256. -o-transition-duration: 0.6s;
  257. }
  258.  
  259. #pagination a {
  260. padding:2px;
  261. color:{color:text};
  262. }
  263.  
  264. #pagination a:hover {
  265. color:{color:text};
  266. }
  267.  
  268.  
  269. #stuffcontainer {
  270. float:left;
  271. margin-left:140px;
  272. margin-top:70px;
  273. text-align:justify;
  274. color:{color:text};
  275. background-color:{color:bg};
  276. padding:10px;
  277. }
  278.  
  279. #stuff {
  280. width:400px;
  281. margin-top:9px;
  282. text-align:justify;
  283. font-size:9px;
  284. font-family:times;
  285. font-style:normal;
  286. line-height:170%;
  287. color:{color:text};
  288. margin-bottom:80px;
  289. }
  290.  
  291. #pagi {
  292. position:fixed;
  293. width:400px;
  294. text-align:center;
  295. margin-top:20px;
  296. font-family:times;
  297. font-size:9px;
  298. text-transform:uppercase;
  299. font-style:normal;
  300. color:{color:text};
  301. background-color:{color:bg};
  302. bottom:0;
  303. margin-left:140px;
  304. padding:10px;
  305. opacity:.7;
  306. }
  307.  
  308. #pagi a {
  309. color:{color:link};
  310. padding:5px;
  311. }
  312.  
  313. .caption {
  314. font-size:10px;
  315. width:400px;
  316. text-align:justify;
  317. line-height:10%;
  318. }
  319.  
  320. #question {
  321. padding:10px;
  322. text-align:justify;
  323. line-height:10px;
  324. min-height:50px;
  325. padding-bottom:10px
  326. }
  327.  
  328. .question {
  329. margin-left:55px;
  330. }
  331.  
  332. .asker {
  333. margin:5px 0px 4px 60px;
  334. font-size:7px
  335. font-family:times;
  336. text-transform:uppercase;
  337. letter-spacing:1px;
  338. }
  339.  
  340. .asker a {
  341. margin-left:-5px;
  342. }
  343.  
  344. .portrait {
  345. position:absolute;
  346. height:48px;
  347. width:48px;
  348. margin-left:10px;
  349. }
  350.  
  351. .portrait img {
  352. border-radius:100px;
  353. }
  354.  
  355. .audio {
  356. width:400px;
  357. padding:0px;
  358. }
  359.  
  360. .playercontainer {
  361. width:400px;
  362. }
  363.  
  364. .player {
  365. padding:30px;
  366. }
  367. #info {
  368. text-transform:lowercase;
  369. font-size:9px;
  370. background:#fff;
  371. padding:-10px -10px -10px -10px;
  372. letter-spacing:0px;
  373. text-align:left;
  374. word-spacing:1px;
  375. }
  376.  
  377. ol.notes {
  378. padding:-10px;
  379. margin:25px 0px;
  380. list-style-type:none;
  381. }
  382. ol.notes li.note {
  383. padding: 10px;
  384. }
  385. ol.notes li.note img.avatar {
  386. vertical-align:-4px;
  387. border-radius:100%;
  388. margin-right:10px;
  389. width:16px;
  390. height:16px;
  391. }
  392. ol.notes li.note span.action {
  393. font-weight:normal;
  394. }
  395. ol.notes li.note .answer_content {
  396. font-weight:normal;
  397. }
  398. ol.notes li.note blockquote {
  399. padding:9px 6px 9px 6px;
  400. margin:10px 0px 0px 25px;
  401. }
  402.  
  403.  
  404. {block:IndexPage}
  405. <div id="pagination">
  406. {block:Pagination}
  407. {block:NextPage}
  408. <a href="{NextPage}" id="pagline">forth</a>
  409. {/block:NextPage}{/block:Pagination}</div><br><br>
  410. <div id="pagination">
  411. {block:Pagination}
  412. {block:PreviousPage}
  413. <a href="{PreviousPage}" id="pagline">back</a>
  414. {/block:PreviousPage}
  415. {/block:Pagination}
  416. </div>
  417. {/block:IndexPage}
  418.  
  419.  
  420.  
  421. .chat ol {
  422. line-height:170%;
  423. list-style:none;
  424. width:400px;
  425. margin-left:-40px;
  426. }
  427.  
  428. .line.odd {
  429. background:#f6f6f6;
  430. margin-bottom:2px;
  431. padding:-40px;
  432. }
  433.  
  434. .line.even {
  435. background:#fafafa;
  436. margin-bottom:2px;
  437. padding:4px;
  438. }
  439.  
  440. .label {
  441. padding-right:2px;
  442. text-transform:normal;
  443. font-weight:bold;
  444. color:{color:link};
  445. }
  446. #audio {
  447. width:400px;
  448. height:auto;
  449. min-height:90px;
  450. padding-bottom:10px;
  451. }
  452.  
  453. .playbox {
  454. overflow:hidden;
  455. opacity:1;
  456. position:absolute;
  457. z-index:1000;
  458. margin-left:0px;
  459. width:27px;
  460. border:10px solid #f1f0f0;
  461. border-bottom:8px solid #f1f0f0;
  462. margin-top:0px;
  463. text-align:center;
  464. -moz-transition-duration:0.5s;
  465. -webkit-transition-duration:0.5s;
  466. -o-transition-duration:0.5s;
  467. background-color:#f1f0f0;
  468. }
  469.  
  470. .info {
  471. border-top:1px solid {color:border};
  472. border-bottom:1px solid {color:border};
  473. padding:2px;
  474. margin-left:55px;
  475. margin-top:-100px;
  476. line-height:14px;
  477. padding-bottom:4px;
  478. }
  479.  
  480. #cred {
  481. font-family:times;
  482. position:fixed;
  483. font-size:11px;
  484. line-height:120%;
  485. right:10px;
  486. bottom:15px;
  487. text-align:center;
  488. text-transform:uppercase;
  489. letter-spacing:2px;
  490. }
  491.  
  492. #cred a {
  493. padding:7px;
  494. color:{color:link};
  495. }
  496.  
  497. #cred a:hover {
  498. color:{color:hover};
  499. }
  500.  
  501.  
  502.  
  503. {CustomCSS}
  504.  
  505. </style></head>
  506. <body>
  507. <div id="theme">
  508.  
  509. <div id="sidebar">
  510. <a href="/"><img src="http://oi60.tinypic.com/zxw3tf.jpg" /></a>
  511. <div class="desc">
  512. {description}
  513. </div>
  514. <div class="links">
  515. {block:IfLink1}
  516. <a href="{text:link1 url}">{text:link1}</a>
  517. {/block:IfLink1}
  518. {block:IfLink2}
  519. <a href="{text:link2 url}">{text:link2}</a>
  520. {/block:IfLink2}
  521. {block:IfLink3}
  522. <a href="{text:link3 url}">{text:link3}</a>
  523. {/block:IfLink3}
  524. {block:IfLink4}
  525. <a href="{text:link4 url}">{text:link4}</a>
  526. {/block:IfLink4}
  527. {block:IfLink5}
  528. <a href="{text:link5 url}">{text:link5}</a>
  529. {/block:IfLink5}</div>
  530. <div id="pagination">
  531. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> / {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  532. </div>
  533. </div>
  534.  
  535. <div id="stuffcontainer">
  536.  
  537. {block:Posts}
  538.  
  539. <div id="stuff">
  540.  
  541. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  542.  
  543. {block:Quote}<h3>“{Quote}”</h3><h1>― {Source}</h1>{/block:Quote}
  544.  
  545. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  546. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  547.  
  548. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  549.  
  550. {block:Photoset}<center>{Photoset-400}</center>
  551. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  552.  
  553. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  554.  
  555. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  556.  
  557. {block:Answer}<div id="question" style="border-bottom:1px solid {color:border}; border-top:1px solid {color:border};"><div class="portrait"><img src="{AskerPortraitURL-40}"></div><div class="asker">{Asker}</div><div class="question">{Question}</div></div>{Answer}{/block:Answer}
  558.  
  559. {block:Audio}<div id="audio"><div class="playbox">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}<br>
  560. {/block:Audio}
  561.  
  562.  
  563.  
  564. <div id="info">
  565.  
  566. {block:Date}
  567. <a href="{Permalink}">
  568. <b>{MonthNumber}.{DayofMonthWithZero}.{ShortYear} </b>
  569. </a>
  570. {/block:Date}
  571.  
  572. with <font style="font-family:times;font-size:12px;font-weight:bold;color:#e6e6e6;">&hearts;</font> <a href="{Permalink}">{NoteCountWithLabel}</a>
  573. <font style="font-family:times;font-size:12px;font-weight:bold;color:#e6e6e6;">&hearts;</font>
  574. <a href="{ReblogURL}" target="_blank" style="color:{color:text}">Reblog</a>
  575.  
  576. {block:PermalinkPage}
  577. <span style="float:right;">
  578. {block:RebloggedFrom}
  579. <a href="{ReblogParentURL}">via</a>
  580. {/block:RebloggedFrom}
  581.  
  582. {block:ContentSource}
  583. &bullet; <a href="{SourceURL}">source</a>
  584. {/block:ContentSource}
  585. </span>
  586. {/block:PermalinkPage}
  587.  
  588. <div style="border-top:1px solid #f4f4f4; margin-top:5px; margin-bottom:5px;"></div>
  589.  
  590. {block:HasTags}
  591. {block:Tags}#<a href="{TagURL}">{Tag}</a>
  592. &nbsp;
  593. {/block:Tags}
  594. {/block:HasTags}
  595. </div>
  596. </div>
  597.  
  598. {/block:Posts}
  599.  
  600. {block:ContentSource}
  601. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  602.  
  603. </div>
  604.  
  605. <div id="cred"><a href="http://emiliaclarck.tumblr.com/themecredits">♡</a></div>
  606.  
  607. </div>
  608. </div>
  609. </div>
  610. </body>
  611. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement