Advertisement
dreamermeetsreality

Strawberry

Apr 22nd, 2012
1,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. </* STRAWBERRY THEME IS BY DREAMERMEETSREALITY.TUMBLR.COM
  2. DO NOT REMOVE CREDITS!*/>
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <meta name="image:background" content="http://i603.photobucket.com/albums/tt119/enqipae/RPENN_expressyourself-bg5.jpg"/>
  9. <meta name="color:text" content="#FF7F8C"/>
  10. <meta name="color:link" content="#FF7F8C"/>
  11. <meta name="color:link hover" content="#FF6081"/>
  12. <meta name="text:link1" content="link"/>
  13. <meta name="text:link2" content="link"/>
  14. <meta name="text:link3" content="link"/>
  15. <meta name="text:link url1" content=""/>
  16. <meta name="text:link url2" content=""/>
  17. <meta name="text:link url3" content=""/>
  18. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/zzvmjoa/nXullbs1b/fade.css">
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  23.  
  24. <script type="text/javascript">
  25. WebFontConfig = {
  26. google: { families: [ 'Great+Vibes::latin' ] }
  27. };
  28. (function() {
  29. var wf = document.createElement('script');
  30. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  31. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  32. wf.type = 'text/javascript';
  33. wf.async = 'true';
  34. var s = document.getElementsByTagName('script')[0];
  35. s.parentNode.insertBefore(wf, s);
  36. })(); </script>
  37.  
  38. <script type="text/javascript">
  39. WebFontConfig = {
  40. google: { families: [ 'Just+Me+Again+Down+Here::latin' ] }
  41. };
  42. (function() {
  43. var wf = document.createElement('script');
  44. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  45. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  46. wf.type = 'text/javascript';
  47. wf.async = 'true';
  48. var s = document.getElementsByTagName('script')[0];
  49. s.parentNode.insertBefore(wf, s);
  50. })(); </script>
  51.  
  52. <style type="text/css">
  53.  
  54. @import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
  55.  
  56. @import url(http://fonts.googleapis.com/css?family=Great+Vibes);
  57.  
  58. body {
  59. cursor: url('http://www.123cursors.com/freecursors/8437.gif');
  60. background: url("{image:background}") fixed repeat;
  61. font-family: 'Just Me Again Down Here', cursive;
  62. font-size: 18px;
  63. color: {color:text};
  64. text-wrap: normal
  65. word-wrap: break-word;
  66. margin:0px 0px;
  67. text-align:center;
  68. height: 100%;
  69. }
  70. a, a:active, a:visited{
  71. text-decoration: none;
  72. color: {color:link};
  73. }
  74.  
  75. a:hover{
  76. color: {color:link hover};
  77. }
  78.  
  79. #main{
  80. background-color: transparent;
  81. position: absolute;
  82. width: 750px;
  83. height: 100%;
  84. top: 0px;
  85. left: 50%;
  86. margin-left: -375px;
  87. }
  88.  
  89. #sidebar{
  90. background-color: #transparent;
  91. position: absolute;
  92. width: 160px;
  93. padding: 10px;
  94. left: 10px;
  95. top: 5px;
  96. float: left;
  97. }
  98.  
  99.  
  100. #content{
  101. background-color: transparent;
  102. position: absolute;
  103. width: 500px;
  104. height: auto;
  105. padding: 10px;
  106. left: 220px;
  107. top: 5px;
  108. }
  109.  
  110. .post{
  111. text-align: left;
  112. margin: 5px 0px 0px 0px;
  113. border-bottom: 1px dotted #F7D3C6;
  114. }
  115.  
  116. .quote{
  117. font-size: 25px;
  118. font-style: italic;
  119. }
  120.  
  121. .source{
  122. text-align: center;
  123. }
  124.  
  125. .info {
  126. padding: 2px 3px 2px 3px;
  127. margin-bottom: 5px;
  128. text-align: center;
  129. }
  130.  
  131.  
  132.  
  133. </style>
  134.  
  135. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  136.  
  137. </head>
  138.  
  139. <body>
  140.  
  141.  
  142. <div id="main">
  143.  
  144. <div id="sidebar">
  145.  
  146. <center>
  147. <font face="Great Vibes">
  148. <h1>{Title}</h1></font>
  149. <img src="{PortraitURL-128}">
  150. <br>
  151. {Description}
  152. </center>
  153. <b>
  154. Navigation:</b>
  155. <br>
  156. <a href="/">Home</a><br>
  157. <a href="/ask">Ask</a><br>
  158. <a href="{text:link url1}">{text:link1}</a><br>
  159. <a href="{text:link url2}">{text:link2}</a><br>
  160. <a href="{text:link url3}">{text:link3}</a><br>
  161. <a href="http://dreamermeetsreality.tumblr.com">Theme Credits</a><br>
  162.  
  163.  
  164. </div>
  165.  
  166.  
  167. <div id="content">
  168.  
  169. {block:Posts}
  170.  
  171. {block:Text}
  172. <div class="post">
  173. {block:Title}
  174. <h3><a href="{Permalink}">{Title}</a></h3>
  175. {/block:Title}
  176. {Body}
  177. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  178. </div>
  179. {/block:Text}
  180.  
  181. {block:Photo}
  182. <div class="post">
  183. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  184. {block:Caption}
  185. <div class="caption">{Caption}</div>
  186. {/block:Caption}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  187. </div>
  188. {/block:Photo}
  189.  
  190. {block:Photoset}
  191. <div class="post">
  192. <center>{Photoset-500}</center>
  193. {block:Caption}
  194. <div class="caption">{Caption}</div>
  195. {/block:Caption}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  196. </div>
  197. {/block:Photoset}
  198.  
  199. {block:Quote}
  200. <div class="post">
  201. <div class="quote">"{Quote}"</div>
  202. {block:Source}
  203. <div class="source">{Source}</div>
  204. {/block:Source}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  205. </div>
  206. {/block:Quote}
  207.  
  208. {block:Link}
  209. <div class="post">
  210. <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
  211. {block:Description}
  212. <div class="description">{Description}</div>
  213. {/block:Description}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  214. </div>
  215. {/block:Link}
  216.  
  217. {block:Chat}
  218. <div class="post">
  219. {block:Title}
  220. <h3><a href="{Permalink}">{Title}</a></h3>
  221. {/block:Title}
  222. <ul class="chat">
  223. {block:Lines}
  224. <li class="{Alt} user_{UserNumber}">
  225. {block:Label}
  226. <span class="label">{Label}</span>
  227. {/block:Label}
  228. {Line}
  229. </li>
  230. {/block:Lines}
  231. </ul><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  232. </div>
  233. {/block:Chat}
  234.  
  235. {block:Video}
  236. <div class="post">
  237. <center>{Video-500}</center>
  238. {block:Caption}
  239. <div class="caption">{Caption}</div>
  240. {/block:Caption}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  241. </div>
  242. {/block:Video}
  243.  
  244. {block:Audio}
  245. <div class="post">
  246. {AudioPlayerBlack}
  247. {block:Caption}
  248. <div class="caption">{Caption}</div>
  249. {/block:Caption}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink}/">Reblog</a>
  250. </div>
  251. {/block:Audio}
  252.  
  253. <div class="info">
  254. <div class="date">
  255. {block:Date}
  256. <a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date}
  257. {block:NoteCount}{NoteCount} <font color="#FF038A">&hearts;</font>{/block:NoteCount}
  258. </div>
  259.  
  260. {/block:Posts}
  261.  
  262. </div>
  263.  
  264. </div>
  265.  
  266. </body>
  267.  
  268. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement