Advertisement
iusedtobeher-themes

~All I want for Christmas~

Dec 8th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. <!--Theme by sadserande | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7.  
  8. <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:Text" content="#bbbbbb"/>
  15. <meta name="color:Link" content="#aaaaaa"/>
  16. <meta name="color:Tags" content="#cccccc"/>
  17. <meta name="color:Hover" content="#f1f1f1"/>
  18. <meta name="color:Line" content="#f2f2f2"/>
  19. <meta name="color:Border" content="#eeeeee"/>
  20. <meta name="color:scrollbarbg" content="ffffff"/>
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:bg" content=""/>
  24. <meta name="image:topcircle" content=""/>
  25. <meta name="image:bottomcircle" content=""/>
  26.  
  27. <meta name="text:linkA" content="">
  28. <meta name="text:linkA url" content="/">
  29. <meta name="text:linkB" content="">
  30. <meta name="text:linkB url" content="/">
  31. <meta name="text:linkC" content="">
  32. <meta name="text:linkC url" content="/">
  33. <meta name="text:linkD" content="">
  34. <meta name="text:linkD url" content="/">
  35.  
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. ::-webkit-scrollbar {
  42. width: 5px;height: 5px;}
  43. ::-webkit-scrollbar-button:start:decrement,
  44. ::-webkit-scrollbar-button:end:increment {
  45. height: 6px;display: block;background-color: {color:white};}
  46. ::-webkit-scrollbar-track-piece {
  47. background-color: {color:scrollbarbg};}
  48. ::-webkit-scrollbar-thumb:vertical {
  49. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  50.  
  51.  
  52. body {
  53. background:{color:background};
  54. background-image:url(‘{image:Background Image}’);
  55. background-repeat:repeat;
  56. background-attachment:fixed;
  57. margin:0px;
  58. color:{color:text};
  59. font-family:Arial, Helvetica;
  60. font-size:9px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. -moz-outline-style:none;
  67. color:{color:link};
  68. }
  69.  
  70. img {
  71. border:none;
  72. }
  73.  
  74.  
  75. h1 {
  76. font-size:12px;
  77. text-transform:uppercase;
  78. }
  79.  
  80. blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. blockquote blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90.  
  91. a:hover {
  92. opacity:1;
  93. color:{color:hover};
  94. -webkit-transition: all 0.5s ease;
  95. -moz-transition: all 0.5s ease;
  96. -o-transition: all 0.5s ease;
  97. }
  98.  
  99. #sidebarimage {
  100. position:fixed;
  101. margin-left:100px;
  102. margin-top:180px;
  103. width 120px;
  104. -webkit-border-radius: 150px;
  105. -moz-border-radius: 150px;
  106. border-radius: 150px;
  107. -webkit-transition: all 0.5s ease;
  108. -moz-transition: all 0.5s ease;
  109. -o-transition: all 0.5s ease;
  110. }
  111.  
  112. #sidebarimage img {
  113. width:120px;
  114. height:110px;
  115. -webkit-border-radius: 150px;
  116. -moz-border-radius: 150px;
  117. border-radius: 150px;
  118. -webkit-transition: all 0.5s ease;
  119. -moz-transition: all 0.5s ease;
  120. -o-transition: all 0.5s ease;
  121. }
  122.  
  123. #topcircle{
  124. position:fixed;
  125. margin-left:100px;
  126. margin-top:57px;
  127. width 120px;
  128. -webkit-transition: all 0.5s ease;
  129. -moz-transition: all 0.5s ease;
  130. -o-transition: all 0.5s ease;
  131. }
  132.  
  133. #topcircle img{
  134. width:120px;
  135. height:110px;
  136. -webkit-border-radius: 150px;
  137. -moz-border-radius: 150px;
  138. border-radius: 150px;
  139. -webkit-transition: all 0.5s ease;
  140. -moz-transition: all 0.5s ease;
  141. -o-transition: all 0.5s ease;
  142. }
  143.  
  144. #bottomcircle{
  145. position:fixed;
  146. margin-left:100px;
  147. margin-top:300px;
  148. width 120px;
  149. -webkit-transition: all 0.5s ease;
  150. -moz-transition: all 0.5s ease;
  151. -o-transition: all 0.5s ease;
  152. }
  153.  
  154. #bottomcircle img{
  155. width:120px;
  156. height:110px;
  157. -webkit-border-radius: 150px;
  158. -moz-border-radius: 150px;
  159. border-radius: 150px;
  160. -webkit-transition: all 0.5s ease;
  161. -moz-transition: all 0.5s ease;
  162. -o-transition: all 0.5s ease;
  163. }
  164.  
  165. .desc {
  166. opacity:1;
  167. position:fixed;
  168. margin-left:250px;
  169. margin-top:60px;
  170. font-size:11px;
  171. padding:5px;
  172. width:100px;
  173. height:100px;
  174. text-align:center;
  175. color:{color:text};
  176. }
  177.  
  178. #sidebar {
  179. opacity:1;
  180. position:fixed;
  181. margin-left:250px;
  182. margin-top:170px;
  183. font-family:cambria;
  184. font-size:9px;
  185. padding:5px;
  186. width:100px;
  187. height:100px;
  188. text-align:right;
  189. color:{color:text};
  190. -webkit-transition: all 0.5s ease;
  191. -moz-transition: all 0.5s ease;
  192. -o-transition: all 0.5s ease;
  193. }
  194.  
  195. .links {
  196. width:100px;
  197. text-align:center;
  198. position:fixed;
  199. word-spacing:2px;
  200. padding-top:30px;
  201. }
  202.  
  203. .links a {
  204. font-size: 11px;
  205. }
  206.  
  207. .links a:hover {
  208. color:{color:Hover}
  209. }
  210.  
  211. #all {
  212. padding:10px;
  213. width:500px;
  214. margin-left:450px;
  215. margin-top:50px;
  216. font-size:10px;
  217. }
  218.  
  219. #posts {
  220. width:500px;
  221. text-align: center;
  222. padding:10px;
  223. padding-bottom:70px;
  224. margin-top:-50px;
  225. }
  226.  
  227.  
  228. #details {
  229. text-align:right;
  230. margin-top:8px;
  231. text-transform:uppercase;
  232. font-size:8px;
  233. font-style:none;
  234. }
  235.  
  236.  
  237. #tags {
  238. font-family:cambria;
  239. letter-spacing:0px;
  240. text-transform:lowercase;
  241. font-size:10px;
  242. font-style:italic;
  243. margin-top:2px;
  244. text-align:right;
  245. }
  246.  
  247. #tags a {
  248. display:inline-block;
  249. padding:-3px;
  250. text-align:right;
  251. color:{color:Tags};
  252. -webkit-transition: all 0.6s ease-in-out;
  253. -moz-transition: all 0.6s ease-in-out;
  254. -o-transition: all 0.6s ease-in-out;
  255. -ms-transition: all 0.6s ease-in-out;
  256. -transition: all 0.6s ease-in-out;
  257. }
  258.  
  259.  
  260. #question {
  261. padding:8px;
  262. font-family:cambria;
  263. letter-spacing:2px;
  264. text-align:right;
  265. font-style:italic;
  266. border:3px {color:border} solid;
  267. color:{color:text};
  268. background-color:{color:background}
  269. }
  270.  
  271. .pagination {
  272. width:100px;
  273. height:100px;
  274. position:fixed;
  275. text-align:center;
  276. color:black;
  277. margin-top:350px;
  278. margin-left:250px;
  279. font-size:25px;
  280. opacity:1;
  281. }
  282.  
  283. </style></head><body>
  284.  
  285. <div id="topcircle"><img src="{image:topcircle}"></div>
  286.  
  287. <div id="bottomcircle"><img src="{image:bottomcircle}"></div>
  288.  
  289. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  290.  
  291. <div class="desc">{Description}</div>
  292.  
  293. <div class="pagination">
  294. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  295. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  296. </div></div>
  297.  
  298. <div id="sidebar">
  299. <div class="links">
  300. <a href="/">home</a>
  301. </br>
  302. <a href="/ask">ask</a>
  303. </br>
  304. {block:IfLinkA}
  305. <a href="{text:linkA url}">{text:linkA}</a>
  306. {/block:IfLinkA}
  307. </br>
  308. {block:IfLinkB}
  309. <a href="{text:linkB url}">{text:linkB}</a>
  310. {/block:IfLinkB}
  311. </br>
  312. {block:IfLinkC}
  313. <a href="{text:linkC url}">{text:linkC}</a>
  314. {/block:IfLinkC}
  315. </br>
  316. {block:IfLinkD}
  317. <a href="{text:linkD url}">{text:linkD}</a>
  318. {/block:IfLinkD}
  319. </br>
  320. </div>
  321. </div>
  322.  
  323. <div id="all">{block:Posts}<div id="posts">
  324.  
  325. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  326.  
  327. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  328.  
  329. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  330.  
  331. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  332.  
  333. {block:Quote}{Quote}{/block:Quote}
  334.  
  335. {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>
  336. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  337. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  338. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  339. {/block:Audio}
  340.  
  341. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  342.  
  343. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  344.  
  345.  
  346. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  347.  
  348. <div id="details">
  349. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  350. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  351. {/block:Posts}
  352. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  353. {/block:Posts}</div></div></div>
  354.  
  355. <div style="bottom:5px;left:4px;position:fixed;"><a href="http://sadserande.tumblr.com/">c</a></div>
  356.  
  357. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement