Advertisement
the-fate-of-the-bbc

Theme 5

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