Advertisement
lennonthemes

Daughtur

May 5th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 KB | None | 0 0
  1. <!---theme by bonivur keep all credit--->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.  
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10. <script type="text/javascript">
  11. Cufon.replace('.wrapper');
  12. Cufon.replace('#titles');
  13. </script>
  14. <!---Colours-->
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:entry" content="#ffffff" />
  17.  
  18. <meta name="color:text" content="#6d6d6d" />
  19. <meta name="color:link" content="#a3a3a3" />
  20. <meta name="color:link hover" content="#6d6d6d" />
  21. <meta name="color:border color" content="#ebebeb" />
  22. <meta name="color:tbar color" content="#fafafa">
  23. <!--images-->
  24. <meta name="image:sidebar" content="http://static.tumblr.com/e05796f5d60f2535c4d6b31b1bb7c38b/4tihanh/bjZmm93ev/tumblr_static_consto.png" />
  25. <!--links-->
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="" />
  32.  
  33.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40.  
  41. body {
  42. color:{color:text};
  43. background-color:{color:background};
  44. background-attachment:fixed;
  45. font-family:'cambria';
  46. font-size:11px;
  47. line-height:100%;
  48. text-align:justify;
  49. }
  50.  
  51. a:link, a:active, a:visited {
  52. color: {color:link};
  53. text-decoration:none;
  54. -webkit-transition: all 0.5s ease;
  55. -moz-transition: all 0.5s ease;
  56. -ms-transition: all 0.5s ease;
  57. -o-transition: all 0.5s ease;
  58. transition: all 0.5s ease;
  59. }
  60.  
  61. a:hover {
  62. color:{color:link hover};
  63. -webkit-transition: all 0.5s ease;
  64. -moz-transition: all 0.5s ease;
  65. -ms-transition: all 0.5s ease;
  66. -o-transition: all 0.5s ease;
  67. transition: all 0.5s ease;
  68. }
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {
  71. background-color: {color:background};
  72. height:100px; }
  73.  
  74. ::-webkit-scrollbar {
  75. height:0px;
  76. width:7px;
  77. background-color: #f2f2f2; }
  78.  
  79.  
  80. #entries {
  81. margin:auto;
  82. width:505px;
  83. padding-bottom: 100px;
  84. display: block;
  85. }
  86.  
  87. #tbar {
  88. margin-top:10px;
  89. text-align: center;
  90.  
  91. width:250px;
  92. padding: 2px;
  93. opacity: 0.9;
  94. display: block;
  95. }
  96.  
  97. #side img {
  98. width:100px;
  99. display:block;
  100. }
  101.  
  102.  
  103.  
  104. #desc {
  105. text-align:center;
  106. text-transform:italic;
  107. font-style:italic;
  108. font-size:9px;
  109. width:100px;
  110. font-color:{color:text};
  111. font-family:'cambria';
  112. letter-spacing:0px;
  113. padding: 5px 100px 10px 60px;
  114. margin-top: 0px;
  115. display:block;
  116. opacity: 0.9;
  117. }
  118.  
  119. #pag {
  120. padding: 10px;
  121. width:490px;
  122. font-family:'cambria';
  123. font-size:8px;
  124. letter-spacing:1px;
  125. display:block;
  126. }
  127.  
  128. #nav{
  129. text-transform: italic;
  130. text-decoration:italic;
  131. padding: 15px;
  132. font-family:'cambria';
  133. font-size:9px;
  134. letter-spacing:0px;
  135. text-align:center;
  136.  
  137.  
  138. }
  139.  
  140. #nav a {
  141. color:{color:text};
  142. padding:5px 10px 5px 10px;
  143. }
  144.  
  145. #nav a:hover {
  146. color:{color:link hover};
  147. padding:5px 10px 5px 10px;
  148. background-color: transparent;
  149. opacity:.5;
  150. }
  151.  
  152.  
  153.  
  154. #posts{
  155. overflow:hidden;
  156. width:505px;
  157. background-color: {color:entry};
  158. padding: 2px;
  159. margin-bottom: 7px;
  160. }
  161.  
  162.  
  163.  
  164. #source {
  165. display:block;
  166. margin:0px 0px 0px 0px;
  167. padding:0px;
  168. }
  169.  
  170.  
  171. .h1{
  172. color:{color:text};
  173. font-family:'cambria';
  174. font-size:12px;
  175. line-height:15px;
  176. letter-spacing:0px;
  177. font-style:italic;
  178. text-align:left;
  179. padding-bottom: 3px;
  180. }
  181.  
  182.  
  183. #info{
  184. font-family:'cambria';
  185. font-size:8px;
  186. text-transform:italic;
  187. letter-spacing:0px;
  188. padding-left: 8px;
  189. padding-top: 7px;
  190. margin-top:10px;
  191. border-top: 1px solid;
  192. border-color: {color:border color};
  193. }
  194.  
  195. #info a {
  196. color:{color:link};
  197. }
  198.  
  199. #info a:hover {
  200. color:{color:link hover};
  201. }
  202.  
  203. #tags{
  204. font-family:'cambria';
  205. font-size:8px;
  206. padding-left: 8px;
  207. padding-bottom: 7px;
  208. letter-spacing:0px;
  209. text-transform:italic;
  210. border-bottom: 1px solid;
  211. border-color: {color:border color};
  212. }
  213.  
  214. #tags a {
  215. color:{color:link};
  216. }
  217.  
  218. #tags a:hover {
  219. color:{color:link hover};
  220. }
  221.  
  222.  
  223.  
  224. blockquote {
  225. border-left: 3px solid;
  226. border-color: {color:border color};
  227. padding-left:5px;
  228. background-color:#fafafa;
  229. margin:0px 2px 0px 10px
  230. }
  231.  
  232.  
  233.  
  234. #quote {
  235. font-family:'cambria';
  236. font-size: 17px;
  237. font-style:italic;
  238. text-align:center;
  239. line-height: 100%;
  240. }
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247. .user_1 .label {color:{color:text}; font-weight:bold;}
  248. .user_2 .label {color:{color:text}; font-weight:bold;}
  249. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  250.  
  251.  
  252. .audio { height:73px; margin-bottom:5px; }
  253. .audio-album { position:absolute; width:60px; }
  254. .audio-player { opacity:0.6; filter:alpha(opacity=60); border:2px solid #f2f2f2; width:25px; height:25px; overflow:hidden; position:absolute; z-index:2; margin-left:16px; margin-top:16px; }
  255. .audio-info { margin-left:60px; padding:5px; }
  256.  
  257.  
  258.  
  259. #notes {font-weight:normal;text-transform:italic;}
  260. #notes li {padding-bottom:0.5em;}
  261. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
  262.  
  263.  
  264.  
  265. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1;}
  266.  
  267.  
  268. {CustomCSS}
  269.  
  270. </style>
  271.  
  272. </head>
  273.  
  274.  
  275.  
  276. <body>
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283. <div id="entries" style="top:0px;">
  284.  
  285. <div id="tbar">
  286. <center><div id="side"><img src="{image:sidebar}"></div></center>
  287. <div id="nav">
  288. <a href="/">index</a>
  289. <a href="/ask">owl</a>
  290. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  291. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  292. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  293. <a href="http://bonivur.tumblr.com"> © </a>
  294. </span>
  295. <div id="desc">
  296. {block:Description}{Description}{/block:Description}
  297. </div>
  298.  
  299. </div>
  300. </div>
  301.  
  302.  
  303. </div>
  304.  
  305. <div id="entries">
  306. {block:Posts}
  307. <div id="posts">
  308.  
  309. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  310. {block:Text}{Body}{/block:Text}
  311.  
  312. {block:Quote}
  313. <div id="quote">{Quote}<br><small><small>—{Source}</small></small></div>
  314. {/block:Quote}
  315.  
  316. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  317. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  318.  
  319. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  320.  
  321. {LinkCloseTag}</center>{block:Caption}{/block:Caption}{/block:Photo}
  322. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{/block:Caption}
  323.  
  324. {/block:Photoset}
  325.  
  326. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}
  327.  
  328. <span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  329.  
  330. {/block:Chat}
  331.  
  332. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {block:Answer}
  335. <table style="border-bottom:1px solid {color:border color};padding-bottom:5px;margin-bottom:5px;">
  336. <tr>
  337. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}" style="border:1px solid {color:border color}; padding:2px;"></td>
  338. <td style="vertical-align:top;"><i><big><big>{Asker} asked:</big></big></i><br><span style="padding-left:10px;">{Question}</td>
  339. </tr>
  340. </table>
  341. {Answer}{/block:answer}
  342.  
  343. {block:Audio}<div class="audio">
  344. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  345. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  346. </div>
  347.  
  348. <div class="audio-info">
  349. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  350. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  351. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  352. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  353. </div></div>
  354. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  355. {/block:Audio}
  356.  
  357. <div id="info">
  358. <div id="source">
  359. {block:Date}posted on <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  360. </div></div>
  361. <div id="tags">{block:HasTags}<span style="padding-right:5px;">tags:</span>
  362. {block:Tags} <span style="padding-right:5px;"><a href="{TagURL}">{Tag}</a> </span>{/block:Tags}{/block:HasTags} </div>
  363.  
  364. </div><br>
  365. {/block:Posts}
  366.  
  367. {block:Pagination}
  368. <div id="pag" style="margin-bottom:-70px;">
  369. <center>
  370. {block:PreviousPage}
  371. <a href="{PreviousPage}">present </a>
  372. {/block:PreviousPage}
  373.  
  374. {block:NextPage}— <a href="{NextPage}"> past </a>
  375. {/block:NextPage}
  376. </center>
  377. </div>
  378. {/block:Pagination}
  379.  
  380.  
  381.  
  382. {block:ContentSource}
  383.  
  384. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  385.  
  386. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  387.  
  388. {/block:SourceLogo}
  389.  
  390. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  391.  
  392. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  393.  
  394.  
  395. {block:PostNotes}{PostNotes}{/block:PostNotes}
  396.  
  397.  
  398. </div>
  399.  
  400. </body><!--- dont remove! --->
  401. <div style="position:fixed; top:35px; right:5px;font-size:12px;">
  402. <a href="http://bonivur.tumblr.com">bonivur © </a>
  403. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement