moanszayn

Give Me Love

Sep 18th, 2013
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 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.  
  3. <!--
  4.  
  5. THEME BY AILEEN AKA THIRSTSLIAM
  6. FOLLOW THE RULES AND STAY GUCCI
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:selection" content="#38E8A7"/>
  21. <meta name="color:Link" content="#aaaaaa"/>
  22. <meta name="color:Tags" content="#cccccc"/>
  23. <meta name="color:Hover" content="#f1f1f1"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:scrollbarbg" content="ffffff"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:bg" content=""/>
  29.  
  30. <meta name="text:linkA" content="">
  31. <meta name="text:linkA url" content="/">
  32. <meta name="text:linkB" content="">
  33. <meta name="text:linkB url" content="/">
  34. <meta name="text:linkC" content="">
  35. <meta name="text:linkC url" content="/">
  36. <meta name="text:linkD" content="">
  37. <meta name="text:linkD url" content="/">
  38. <meta name="text:linkE" content="">
  39. <meta name="text:linkE url" content="/">
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46.  
  47. ::-webkit-scrollbar {
  48. width: 5px;height: 5px;}
  49. ::-webkit-scrollbar-button:start:decrement,
  50. ::-webkit-scrollbar-button:end:increment {
  51. height: 6px;display: block;background-color: {color:white};}
  52. ::-webkit-scrollbar-track-piece {
  53. background-color: {color:scrollbarbg};}
  54. ::-webkit-scrollbar-thumb:vertical {
  55. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  56.  
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:Arial, Helvetica;
  63. font-size:9px;
  64. line-height:100%;
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. -moz-outline-style:none;
  70. color:{color:link};
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77.  
  78. h1 {
  79. font-size:12px;
  80. text-transform:uppercase;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93.  
  94. a:hover {
  95. opacity:1;
  96. color:{color:hover};
  97. -webkit-transition: all 0.5s ease;
  98. -moz-transition: all 0.5s ease;
  99. -o-transition: all 0.5s ease
  100. }
  101.  
  102. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  103.  
  104. #title {
  105. margin-left:-4px;
  106. top:235px;
  107. position:fixed;
  108. font-size:30px;
  109. letter-spacing:-0px;
  110. color:#111;
  111. width:140px;
  112. text-align:center;
  113. font-family:Bebas Neue;
  114. text-transform:uppercase;
  115.  
  116. }
  117.  
  118. #title:hover {
  119. color:#333;
  120. text-shadow: {color:selection} 0.1em 0.1em 0.2em;
  121.  
  122.  
  123. }
  124.  
  125. #sidebar {
  126. position:fixed;
  127. width:200px;
  128. margin-left:150px;
  129. margin-top:200px;
  130. opacity:1;
  131. }
  132.  
  133. #sidebarimage {
  134. width 200px;
  135. }
  136.  
  137. #sidebarimage img {
  138. width:200px;
  139. padding:6px;
  140. }
  141.  
  142.  
  143. .desc {
  144. position:fixed;
  145. margin-top:10px;
  146. margin-left:-4px;
  147. font-family:cambria;
  148. line-height:110%;
  149. font-size:9px;
  150. font-style:normal;
  151. width:200px;
  152. padding:9px;
  153. text-align:justify;
  154. color:{color:text};
  155. }
  156.  
  157. .desc a
  158. {color:{color:text};
  159. -moz-transition-duration:0.6s;
  160. -webkit-transition-duration:0.6s;
  161. -o-transition-duration:0.6s;
  162. }
  163.  
  164.  
  165. .links {
  166. position:fixed;
  167. margin-top:-6px;
  168. margin-left:-5px;
  169. width:200px;
  170. padding: 9px;
  171. word-spacing:12px;
  172. font-family:Bebas Neue;
  173. text-align:center;
  174. text-transform:uppercase;
  175. }
  176.  
  177. .links a {
  178. font-size: 16px;
  179. }
  180.  
  181. .links a:hover {
  182. text-decoration:underline;
  183. color:{color:Hover}
  184. }
  185.  
  186.  
  187. #pagi{
  188. width:100px;
  189. font-size:11px;
  190. text-align:center;
  191. margin-left:137px;
  192. margin-top:-125px;
  193. position:fixed;
  194. font-family:Bebas Neue;
  195. letter-spacing:0px;
  196. }
  197.  
  198.  
  199. #all {
  200. padding:10px;
  201. width:500px;
  202. margin-left:450px;
  203. margin-top:50px;
  204. font-size:10px;
  205. }
  206.  
  207.  
  208.  
  209. #posts {
  210. width:500px;
  211. padding-bottom:20px;
  212. padding:10px;
  213. margin-top:30px;
  214. background-color:{color:Post};
  215. }
  216.  
  217.  
  218. #details {
  219. text-align:right;
  220. margin-top:8px;
  221. text-transform:uppercase;
  222. font-size:8px;
  223. font-style:none;
  224. border-top:1px solid {color:Line};
  225. }
  226.  
  227.  
  228. #tags {
  229. font-family:cambria;
  230. letter-spacing:0px;
  231. text-transform:lowercase;
  232. font-size:10px;
  233. font-style:normal;
  234. margin-top:2px;
  235. text-align:right;
  236. }
  237.  
  238. #tags a {
  239. display:inline-block;
  240. padding:-3px;
  241. text-align:right;
  242. color:{color:Tags};
  243. -webkit-transition: all 0.6s ease-in-out;
  244. -moz-transition: all 0.6s ease-in-out;
  245. -o-transition: all 0.6s ease-in-out;
  246. -ms-transition: all 0.6s ease-in-out;
  247. -transition: all 0.6s ease-in-out;
  248. }
  249.  
  250.  
  251. #question {
  252. padding:8px;
  253. font-family:cambria;
  254. letter-spacing:2px;
  255. text-align:right;
  256. font-style:italic;
  257. border:2px {color:line} solid;
  258. color:{color:text};
  259. background-color:{color:background}
  260. }
  261.  
  262. /*--credit--*/
  263.  
  264.  
  265. #credit{
  266. right:8px;
  267. bottom: 2px;
  268. position:fixed;
  269. padding:5px;
  270. }
  271.  
  272. #credit a:hover { color: {color:linkhover};}
  273.  
  274. {CustomCSS}
  275. iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
  276. ::-moz-selection {background: {color:selection}; color:#fff;}
  277.  
  278. ::selection {background:{color:selection}; color:#fff; }
  279. </style>
  280.  
  281.  
  282.  
  283. </head><body>
  284.  
  285. <div id="sidebar">
  286. <div id="title">{Title}</div>
  287.  
  288. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  289. <div class="desc">
  290. {Description}
  291. </div>
  292. <div class="links">
  293. {block:IfLinkA}
  294. <a href="{text:linkA url}">{text:linkA}</a>
  295. {/block:IfLinkA}
  296. {block:IfLinkB}
  297. <a href="{text:linkB url}">{text:linkB}</a>
  298. {/block:IfLinkB}
  299. {block:IfLinkC}
  300. <a href="{text:linkC url}">{text:linkC}</a>
  301. {/block:IfLinkC}
  302. {block:IfLinkD}
  303. <a href="{text:linkD url}">{text:linkD}</a>
  304. {/block:IfLinkD}
  305. {block:IfLinkE}
  306. <a href="{text:linkE url}">{text:linkE}</a>
  307. {/block:IfLinkE}
  308. </div>
  309. <div id="pagi">
  310. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev /</a>{/block:PreviousPage}
  311. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  312. </div>
  313. </div>
  314.  
  315. </div>
  316.  
  317. <div id="all">{block:Posts}<div id="posts">
  318.  
  319. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  320.  
  321. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  322.  
  323. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  324.  
  325. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  326.  
  327. {block:Quote}{Quote}{/block:Quote}
  328.  
  329. {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>
  330. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  331. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  332. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  333. {/block:Audio}
  334.  
  335. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  336.  
  337. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  338.  
  339.  
  340. {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}
  341.  
  342. <div id="details">
  343. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, 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>
  344. {block:HasTags}<div id="tags">tagged as:{block:Tags} X <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  345. {/block:Posts}
  346. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  347. {/block:Posts}</div></div></div>
  348.  
  349.  
  350.  
  351.  
  352. <div id="credit" data="credit"><a href="http://nouicide.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
  353.  
  354. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment