reginap94

Theme #3 by fucksbieber

Feb 24th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1.  
  2. <!--
  3. THEME #3 BY Regina @ fucksbieber
  4. Please don't remove credit and/or declaim as your own. Enjoy!
  5. -->
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <meta name="color:sidelinks" content="#bdbaba"/>
  19. <meta name="color:sidelinkshover" content="#e4e2e2"/>
  20. <meta name="color:links" content="#bdbaba"/>
  21. <meta name="color:linkshover" content="#e4e2e2"/>
  22. <meta name="color:text" content="#c4c6c7"/>
  23. <meta name="color:border" content="#f2f2f2"/>
  24. <meta name="color:background" content="#ffffff"/>
  25.  
  26. <meta name="image:sbarimg" content=""/>
  27.  
  28. <meta name="text:Link 1 Name" content=""/>
  29. <meta name="text:Link 1 URL" content="/"/>
  30. <meta name="text:Link 2 Name" content=""/>
  31. <meta name="text:Link 2 URL" content="/"/>
  32. <meta name="text:Link 3 Name" content=""/>
  33. <meta name="text:Link 3 URL" content="/"/>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  36.  
  37.  
  38. <style type="text/css">
  39. iframe#tumblr_controls { width:50%; 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; }
  40.  
  41. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  42.  
  43.  
  44. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  45.  
  46.  
  47. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  48.  
  49.  
  50. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  51.  
  52.  
  53. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  54.  
  55. ::-webkit-scrollbar {
  56. width: 5px;height: 5px;}
  57. ::-webkit-scrollbar-button:start:decrement,
  58. ::-webkit-scrollbar-button:end:increment {
  59. height: 6px;display: block;background-color: {color:text};}
  60. ::-webkit-scrollbar-track-piece {
  61. background-color: {color:background};}
  62. ::-webkit-scrollbar-thumb:vertical {
  63. height: 9px;background-color: {color:text};border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  64.  
  65.  
  66. /** ASKBOX SETTING **/
  67.  
  68. .bubble {
  69. align:right;
  70. background: #eee;
  71. margin:7px 0px 5px 66px;
  72. padding:10px;
  73. position:relative;
  74. -moz-border-radius:0px;
  75. -webkit-border-radius:0px;
  76. border-radius:0px;
  77. }
  78.  
  79. .bubble p {
  80. margin:0px 0px;
  81. }
  82.  
  83. .bubble span {
  84. display:block;
  85. position:absolute;
  86. width:1px;
  87. height:1px;
  88. font-size:0;
  89. line-height:1px;
  90. left:-10px;
  91. top:10px;
  92. border-top:7px solid transparent;
  93. border-bottom:7px solid transparent;
  94. border-right:10px solid #eee;
  95. }
  96.  
  97. .askborder {
  98. float:left;
  99. margin: 1px 4px 0 0;
  100. padding: 2px;
  101. background: #eee;
  102. }
  103. body
  104. {font-family:calibri;
  105. font-size:11px;
  106. color:{color:text};
  107. background-color:{color:background};
  108. }
  109.  
  110. a
  111. {text-decoration:none;
  112. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  113. opacity:1;
  114. color:{color:links};
  115. }
  116.  
  117. a:hover
  118. {text-decoration:none;
  119. opacity:1;
  120. color:{color:linkshover};
  121. }
  122.  
  123. #container {
  124. width:500px;
  125. }
  126.  
  127. #content {
  128. width:500px;
  129. margin: 0 auto -12px auto;
  130. text-align: center;
  131. }
  132.  
  133.  
  134. #sidebar {
  135. margin-top:180px;
  136. margin-left:285px;
  137. width:100px;
  138. position:fixed;
  139. }
  140.  
  141. #sbarimg {
  142. width:100px;
  143. height:100px;
  144. padding:5px;
  145. margin-left:-35px;
  146. display:center;
  147. position:fixed;
  148.  
  149. }
  150.  
  151. #description {
  152. width:110px;
  153. font-size:9px;
  154. font-family:cambria;
  155. font-style:normal;
  156. letter-spacing:1px;
  157. padding:2px;
  158. padding-top:2px;
  159. color:{color:text};
  160. position:fixed;
  161. margin-top:110px;
  162. margin-left:-36px;
  163. text-align:center;
  164. }
  165.  
  166. .links {
  167. position:absolute;
  168. display:block;
  169. letter-spacing:1px;
  170. position:fixed;
  171. margin-left: -70px;
  172. margin-top:12px;
  173. font-size:9px;
  174. padding:2px;
  175. font-family:calibri;
  176. color:{color:sidelinks};
  177. text-transform:uppercase;
  178. line-height:110%;
  179. width:30px;
  180. text-align:center;
  181. }
  182.  
  183. .links a{
  184. font-family:calibri;
  185. font-size:8px;
  186. display:block;
  187. border:0px solid {color:border};
  188. text-decoration:none;
  189. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  190. }
  191.  
  192. .links a:hover{
  193. padding:1px;
  194. color:{color:sidelinkshover};
  195. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  196. }
  197.  
  198.  
  199. #posts {
  200. margin-left:440px;
  201. margin-top:40px;
  202. width:500px;
  203. }
  204.  
  205. #pag {
  206. text-align:center;
  207. }
  208.  
  209. #postss {
  210. width:500px;
  211. margin-top:10px;
  212. padding:10px;
  213. }
  214.  
  215. #info {
  216. font-family:arial;
  217. font-size: 10px;
  218. font-style: normal;
  219. margin-top:10px;
  220. border-top: 1px solid #eee;
  221. padding:3px;
  222. text-transform:lowercase;
  223. }
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230. </style>
  231. </head>
  232. <body>
  233. <div id="container">
  234. <div id="content">
  235.  
  236.  
  237. <div id="sidebar">
  238.  
  239. <div id="sbarimg"></a><img src="{image:sbarimg}" style="width:100px;height:100px;}"></div>
  240.  
  241. <div id="description">{Description}<br>
  242.  
  243. {block:Pagination}{/block:Pagination}
  244. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">back •</a>{/block:PreviousPage}
  245. {block:NextPage}<a style="{color:text}"href="{NextPage}"> next</a>{/block:NextPage}
  246. </div>
  247.  
  248. <div class="links">
  249. <a href="/">home</a><br>
  250. <a href="/ask">mail</a><br>
  251. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br>
  252. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br>
  253. <a href="{text:Link 3 URL}">{text:Link 3 Name}</a>
  254.  
  255.  
  256. </div>
  257. </div></div>
  258.  
  259.  
  260. {block:Posts}<div id="posts" style="font-family:courier;font-size:9px; padding:10px;letter-spacing:1px;">
  261.  
  262. {block:Text}
  263. {block:Title}
  264. <h3><a href="{Permalink}">{Title}</a></h3>
  265. {/block:Title}
  266.  
  267. {Body}
  268.  
  269. {/block:Text}
  270.  
  271. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  272.  
  273. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  274.  
  275.  
  276. {block:Quote}
  277. "{Quote}"
  278.  
  279. {block:Source}
  280. <div class="source">{Source}</div>
  281. {/block:Source}
  282.  
  283. {/block:Quote}
  284.  
  285. {block:Link}
  286. <a href="{URL}" class="link" {Target}>{Name}</a>
  287.  
  288. {block:Description}
  289. <div class="description">{Description}</div>
  290. {/block:Description}
  291.  
  292. {/block:Link}
  293.  
  294. {block:Chat}
  295. {block:Title}
  296. <h3><a href="{Permalink}">{Title}</a></h3>
  297. {/block:Title}
  298.  
  299. {block:Lines}
  300. {block:Label}
  301. <span class="label">{Label}</span>
  302. {/block:Label}
  303.  
  304. {Line}
  305. {/block:Lines}
  306.  
  307. {/block:Chat}
  308.  
  309. {block:Video}
  310. {Video-500}
  311. <center>
  312. {block:Caption}
  313. <div class="caption">{Caption}</div>
  314.  
  315. </center>{/block:Caption}
  316. </div>
  317. {/block:Video}
  318.  
  319. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:{Question}<br>{Answer}{/block:Answer}
  320.  
  321.  
  322. {block:Audio}<div style="float:right;margin-top:-40px;">
  323. {AudioPlayerGrey}</div>
  324. {block:PlayCount} {PlayCount} Plays {/block:PlayCount}
  325. {block:AlbumArt}
  326. <img src="{AlbumArtURL}" style="width:50px;float:left;margin-top:-40px;padding:5px;">
  327. {/block:AlbumArt}
  328. {block:TrackName}
  329. | {TrackName}
  330. {/block:TrackName}
  331. {block:Artist}
  332. | by {Artist}
  333. {/block:Artist}
  334. {block:Caption}
  335. {/block:Caption}
  336.  
  337.  
  338. {/block:Audio}
  339.  
  340. <div id="info">
  341. {block:IndexPage}<br>
  342. <center>
  343. <a href="{Permalink}"> {TimeAgo}</a>
  344. with
  345. <a href="{Permalink}">{NoteCountwithlabel} </a>
  346. <br>
  347. {block:RebloggedFrom} via <a href="{ReblogParentURL}" target="_blank"> {ReblogParentName}</a> source <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  348.  
  349. <br>
  350. {block:HasTags}
  351. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  352. {/block:Tags}
  353. {/block:HasTags}
  354. </center> </div>
  355. {block:ContentSource}
  356. {/block:ContentSource}
  357. {/block:IndexPage}
  358.  
  359. {block:PermalinkPage}
  360. {block:NoteCount} {NoteCountWithLabel}
  361. {/block:NoteCount}<br>
  362. {block:HasTags}
  363. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  364. {/block:Tags}
  365. {/block:HasTags}
  366. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  367. {/block:PermalinkPage}
  368.  
  369. {block:PostNotes}
  370. {PostNotes}
  371. {/block:PostNotes}
  372.  
  373.  
  374.  
  375. </div>
  376. {/block:Posts}
  377.  
  378.  
  379. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://fucksbieber.tumblr.com">©</a></div>
  380.  
  381. </body>
  382. </body>
  383. </html>
Advertisement
Add Comment
Please, Sign In to add comment