Advertisement
dreamermeetsreality

The Silence

Apr 22nd, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. </* THEME BY DREAMERMEETSREALITY.TUMBLR.COM
  2. DO NOT REMOVE CREDITS!*/>
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <meta tag="image:avatar" content="http://www.sadmuffin.net/cherrybam/graphics/graphics-black-and-white2/069.gif"/>
  9. <meta name="text:link1" content="link"/>
  10. <meta name="text:link2" content="link"/>
  11. <meta name="text:link3" content="link"/>
  12. <meta name="text:link url1" content=""/>
  13. <meta name="text:link url2" content=""/>
  14. <meta name="text:link url3" content=""/>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}"/>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  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. background-color: #000000;
  46. font-family: 'Overlock', cursive;
  47. font-size: 10px;
  48. color: #000000;
  49. text-wrap: normal
  50. word-wrap: break-word;
  51. margin:0px 0px;
  52. text-align:center;
  53. height: 100%;
  54. }
  55. a, a:active, a:visited{
  56. text-decoration: none;
  57. color: #000000;
  58. }
  59.  
  60. a:hover{
  61. color: #C8C9B5;
  62. }
  63.  
  64. #main{
  65. background-color: transparent;
  66. background-repeat: repeat;
  67. position: absolute;
  68. width: 750px;
  69. height: 100%;
  70. top: 0px;
  71. left: 50%;
  72. margin-left: -375px;
  73. }
  74.  
  75. #sidebar{
  76. background-color: #FFFFFF;
  77. position: fixed;
  78. width: 225px;
  79. padding: 10px;
  80. left: 1px;
  81. top: 5px;
  82. }
  83.  
  84.  
  85. #content{
  86. background-color: #FFFFFF;
  87. position: absolute;
  88. width: 500px;
  89. height: auto;
  90. padding: 10px;
  91. left: 255px;
  92. top: 5px;
  93.  
  94. }
  95.  
  96. .post{
  97. text-align: left;
  98. margin: 5px 0px 0px 0px;
  99. }
  100.  
  101.  
  102.  
  103. .quote{
  104. font-size: 25px;
  105. font-style: italic;
  106. }
  107.  
  108. .source{
  109. text-align: right;
  110. }
  111.  
  112. .info {
  113. padding: 2px 3px 2px 3px;
  114. margin-bottom: 5px;
  115. text-align: left;
  116. }
  117.  
  118. .tag {
  119. font-weight: normal;
  120. margin-right: 2px;
  121. font-style: italic;
  122. text-transform: lowercase;
  123. }
  124.  
  125. .date {
  126. font-size: 10px;
  127. color: #2E0D23;
  128. text-transform: uppercase;
  129. font-weight: bold;
  130. }
  131.  
  132. .h1{
  133. font-size: 70px;
  134. margin: 20px 0px 0px 0px;
  135. }
  136.  
  137. ::-webkit-scrollbar {
  138. width: 7px;
  139. background-color: #676767;
  140. }
  141.  
  142. ::-webkit-scrollbar-track-piece {
  143. background-color: #DEDFC5;/**this is the color of the track of your scroll bar**/
  144. -webkit-border-radius:15px;
  145. }
  146.  
  147. ::-webkit-scrollbar-button:start:decrement,
  148. ::-webkit-scrollbar-button:end:increment {
  149. height: 5px;/**this is the height of the stopper at the bottom and top of the scrollbar**/
  150. display: block;
  151. background: #676767;/**this is the color of the stopper at the top and the bottom of your scrollbar**/
  152. }
  153.  
  154. ::-webkit-scrollbar-thumb{
  155. background-color: #000000;/**this is the color of the draggable part of your scrollbar**/
  156. -webkit-border-radius:15px;
  157. border:solid 1px #666666;
  158. }
  159.  
  160. </style>
  161.  
  162. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  163.  
  164. </head>
  165.  
  166. <body>
  167.  
  168.  
  169. <div id="main">
  170.  
  171. <div id="sidebar">
  172.  
  173. <center>
  174. <h1>{Title}</h1>
  175. <br>
  176. <img src="{image:avatar}" width="180">
  177. <br>
  178. <font size="2px">
  179. <br>
  180. {Description}
  181. <br>
  182. <br>
  183. <font size="4px"> <b> NAVIGATION </b> </font>
  184. <br>
  185. &middot;<a href="/"style="text-decoration:none">Home</a><br>
  186. &middot;<a href="/ask"style="text-decoration:none">Message</a><br>
  187. <a href="{text:link url1}"style="text-decoration:none">&middot;{text:link1}</a><br>
  188. <a href="{text:link url2}"style="text-decoration:none">&middot;{text:link2}</a><br>
  189. <a href="{text:link url3}"style="text-decoration:none">&middot;{text:link3}</a><br><
  190. &middot;<a href="http://dreamermeetsreality.tumblr.com">Theme Credits</a></b<br></font>
  191. </div>
  192. </center>
  193. </div>
  194.  
  195.  
  196.  
  197. <div id="content">
  198.  
  199. {block:Posts}
  200.  
  201. {block:Text}
  202. <div class="post">
  203. {block:Title}
  204. <h3><a href="{Permalink}">{Title}</a></h3>
  205. {/block:Title}
  206. {Body}
  207. <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>
  208. </div>
  209. {/block:Text}
  210.  
  211. {block:Photo}
  212. <div class="post">
  213. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  214. {block:Caption}
  215. <div class="caption">{Caption}</div>
  216. {/block:Caption}
  217. <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>
  218. </div>
  219. {/block:Photo}
  220.  
  221. {block:Photoset}
  222. <div class="post">
  223. <center>{Photoset-500}</center>
  224. {block:Caption}
  225. <div class="caption">{Caption}</div>
  226. {/block:Caption}
  227. <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>
  228. </div>
  229. {/block:Photoset}
  230.  
  231. {block:Quote}
  232. <div class="post">
  233. <div class="quote">"{Quote}"</div>
  234. {block:Source}
  235. <div class="source">{Source}</div>
  236. {/block:Source}
  237. <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>
  238. </div>
  239. {/block:Quote}
  240.  
  241. {block:Link}
  242. <div class="post">
  243. <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  244. {block:Description}
  245. <div class="description">{Description}</div>
  246. {/block:Description}
  247. <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>
  248. </div>
  249. {/block:Link}
  250.  
  251. {block:Chat}
  252. <div class="post">
  253. {block:Title}
  254. <h3><a href="{Permalink}">{Title}</a></h3>
  255. {/block:Title}
  256. <ul class="chat">
  257. {block:Lines}
  258. <li class="{Alt} user_{UserNumber}">
  259. {block:Label}
  260. <span class="label">{Label}</span>
  261. {/block:Label}
  262. {Line}
  263. </li>
  264. {/block:Lines}
  265. </ul>
  266. <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>
  267. </div>
  268. {/block:Chat}
  269.  
  270. {block:Video}
  271. <div class="post">
  272. <center>{Video-500}</center>
  273. {block:Caption}
  274. <div class="caption">{Caption}</div>
  275. {/block:Caption}
  276. <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>
  277. </div>
  278. {/block:Video}
  279.  
  280. {block:Audio}
  281. <div class="post">
  282. {AudioPlayerBlack}
  283. {block:Caption}
  284. <div class="caption">{Caption}</div>
  285. {/block:Caption}
  286. <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>
  287. </div>
  288. {/block:Audio}
  289.  
  290.  
  291. {/block:Posts}
  292.  
  293.  
  294. </div>
  295.  
  296. </div>
  297.  
  298.  
  299. </body>
  300.  
  301. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement