Advertisement
dreamermeetsreality

Fly Me To Paris

Apr 22nd, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. </* THEME BY DREAMERMEETSREALITY.TUMBLR.COM
  2. DO NOT REMOVE CREDITS!*/>
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <meta name="image:avatar" content="http://media.tumblr.com/tumblr_losazeVyWS1qf72le.png"/>
  9. <meta name="color:header" content="#FFFFFF"/>
  10. <meta name="color:content" content="#FFFFFF"/>
  11. <meta name="color:text" content="#000000"/>
  12. <meta name="color:link" content="#FF6081"/>
  13. <meta name="color:link hover" content="#000000"/>
  14. <meta name="text:link1" content="link"/>
  15. <meta name="text:link2" content="link"/>
  16. <meta name="text:link3" content="link"/>
  17. <meta name="text:link url1" content=""/>
  18. <meta name="text:link url2" content=""/>
  19. <meta name="text:link url3" content=""/>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
  22.  
  23. <script type="text/javascript">
  24. WebFontConfig = {
  25. google: { families: [ 'Overlock::latin' ] }
  26. };
  27. (function() {
  28. var wf = document.createElement('script');
  29. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  30. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  31. wf.type = 'text/javascript';
  32. wf.async = 'true';
  33. var s = document.getElementsByTagName('script')[0];
  34. s.parentNode.insertBefore(wf, s);
  35. })(); </script>
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. @import url(http://fonts.googleapis.com/css?family=Overlock);
  42.  
  43.  
  44. body {
  45. cursor: url('http://i1226.photobucket.com/albums/ee419/mynameisflick/cursor2-1.png');
  46. background: url("http://www.sadmuffin.net/cherrybam/myspacelayouts/girly2/04.gif") fixed repeat;
  47. font-family: 'Overlock', cursive;
  48. font-size: 10px;
  49. color: #000000;
  50. text-wrap: normal
  51. word-wrap: break-word;
  52. margin:0px 0px;
  53. text-align:center;
  54. height: 100%;
  55. }
  56. a, a:active, a:visited{
  57. text-decoration: none;
  58. color: #FF6081;
  59. }
  60.  
  61. a:hover{
  62. color: #000000;
  63. }
  64.  
  65. #main{
  66. background-color: transparent;
  67. background-repeat: repeat;
  68. position: absolute;
  69. width: 750px;
  70. height: 100%;
  71. top: 0px;
  72. left: 50%;
  73. margin-left: -375px;
  74. }
  75.  
  76. #header1{
  77. background-color: #ffffff;
  78. position: absolute;
  79. width: 160px;
  80. padding: 10px;
  81. left: 80px;
  82. top: 5px;
  83. height: 250;
  84. }
  85.  
  86. #header2{
  87. background-color: #ffffff;
  88. position: absolute;
  89. width: 170px;
  90. padding: 10px;
  91. left: 275px;
  92. top: 5px;
  93. height: 250;
  94. }
  95.  
  96. #header3{
  97. background-color: #ffffff;
  98. position: absolute;
  99. width: 200px;
  100. padding: 10px;
  101. left: 485px;
  102. top: 5px;
  103. height: 250;
  104. }
  105.  
  106. #content{
  107. background-color: #ffffff;
  108. position: absolute;
  109. width: 500px;
  110. height: auto;
  111. padding: 10px;
  112. left: 255px;
  113. top: 290px;
  114.  
  115. }
  116.  
  117. .post{
  118. text-align: left;
  119. margin: 5px 0px 0px 0px;
  120. }
  121.  
  122.  
  123.  
  124. .quote{
  125. font-size: 25px;
  126. font-style: italic;
  127. }
  128.  
  129. .source{
  130. text-align: right;
  131. }
  132.  
  133. .info {
  134. padding: 2px 3px 2px 3px;
  135. margin-bottom: 5px;
  136. text-align: left;
  137. }
  138.  
  139. .tag {
  140. font-weight: normal;
  141. margin-right: 2px;
  142. font-style: italic;
  143. text-transform: lowercase;
  144. }
  145.  
  146. .date {
  147. font-size: 10px;
  148. color: #2E0D23;
  149. text-transform: uppercase;
  150. font-weight: bold;
  151. }
  152.  
  153. .h1{
  154. font-size: 70px;
  155. margin: 20px 0px 0px 0px;
  156. }
  157.  
  158. ::-webkit-scrollbar {
  159. width: 7px;
  160. background-color: #676767;
  161. }
  162.  
  163. ::-webkit-scrollbar-track-piece {
  164. background-color: #F7A199;/**this is the color of the track of your scroll bar**/
  165. -webkit-border-radius:15px;
  166. }
  167.  
  168. ::-webkit-scrollbar-button:start:decrement,
  169. ::-webkit-scrollbar-button:end:increment {
  170. height: 5px;/**this is the height of the stopper at the bottom and top of the scrollbar**/
  171. display: block;
  172. background: #676767;/**this is the color of the stopper at the top and the bottom of your scrollbar**/
  173. }
  174.  
  175. ::-webkit-scrollbar-thumb{
  176. background-color: #F7D3C6;/**this is the color of the draggable part of your scrollbar**/
  177. -webkit-border-radius:15px;
  178. border:solid 1px #666666;
  179. }
  180.  
  181. </style>
  182.  
  183. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  184.  
  185. </head>
  186.  
  187. <body>
  188.  
  189.  
  190. <div id="main">
  191.  
  192. <div id="header1">
  193.  
  194. <center>
  195. <br>
  196. <br>
  197. <image src="http://media.tumblr.com/tumblr_losazeVyWS1qf72le.png" width="140">
  198.  
  199. </center>
  200. </div>
  201.  
  202. <div id="header2">
  203. <br>
  204. <br>
  205. <h1>{Title}</h1>
  206. <br>
  207. <font size="2px">
  208. <br>
  209. {Description}
  210. </div>
  211.  
  212. <div id="header3">
  213.  
  214. <font size="2px">
  215. <br>
  216. <br>
  217. <image src="http://i12.photobucket.com/albums/a213/superkate_2468/1-2.png">
  218. <br>
  219. <a href="/"style="text-decoration:none">&hearts;Home</a><br>
  220. <a href="/ask"style="text-decoration:none">&hearts;Message</a><br>
  221. <a href="{text:link1 url}"style="text-decoration:none">&hearts;{text:link1}</a><br>
  222. <a href="{text:link2 url}"style="text-decoration:none">&hearts;{text:link2}</a><br>
  223. <a href="{text:link3 url}"style="text-decoration:none">&hearts;{text:link3}</a><br>
  224. <a href="http://dreamermeetsreality.tumblr.com">&hearts;Theme Credits</a></font>
  225. </div> </div>
  226.  
  227. <div id="content">
  228.  
  229. {block:Posts}
  230.  
  231. {block:Text}
  232. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  233. <div class="post">
  234. {block:Title}
  235. <h3><a href="{Permalink}">{Title}</a></h3>
  236. {/block:Title}
  237. {Body}
  238. </div>
  239. {/block:Text}
  240. {block:Photo}
  241. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  242. <div class="post">
  243. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  244. {block:Caption}
  245. <div class="caption">{Caption}</div>
  246. {/block:Caption}
  247. </div>
  248. {/block:Photo}
  249. {block:Photoset}
  250. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  251. <div class="post">
  252. <center>{Photoset-500}</center>
  253. {block:Caption}
  254. <div class="caption">{Caption}</div>
  255. {/block:Caption}
  256. </div>
  257. {/block:Photoset}
  258. {block:Quote}
  259. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  260. <div class="post">
  261. <div class="quote">"{Quote}"</div>
  262. {block:Source}
  263. <div class="source">{Source}</div>
  264. {/block:Source}
  265. </div>
  266. {/block:Quote}
  267. {block:Link}
  268. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  269. <div class="post">
  270. <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  271. {block:Description}
  272. <div class="description">{Description}</div>
  273. {/block:Description}
  274. </div>
  275. {/block:Link}
  276. {block:Chat}
  277. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  278. <div class="post">
  279. {block:Title}
  280. <h3><a href="{Permalink}">{Title}</a></h3>
  281. {/block:Title}
  282. <ul class="chat">
  283. {block:Lines}
  284. <li class="{Alt} user_{UserNumber}">
  285. {block:Label}
  286. <span class="label">{Label}</span>
  287. {/block:Label}
  288. {Line}
  289. </li>
  290. {/block:Lines}
  291. </ul>
  292. </div>
  293. {/block:Chat}
  294. {block:Video}
  295. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  296. <div class="post">
  297. <center>{Video-500}</center>
  298. {block:Caption}
  299. <div class="caption">{Caption}</div>
  300. {/block:Caption}
  301. </div>
  302. {/block:Video}
  303. {block:Audio}
  304. <div class="permalinkphoto"><p align="right"><ptextcolor>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags} &middot; {/block:HasTags}<a title="" href="{Permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogUrl}">reblog </a></ptextcolor></p></div>
  305. <div class="post">
  306. {AudioPlayerBlack}
  307. {block:Caption}
  308. <div class="caption">{Caption}</div>
  309. {/block:Caption}
  310. </div>
  311. {/block:Audio}
  312.  
  313.  
  314. {/block:Posts}
  315.  
  316.  
  317. </div>
  318.  
  319. </div>
  320.  
  321.  
  322. </body>
  323.  
  324. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement