Advertisement
dreamermeetsreality

Gray Skies

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