Advertisement
the-fate-of-the-bbc

Theme 8

May 26th, 2015
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 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}
  7. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:600' rel='stylesheet' type='text/css'>
  8.  
  9. <meta name="Description" content="{Description}"/>{/block:Description}
  10. <meta name="color:description" content="#000000">
  11.  
  12. <meta name="color:title" content="#000000">
  13.  
  14. <meta name="color:text" content="#000000">
  15. <meta name="color:link" content="#b0080d">
  16.  
  17. <meta name="image:background" content="">
  18. <meta name="color:background boxes" content="#ffffff">
  19. <meta name="color:border" content="#b0080d">
  20.  
  21. <meta name="text:link1 url" content="/"/>
  22. <meta name="text:link1 name" content="link"/>
  23.  
  24. <meta name="text:link2 url" content="/"/>
  25. <meta name="text:link2 name" content="link"/>
  26.  
  27. <meta name="text:link3 url" content="/"/>
  28. <meta name="text:link3 name" content="link"/>
  29.  
  30. <meta name="text:link4 url" content="/"/>
  31. <meta name="text:link4 name" content="link"/>
  32.  
  33. <style type="text/css">
  34.  
  35. /*--- scrollbar ---*/
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {
  38. background-color:{color:border};
  39. height: 3px;
  40. }
  41.  
  42. ::-webkit-scrollbar-thumb:horizontal {
  43. background-color:{color:border};
  44. height:3px!important;
  45. }
  46.  
  47. ::-webkit-scrollbar {
  48. background-color:{color:background boxes};
  49. height:3px;
  50. width:3px;}
  51.  
  52. iframe#tumblr_controls {
  53. right:3px !important;
  54. position: fixed !important;
  55. }
  56.  
  57. /*--- body ---*/
  58.  
  59. body {
  60. background-image:url({image:background});
  61. margin:0px;
  62. color:{color:text};
  63. font-family:calibri;
  64. font-size:11px;
  65. line-height:120%;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. }
  74.  
  75. a:hover {
  76. text-decoration:none;
  77. opacity:1;
  78. text-shadow: 0 0 0.2em #bebebe, 0 0 0.2em #bebebe, 0 0 0.2em #bebebe;
  79. -webkit-transition: all 0.5s ease;
  80. -moz-transition: all 0.5s ease;
  81. -o-transition: all 0.5s ease
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. h1 {
  99. font-size:15px;
  100. }
  101.  
  102. /*--- boxes ---*/
  103.  
  104. #container {
  105. border:1px solid {color:border};
  106. box-shadow:0px 0px 10px #888;
  107. background:{color:background boxes};
  108. width:550px;
  109. height:550px;
  110. top:50px;
  111. left:50%;
  112. margin-left:-275px;
  113. margin-right:auto;
  114. position:fixed;
  115. overflow-x:hidden;
  116. }
  117.  
  118. #box1 {
  119. border:1px solid {color:border};
  120. box-shadow:0px 0px 10px #888;
  121. background:{color:background boxes};
  122. width:180px;
  123. height:100px;
  124. top:180px;
  125. right:150px;
  126. position:fixed;
  127. padding:10px;
  128. text-align:justify;
  129. overflow-x:hidden;
  130. }
  131.  
  132. #box2 {
  133. border:1px solid {color:border};
  134. box-shadow:0px 0px 10px #888;
  135. background:{color:background boxes};
  136. width:180px;
  137. height:100px;
  138. top:370px;
  139. right:150px;
  140. position:fixed;
  141. padding:10px;
  142. text-align:center;
  143. }
  144.  
  145. #links a {
  146. border:1px solid {color:border};
  147. padding: 1px;
  148. display: inline-block;
  149. width: 170px;
  150. color:{color:text};
  151. }
  152.  
  153. /*--- post entries ---*/
  154.  
  155. #entries {
  156. padding:10px;
  157. width:500px;
  158. margin-top:20px;
  159. margin-left:auto;
  160. margin-right:auto;
  161. }
  162.  
  163. #post {
  164. width:500px;
  165. padding-bottom:20px;
  166. margin-bottom:30px;
  167. }
  168.  
  169. #title {
  170. text-align:right;
  171. letter-spacing:5px;
  172. line-height:100%;
  173. width:250px;
  174. top:310px;
  175. left:100px;
  176. position:fixed;
  177. font-family: 'Source Sans Pro';
  178. font-size:50px;
  179. -moz-transition-duration:1s;
  180. -webkit-transition-duration:1s;
  181. -o-transition-duration:1s;
  182. }
  183.  
  184. /*--- pagination ---*/
  185.  
  186. #pagination {
  187. position:relative;
  188. font-size:12px;
  189. text-transform:uppercase;
  190. text-align:center;
  191. margin-bottom:20px;
  192. font-family:calibri;
  193. }
  194.  
  195. /*--- post info ---*/
  196.  
  197. #info {
  198. margin-top:10px;
  199. padding:10px;
  200. font-size:10px;
  201. color:{color:text};
  202. text-transform:lowercase;
  203. opacity:0;
  204. text-align:center;
  205. border-top:1px solid {color:border};
  206. line-height:120%;
  207. -moz-transition-duration:0.5s;
  208. -webkit-transition-duration:0.5s;
  209. -o-transition-duration:0.5s;
  210. }
  211.  
  212. #post:hover
  213. #info {
  214. opacity:1;
  215. -moz-transition-duration:0.5s;
  216. -webkit-transition-duration:0.5s;
  217. -o-transition-duration:0.5s;
  218. }
  219.  
  220. #info a {
  221. color:{color:link};
  222. }
  223.  
  224. #info a:hover {
  225. -moz-transition-duration:0.5s;
  226. -webkit-transition-duration:0.5s;
  227. -o-transition-duration:0.5s;
  228. }
  229.  
  230. /*--- ask ---*/
  231.  
  232. #asker {
  233. float:left;
  234. margin-right:5px;
  235. }
  236.  
  237. #asker img {
  238. border-radius:100%;
  239. }
  240.  
  241. #answer {
  242. padding: 10px;
  243. text-align: left;
  244. color:{color:text};
  245. }
  246.  
  247. #answer img {
  248. border-radius:100%;
  249. }
  250.  
  251. .credit, .credit a {
  252. bottom:8px;
  253. right:5px;
  254. font-size:20px;
  255. color:{color:link};
  256. position:fixed;
  257. font-family:calibri;
  258. }
  259.  
  260.  
  261. {CustomCSS}</style></head>
  262.  
  263. <body>
  264.  
  265. <div id="container">
  266.  
  267. <div id="entries">{block:Posts}<div id="post">
  268.  
  269. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  270.  
  271. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  272.  
  273. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  274.  
  275. {block:Quote}<b>"{Quote}"</b>{block:Source} </p> — {Source}{/block:Source}{/block:Quote}
  276.  
  277. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  278.  
  279. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  280.  
  281. {block:Audio}{AudioEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  282.  
  283. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  284.  
  285. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-30}"></div><b>{Asker} asked:</b><br>{Question}<p><b><a href="{blogurl}">the blogger</a> answered:</b><br>{Answer}{/block:Answer}
  286.  
  287. <div id="info">
  288. |&nbsp&nbsp&nbsp {block:Date}<font color="{color:link}">{TimeAgo}</font>{/block:Date} &nbsp&nbsp&nbsp|&nbsp&nbsp&nbsp <a href="{Permalink}">
  289. {NoteCountWithLabel}</a>{block:RebloggedFrom} &nbsp&nbsp&nbsp|&nbsp&nbsp&nbsp <a href="{ReblogParentURL}"
  290. title="{ReblogParentTitle}">via</a> &nbsp&nbsp&nbsp|&nbsp&nbsp&nbsp <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source </a>{/block:RebloggedFrom} &nbsp&nbsp&nbsp|&nbsp&nbsp&nbsp <a href=”{ReblogURL}” target=”_blank” class=”details”>Reblog</a> &nbsp&nbsp&nbsp| <br> {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  291.  
  292. </div>
  293. {block:PostNotes}{PostNotes}{/block:PostNotes}
  294. {/block:Posts}</div>
  295.  
  296.  
  297.  
  298. <div id="pagination">
  299. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:text}">last </font></a>{/block:PreviousPage}•
  300. {block:NextPage}<a href="{NextPage}"><font color="{color:text}"> next</font></a>{/block:NextPage}{/block:Pagination}
  301. </div>
  302.  
  303. </div>
  304.  
  305. <div id="title"><a href="/" style="color:{color:title}">{title}</a></span></div>
  306.  
  307. <div id="box1">
  308. {description}
  309. </div>
  310.  
  311. <div id="box2">
  312. <div id="links">
  313. <a href="{text:link1 url}">{text:link1 name}</a><p>
  314. <a href="{text:link2 url}">{text:link2 name}</a><p>
  315. <a href="{text:link3 url}">{text:link3 name}</a><p>
  316. <a href="{text:link4 url}">{text:link4 name}</a><p>
  317. </div>
  318. </div>
  319.  
  320. <span class="credit">
  321. <a href="http://www.tumblr.com/" target="_blank">✖</a>
  322. </span>
  323.  
  324. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement