Advertisement
the-fate-of-the-bbc

Theme 1

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