Advertisement
heydestiel

Theme Eleven

Oct 19th, 2013
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!---
  13. theme 11 by daddyjensen
  14. you know the rules...
  15. dont be a fucking asshole ok
  16. --->
  17.  
  18.  
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#8b8989"/>
  21. <meta name="color:link" content="#000000"/>
  22. <meta name="color:link hover" content="#cecccc"/>
  23. <meta name="color:description" content="#000000"/>
  24. <meta name="color:border" content="#838282"/>
  25. <meta name="color:footer background" content="#000000"/>
  26. <meta name="color:footer text" content="#ffffff"/>
  27. <meta name="color:link background" content="#000000"/>
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:linkA title" content="linkA" />
  32. <meta name="text:linkA" content="/" />
  33. <meta name="text:linkB title" content="linkB" />
  34. <meta name="text:linkB" content="/" />
  35. <meta name="text:linkC title" content="linkC" />
  36. <meta name="text:linkC" content="/" />
  37. <meta name="text:linkD title" content="linkD" />
  38. <meta name="text:linkD" content="/" />
  39.  
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. blockquote {
  45. border-left:2px solid {color:text}!important;
  46. padding-left:5px!important;
  47. margin:5px!important;
  48. max-width:500px!important;
  49. }
  50.  
  51.  
  52. blockquote blockquote {
  53. padding-left:5px;
  54. border-left:2px solid;
  55. }
  56.  
  57. body {
  58. font-family:arial;
  59. font-size:11px;
  60. line-height:115%;
  61. color:{color:text};
  62. background:{color:background};
  63. }
  64.  
  65. img {
  66. border:none;
  67. max-width:500px!important;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. -webkit-transition: all 0.6s ease;
  76. -moz-transition: all 0.6s ease;
  77. -o-transition: all 0.6s ease
  78. }
  79.  
  80. a:hover {
  81. color:{color:link hover};
  82. text-decoration:underline;
  83. -webkit-transition: all 0.8s ease;
  84. -moz-transition: all 0.8s ease;
  85. -o-transition: all 0.8s ease
  86. }
  87.  
  88. h1 {
  89. font-size:10px;
  90. text-transform:uppercase;
  91. font-weight: bold;
  92. }
  93.  
  94.  
  95. #entries {
  96. margin-top:60px;
  97. font-size:10px;
  98. margin-left:400px;
  99. max-width:520px!important;
  100.  
  101. }
  102.  
  103.  
  104. #post {
  105. width:500px;
  106. padding:10px;
  107. margin-bottom:60px;
  108. max-width:500px!important;
  109.  
  110. }
  111.  
  112.  
  113. #sidebar {
  114. margin-top:160px;
  115. width:200px;
  116. position:fixed;
  117. margin-left:110px!important;
  118. }
  119.  
  120.  
  121. #sidebarimage {
  122. width: 200px;
  123. }
  124.  
  125. #sidebarimage img {
  126. width:200px;
  127. margin-top: -25px;
  128. padding:13px;
  129. }
  130.  
  131. .description {
  132. line-height: 120%;
  133. padding: 10px;
  134. text-align: center;
  135. opacity: 1;
  136. font-size: 10px;
  137. font-family: arial;
  138. color: {color:description};
  139. letter-spacing: 0px;
  140. margin-top: -3px;
  141. margin-left: 2px;
  142. }
  143.  
  144. .links {
  145. width:200px;
  146. background: #000;
  147. font-size: 9px;
  148. font-family: arial;
  149. font-style: normal;
  150. text-transform: UPPERcase;
  151. line-height: 200%;
  152. margin-top: -11px;
  153. margin-bottom: 5px;
  154. text-align: center;
  155. margin-left: 2px;
  156. }
  157.  
  158. .links a{
  159. padding:5px;
  160. letter-spacing:0px;
  161. color:#fff;
  162. -moz-transition-duration:0.6s;
  163. -webkit-transition-duration:0.6s;
  164. -o-transition-duration:0.6s;
  165. }
  166.  
  167. .links a:hover{
  168. color:{color:link hover};
  169. text-decoration:underline;
  170. -moz-transition-duration:0.6s;
  171. -webkit-transition-duration:0.6s;
  172. -o-transition-duration:0.6s;
  173. }
  174.  
  175.  
  176. #pages {
  177. padding:5px;
  178. font-family:calibri;
  179. font-size:7px;
  180. letter-spacing:2px;
  181. text-decoration:none;
  182. word-spacing:4px;
  183. width:200px;
  184. text-align:center;
  185. position:relative;
  186. margin-top:-10px;
  187. margin-left:auto;
  188. padding: 10px;
  189. color: {color:link};
  190. }
  191.  
  192.  
  193. #side {
  194. width: 200px;
  195. padding: 11px;
  196. margin-top:-15px;
  197. }
  198.  
  199.  
  200. #footer {
  201. text-align:left;
  202. margin-top:10px;
  203. padding: 5px;
  204. font-size: 10px;
  205. font-family:arial;
  206. text-transform: normal;
  207. background:{color:footer background};
  208. word-spacing:2px;
  209. padding: 10px;
  210. line-height: 140%;
  211.  
  212. }
  213.  
  214. #footer a{
  215. color:{color:footer text};
  216. }
  217.  
  218.  
  219. .caption {
  220. text-align:left;
  221. padding-left:10px;
  222. padding-right:10px;
  223. font-family:arial;
  224. display:block;
  225. line-height: 140%;
  226. }
  227. .caption img {
  228. max-width:490px;
  229. }
  230.  
  231. #ask {
  232. padding: 5px;
  233. font-style: italic;
  234. text-align:center;
  235. background: #fafafa;
  236. font-size:11px;
  237. text-transform: normal;
  238. padding-right: 5px;
  239. max-width:490px!important;
  240. }
  241.  
  242. #question {
  243. font-style: italic;
  244. text-align:center;
  245. background: #fafafa;
  246. font-size:11px;
  247. padding-bottom: 5px;
  248. }
  249.  
  250.  
  251. #ans {
  252. text-align:left;
  253. padding:0px;
  254. color:{color:text};
  255. }
  256.  
  257. #audio {
  258. background-color: white;
  259. margin-left:30px;
  260. }
  261.  
  262. .albumart img {
  263. float:left;
  264. width:70px;
  265. }
  266.  
  267. .audiocaption {
  268. margin-left:50px;
  269. text-transform:uppercase;
  270. }
  271.  
  272. .playbutton {
  273. width: 150px;
  274. height: 50px;
  275. z-index: 1000;
  276. margin-top: 0px;
  277. margin-left: 0px;
  278. overflow: hidden;
  279. position: absolute;
  280. }
  281.  
  282. .quote {
  283. font-family:times;
  284. color:{color:title};
  285. font-size:16px;
  286. font-style:italic;
  287. text-align:center;
  288. letter-spacing:0px;
  289. line-height:110%;
  290. padding:10px;
  291. margin-bottom:5px;
  292. }
  293.  
  294. #source {
  295. font-size:10px;
  296. text-align:right;
  297. padding:3px;
  298. }
  299.  
  300. #source a {
  301. color:{color:text};
  302. border-bottom:1px solid {color:link};
  303. }
  304.  
  305.  
  306. #profoundbond {
  307. position:fixed;
  308. font-family:calibri;
  309. text-transform:UPPERcase;
  310. font-size:11px;
  311. letter-spacing:1px;
  312. right:7px;
  313. bottom:10px;
  314. color:#000000;
  315. padding: 5px;
  316. }
  317.  
  318. .chat {line-height:12px; list-style:none }
  319. .chat ul {list-style:none; padding:0px; line-height:20px;}
  320. .person1 {background-color:{color:blockquote}; padding-left:6px; padding-right:6px; font-size:10px;}
  321. .person1 .label {font-weight:bold;}
  322. .person2 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;margin-left:5px;}
  323. .person2 .label {font-weight:bold; color:{color:bold};}
  324. .person3 { background-color:{color:blockquote}; padding-left:6px; padding-right:6px;font-size:10px;}
  325. .person3 .label {font-weight:bold; color:{color:border};}
  326. .person4 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;margin-left:5px;}
  327. .person4 .label {font-weight:bold; color:{color:bold};}
  328. .person5 {color:{color:blockquote text}; background-color:{color:blockquote}; padding-left:6px; padding-right:6px;font-size:10px;}
  329. .person5 .label {font-weight:bold;}
  330. .person6 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;margin-left:5px;}
  331. .person6 .label {font-weight:bold; color:{color:bold};}
  332.  
  333.  
  334. {CustomCSS}</style></head><body>
  335.  
  336. <div id="sidebar">
  337.  
  338. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  339.  
  340. <div id="side">
  341.  
  342. <div class="links">
  343.  
  344. <a href="{text:linkA}">{text:linkA Title}</a>
  345. <a href="{text:linkB}">{text:linkB Title}</a>
  346. <a href="{text:linkC}">{text:linkC Title}</a>
  347. <a href="{text:linkD}">{text:linkD Title}</a>
  348.  
  349. </div>
  350.  
  351. <div class="description">{Description}</div>
  352.  
  353. <br><center>{block:Pagination}
  354. <div class="pages">
  355. {block:PreviousPage}<a href="{PreviousPage}">-&nbsp</a>{/block:PreviousPage}
  356. {block:JumpPagination length="3"}{block:CurrentPage}
  357. <span class="pagination_current" style="">{PageNumber}&nbsp</span>
  358. {/block:CurrentPage}
  359. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}&nbsp</a>{/block:JumpPage}
  360. {/block:JumpPagination}
  361. {block:NextPage}<a href="{NextPage}">+&nbsp</a> {/block:NextPage}
  362. </div>
  363. {/block:Pagination}
  364.  
  365. </div></div>
  366.  
  367.  
  368. <div id="entries">{block:Posts}<div id="post">
  369.  
  370. {block:ContentSource}
  371. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  372. {/block:SourceLogo}
  373. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  374. {/block:ContentSource}
  375.  
  376. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  377.  
  378. {block:Photo}<center><img src="{PhotoURL-500}"/>
  379. </center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  380.  
  381. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  382.  
  383. {block:Quote}
  384. <div class="quote">{Quote}</div>
  385. {block:Source}
  386. <div style="border-top:1px solid #eeeeee; margin-top:5px; "></div>
  387. <br>
  388. <div id="source">— &nbsp;&nbsp;{Source}&nbsp;&nbsp;</div>
  389. {/block:Source}
  390. {/block:Quote}
  391.  
  392. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  393.  
  394. {block:Chat}
  395. {block:Title}<h1>{Title}</h1>{/block:Title}
  396. <div class="chat"><ul>{block:Lines}
  397. <li class="person{UserNumber}">{block:Label}
  398. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  399. {/block:Chat}
  400.  
  401. {block:AudioPlayer}<section class="top audio">{block:AlbumArt}
  402. <div class="albumart"><img src="{AlbumArtURL}"></div>
  403. {/block:AlbumArt}<div id="audio">
  404. <div class="audiocaption"><br>
  405. {block:TrackName} {TrackName}{/block:TrackName}<br>
  406. {block:PlayCount}played: {PlayCount}{/block:PlayCount}<br><br>
  407. <div class="playbutton">{AudioPlayergrey}</div>
  408. </div></div></section>
  409. <br><br><br>{/block:AudioPlayer}
  410.  
  411. {block:Video}{Video-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  412.  
  413. {block:Answer}<center><div id="ask">{Asker} wondered:</div></center><div id="question"><center>{Question}</center></div><br></span><div id="ans">{Answer}</div>{/block:Answer}
  414.  
  415. <div id="footer">
  416. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} — </font><a href="{Permalink}">{NoteCount} notes<a>{/block:NoteCount}{block:RebloggedFrom}, <a href="{ReblogParentURL}"><u>via</u></a>{/block:RebloggedFrom}{block:ContentSource} / <a href="{SourceURL}"><u>source</u></a>{/block:ContentSource}{block:hastags} <br>{block:Tags}<a href="{TagURL}">{Tag}</a>,&nbsp {/block:Tags}{/block:hastags}</div>
  417.  
  418. </div>
  419. {/block:Posts}
  420. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  421. {/block:Posts}</div></div></div>
  422. </div>
  423.  
  424. <!---
  425. dont even think about deleting the credit
  426. --->
  427.  
  428. <div id="profoundbond"><a href="http://daddyjensen.tumblr.com/"><font color = "#000000">✦DJ✦</font> </a> </div>
  429.  
  430. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement