Advertisement
sverus

~Theme 8~ Malibu Barbie

Apr 21st, 2013
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.30 KB | None | 0 0
  1. <!--
  2. ~       
  3. ~ ~ ~ ~ ~
  4. ~ ~ ~ ~ ~ ~ ~ ~ ~
  5. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  6. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  7. / THEME 8 ~ MALIBU BARBIE ~ BY DUMBLDORES \
  8. ----------------------------------------------
  9.  
  10. -->
  11.  
  12.  
  13. <html>
  14. <head>
  15. <title>{title}</title>
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <!-- Theme Variables -->
  24.  
  25. <meta name="if:ShowLink3" content="1" />
  26. <meta name="if:ShowLink4" content="1" />
  27. <meta name="if:ShowLink5" content="1" />
  28. <meta name="if:ShowLink6" content="1" />
  29.  
  30.  
  31. <meta name="color:border" content="#000000" />
  32. <meta name="color:text" content="#0000000" />
  33. <meta name="color:link" content="#000000" />
  34. <meta name="color:link hover" content="#fff" />
  35. <meta name="color:scrollbar" content="#000000" />
  36. <meta name="color:scrollbarbg" content="#ffffff" />
  37. <meta name="color:descriptiontext" content="#fff" />
  38. <meta name="color:pagination" content="#353535" />
  39.  
  40.  
  41. <meta name="text:Home Title" content="Home" />
  42. <meta name="text:Home Hover" content="/" />
  43.  
  44. <meta name="text:Ask Title" content="Ask" />
  45. <meta name="text:Ask Hover" content="/" />
  46.  
  47. <meta name="text:Link3 URL" content="/" />
  48. <meta name="text:Link3 Title" content="Link3" />
  49. <meta name="text:Link3 Hover" content="/" />
  50.  
  51. <meta name="text:Link4 URL" content="/" />
  52. <meta name="text:Link4 Title" content="Link4" />
  53. <meta name="text:Link4 Hover" content="/" />
  54.  
  55. <meta name="text:Link5 URL" content="/" />
  56. <meta name="text:Link5 Title" content="Link5" />
  57. <meta name="text:Link5 Hover" content="/" />
  58.  
  59. <meta name="text:Link6 URL" content="/" />
  60. <meta name="text:Link6 Title" content="Link6" />
  61. <meta name="text:Link6 Hover" content="/" />
  62.  
  63. <meta name="text:secondtitle" content="fuck bitches get money" />
  64.  
  65. <meta name="image:background" content="" />
  66. <meta name="image:sidebg" content="" />
  67. <meta name="if:tinycursor" content="1"/>
  68.  
  69. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  70.  
  71. <link rel="shortcut icon" href="{Favicon}" />
  72.  
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  74.  
  75. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80.  
  81. {block:iftinycursor}
  82. body, a, a:hover{
  83. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  84. }
  85. {/block:iftinycursor}
  86.  
  87. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  88. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  89. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  90.  
  91.  
  92.  
  93. body {
  94. color: {color:text};
  95. line-height: 100%;
  96. text-transform: lowercase;
  97. }
  98.  
  99. a:link, a:active, a:visited {
  100. text-decoration: none;
  101. color: {color:link};
  102. -moz-transition-duration:.6s;
  103. -webkit-transition-duration:.6s;
  104. -o-transition-duration:.6s;
  105. }
  106.  
  107. a:hover {
  108. color: {color:link hover};
  109. -moz-transition-duration:.6s;
  110. -webkit-transition-duration:.6s;
  111. -o-transition-duration:.6s;
  112. }
  113.  
  114. #entries {
  115. width: 500px;
  116. text-align: justify;
  117. margin-top: 15px;
  118. margin-left: 510px;
  119. font-style:italic;
  120. font-size: 10px;
  121. }
  122.  
  123. #posts {
  124. width: 500px;
  125. text-align: justify;
  126. font-family: cambria;
  127. }
  128.  
  129. #info {
  130. margin-bottom: 75px;
  131. margin-top: -125px;
  132. margin-left: 515px;
  133. width: 130px;
  134. text-align: center;
  135. padding-bottom: 35px;
  136. font-family: cambria;
  137. letter-spacing: 1px;
  138. font-size: 8px;
  139. text-transform: lowercase;
  140. font-style:italic;
  141. opacity: 0;
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. }
  146.  
  147. #entries:hover #info {
  148. display: block;
  149. margin-bottom: 75px;
  150. margin-top: -120px;
  151. opacity: 1;
  152. -moz-transition-duration:1s;
  153. -webkit-transition-duration:1s;
  154. -o-transition-duration:1s;
  155.  
  156. }
  157.  
  158. #sidebar {
  159. width: 240px;
  160. height: 670px;
  161. display: block;
  162. position: fixed;
  163. margin-top: -10px;
  164. margin-left: 120px;
  165. background-image: url('{image:sidebg}');
  166. }
  167.  
  168.  
  169.  
  170. #description {
  171. font-family:baskerville;
  172. font-size:11.2px;
  173. letter-spacing:1px;
  174. text-align:left;
  175. color:{color:descriptiontext};
  176. line-height:14px;
  177. width:185px;
  178. height:80px;
  179. margin-left:15px;
  180. margin-top:-330px;
  181. opacity: 0;
  182. -moz-transition-duration:.6s;
  183. -webkit-transition-duration:.6s;
  184. -o-transition-duration:.6s;
  185. }
  186.  
  187. #sidebar:hover #description {
  188. opacity: 1;
  189. -moz-transition-duration:.6s;
  190. -webkit-transition-duration:.6s;
  191. -o-transition-duration:.6s;
  192. }
  193.  
  194.  
  195. #linkbar {
  196. margin-left: 129px;
  197. margin-top: 560px;
  198. position: fixed;
  199. text-align:left;
  200.  
  201. }
  202.  
  203.  
  204.  
  205.  
  206.  
  207. #links a {
  208. font-size:11px;
  209. font-family: baskerville;
  210. font-style:italic;
  211. text-transform: lowercase;
  212. color: {color:descriptiontext};
  213. line-height:15px;
  214. letter-spacing:1px;
  215. display:block;
  216. -moz-transition-duration:1.6s;
  217. -webkit-transition-duration:1.6s;
  218. -o-transition-duration:1.6s;
  219.  
  220. }
  221.  
  222. #links a:hover {
  223. text-decoration: line-through;
  224. -moz-transition-duration:1.6s;
  225. -webkit-transition-duration:1.6s;
  226. -o-transition-duration:1.6s;
  227. }
  228.  
  229. .title {
  230. font-family:baskerville;
  231. font-size:11.2px;
  232. text-transform:uppercase;
  233. letter-spacing:1px;
  234. text-align:center;
  235. color:{color:descriptiontext};
  236. line-height:15px;
  237. margin-left:80px;
  238. margin-top:260px;
  239. width:70px;
  240. height:70px;
  241. padding:5px;
  242. border: 2px solid #fff;
  243. opacity: 1;
  244. -moz-transition-duration:.6s;
  245. -webkit-transition-duration:.6s;
  246. -o-transition-duration:.6s;
  247. }
  248.  
  249. #sidebar:hover .title {
  250. opacity: 0;
  251. -moz-transition-duration:.6s;
  252. -webkit-transition-duration:.6s;
  253. -o-transition-duration:.6s;
  254. }
  255.  
  256. #title2 {
  257. font-family:baskerville;
  258. font-size:11.2px;
  259. text-transform:uppercase;
  260. letter-spacing:1px;
  261. text-align:center;
  262. color:{color:descriptiontext};
  263. line-height:15px;
  264. margin-left:80px;
  265. margin-top:-84px;
  266. width:70px;
  267. height:70px;
  268. padding:5px;
  269. border: 2px solid #fff;
  270. opacity: 0;
  271. -moz-transition-duration:1s;
  272. -webkit-transition-duration:1s;
  273. -o-transition-duration:1s;
  274. }
  275.  
  276. #sidebar:hover #title2 {
  277. opacity: 1;
  278. -moz-transition-duration:1s;
  279. -webkit-transition-duration:1s;
  280. -o-transition-duration:1s;
  281. }
  282.  
  283.  
  284.  
  285.  
  286. #pagination {
  287. position: fixed;
  288. display: block;
  289. top: 48%;
  290. font-size: 20px;
  291. font-family: cambria;
  292. left: 355px;
  293. width: 71px;
  294. text-align: center;
  295. margin-top: -25px;
  296. opacity: .8;
  297. color: {color:pagination};
  298.  
  299.  
  300. }
  301.  
  302.  
  303.  
  304.  
  305. h1{
  306. background-color: transparent;
  307. font-family: baskerville;
  308. font-size: 13px;
  309. line-height: 10px;
  310. letter-spacing: 2px;
  311. text-align: left;
  312. text-transform: uppercase;
  313. color: {color:link};
  314. }
  315.  
  316. #question {
  317. font-family: calibri;
  318. font-size: 9.25px;
  319. text-align: left;
  320. border: 1.5px dotted {color:border};
  321. padding: 5px;
  322. }
  323.  
  324. #answer {
  325. font-size: 9.25px;
  326. margin-top: 5px;
  327. }
  328.  
  329. blockquote {
  330. margin: 10px 2px 10px 10px;
  331. border-left: 4px solid {color:border};
  332. padding-left: 3px;
  333. }
  334.  
  335. blockquote img, blockquote a img {
  336. max-width: 490px;
  337. }
  338.  
  339. p {
  340. margin-top: 5px;
  341. margin-bottom: 10px;
  342. }
  343.  
  344. img a{
  345. border: none;
  346. }
  347.  
  348. img a:hover {
  349. opacity: 1;
  350. }
  351.  
  352. .audio{
  353. background-color: black;
  354. display: block;
  355. }
  356.  
  357.  
  358. .notes img{
  359. width: 10px;
  360. position: relative;
  361. top: 1px;
  362. }
  363.  
  364. ol.notes, .notes li{
  365. list-style: none;
  366. margin: 0px;
  367. padding: 0px;
  368. }
  369.  
  370. #cred {
  371. position:fixed;
  372. bottom:2px;
  373. margin-left:1307px;
  374. }
  375.  
  376.  
  377.  
  378. #cred img {
  379. width: 35px;
  380. padding: 3px;
  381. }
  382.  
  383.  
  384.  
  385.  
  386.  
  387. </style>
  388. <style type="text/css">
  389.  
  390.  
  391.  
  392. #s-m-t-tooltip {
  393.  
  394. max-width:300px;
  395.  
  396. padding-top: 0px;
  397. padding-bottom: 0px;
  398. padding-right: 1px;
  399. padding-left: 1px;
  400.  
  401.  
  402. margin:20px 0px 0px 20px;
  403.  
  404. background-color: none;
  405.  
  406. color: #fff;
  407.  
  408. border-width:1.5px;
  409.  
  410. border-color:#fff;
  411.  
  412. border-style:solid;
  413.  
  414.  
  415.  
  416.  
  417. font-family:cambria; /* change the font */
  418.  
  419. font-size:6px; /* change the font size */
  420.  
  421. letter-spacing:2px; /* change the letter spacing */
  422.  
  423. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  424.  
  425. font-style:italic;
  426.  
  427.  
  428.  
  429. z-index:999999999999999999999999999999999999;
  430.  
  431. }
  432.  
  433. {CustomCSS}</style>
  434.  
  435. </head>
  436.  
  437.  
  438. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  439.  
  440. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  441.  
  442. <script>
  443.  
  444. (function($){
  445.  
  446. $(document).ready(function(){
  447.  
  448. $("a[title]").style_my_tooltips({
  449.  
  450. tip_follows_cursor:true,
  451.  
  452. tip_delay_time:90,
  453.  
  454. tip_fade_speed:600,
  455.  
  456. attribute:"title"
  457.  
  458. });
  459.  
  460. });
  461.  
  462. })(jQuery);
  463.  
  464. </script>
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471. <body>
  472.  
  473. <div id="pagination">
  474. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>
  475.  
  476. <div id="sidebar">
  477. {block:IfShowSidebarImage}<div id="sidebarimg"><img src="{image:sidebar}"></div><br>{/block:IfShowSidebarImage}
  478. <div class="title">{title}</div>
  479. <div id="title2">{text:secondtitle}</a></div>
  480. <div id="description">{block:Description}{Description}{/block:Description}</div>
  481. </div>
  482.  
  483. <div id="linkbar"><div id="links">
  484. <a title="{text:Home Hover}"href="/">{text:Home Title}</a>
  485. <a title="{text:Ask Hover}"href="/ask">{text:Ask Title}</a>
  486. {block:IfShowLink3}<a title="{text:Link3 Hover}"href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  487. {block:IfShowLink4}<a title="{text:Link4 Hover}"href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  488. {block:IfShowLink5}<a title="{text:Link5 Hover}"href="{text:Link5 URL}">{text:Link5 Title}</a>{/block:IfShowLink5}
  489. {block:IfShowLink6}<a title="{text:Link6 Hover}"href="{text:Link6 URL}">{text:Link6 Title}</a>{/block:IfShowLink6}
  490. </div></div>
  491.  
  492.  
  493.  
  494.  
  495.  
  496. <BR>
  497.  
  498. <div id="entries">
  499. {block:Posts}
  500.  
  501. <div id="posts">
  502.  
  503. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  504. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  505. {block:Text}{Body}{/block:Text}
  506.  
  507. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  508. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  509.  
  510. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  511. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  512.  
  513. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  514.  
  515. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  516.  
  517. {block:Answer}
  518. <div id="question">like {asker}</i> said:<br><font size="1.75">{Question}</font><br></div>
  519. <div id="answer"><small>and then i was like:</small> <font size="1.75">{Answer}</font></div>
  520. {/block:Answer}
  521.  
  522. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  523. </div>
  524.  
  525. <br>
  526.  
  527. <br>
  528. <div id="info">
  529. <div align="left">
  530. {block:Date}
  531. {block:NotReblog}
  532. posted{/block:NotReblog}
  533. {block:RebloggedFrom}
  534. reblogged{/block:RebloggedFrom}
  535. <a href="{Permalink}">
  536. {TimeAgo}
  537. </a>
  538. {/block:Date}
  539. {block:NoteCount}
  540. with <a href="{Permalink}">
  541. {NoteCountWithLabel}</a>
  542. {/block:NoteCount}
  543. {block:RebloggedFrom};
  544. via <a href="{ReblogParentURL}">
  545. {ReblogParentName}</a>
  546. {/block:RebloggedFrom}
  547. {block:ContentSource}+
  548. <a href="{SourceURL}">
  549. {SourceLink}</a>
  550. {/block:ContentSource}
  551. {/block:ContentSource}
  552. <br>
  553.  
  554. <left>--------------------------------</left>
  555. <br>
  556. {block:HasTags}
  557. {block:Tags}<a href="/tagged/{Tag}">
  558. ~{Tag}~</a>
  559. {/block:Tags}
  560. {/block:HasTags}
  561. </div>
  562. </div>
  563.  
  564. {/block:Posts}
  565. {block:PostNotes}{PostNotes}{/block:PostNotes}
  566.  
  567. </div>
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574. <div id="cred">
  575. <a href="http://dumbldores.tumblr.com/"><img src="http://media.tumblr.com/7b6714c2b39ed626ed141c2a778ccf91/tumblr_inline_mmgfncmRQp1qz4rgp.jpg" ></a></div>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement