Advertisement
teasehoranthemes

teasehoran: theme 11

Nov 3rd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.97 KB | None | 0 0
  1. <link href='http://fonts.googleapis.com/css?family=Pathway+Gothic+One' rel='stylesheet' type='text/css'>
  2. <link href='http://fonts.googleapis.com/css?family=Devonshire' rel='stylesheet' type='text/css'>
  3. <link href='http://fonts.googleapis.com/css?family=Francois+One' rel='stylesheet' type='text/css'>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head><title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18.  
  19. <!----THEME BY TEASEHORAN--->
  20.  
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24.  
  25. <meta name="color:Text" content="#838282"/>
  26.  
  27. <meta name="color:Link" content="#b8b8b8"/>
  28.  
  29. <meta name="color:border" content="#eeeeee"/>
  30.  
  31. <meta name="color:Link hover" content="#b8b8b8"/>
  32.  
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:sidebar2" content=""/>
  35. <meta name="image:titletab" content=""/>
  36.  
  37. <meta name="text:linkA" content="">
  38.  
  39. <meta name="text:linkA url" content="/">
  40.  
  41. <meta name="text:linkB" content="">
  42.  
  43. <meta name="text:linkB url" content="/">
  44.  
  45. <meta name="text:linkC" content="">
  46.  
  47. <meta name="text:linkC url" content="/">
  48.  
  49. <meta name="text:linkD" content="">
  50.  
  51. <meta name="text:linkD url" content="/">
  52.  
  53. <style type="text/css">
  54.  
  55. body {
  56.  
  57. background:{color:background};
  58.  
  59. margin:0px;
  60.  
  61. color:{color:text};
  62.  
  63. font-size:11px;
  64. font-family: 'Pathway Gothic One', sans-serif;
  65.  
  66. line-height:100%;
  67.  
  68. }
  69.  
  70.  
  71.  
  72. a {
  73.  
  74. text-decoration:none;
  75.  
  76. outline:none;
  77.  
  78. -moz-outline-style:none;
  79.  
  80. color:{color:link};
  81.  
  82. -moz-transition-duration:0.5s;
  83.  
  84. -webkit-transition-duration:0.5s;
  85.  
  86. -o-transition-duration:0.5s;
  87.  
  88. }
  89.  
  90.  
  91.  
  92. a:hover{
  93.  
  94. color:{color:link hover};
  95.  
  96. font-style:none;
  97.  
  98. -moz-transition-duration:0.5s;
  99.  
  100. -webkit-transition-duration:0.5s;
  101.  
  102. -o-transition-duration:0.5s;}
  103.  
  104.  
  105.  
  106. img {
  107.  
  108. border:none;
  109.  
  110. }
  111.  
  112.  
  113.  
  114. blockquote {
  115.  
  116. padding-left:5px;
  117.  
  118. border-left:0px solid;
  119.  
  120. }
  121.  
  122.  
  123.  
  124. blockquote blockquote {
  125.  
  126. padding-left:5px;
  127.  
  128. border-left:0px solid;
  129.  
  130. }
  131.  
  132.  
  133.  
  134. h1 {
  135.  
  136. font-size:10px;
  137.  
  138. }
  139.  
  140.  
  141.  
  142.  
  143.  
  144. #entries {
  145.  
  146. padding:10px;
  147.  
  148. width:400px;
  149.  
  150. margin-left:500px;
  151.  
  152. margin-top:0px;
  153.  
  154. padding:0px;
  155.  
  156.  
  157. }
  158.  
  159.  
  160.  
  161. #post {
  162.  
  163. width:400px;
  164. background:white;
  165.  
  166. }
  167.  
  168.  
  169. #sidebar {
  170. width:150px;
  171. position:fixed;
  172. margin-left:120px;
  173. margin-top:400px;
  174. }
  175.  
  176.  
  177. #sidebarimage {
  178. width 200px;
  179. position:fixed;
  180. margin-top:-190px;
  181. background:black;
  182. padding-bottom:20px;
  183. border-bottom:3px solid #32acad;
  184. padding-top:20px;
  185. border-top:3px solid #32acad;
  186. -moz-transition-duration:0.7s;
  187. -webkit-transition-duration:0.7s;
  188. -o-transition-duration:0.7s;
  189. }
  190.  
  191. #sidebarimage img {
  192. width:300px;
  193. height:169px;
  194. -moz-transition-duration:0.7s;
  195. -webkit-transition-duration:0.7s;
  196. -o-transition-duration:0.7s;
  197. }
  198.  
  199. #sidebar:hover #sidebarimage img{
  200. opacity:0;
  201. -moz-transition-duration:0.7s;
  202. -webkit-transition-duration:0.7s;
  203. -o-transition-duration:0.7s;
  204. }
  205.  
  206.  
  207. #description {
  208. width:280px;
  209. margin-top:-110px;
  210. margin-left:0px;
  211. padding:10px;
  212. font-size:13px;
  213. background:black;
  214. color:#fff;
  215. opacity:0;
  216. border-top:3px solid #32acad;
  217. border-bottom:3px solid #32acad;
  218. line-height:15px;
  219. position:fixed;
  220. text-align:center;
  221. font-family: 'Francois One', sans-serif;
  222. z-index:9999999;
  223. -moz-transition-duration:0.7s;
  224. -webkit-transition-duration:0.7s;
  225. -o-transition-duration:0.7s;
  226. }
  227.  
  228. #sidebar:hover #description{
  229. opacity:0.9;
  230. -moz-transition-duration:0.7s;
  231. -webkit-transition-duration:0.7s;
  232. -o-transition-duration:0.7s;
  233. }
  234.  
  235. #links {
  236. margin-top: 50px;
  237. margin-left:1px;
  238. font-size:15px;
  239. text-transform:uppercase;
  240. text-align:center;
  241. word-spacing:1px;
  242. line-height:170%;
  243. width:300px;
  244. background:black;
  245. font-style:normal;
  246. padding-top:10px;
  247. padding-bottom:10px;
  248. position:fixed;
  249. border-top:3px solid #32acad;
  250. font-family: 'Francois One', sans-serif;
  251.  
  252. }
  253.  
  254. #links a{
  255. padding:0px;
  256. color:#fff;
  257. letter-spacing:2px;
  258. text-decoration:none;
  259. -moz-transition-duration:1s;
  260. -webkit-transition-duration:1s;
  261. -o-transition-duration:1s;
  262. }
  263.  
  264. #links a:hover{
  265. color:transparent;
  266. font-style:none;
  267. -moz-transition-duration:1s;
  268. -webkit-transition-duration:1s;
  269. -o-transition-duration:1s;
  270. }
  271.  
  272. #pagination {
  273. font-size:12px;
  274. margin-top:33px;
  275. text-align:center;
  276. margin-left:165px;
  277. width:200px;
  278. font-family: 'Francois One', sans-serif;
  279. font-style:none;
  280. }
  281.  
  282.  
  283.  
  284.  
  285. .caption {
  286.  
  287. width:500px;
  288.  
  289. text-align:justify;
  290.  
  291. line-height:120%;
  292.  
  293. }
  294.  
  295.  
  296.  
  297. .ask {
  298.  
  299. padding:10px;
  300.  
  301. text-align:left;
  302.  
  303. color:#fff;
  304.  
  305. background-color:black;
  306.  
  307. border-bottom:3px solid #32acad;
  308.  
  309. }
  310.  
  311. .ask a {
  312. color:#fff;
  313. }
  314.  
  315.  
  316. .ans {
  317.  
  318. text-align:left;
  319.  
  320. padding:10px;
  321.  
  322. color:{color:text};
  323.  
  324. }
  325.  
  326.  
  327.  
  328.  
  329. .audio {
  330.  
  331. width:400px;
  332.  
  333. padding-bottom:10px;
  334.  
  335. background-color:{color:infobg};
  336.  
  337. }
  338.  
  339.  
  340.  
  341. .albumart {
  342.  
  343. float:left;
  344.  
  345. padding:0px 10px 10px 0px;
  346.  
  347. }
  348.  
  349.  
  350.  
  351. .albumart img {
  352.  
  353. width:45px;
  354.  
  355. height:45px;
  356.  
  357. }
  358.  
  359.  
  360.  
  361. .playercontainer {
  362.  
  363. text-align:left;
  364.  
  365. padding:10px;
  366.  
  367. background-color:#ffffff;
  368.  
  369. width:400px;
  370.  
  371. }
  372.  
  373.  
  374.  
  375. .audioinfo {
  376.  
  377. padding:10px;
  378.  
  379. color:{color:text};
  380.  
  381. }
  382.  
  383.  
  384.  
  385. #postinfo {
  386.  
  387. text-align:left;padding-top:3px;
  388.  
  389. margin-top:5px;
  390.  
  391. margin-bottom:10px;
  392.  
  393. text-transform: lowercase;
  394.  
  395. letter-spacing:0px;
  396. text-align:center;
  397. padding-bottom:5px;
  398. font-size:10px;
  399. background:black;
  400. line-height: 10px;
  401.  
  402. color:#fff;
  403.  
  404.  
  405. }
  406.  
  407.  
  408.  
  409. #postinfo a {
  410.  
  411. color:#fff;
  412.  
  413. text-align:center;
  414.  
  415. font-style:normal;
  416.  
  417.  
  418. }
  419.  
  420.  
  421.  
  422. #postinfo a:hover {
  423.  
  424. color:{color:hover};
  425.  
  426. }
  427.  
  428.  
  429.  
  430. .note {
  431.  
  432. text-transform:lowercase;
  433.  
  434. font-style:normal;
  435.  
  436. letter-spacing:0px;
  437.  
  438. font-size: 9px;
  439.  
  440. text-align:left;
  441.  
  442. line-height:90%;
  443.  
  444. margin-left:-40px;
  445.  
  446. }
  447.  
  448.  
  449.  
  450. .note li {
  451.  
  452. list-style-type:none;
  453.  
  454. border-bottom:1px solid {color:border};
  455.  
  456. padding:10px 25px 10px 25px;
  457.  
  458. text-align:left;
  459.  
  460. margin:0px;
  461.  
  462. -moz-transition-duration:0.5s;
  463.  
  464. -webkit-transition-duration:0.5s;
  465.  
  466. -o-transition-duration:0.5s;
  467.  
  468. }
  469.  
  470.  
  471.  
  472. .tags {
  473.  
  474. font-style:normal;
  475.  
  476. width:400px;
  477.  
  478. text-transform:uppercase;
  479.  
  480. font-style:normal;
  481.  
  482. color:{color:tags};
  483.  
  484. letter-spacing:2px;
  485.  
  486. line-height:120%;
  487.  
  488. font-size:8px;
  489.  
  490. text-align:left;
  491.  
  492. padding:2px;
  493.  
  494. -moz-transition-duration:0.5s;
  495.  
  496. -webkit-transition-duration:0.5s;
  497.  
  498. -o-transition-duration:0.5s;
  499.  
  500. }
  501.  
  502.  
  503.  
  504. .tags a {
  505.  
  506. color:{color:tags};
  507.  
  508. letter-spacing:1px;
  509.  
  510. padding:1px;
  511.  
  512. }
  513.  
  514.  
  515.  
  516. .tags a:hover {
  517.  
  518. color:{color:link};
  519.  
  520. }
  521.  
  522.  
  523. ul.chat, .chat ol, .chat li {
  524.  
  525. list-style:none;
  526.  
  527. margin:0px;
  528.  
  529. padding:2px;
  530.  
  531. }
  532.  
  533.  
  534.  
  535. .label {
  536.  
  537. text-decoration:underline;
  538.  
  539. font-weight:300;
  540.  
  541. background-color:{color:infobg};
  542.  
  543. margin-right:5px;
  544.  
  545. }
  546.  
  547.  
  548.  
  549.  
  550. .user_1 .label {color:{color:text}; font-weight:bold}
  551.  
  552. .user_2 .label {color:{color:link}; font-weight:bold}
  553.  
  554. .user_3 .label {color:{color:text}; font-weight:bold}
  555.  
  556. .user_4 .label {color:{color:link}; font-weight:bold}
  557.  
  558. .user_5 .label {color:{color:text}; font-weight:bold}
  559.  
  560. .user_6 .label {color:{color:link}; font-weight:bold}
  561.  
  562. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  563.  
  564.  
  565.  
  566. {CustomCSS}</style></head><body>
  567.  
  568. <div id="sidebar">
  569.  
  570. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  571.  
  572. <div id="links">
  573. <a href="{text:linkA url}">{text:linkA}</a>
  574. <a href="{text:linkB url}">{text:linkB}</a>
  575. <a href="{text:linkC url}">{text:linkC}</a>
  576. <a href="{text:linkD url}">{text:linkD}</a>
  577.  
  578.  
  579. </div>
  580.  
  581. <div id="description">{Description}</div>
  582.  
  583. <div id="pagination">
  584. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  585. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  586. </div>
  587.  
  588. </div>
  589.  
  590.  
  591.  
  592. <div id="entries">
  593.  
  594.  
  595. {block:Posts}<div id="post"><br><br><br><br><br><br>
  596.  
  597.  
  598.  
  599. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  600.  
  601.  
  602.  
  603. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  604.  
  605.  
  606.  
  607. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  608.  
  609. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  610.  
  611.  
  612.  
  613. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  614.  
  615.  
  616.  
  617. {block:Photoset}<center>{Photoset-400}</center>
  618.  
  619. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  620.  
  621.  
  622.  
  623. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  624.  
  625.  
  626.  
  627. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  628.  
  629.  
  630.  
  631. {block:Answer}<div class="ask">{Asker} said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  632.  
  633.  
  634.  
  635. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  636.  
  637. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  638.  
  639. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  640.  
  641. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  642.  
  643. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650. <div id="postinfo"><a href="{Perimalink}">posted on {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} ♡ <a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom}
  651.  
  652. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  653.  
  654. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  655.  
  656. {/block:Posts}
  657.  
  658. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  659.  
  660.  
  661. {/block:Posts}</div></div></div>
  662.  
  663.  
  664.  
  665.  
  666.  
  667. </div>
  668.  
  669.  
  670.  
  671.  
  672.  
  673. </div>
  674.  
  675. </div>
  676.  
  677. </div>
  678.  
  679.  
  680.  
  681. </body>
  682.  
  683.  
  684.  
  685. <div style="position:fixed; bottom:10px; right:10px; font-family: 'Francois One', sans-serif; font-size:12px;">
  686.  
  687. <a href="http://teasehoran.tumblr.com">teasehoran</a>
  688.  
  689. </div>
  690.  
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement