msstephyyanne

Theme Thirteen: Empty Rooms (Version One)

Jun 24th, 2014
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--theme thirteen by themesbyjude
  5. follow the rules ok -->
  6.  
  7. <!--SCRIPT FOR TOOLTIPS-->
  8. <stsss>
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11. <script>
  12. (function($){
  13. $(document).ready(function(){
  14. $("a[title]").style_my_tooltips({
  15. tip_follows_cursor:true,
  16. tip_delay_time:0,
  17. tip_fade_speed:0,
  18. attribute:"title"
  19. });
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24.  
  25.  
  26. <meta name="color:Background" content="#fff" />
  27. <meta name="color:Link" content="#1bcc5c" />
  28. <meta name="color:Hover" content="#444" />
  29. <meta name="color:Text" content="#444" />
  30.  
  31. <meta name="image:Sidebar" content="" />
  32.  
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Text" content="Link 1" />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Text" content="Link 2" />
  37. <meta name="text:Link3" content="/" />
  38. <meta name="text:Link3 Text" content="Link 3" />
  39. <meta name="text:Link4" content="/" />
  40. <meta name="text:Link4 Text" content="Link 4" />
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. @font-face{font-family: Realize;src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  48.  
  49. @font-face{font-family:Space;src:url(http://static.tumblr.com/9wzbixa/WTgmkupxp/spaced_out.ttf);}
  50.  
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. height:auto;
  54. background-color:{color:Text};
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:4px;
  59. width:3px;
  60. padding-right:2px;
  61. background-color:white;
  62. }
  63.  
  64. #s-m-t-tooltip {
  65. max-width:200px;
  66. font-family:'realize';
  67. font-size:10px;
  68. background-color:#000;
  69. color:#fff;
  70. line-height:11px;
  71. display:none;
  72. position:absolute;
  73. letter-spacing:1px;
  74. text-transform:uppercase;
  75. padding:4px;
  76. margin:15px 0px 0px 15px;
  77. z-index:99999999999999;
  78. }
  79.  
  80. body {
  81. background:{color:Background};
  82. color:{color:Text};
  83. font-family:'calibri';
  84. font-size:12px;
  85. text-decoration:none;
  86. text-transform:none;
  87. margin:0px;
  88. }
  89.  
  90. a {
  91. color:{color:Link};
  92. text-decoration:none;
  93. -moz-transition-duration:0.7s;
  94. -webkit-transition-duration:0.7s;
  95. -o-transition-duration:0.7s;
  96. }
  97.  
  98. a:hover {
  99. color:{color:Hover};
  100. -moz-transition-duration:0.7s;
  101. -webkit-transition-duration:0.7s;
  102. -o-transition-duration:0.7s;
  103. }
  104.  
  105. h2 {
  106. font-family:arial black;
  107. color:{color:Link};
  108. }
  109.  
  110. h2 a {
  111. color:{color:Link};
  112. }
  113.  
  114. li {
  115. list-style:square;
  116. }
  117.  
  118. blockquote {
  119. border-left:2px solid {color:Text};
  120. padding-left:5px;
  121. }
  122.  
  123. img, blockquote, li, h2 {
  124. max-width:100%;
  125. }
  126.  
  127. #entries {
  128. width:550px;
  129. margin:auto;
  130. position:relative;
  131. top:10px;
  132. left:500px;
  133. padding:40px;
  134. float:left;
  135. }
  136.  
  137. #posts {
  138. width:500px;
  139. margin-bottom:40px;
  140. border-bottom:1px solid {color:Link}; padding:4px;
  141. }
  142.  
  143. #sidebar {
  144. width:205px;
  145. height:300px;
  146. position:fixed;
  147. margin-top:140px;
  148. margin-left:200px;
  149. }
  150.  
  151. .title {
  152.  
  153. line-height:38px;
  154. float:right;
  155. font-family:'realize';
  156. letter-spacing:2px;
  157. text-align:right;
  158. text-transform:lowercase;
  159. font-size:25px;
  160. font-weight:bold;
  161. }
  162.  
  163. .sidebarpic {
  164. width:auto;
  165. height:auto;
  166. }
  167.  
  168. .sidebarpic img {
  169. width:185px;
  170. height:210px;
  171.  
  172. }
  173.  
  174. .description {
  175. padding:5px;
  176. height:210px;
  177. width:90px;
  178. overflow:scroll;
  179. margin-top:-245px;
  180. margin-left:-105px;
  181. position:relative;
  182. text-align:justify;
  183. }
  184.  
  185. .links {
  186. font-size:20px;
  187. font-family:'realize';
  188. width:270px;
  189. height:auto;
  190. margin-left:-90px;
  191. position:relative;
  192. text-decoration:none;
  193. text-align:center;
  194. margin-top:10px;
  195. font-weight:bold;
  196. letter-spacing:0px;
  197. text-transform:lowercase;
  198. }
  199.  
  200. .links a {
  201. padding:3px;
  202. color:{color:Link};
  203. }
  204.  
  205. .links a:hover {
  206. background-color:{color:Text};
  207. color:white;
  208. }
  209.  
  210. #pagination {
  211. width:205px;
  212. margin-top:5px;
  213. font-size:25px;
  214. font-family:'realize';
  215. float:center;
  216. text-align:center;
  217. text-transform:uppercase;
  218. }
  219.  
  220. /*--INFO AND TAGS--*/
  221. #footer {
  222. text-transform:none;
  223. width:500px;
  224. text-align:right;
  225. font-size:11px;
  226. border-right:1px solid {color:Link}; padding:10px;
  227. margin-top:-10px;
  228.  
  229. }
  230.  
  231. #footer a {
  232. color:{color:Link};
  233. }
  234.  
  235. #footer a:hover {
  236. color:{color:Hover};
  237. }
  238.  
  239.  
  240. /*--CREDIT--*/
  241. #spectrum {
  242. bottom:9px;
  243. right:7px;
  244. font-size:8px;
  245. font-family:'calibri';
  246. letter-spacing:1px;
  247. text-transform:uppercase;
  248. position:fixed;
  249. }
  250.  
  251. {CustomCSS}</style></head><body>
  252.  
  253. <div id="sidebar">
  254. <div class="title"><a href="/" title="home">{Title};</a></div>
  255. <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
  256. <div class="description">{Description}</div>
  257.  
  258. <div class="links">
  259. <a href="{text:Link1}">{text:Link1 Text}</a>
  260. <a href="{text:Link2}">{text:Link2 Text}</a>
  261. <a href="{text:Link3}">{text:Link3 Text}</a>
  262. <a href="{text:Link4}">{text:Link4 Text}</a>
  263. </div>
  264.  
  265.  
  266.  
  267. <div id="pagination">
  268. {block:Pagination}
  269. {block:PreviousPage}<a href="{PreviousPage}" title="back">←</a>{/block:PreviousPage} &nbsp;&nbsp;
  270. {block:NextPage}<a href="{NextPage}" title="next">→</a>{/block:NextPage}
  271. {/block:Pagination}
  272. </div>
  273. </div>
  274.  
  275. <div id="entries">{block:Posts}<div id="posts">
  276.  
  277.  
  278. {block:Text}
  279. {block:Title}<h2>{Title}</h2>{/block:Title}
  280. {Body}
  281. {/block:Text}
  282.  
  283. {block:Answer}
  284. {Asker} asked: {Question}
  285. {Answer}
  286. {/block:Answer}
  287.  
  288. {block:Quote}
  289. {Quote}
  290. {block:Source}{Source}{/block:Source}
  291. {/block:Quote}
  292.  
  293. {block:Link}
  294. <h2><a href="{URL}">{Name}</a></h2>
  295. {block:Description}{Description}{/block:Description}
  296. {/block:Link}
  297.  
  298. {block:Chat}
  299. {block:Title}{Title}{/block:Title}
  300. <ul>{block:Lines}
  301. <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  302. {/block:Lines}</ul>
  303. {/block:Chat}
  304.  
  305. {block:Photo}
  306. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  307. {block:Caption}{Caption}{/block:Caption}
  308. {/block:Photo}
  309.  
  310. {block:Photoset}
  311. {Photoset-500}
  312. {block:Caption}{Caption}{/block:Caption}
  313. {/block:Photoset}
  314.  
  315. {block:Audio}
  316. {AudioPlayerWhite}
  317. {block:TrackName}{TrackName}{/block:Trackname}
  318. {AudioPlayerBack}
  319. {block:Caption}{Caption}{/block:Caption}
  320. {/block:Audio}
  321.  
  322. {block:Video}
  323. {Video-500}
  324. {block:Caption}{Caption}{/block:Caption}
  325. {/block:Video}
  326.  
  327. <div id="footer">
  328. {block:Date}<a href="{Permalink}">{TimeAgo}</a>
  329. {block:NoteCount}/ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  330. <br>
  331. {block:HasTags}{block:Tags}#<a href="{URL}">{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  332. {/block:Date}</div>
  333.  
  334.  
  335. </div>{/block:Posts}
  336.  
  337. <div id="spectrum">
  338. <a href="http://themesbyjude.tumblr.com">JUDE</a>
  339. </div>
  340.  
  341. </div>
  342.  
  343.  
  344.  
  345.  
  346. </body>
  347. </html>
Advertisement
Add Comment
Please, Sign In to add comment