Advertisement
becky4268

theme 44

Apr 17th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. code вy oғjαcĸ
  6.  
  7. do ɴoт вreαĸ тнeѕe rυleѕ:
  8. - do ɴoт υѕe αѕ α вαѕe code.
  9. - do ɴoт clαιм αѕ yoυr owɴ.
  10. - do ɴoт reмove тнe credιт.
  11.  
  12. ---->
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head><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.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Accent" contect="#FE2E2E"/>
  24. <meta name="color:Text" content="#a8a8a8"/>
  25. <meta name="color:Link" content="#b8b8b8"/>
  26. <meta name="color:Tags" content="f0f0f0"/>
  27. <meta name="color:Hover" content="#f2f2f2"/>
  28. <meta name="color:Post" content="#ffffff"/>
  29. <meta name="text:Title" content="" />
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="if:Show Link 1" content="1" />
  33. <meta name="if:Show Link 2" content="1" />
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {
  38. width: 5px;height: 5px;}
  39. ::-webkit-scrollbar-button:start:decrement,
  40. ::-webkit-scrollbar-button:end:increment {
  41. height: 6px;display: block;background-color: #fff;}
  42. ::-webkit-scrollbar-track-piece {
  43. background-color: #fff;}
  44. ::-webkit-scrollbar-thumb:vertical {
  45. height: 9px;background-color: #fff;border-top:1px solid #111;border-bottom:1px solid #111;}
  46.  
  47. a {
  48. color:{color:link};
  49. text-decoration:none;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55. a:hover {
  56. color:{color:Accent};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63.  
  64. body {
  65. background-color:{color:background};
  66. font-family:arial;
  67. font-weight:normal;
  68. font-size:9px;
  69. color:{color:text};
  70. line-height:100%;
  71. }
  72.  
  73. h1 {
  74. font-weight:normal;
  75. font-size:11px;
  76. text-align:center;
  77. font-style:italic;
  78. line-height:100%;
  79. letter-spacing:1px;
  80. text-transform:lowercase;
  81. color:#000000;
  82. }
  83.  
  84. h2 {
  85. font-size:10px;
  86. text-align:center;
  87. line-height:100%;
  88. letter-spacing:-0.5px;
  89. color:#000000;
  90. font-weight:bold;
  91. text-transform:uppercase;
  92. padding:5px;
  93. padding-bottom:2px;
  94. }
  95.  
  96. blockquote {
  97. border-left:2px solid #000000;
  98. padding-left:5px;
  99. margin:5px;
  100. }
  101.  
  102. #themenum {
  103. background-color:#fff;
  104. width:700px;
  105. margin: 0 auto -12px auto;
  106. text-align: center;
  107. }
  108.  
  109. #entries {
  110. padding:10px;
  111. width:400px;
  112. margin-left:138px;
  113. margin-top:300px;
  114. font-size:10px;
  115. padding-bottom:20px;
  116. margin-bottom:0px;
  117. }
  118.  
  119. #post {
  120. width:400px;
  121. margin-bottom: 150px;
  122. text-align: center;
  123. position:relative;
  124. background-color:{color:Post};
  125. -webkit-transition: all 0.6s ease-in-out;
  126. }
  127.  
  128. #sidebar {
  129. width:200px;
  130. margin-left:130px;
  131. margin-top:320px;
  132. height:100%;
  133. }
  134.  
  135. .links {
  136. width:180px;
  137. padding: 4px;
  138. text-align:center;
  139. text-transform:uppercase;
  140. margin-top:100px;
  141. margin-left:124px;
  142. }
  143.  
  144. .links a {
  145. width:0px;
  146. padding:5px;
  147. font-size:0px;
  148. margin:5px;
  149. letter-spacing:1px;
  150. border-radius:200px;
  151. text-align:center;
  152. display:inline-block;
  153. background:#111;
  154. }
  155.  
  156. .links a:hover:nth-of-type(1n+0) {background-color:#ff11ff}
  157. .links a:hover:nth-of-type(2n+0) {background-color: aqua;}
  158.  
  159. #description {
  160. font-family:arial;
  161. line-height:150%;
  162. font-size:10px;
  163. width:230px;
  164. margin-top:-90px;
  165. font-style:italic;
  166. padding:8px;
  167. margin-left:95px;
  168. text-align:center;
  169. position:absolute;
  170. color:black;
  171. z-index:10;
  172. }
  173.  
  174. #description a {
  175. color:{color:text};
  176. }
  177.  
  178. #title {
  179. margin-top:0px;
  180. margin-left:165px;
  181. width:100px;
  182. font-size:18px;
  183. font-family:calibri;
  184. text-align:right;
  185. letter-spacing:3px;
  186. color:#111;
  187. text-transform:uppercase;
  188. font-weight:bold;
  189. }
  190.  
  191. #line {
  192. width:1px;
  193. height:300px;
  194. background-color:#f8f8f8;
  195. margin-top:-220px;
  196. margin-left:215px;
  197. -webkit-transform: rotate(45deg);
  198. -moz-transform: rotate(45deg);
  199. -o-transform: rotate(45deg);
  200. }
  201.  
  202. #poo {
  203. width:1px;
  204. height:300px;
  205. background-color:#f8f8f8;
  206. margin-top:-300px;
  207. margin-left:220px;
  208. -webkit-transform: rotate(-45deg);
  209. -moz-transform: rotate(-45deg);
  210. -o-transform: rotate(-45deg);
  211. }
  212.  
  213. .pagination {
  214. font-size:8px;
  215. text-transform:uppercase;
  216. letter-spacing:3px;
  217. font-style:normal;
  218. text-align:center;
  219. bottom:0px;
  220. }
  221.  
  222. .pagination a {
  223. color:#111;
  224. }
  225.  
  226. .postsinfo {
  227. position: absolute;
  228. width: 400px;
  229. text-align:center;
  230. font-size:8px;
  231. text-transform:lowercase;
  232. margin-top:10px;
  233. font-style:italic;
  234. }
  235.  
  236. .postsinfo a {
  237. padding:10px;
  238. }
  239.  
  240. #tags {
  241. font-family:arial;
  242. letter-spacing:0px;
  243. text-transform:lowercase;
  244. font-size:8px;
  245. position:relative;
  246. text-align:center;
  247. opacity:0;
  248. margin-top:10px;
  249. -webkit-transition: all 0.4s ease-in-out;
  250. -moz-transition: all 0.4s ease-in-out;
  251. -o-transition: all 0.4s ease-in-out;
  252. }
  253.  
  254. #tags a {
  255. background-color:{color:Tags};
  256. padding:-3px;
  257. text-align:center;
  258. text-decoration:underline;
  259. -webkit-transition: all 0.6s ease-in-out;
  260. -moz-transition: all 0.6s ease-in-out;
  261. -o-transition: all 0.6s ease-in-out;
  262. -ms-transition: all 0.6s ease-in-out;
  263. transition: all 0.6s ease-in-out;
  264. }
  265.  
  266. #post:hover #tags {
  267. opacity:1;
  268. -webkit-transition: all 0.4s ease-in-out;
  269. -moz-transition: all 0.4s ease-in-out;
  270. -o-transition: all 0.4s ease-in-out;
  271. }
  272.  
  273. #asker {
  274. padding:5px;
  275. font-family:georgia;
  276. letter-spacing:1px;
  277. text-align:center;
  278. text-transform:normal;
  279. border-top:30px solid #f9f9f9;
  280. border-bottom:10px solid #f9f9f9;
  281. border-right:10px solid #f9f9f9;
  282. border-left:10px solid #f9f9f9;
  283. color:#111;
  284. }
  285.  
  286. #asker a {
  287. font-style:italic;
  288. color:{color:Accent};
  289. font-family:georgia;
  290. }
  291.  
  292. .music {
  293. width:400px;
  294. padding-bottom:10px;
  295. background-color:{color:infobg};
  296. }
  297.  
  298. .albumart {
  299. float:center;
  300. padding:0px 10px 10px 0px;
  301. }
  302.  
  303. .albumart img {
  304. width:45px;
  305. height:45px;
  306. }
  307.  
  308. .playercontainer {
  309. text-align:center;
  310. padding:10px;
  311. background-color:#ffffff;
  312. width:380px;
  313. }
  314.  
  315. .musicinfo {
  316. padding:10px;
  317. color:{color:text};
  318. }
  319.  
  320. #s-m-t-tooltip {
  321. max-width:300px;
  322. padding:2px 2px 2px 2px;
  323. margin:10px 0px 0px 10px;
  324. font-family:arial;
  325. font-size:8px;
  326. letter-spacing:1px;
  327. text-transform:uppercase;
  328. color:#111;
  329. z-index:999999999999999999999999999999999999;
  330. }
  331.  
  332. #cred {
  333. position:fixed;
  334. right:10px;
  335. bottom:15px;
  336. text-transform:uppercase;
  337. }
  338.  
  339. #cred a {
  340. text-align:center;
  341. padding:0px;
  342. color:#111;
  343. font-size:15px;
  344. font-family:arial;
  345. letter-spacing:-1px;
  346. font-weight:bold;
  347. padding:4px;
  348. -moz-transition-duration:0.5s;
  349. -webkit-transition-duration:0.5s;
  350. -o-transition-duration:0.5s;
  351. }
  352.  
  353. #cred a:hover {
  354. background-color:#111;
  355. color:#fff;
  356. -moz-transition-duration:0.5s;
  357. -webkit-transition-duration:0.5s;
  358. -o-transition-duration:0.5s;
  359. }
  360.  
  361. {CustomCSS}</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  362.  
  363. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  364.  
  365. <script>
  366.  
  367. (function($){
  368.  
  369. $(document).ready(function(){
  370.  
  371. $("a[title]").style_my_tooltips({
  372.  
  373. tip_follows_cursor:true,
  374.  
  375. tip_delay_time:90,
  376.  
  377. tip_fade_speed:600,
  378.  
  379. attribute:"title"
  380.  
  381. });
  382.  
  383. });
  384.  
  385. })(jQuery);
  386.  
  387. </script>
  388.  
  389. <script type="text/javascript"
  390. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  391.  
  392. <body>
  393.  
  394. <div id="themenum">
  395. <div id="sidebar">
  396. <div id="description">
  397. {description}
  398. </div>
  399. <div class="links">
  400. <a href="/"></a>
  401. <a href="/ask"></a>
  402. {block:IfShowLink1}<a href="{text:Link 1}"></a>{/block:IfShowLink1}
  403. {block:IfShowLink2}<a href="{text:Link 2}"></a>{/block:IfShowLink2}
  404. </div>
  405. <div id="title">{text:Title}</div>
  406. <div id="line"></div>
  407. <div id="poo"></div>
  408. </div>
  409.  
  410. <div id="entries">{block:Posts}<div id="post">
  411.  
  412. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  413.  
  414. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  415.  
  416. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  417.  
  418. {block:Quote}{Quote}{/block:Quote}
  419.  
  420. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  421.  
  422. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  423.  
  424. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  425. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  426. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  427. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  428. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  429.  
  430. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  431.  
  432. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}" width="24" height="24" style="margin-top:-20px; border-radius:0.5em;"> <p></p><span style="font-family:arial;text-transform:lowercase;color:{color:Accent};font-style:italic;"> {Asker}<br></span>{Question}</div><center><font face="baskerville">{Answer}</font>{/block:Answer}
  433.  
  434. <div class="postsinfo">
  435. <a href="{Permalink}" style="color:#111; font-size:9px;">{Month} {DayofMonth}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</a> <a href="{Permalink}" style="color:#111;">{NoteCountWithLabel}</span></a> {block:RebloggedFrom}<a href="{ReblogParentURL}">via</span></a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">source</a></span>{/block:ContentSource} <a href="{ReblogURL}" target="_blank" class="details" title="reblog">↺</a> {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  436.  
  437. {/block:Posts}
  438. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  439. {/block:Posts}</div></div></div>
  440.  
  441. {block:Pagination}
  442. <div class="pagination">
  443.  
  444. {block:PreviousPage}
  445. <a href="{PreviousPage}">←</a>
  446. {/block:PreviousPage}
  447.  
  448. {CurrentPage}
  449. out of {TotalPages}
  450.  
  451. {block:NextPage}
  452. <a href="{NextPage}">→</a>
  453. {/block:NextPage}
  454. </div>
  455. {/block:Pagination}
  456.  
  457. <div style="padding:80px"></div>
  458.  
  459. </div>
  460.  
  461. <div id="cred"><a href="http://ofjack.tumblr.com/" title="theme made by becky">jc</a></div>
  462.  
  463. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement