Advertisement
dreamermeetsreality

Blue Tinted Swirls

May 14th, 2012
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 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="if:EnableEndlessScroll" default="0"/>
  9. <meta name="text:link 1" content="" />
  10. <meta name="text:link 2" content="" />
  11. <meta name="text:link 3" content="" />
  12. <meta name="text:link 4" content="" />
  13. <meta name="text:link 1 title" default="custom link 1">
  14. <meta name="text:link 2 title" default="custom link 2">
  15. <meta name="text:link 3 title" default="custom link 3">
  16. <meta name="text:link 4 title" default="custom link 4">
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}"/>
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
  26.  
  27. <script type="text/javascript">
  28. WebFontConfig = {
  29. google: { families: [ 'Overlock::latin' ] }
  30. };
  31. (function() {
  32. var wf = document.createElement('script');
  33. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  34. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  35. wf.type = 'text/javascript';
  36. wf.async = 'true';
  37. var s = document.getElementsByTagName('script')[0];
  38. s.parentNode.insertBefore(wf, s);
  39. })(); </script>
  40.  
  41. <script type="text/javascript">
  42. WebFontConfig = {
  43. google: { families: [ 'Dancing+Script:400,700:latin' ] }
  44. };
  45. (function() {
  46. var wf = document.createElement('script');
  47. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  48. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  49. wf.type = 'text/javascript';
  50. wf.async = 'true';
  51. var s = document.getElementsByTagName('script')[0];
  52. s.parentNode.insertBefore(wf, s);
  53. })(); </script>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. @import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
  59. @import url(http://fonts.googleapis.com/css?family=Overlock);
  60.  
  61.  
  62. body {
  63. background: url("http://30.media.tumblr.com/tumblr_m0lga5zYJA1rrt2v9o1_400.gif") fixed repeat;
  64. font-family: 'Overlock', cursive;
  65. font-size: 10px;
  66. color: #343838;
  67. text-wrap: normal
  68. word-wrap: break-word;
  69. margin:0px 0px;
  70. text-align:center;
  71. height: 100%;
  72. }
  73. a, a:active, a:visited{
  74. text-decoration: none;
  75. color: #008C9E;
  76. }
  77.  
  78. a:hover{
  79. color: #00B4CC;
  80. }
  81.  
  82. #main{
  83. background-color: transparent;
  84. background-repeat: repeat;
  85. position: absolute;
  86. width: 750px;
  87. height: 100%;
  88. top: 0px;
  89. left: 50%;
  90. margin-left: -375px;
  91. }
  92.  
  93. #sidebar{
  94. background: url("http://24.media.tumblr.com/tumblr_lq9n070Lqb1qjex46o1_250.jpg");
  95. position: fixed;
  96. width: 190px;
  97. height: auto;
  98. padding: 10px;
  99. left: 40px;
  100. top: 5px;
  101. }
  102.  
  103.  
  104. #content{
  105. background: url("http://24.media.tumblr.com/tumblr_lq9n070Lqb1qjex46o1_250.jpg");
  106. position: absolute;
  107. width: 500px;
  108. height: auto;
  109. padding: 10px;
  110. left: 250px;
  111. top: 5px;
  112.  
  113. }
  114.  
  115. .post{
  116. text-align: left;
  117. margin: 5px 0px 0px 0px;
  118. }
  119.  
  120.  
  121.  
  122. .quote{
  123. font-size: 25px;
  124. font-style: italic;
  125. font-family: 'Dancing Script', cursive;
  126. }
  127.  
  128. .source{
  129. text-align: right;
  130. }
  131.  
  132. .info {
  133. padding: 2px 3px 2px 3px;
  134. margin-bottom: 5px;
  135. text-align: left;
  136. }
  137.  
  138. .tag {
  139. font-weight: normal;
  140. margin-right: 2px;
  141. font-style: italic;
  142. text-transform: lowercase;
  143. }
  144.  
  145. .date {
  146. font-size: 10px;
  147. color: #2E0D23;
  148. text-transform: uppercase;
  149. font-weight: bold;
  150. }
  151.  
  152. .h1{
  153. font-size: 70px;
  154. font-family: 'Dancing Script', cursive;
  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: #343838;/**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: #00DFFC;/**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. {block:ifEnableEndlessScroll}
  183. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScroll}
  184.  
  185. </head>
  186.  
  187. <body>
  188.  
  189.  
  190. <div id="main">
  191.  
  192. <div id="sidebar">
  193.  
  194. <center>
  195. <h1><font face="Dancing Script" size="5px"> {Title} </h1></font>
  196. <br>
  197. <img src="http://media.tumblr.com/tumblr_m25eatwJ1h1qfamg6.png" width="140px">
  198. <font size="2px">
  199. <br>
  200. {Description}
  201. <br>
  202. <font face="Dancing Script" size="5px"> Navigation </font>
  203. <br>
  204. <a href="/"style="text-decoration:none">Home</a><br>
  205. <a href="/ask"style="text-decoration:none">Message</a><br>
  206. <a href="{text:link 1}"> {text:Link 1 Title}</a><br>
  207. <a href="{text:link 2}"> {text:Link 2 Title}</a><br>
  208. <a href="{text:link 3}"> {text:Link 3 Title}</a><br>
  209. <a href="{text:link 4}"> {text:Link 4 Title}</a><br>
  210.  
  211.  
  212. {block:Pagination}
  213. {block:PreviousPage}
  214. <a href="{PreviousPage}">Previous</a>
  215. {/block:PreviousPage}
  216.  
  217. {block:JumpPagination length="5"}
  218. {block:CurrentPage}
  219. <span class="current_page">{PageNumber}</span>
  220. {/block:CurrentPage}
  221.  
  222. {block:JumpPage}
  223. <a class="jump_page" href="{URL}">{PageNumber}</a>
  224. {/block:JumpPage}
  225. {/block:JumpPagination}
  226.  
  227. {block:NextPage}
  228. <a href="{NextPage}">Next</a>
  229. {/block:NextPage}
  230. {/block:Pagination}<br><br>
  231.  
  232. © <a href="http://dreamermeetsreality.tumblr.com">dreamermeetsreality</a></b<br></font>
  233. </div>
  234. </center>
  235. </div>
  236.  
  237.  
  238.  
  239. <div id="content">
  240.  
  241. {block:Posts}
  242.  
  243. {block:Text}
  244. <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>
  245. <div class="post">
  246. {block:Title}
  247. <h3><a href="{Permalink}">{Title}</a></h3>
  248. {/block:Title}
  249. {Body}
  250. </div>
  251. {/block:Text}
  252. {block:Photo}
  253. <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>
  254. <div class="post">
  255. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  256. {block:Caption}
  257. <div class="caption">{Caption}</div>
  258. {/block:Caption}
  259. </div>
  260. {/block:Photo}
  261. {block:Photoset}
  262. <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>
  263. <div class="post">
  264. <center>{Photoset-500}</center>
  265. {block:Caption}
  266. <div class="caption">{Caption}</div>
  267. {/block:Caption}
  268. </div>
  269. {/block:Photoset}
  270. {block:Quote}
  271. <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>
  272. <div class="post">
  273. <div class="quote">"{Quote}"</div>
  274. {block:Source}
  275. <div class="source">{Source}</div>
  276. {/block:Source}
  277. </div>
  278. {/block:Quote}
  279. {block:Link}
  280. <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>
  281. <div class="post">
  282. <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  283. {block:Description}
  284. <div class="description">{Description}</div>
  285. {/block:Description}
  286. </div>
  287. {/block:Link}
  288. {block:Chat}
  289. <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>
  290. <div class="post">
  291. {block:Title}
  292. <h3><a href="{Permalink}">{Title}</a></h3>
  293. {/block:Title}
  294. <ul class="chat">
  295. {block:Lines}
  296. <li class="{Alt} user_{UserNumber}">
  297. {block:Label}
  298. <span class="label">{Label}</span>
  299. {/block:Label}
  300. {Line}
  301. </li>
  302. {/block:Lines}
  303. </ul>
  304. </div>
  305. {/block:Chat}
  306. {block:Video}
  307. <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>
  308. <div class="post">
  309. <center>{Video-500}</center>
  310. {block:Caption}
  311. <div class="caption">{Caption}</div>
  312. {/block:Caption}
  313. </div>
  314. {/block:Video}
  315. {block:Audio}
  316. <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>
  317. <div class="post">
  318. {AudioPlayerBlack}
  319. {block:Caption}
  320. <div class="caption">{Caption}</div>
  321. {/block:Caption}
  322. </div>
  323. {/block:Audio}
  324.  
  325.  
  326. {/block:Posts}
  327.  
  328.  
  329. </div>
  330.  
  331. </div>
  332.  
  333.  
  334. </body>
  335.  
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement