beliebed

#6 All About The Movies Theme

Jul 20th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. <!--
  2.  
  3. theme by beliebed
  4.  
  5. -->
  6.  
  7.  
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Sidebar" content="#ffffff"/>
  16. <meta name="color:Text" content="#a8a8a8"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Tags" content="f0f0f0"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:Line" content="#f2f2f2"/>
  21. <meta name="color:Border" content="#e4e4e4"/>
  22. <meta name="color:Post" content="#ffffff"/>
  23. <meta name="color:Answer" content="#f8f8f8"/>
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:bg" content=""/>
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="if:Show Link 1" content="1" />
  31. <meta name="if:Show Link 2" content="1" />
  32. <meta name="color:scrollbarbg" content="ffffff"/>
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38.  
  39. ::-webkit-scrollbar {
  40. width: 5px;height: 5px;}
  41. ::-webkit-scrollbar-button:start:decrement,
  42. ::-webkit-scrollbar-button:end:increment {
  43. height: 6px;display: block;background-color: {color:white};}
  44. ::-webkit-scrollbar-track-piece {
  45. background-color: {color:scrollbarbg};}
  46. ::-webkit-scrollbar-thumb:vertical {
  47. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  48.  
  49.  
  50.  
  51. body {
  52. background:{color:background};
  53. margin:0px;
  54. color:{color:text};
  55. font-family:Calibri;
  56. font-size:9px;
  57. line-height:100%;
  58. }
  59.  
  60. a {
  61. text-decoration:none;
  62. outline:none;
  63. -moz-outline-style:none;
  64. color:{color:link};
  65. }
  66.  
  67. img {
  68. border:none;
  69. }
  70.  
  71. blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. h1 {
  82. font-size:10px;
  83. text-transform:uppercase;
  84. }
  85.  
  86. a:hover {
  87. opacity:10;
  88. color:{color:hover};
  89. -webkit-transition: all 0.7s ease;
  90. -moz-transition: all 0.7s ease;
  91. -o-transition: all 0.7s ease
  92. }
  93.  
  94.  
  95.  
  96.  
  97. #entries {
  98. padding:10px;
  99. width:500px;
  100. margin-left:450px;
  101. margin-top:50px;
  102. font-size:11px;
  103. }
  104.  
  105.  
  106.  
  107. #post {
  108. width:500px;
  109. padding-bottom:20px;
  110. padding:10px;
  111. margin-top:15px;
  112. background-color:{color:Post};
  113. }
  114.  
  115.  
  116.  
  117. #sidebar {
  118. width:2px;
  119. height:700px;
  120. position:fixed;
  121. margin-left:320px;
  122. margin-top:-70px;
  123. opacity:.80;
  124. background-color:{color:Sidebar};
  125. }
  126.  
  127. #sidebarimage {
  128. width 140px;
  129. }
  130.  
  131. #sidebarimage img {
  132. margin-left:-165px;
  133. margin-top:280px;
  134. width:85px;
  135. height:110px;
  136. }
  137.  
  138.  
  139. .links {
  140. width:165px;
  141. height:5px;
  142. padding: 9px;
  143. font-size:8px;
  144. font-family:times;
  145. text-align:center;
  146. margin-top:-135px;
  147. margin-left:-255px;
  148. text-align:center;
  149. text-transform:lowercase;
  150. word-spacing:8px;
  151. position:fixed;
  152. padding-bottom:7px;
  153. border-top:solid 0px;
  154. padding:6px;
  155. border-color: {color:border};;
  156. border-bottom:solid 1px;
  157. padding:6px;
  158. border-color: {color:border};;
  159.  
  160. }
  161.  
  162. .links a {
  163. font-size: 10px;
  164. }
  165.  
  166. .links a:hover {
  167. color:{color:Hover}
  168. text-transform: uppercase;
  169. letter-spacing: 1px;
  170. }
  171.  
  172.  
  173.  
  174. #description {
  175. position:fixed;
  176. font-family:times;
  177. line-height:95%;
  178. font-size:10px;
  179. font-style:italic;
  180. width:70px;
  181. margin-top:-110px;
  182. padding:7px;
  183. margin-left:-250px;
  184. text-align:right;
  185. color:{color:text};
  186. }
  187.  
  188. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  189. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  190.  
  191.  
  192.  
  193.  
  194. #pagination {
  195. width:100px;
  196. font-size:8px;
  197. text-align:center;
  198. margin-left:-220px;
  199. margin-top:15px;
  200. position:fixed;
  201. font-family:georgia;
  202. letter-spacing:0px;
  203. word-spacing:5px;
  204. }
  205.  
  206.  
  207.  
  208.  
  209. #info {
  210. text-align:left;
  211. margin-top:10px;
  212. font-family: georgia;
  213. text-transform:uppercase;
  214. font-size:8px;
  215. font-style:none;
  216. border-top:1px solid {color:Line}
  217. }
  218.  
  219.  
  220.  
  221.  
  222. #tags {
  223. font-family:georgia;
  224. letter-spacing:0px;
  225. text-transform:lowercase;
  226. font-size:10px;
  227. font-style:italic;
  228. margin-top:4px;
  229. text-align:left;
  230. }
  231.  
  232. #tags
  233. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  234. -webkit-transition: all 0.6s ease-in-out;
  235. -moz-transition: all 0.6s ease-in-out;
  236. -o-transition: all 0.6s ease-in-out;
  237. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  238.  
  239.  
  240. #asker {
  241. padding:5px;
  242. font-family:cambria;
  243. letter-spacing:1px;
  244. text-align:left;
  245. font-style:italic;
  246. margin-left:10px;
  247. border-left:3px #eee solid;
  248. background-color:{color:background}
  249. }
  250.  
  251.  
  252. {CustomCSS}
  253.  
  254. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  255.  
  256. </style></head><body>
  257.  
  258. <div id="sidebar">
  259. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  260.  
  261.  
  262. <div id="description">
  263. {Description}
  264. </div>
  265.  
  266.  
  267. <div class="links">
  268. <a href="/">set</a>
  269. <a href="/ask">fanmail</a>
  270. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  271. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  272. </div>
  273.  
  274.  
  275. <div id="pagination">
  276. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  277. </div></div></div>
  278.  
  279. </div>
  280.  
  281. <div id="entries">{block:Posts}<div id="post">
  282.  
  283. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  284.  
  285. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  286.  
  287. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  288.  
  289. {block:Quote}{Quote}{/block:Quote}
  290.  
  291. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  292.  
  293. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  294.  
  295. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  296. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  297. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  298. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  299. {/block:Audio}
  300.  
  301. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  302.  
  303. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">and then {Asker} whsipered: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  304.  
  305. <div id="info">
  306. <br> <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} / {block:ContentSource}<a href="{SourceURL}"> origin</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  307. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  308. {/block:Posts}
  309. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  310. {/block:Posts}</div></div></div>
  311.  
  312.  
  313.  
  314.  
  315. <div style="position:fixed;bottom:3px; right:3px; font-size:9px;border:0px solid #e0e0e0;;padding:1px; padding-left:2px; padding-right:3px; font-family:cambria;"><a href="http://beliebed.tumblr.com/"> © BELIEBED</a></center></div>
  316.  
  317.  
  318.  
  319. </body></html>
Add Comment
Please, Sign In to add comment