yisah

cupcake faces theme(tumblr theme)

Jan 14th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4.  
  5. <title>{title}</title>
  6. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  7. <meta name="description" content="{MetaDescription}" />
  8.  
  9.  
  10. <meta name="if:Endless Scrolling" content="0"/>
  11. <meta name="text:Link 1 Name" content=""/>
  12. <meta name="text:Link 1 URL" content=""/>
  13.  
  14. <meta name="text:Link 2 Name" content=""/>
  15. <meta name="text:Link 2 URL" content=""/>
  16.  
  17. <meta name="text:Link 3 Name" content=""/>
  18. <meta name="text:Link 3 URL" content=""/>
  19.  
  20. <meta name="text:Link 4 Name" content=""/>
  21. <meta name="text:Link 4 URL" content=""/>
  22.  
  23. <meta name="text:Link 5 Name" content=""/>
  24. <meta name="text:Link 5 URL" content=""/>
  25.  
  26. <meta name="image:Your" content=""/>
  27. <meta name="if:show tumblr picture" content="1"/>
  28. <meta name="text:page section title" content="More links..."/>
  29.  
  30. <meta name="color:Background" content="#f5f5f5"/>
  31. <meta name="text:background image position" content="none"/>
  32. <meta name="if:background image not repeat" content="0"/>
  33. <meta name="if:background image fixed" content="1"/>
  34.  
  35. <meta name="color:text" content="#555"/>
  36. <meta name="text:font size" content="11"/>
  37. <meta name="font:body" content="arial"/>
  38.  
  39. <meta name="color:link" content="#555" />
  40. <meta name="color:link hover" content="#000" />
  41.  
  42. <meta name="color:title" content="#000" />
  43. <meta name="color:title hover" content="#444" />
  44. <meta name="color:sidetitle border bottom" content="#888888" />
  45.  
  46. <meta name="if:Sidebar Fixed" content="1"/>
  47. <meta name="color:navigation div background" content="#000000"/>
  48. <meta name="color:posts background" content="#ffffff" />
  49.  
  50. <meta name="color:navigation" content="#ffffff" />
  51. <meta name="color:navigation hover" content="#000000" />
  52. <meta name="color:navigation background hover" content="#ffffff" />
  53.  
  54. <meta name="color:pagination" content="#000" />
  55. <meta name="color:pagination background" content="#ffffff" />
  56. <meta name="color:pagination hover" content="#ffffff" />
  57. <meta name="color:pagination background hover" content="#000000" />
  58.  
  59. <style type="text/css">
  60.  
  61. body {
  62. background-color:{color:Background};
  63. background-image:url(http://i39.tinypic.com/2ld7gk5.jpg);
  64. background-position:{text:background image position};
  65. {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
  66. {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
  67. color:{color:Text};
  68. font-size:{text:font size}px;
  69. font-family:{font:body};
  70.  
  71. }
  72.  
  73. a, a:visited, a:active {
  74. color:{color:Link};
  75. }
  76.  
  77. a:hover {
  78. color:{color:link hover};
  79. }
  80.  
  81. .nav,
  82. a.nav:link,
  83. a.nav:active,
  84. a.nav:visited
  85. {
  86. color:{color:navigation};
  87. }
  88.  
  89. a.nav:hover {
  90. color:{color:navigation hover};
  91. background-color:{color:navigation background hover};
  92. }
  93.  
  94. #posts{
  95. text-align:justify;
  96. text-transform:normal;
  97. word-wrap:break-word;
  98. {block:IndexPage}width: 230px;height:170px;margin:5px;overflow:hidden;float:left;background-color:
  99.  
  100. {color:posts background};{/block:IndexPage}
  101. {block:PermalinkPage}width: 690px;margin-left:5px;padding:10px;background-color:{color:posts
  102.  
  103. background};{/block:PermalinkPage}
  104. }
  105.  
  106. #navdiv {
  107. background-color:{color:navigation div background};
  108. }
  109.  
  110. #side {
  111. {block:IfSidebarFixed}position:fixed;{/block:IfSidebarFixed}
  112. }
  113.  
  114. #bar {
  115. background-color:{color:posts background};
  116. }
  117.  
  118. .post_title, a.post_title {
  119. color:{color:title};
  120. }
  121.  
  122. .post_title:hover, a.post_title:hover {
  123. color:{color:title hover};
  124. }
  125.  
  126. .title{
  127. color:{color:title};
  128. border-bottom:1px {color:sidetitle border bottom} dotted;
  129. }
  130.  
  131. .title:hover {
  132. color:{color:title hover};
  133. }
  134.  
  135. .jump_page{
  136. color:{color:pagination}!important;
  137. background-color:{color:pagination background};
  138. }
  139.  
  140. a.jump_page:hover {
  141. color:{color:pagination hover}!important;
  142. background-color:{color:pagination background hover};
  143. }
  144.  
  145. .current_page{
  146. color:{color:pagination hover}!important;
  147. background-color:{color:pagination background hover};
  148. }
  149.  
  150.  
  151.  
  152. a, a:visited, a:active {
  153. font-weight:bold;
  154. text-decoration:none;
  155.  
  156. }
  157.  
  158. img {
  159. border:0px;
  160. margin: 0px;
  161. max-width: 500px;
  162. background-color:none;
  163. }
  164.  
  165. img:hover {
  166. border:0px;
  167. margin: 0px;
  168. max-width: 500px;
  169. background-color:none;
  170. }
  171.  
  172. a:hover {text-decoration:underline;}
  173.  
  174. .left {float:left;}
  175. .right {float:right;}
  176.  
  177. #tumblr_dot_com {
  178. text-align:justify;
  179. height:auto;
  180. }
  181.  
  182. #content{
  183. margin: 0 auto;
  184. width: 720px;
  185. margin:10px;
  186. position:absolute;
  187. left:250px;
  188. top:45px;
  189. }
  190.  
  191. #side {
  192. position:absolute;
  193. left:10px;
  194. top:50px;
  195. text-align:justify;
  196. width:240px;
  197. margin-bottom:30px;
  198. margin-top:5px;
  199. overflow:show;
  200. }
  201.  
  202. #navdiv {
  203. position:absolute;
  204. width:100%;
  205. z-index: 1;
  206. top:-5px;
  207. left:0px;
  208. text-align:justify;
  209. overflow:show;
  210. height:50px;
  211. }
  212.  
  213. .nav,
  214. a.nav:link,
  215. a.nav:active,
  216. a.nav:visited
  217. {
  218. font-size:33px;
  219. line-height:34px;
  220. font-family:arial;
  221. letter-spacing:-2px;
  222. text-transform:lowercase;
  223. text-decoration:none!important;
  224. cursor:pointer;
  225. font-weight:normal;
  226. padding-left:5px;
  227. padding-right:5px;
  228. padding-top:15px
  229.  
  230. }
  231.  
  232. a.nav:hover {
  233. text-align:center;
  234. cursor:pointer;
  235. padding-top:15px
  236. text-decoration:none!important;
  237. }
  238.  
  239. #bar {
  240. padding:10px;
  241. margin-bottom:10px;
  242. }
  243.  
  244. .post_title, a.post_title {
  245. font-weight:normal;
  246. text-decoration:none;
  247. font-family:arial;
  248. text-transform:lowercase;
  249. font-size:28px;
  250. display:block;
  251. line-height:25px;
  252. letter-spacing:-2px;
  253. margin-bottom:5px;
  254.  
  255. }
  256.  
  257. .post_title:hover, a.post_title:hover {
  258. text-decoration:none;
  259. font-weight:normal;
  260.  
  261. }
  262.  
  263.  
  264.  
  265. .title{
  266. font-weight:normal;
  267. text-decoration:none;
  268. font-family:arial;
  269. text-transform:lowercase;
  270. font-size:25px;
  271. display:block;
  272. line-height:18px;
  273. letter-spacing:-2px;
  274. margin-bottom:5px;
  275. }
  276.  
  277. .title:hover {text-decoration:none;}
  278.  
  279.  
  280. .quote {
  281. font-size:25px;
  282. font-weight:normal;
  283. display:block;
  284. line-height:auto;
  285. letter-spacing:-2px;
  286. color:#000000;
  287. text-transform:lowercase;
  288. }
  289.  
  290. .readmore{
  291. font-size:20px;
  292. line-height:25px;
  293. letter-spacing:-1px;
  294. text-transform:lowercase;
  295. text-decoration:none;}
  296.  
  297. #question{
  298. overflow:show;
  299. LINE-HEIGHT:130%;
  300. MARGIN-top:-3px;
  301. padding:3px;
  302. padding-top:0px;
  303. padding-bottom:0px;
  304. border-bottom:1px dotted #E9DAFF;
  305. }
  306.  
  307.  
  308. #askr{
  309. display:block;
  310. float:left;
  311. width:25px;
  312. overflow:hidden;
  313. margin-right:3px;
  314. }
  315.  
  316. .details {
  317. display:none;
  318.  
  319. }
  320.  
  321. #_{
  322. padding:10px;
  323. }
  324.  
  325. #posts:hover .details {
  326. background-color:#000;
  327. position:absolute;
  328. padding:5px;
  329. display:block;
  330. font-size:10px;
  331. text-transform:uppercase;
  332. text-align:justify;
  333. opacity:0.7;
  334. filter:alpha(opacity=99);
  335. width:220px;
  336. color:#fff!important;
  337.  
  338. }
  339.  
  340. .details a{
  341. color:#fff!important;
  342. text-decoration:none;
  343. }
  344.  
  345. .jump_page{
  346. font-size:18px;
  347. padding-right:10px;
  348. padding-left:10px;
  349. padding-top:3px;
  350. padding-bottom:3px;
  351. margin-left:3px;
  352. margin-right:3px;
  353. }
  354.  
  355. a.jump_page:hover {
  356. text-decoration:none;
  357. }
  358.  
  359. .current_page{
  360. font-size:18px;
  361. font-weight:bold;
  362. padding-right:10px;
  363. padding-left:10px;
  364. padding-top:3px;
  365. padding-bottom:3px;
  366. margin-left:3px;
  367. margin-right:3px;
  368. }
  369.  
  370.  
  371. li.dsq-widget-item {
  372. padding-bottom: 1em;
  373. margin-bottom: 1em;
  374.  
  375. }
  376.  
  377. a.dsq-widget-user {
  378. display: block;
  379.  
  380. }
  381.  
  382. p, ul, ol {
  383. margin: 1em 0 1em;
  384.  
  385. }
  386.  
  387. ul, ol, blockquote {
  388. padding-left: 0.50em;
  389. margin-left: 2.5em;
  390.  
  391. }
  392.  
  393. blockquote {
  394. display: block;
  395. background-color:#f5f5f5;
  396. border-left:4px #000 solid;
  397. }
  398.  
  399.  
  400. ul {
  401. list-style: square;
  402.  
  403. }
  404.  
  405. ol {
  406. list-style: decimal;
  407.  
  408. }
  409.  
  410. ol.notes {
  411. padding-right:20px;
  412. list-style-type:none;
  413. border-bottom: solid 1px #ccc;
  414. }
  415.  
  416. ol.notes li.note {
  417. border-top: solid 1px #ccc;
  418. padding: 10px;
  419. }
  420.  
  421. ol.notes li.note img.avatar {
  422. vertical-align: -4px;
  423. margin-right: 10px;
  424. width: 16px;
  425. height: 16px;
  426. }
  427.  
  428. ol.notes li.note span.action {
  429. font-weight: bold;
  430. }
  431.  
  432.  
  433. {CustomCSS}
  434.  
  435.  
  436.  
  437. </style>
  438. </head><body>
  439.  
  440. <div id="navdiv">
  441. <table width="100%"><p>
  442. <td><a href="/" class="nav">home</a></td>
  443. {block:AskEnabled}<td><a href="/ask" class="nav">ask me</a></td>{/block:AskEnabled}
  444. {block:SubmissionsEnabled}<td><a href="/submit" class="nav">submit</a></td>{/block:SubmissionsEnabled}
  445. <td><a href="/archive" class="nav">archive</a></td>
  446. <td><a href="ashleyyisah.tk.com" class="nav" target=_blank title="Tumblr Themes">Themes</a></td>
  447. {block:IfLink1Name}<td><a href="{text:link 1 url}" class="nav">{text:link 1 name}</A></td>{/block:IfLink1Name}
  448. {block:IfLink2Name}<td><a href="{text:link 2 url}" class="nav">{text:link 2 name}</A></td>{/block:IfLink2Name}
  449. {block:IfLink3Name}<td><a href="{text:link 3 url}" class="nav">{text:link 3 name}</A></td>{/block:IfLink3Name}
  450. {block:IfLink4Name}<td><a href="{text:link 4 url}" class="nav">{text:link 4 name}</A></td>{/block:IfLink4Name}
  451. {block:IfLink5Name}<td><a href="{text:link 5 url}" class="nav">{text:link 5 name}</A></td>{/block:IfLink5Name}
  452. </table></div>
  453.  
  454.  
  455. <div id="side">
  456. <div id="bar">
  457. <span class="title">{title}</span>
  458. {block:IfShowTumblrPicture}<a href="/"><img src="{PortraitURL-64}" align="left" style="margin-right:10px;" /></a>
  459.  
  460. {/block:IfShowTumblrPicture}
  461. {block:IfYourImage}<center><a href="/"><img src="{image:Your}" width="200px" /></a><BR></center>{/block:IfYourImage}
  462. {description}
  463. Here is where you enter text, info, about me, whatever, your page graphics, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc.
  464. </div>
  465.  
  466. {block:HasPages}<div id="bar">
  467. <span class="title">{text:page section title}</span>
  468. <ul>{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}</ul>
  469. </div>{/block:HasPages}
  470.  
  471. </div>
  472.  
  473.  
  474. {block:IfEndlessScrolling}<div class="autopagerize_page_element">{/block:IfEndlessScrolling}
  475. <div id="content">
  476. <div class="tumblr_dot_com">
  477. {block:Posts}<div id="posts">
  478.  
  479.  
  480. {block:IndexPage}
  481. <div class="details" style="margin-top:147px;">
  482. <span class="left"><a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a></span>
  483. <span class="right"><a href="{ReblogURL}" title="click this to reblog this post!">←
  484.  
  485. reblog</a></span>
  486. </div>
  487.  
  488.  
  489. {block:ContentSource}<div class="details"><center><a href="{SourceURL}" target="_blank">© {SourceTitle}
  490.  
  491. </a></center></div>{/block:ContentSource}
  492. {/block:IndexPage}
  493.  
  494. {block:Regular}<div id="_">
  495. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  496. {Body}
  497. {block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">» read more</a>
  498.  
  499. {/block:More}
  500. </div>{/block:Regular}
  501.  
  502.  
  503. {block:Photo}
  504.  
  505. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}" width="300px" />{LinkCloseTag}{block:Caption}<div id="_">
  506.  
  507. {caption}</div>{/block:Caption}{/block:IndexPage}
  508.  
  509. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  510. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  511. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  512.  
  513. <title>{title}</title>
  514. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  515. <meta name="description" content="{MetaDescription}" />
  516.  
  517.  
  518. <meta name="if:Endless Scrolling" content="0"/>
  519. <meta name="text:Link 1 Name" content=""/>
  520. <meta name="text:Link 1 URL" content=""/>
  521.  
  522. <meta name="text:Link 2 Name" content=""/>
  523. <meta name="text:Link 2 URL" content=""/>
  524.  
  525. <meta name="text:Link 3 Name" content=""/>
  526. <meta name="text:Link 3 URL" content=""/>
  527.  
  528. <meta name="text:Link 4 Name" content=""/>
  529. <meta name="text:Link 4 URL" content=""/>
  530.  
  531. <meta name="text:Link 5 Name" content=""/>
  532. <meta name="text:Link 5 URL" content=""/>
  533.  
  534. <meta name="image:Your" content=""/>
  535. <meta name="if:show tumblr picture" content="1"/>
  536. <meta name="text:page section title" content="More links..."/>
  537.  
  538. <meta name="color:Background" content="#f5f5f5"/>
  539. <meta name="text:background image position" content="none"/>
  540. <meta name="if:background image not repeat" content="0"/>
  541. <meta name="if:background image fixed" content="1"/>
  542.  
  543. <meta name="color:text" content="#555"/>
  544. <meta name="text:font size" content="11"/>
  545. <meta name="font:body" content="arial"/>
  546.  
  547. <meta name="color:link" content="#555" />
  548. <meta name="color:link hover" content="#000" />
  549.  
  550. <meta name="color:title" content="#000" />
  551. <meta name="color:title hover" content="#444" />
  552. <meta name="color:sidetitle border bottom" content="#888888" />
  553.  
  554. <meta name="if:Sidebar Fixed" content="1"/>
  555. <meta name="color:navigation div background" content="#000000"/>
  556. <meta name="color:posts background" content="#ffffff" />
  557.  
  558. <meta name="color:navigation" content="#ffffff" />
  559. <meta name="color:navigation hover" content="#000000" />
  560. <meta name="color:navigation background hover" content="#ffffff" />
  561.  
  562. <meta name="color:pagination" content="#000" />
  563. <meta name="color:pagination background" content="#ffffff" />
  564. <meta name="color:pagination hover" content="#ffffff" />
  565. <meta name="color:pagination background hover" content="#000000" />
  566.  
  567. <style type="text/css">
  568.  
  569. body {
  570. background-color:{color:Background};
  571. background-image:url(http://i39.tinypic.com/2ld7gk5.jpg);
  572. background-position:{text:background image position};
  573. {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
  574. {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
  575. color:{color:Text};
  576. font-size:{text:font size}px;
  577. font-family:{font:body};
  578.  
  579. }
  580.  
  581. a, a:visited, a:active {
  582. color:{color:Link};
  583. }
  584.  
  585. a:hover {
  586. color:{color:link hover};
  587. }
  588.  
  589. .nav,
  590. a.nav:link,
  591. a.nav:active,
  592. a.nav:visited
  593. {
  594. color:{color:navigation};
  595. }
  596.  
  597. a.nav:hover {
  598. color:{color:navigation hover};
  599. background-color:{color:navigation background hover};
  600. }
  601.  
  602. #posts{
  603. text-align:justify;
  604. text-transform:normal;
  605. word-wrap:break-word;
  606. {block:IndexPage}width: 230px;height:170px;margin:5px;overflow:hidden;float:left;background-color:
  607.  
  608. {color:posts background};{/block:IndexPage}
  609. {block:PermalinkPage}width: 690px;margin-left:5px;padding:10px;background-color:{color:posts
  610.  
  611. background};{/block:PermalinkPage}
  612. }
  613.  
  614. #navdiv {
  615. background-color:{color:navigation div background};
  616. }
  617.  
  618. #side {
  619. {block:IfSidebarFixed}position:fixed;{/block:IfSidebarFixed}
  620. }
  621.  
  622. #bar {
  623. background-color:{color:posts background};
  624. }
  625.  
  626. .post_title, a.post_title {
  627. color:{color:title};
  628. }
  629.  
  630. .post_title:hover, a.post_title:hover {
  631. color:{color:title hover};
  632. }
  633.  
  634. .title{
  635. color:{color:title};
  636. border-bottom:1px {color:sidetitle border bottom} dotted;
  637. }
  638.  
  639. .title:hover {
  640. color:{color:title hover};
  641. }
  642.  
  643. .jump_page{
  644. color:{color:pagination}!important;
  645. background-color:{color:pagination background};
  646. }
  647.  
  648. a.jump_page:hover {
  649. color:{color:pagination hover}!important;
  650. background-color:{color:pagination background hover};
  651. }
  652.  
  653. .current_page{
  654. color:{color:pagination hover}!important;
  655. background-color:{color:pagination background hover};
  656. }
  657.  
  658.  
  659.  
  660. a, a:visited, a:active {
  661. font-weight:bold;
  662. text-decoration:none;
  663.  
  664. }
  665.  
  666. img {
  667. border:0px;
  668. margin: 0px;
  669. max-width: 500px;
  670. background-color:none;
  671. }
  672.  
  673. img:hover {
  674. border:0px;
  675. margin: 0px;
  676. max-width: 500px;
  677. background-color:none;
  678. }
  679.  
  680. a:hover {text-decoration:underline;}
  681.  
  682. .left {float:left;}
  683. .right {float:right;}
  684.  
  685. #tumblr_dot_com {
  686. text-align:justify;
  687. height:auto;
  688. }
  689.  
  690. #content{
  691. margin: 0 auto;
  692. width: 720px;
  693. margin:10px;
  694. position:absolute;
  695. left:250px;
  696. top:45px;
  697. }
  698.  
  699. #side {
  700. position:absolute;
  701. left:10px;
  702. top:50px;
  703. text-align:justify;
  704. width:240px;
  705. margin-bottom:30px;
  706. margin-top:5px;
  707. overflow:show;
  708. }
  709.  
  710. #navdiv {
  711. position:absolute;
  712. width:100%;
  713. z-index: 1;
  714. top:-5px;
  715. left:0px;
  716. text-align:justify;
  717. overflow:show;
  718. height:50px;
  719. }
  720.  
  721. .nav,
  722. a.nav:link,
  723. a.nav:active,
  724. a.nav:visited
  725. {
  726. font-size:33px;
  727. line-height:34px;
  728. font-family:arial;
  729. letter-spacing:-2px;
  730. text-transform:lowercase;
  731. text-decoration:none!important;
  732. cursor:pointer;
  733. font-weight:normal;
  734. padding-left:5px;
  735. padding-right:5px;
  736. padding-top:15px
  737.  
  738. }
  739.  
  740. a.nav:hover {
  741. text-align:center;
  742. cursor:pointer;
  743. padding-top:15px
  744. text-decoration:none!important;
  745. }
  746.  
  747. #bar {
  748. padding:10px;
  749. margin-bottom:10px;
  750. }
  751.  
  752. .post_title, a.post_title {
  753. font-weight:normal;
  754. text-decoration:none;
  755. font-family:arial;
  756. text-transform:lowercase;
  757. font-size:28px;
  758. display:block;
  759. line-height:25px;
  760. letter-spacing:-2px;
  761. margin-bottom:5px;
  762.  
  763. }
  764.  
  765. .post_title:hover, a.post_title:hover {
  766. text-decoration:none;
  767. font-weight:normal;
  768.  
  769. }
  770.  
  771.  
  772.  
  773. .title{
  774. font-weight:normal;
  775. text-decoration:none;
  776. font-family:arial;
  777. text-transform:lowercase;
  778. font-size:25px;
  779. display:block;
  780. line-height:18px;
  781. letter-spacing:-2px;
  782. margin-bottom:5px;
  783. }
  784.  
  785. .title:hover {text-decoration:none;}
  786.  
  787.  
  788. .quote {
  789. font-size:25px;
  790. font-weight:normal;
  791. display:block;
  792. line-height:auto;
  793. letter-spacing:-2px;
  794. color:#000000;
  795. text-transform:lowercase;
  796. }
  797.  
  798. .readmore{
  799. font-size:20px;
  800. line-height:25px;
  801. letter-spacing:-1px;
  802. text-transform:lowercase;
  803. text-decoration:none;}
  804.  
  805. #question{
  806. overflow:show;
  807. LINE-HEIGHT:130%;
  808. MARGIN-top:-3px;
  809. padding:3px;
  810. padding-top:0px;
  811. padding-bottom:0px;
  812. border-bottom:1px dotted #E9DAFF;
  813. }
  814.  
  815.  
  816. #askr{
  817. display:block;
  818. float:left;
  819. width:25px;
  820. overflow:hidden;
  821. margin-right:3px;
  822. }
  823.  
  824. .details {
  825. display:none;
  826.  
  827. }
  828.  
  829. #_{
  830. padding:10px;
  831. }
  832.  
  833. #posts:hover .details {
  834. background-color:#000;
  835. position:absolute;
  836. padding:5px;
  837. display:block;
  838. font-size:10px;
  839. text-transform:uppercase;
  840. text-align:justify;
  841. opacity:0.7;
  842. filter:alpha(opacity=99);
  843. width:220px;
  844. color:#fff!important;
  845.  
  846. }
  847.  
  848. .details a{
  849. color:#fff!important;
  850. text-decoration:none;
  851. }
  852.  
  853. .jump_page{
  854. font-size:18px;
  855. padding-right:10px;
  856. padding-left:10px;
  857. padding-top:3px;
  858. padding-bottom:3px;
  859. margin-left:3px;
  860. margin-right:3px;
  861. }
  862.  
  863. a.jump_page:hover {
  864. text-decoration:none;
  865. }
  866.  
  867. .current_page{
  868. font-size:18px;
  869. font-weight:bold;
  870. padding-right:10px;
  871. padding-left:10px;
  872. padding-top:3px;
  873. padding-bottom:3px;
  874. margin-left:3px;
  875. margin-right:3px;
  876. }
  877.  
  878.  
  879. li.dsq-widget-item {
  880. padding-bottom: 1em;
  881. margin-bottom: 1em;
  882.  
  883. }
  884.  
  885. a.dsq-widget-user {
  886. display: block;
  887.  
  888. }
  889.  
  890. p, ul, ol {
  891. margin: 1em 0 1em;
  892.  
  893. }
  894.  
  895. ul, ol, blockquote {
  896. padding-left: 0.50em;
  897. margin-left: 2.5em;
  898.  
  899. }
  900.  
  901. blockquote {
  902. display: block;
  903. background-color:#f5f5f5;
  904. border-left:4px #000 solid;
  905. }
  906.  
  907.  
  908. ul {
  909. list-style: square;
  910.  
  911. }
  912.  
  913. ol {
  914. list-style: decimal;
  915.  
  916. }
  917.  
  918. ol.notes {
  919. padding-right:20px;
  920. list-style-type:none;
  921. border-bottom: solid 1px #ccc;
  922. }
  923.  
  924. ol.notes li.note {
  925. border-top: solid 1px #ccc;
  926. padding: 10px;
  927. }
  928.  
  929. ol.notes li.note img.avatar {
  930. vertical-align: -4px;
  931. margin-right: 10px;
  932. width: 16px;
  933. height: 16px;
  934. }
  935.  
  936. ol.notes li.note span.action {
  937. font-weight: bold;
  938. }
  939.  
  940.  
  941. {CustomCSS}
  942.  
  943.  
  944.  
  945. </style>
  946. </head><body>
  947.  
  948. <div id="navdiv">
  949. <table width="100%"><p>
  950. <td><a href="/" class="nav">home</a></td>
  951. {block:AskEnabled}<td><a href="/ask" class="nav">ask me</a></td>{/block:AskEnabled}
  952. {block:SubmissionsEnabled}<td><a href="/submit" class="nav">submit</a></td>{/block:SubmissionsEnabled}
  953. <td><a href="/archive" class="nav">archive</a></td>
  954. <td><a href="ashleyyisah.tk.com" class="nav" target=_blank title="Tumblr Themes">Themes</a></td>
  955. {block:IfLink1Name}<td><a href="{text:link 1 url}" class="nav">{text:link 1 name}</A></td>{/block:IfLink1Name}
  956. {block:IfLink2Name}<td><a href="{text:link 2 url}" class="nav">{text:link 2 name}</A></td>{/block:IfLink2Name}
  957. {block:IfLink3Name}<td><a href="{text:link 3 url}" class="nav">{text:link 3 name}</A></td>{/block:IfLink3Name}
  958. {block:IfLink4Name}<td><a href="{text:link 4 url}" class="nav">{text:link 4 name}</A></td>{/block:IfLink4Name}
  959. {block:IfLink5Name}<td><a href="{text:link 5 url}" class="nav">{text:link 5 name}</A></td>{/block:IfLink5Name}
  960. </table></div>
  961.  
  962.  
  963. <div id="side">
  964. <div id="bar">
  965. <span class="title">{title}</span>
  966. {block:IfShowTumblrPicture}<a href="/"><img src="{PortraitURL-64}" align="left" style="margin-right:10px;" /></a>
  967.  
  968. {/block:IfShowTumblrPicture}
  969. {block:IfYourImage}<center><a href="/"><img src="{image:Your}" width="200px" /></a><BR></center>{/block:IfYourImage}
  970. {description}
  971. Here is where you enter text, info, about me, whatever, your page graphics, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc.
  972. </div>
  973.  
  974. {block:HasPages}<div id="bar">
  975. <span class="title">{text:page section title}</span>
  976. <ul>{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}</ul>
  977. </div>{/block:HasPages}
  978.  
  979. </div>
  980.  
  981.  
  982. {block:IfEndlessScrolling}<div class="autopagerize_page_element">{/block:IfEndlessScrolling}
  983. <div id="content">
  984. <div class="tumblr_dot_com">
  985. {block:Posts}<div id="posts">
  986.  
  987.  
  988. {block:IndexPage}
  989. <div class="details" style="margin-top:147px;">
  990. <span class="left"><a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a></span>
  991. <span class="right"><a href="{ReblogURL}" title="click this to reblog this post!">←
  992.  
  993. reblog</a></span>
  994. </div>
  995.  
  996.  
  997. {block:ContentSource}<div class="details"><center><a href="{SourceURL}" target="_blank">© {SourceTitle}
  998.  
  999. </a></center></div>{/block:ContentSource}
  1000. {/block:IndexPage}
  1001.  
  1002. {block:Regular}<div id="_">
  1003. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  1004. {Body}
  1005. {block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">» read more</a>
  1006.  
  1007. {/block:More}
  1008. </div>{/block:Regular}
  1009.  
  1010.  
  1011. {block:Photo}
  1012.  
  1013. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}" width="300px" />{LinkCloseTag}{block:Caption}<div id="_">
  1014.  
  1015. {caption}</div>{/block:Caption}{/block:IndexPage}
  1016.  
  1017. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500px" />{LinkCloseTag}{block:Caption}{caption}
  1018.  
  1019. {/block:Caption}{/block:PermalinkPage}
  1020.  
  1021. {/block:Photo}
  1022.  
  1023.  
  1024. {block:Photoset}
  1025.  
  1026. {block:IndexPage}{PhotoSet-250}{/block:IndexPage}
  1027.  
  1028. {block:PermalinkPage}{PhotoSet-500}{block:Caption}{caption}{/block:Caption}{/block:PermalinkPage}
  1029.  
  1030. {/block:Photoset}
  1031.  
  1032.  
  1033. {block:Quote}<div id="_"><span class="quote"><b>“</B>{Quote}<b>”</b></span>
  1034. {block:Source}<span style="float:right;">– {Source}</span>{/block:Source}</div>{/block:Quote}
  1035.  
  1036.  
  1037. {block:Link}<div id="_"><a href="{URL}" class="post_title" target="_blank">→ {Name}</a>{Description}</div>
  1038.  
  1039. {/block:Link}
  1040.  
  1041.  
  1042. {block:Conversation}<div id="_">{block:Title}<span class="post_title">{Title}</span>{/block:Title}
  1043. {block:Lines}{block:Label}<b><span class="label">{Label}</b></span>{/block:Label}
  1044. {Line}<BR>{/block:Lines}</div>{/block:Conversation}
  1045.  
  1046.  
  1047. {block:Audio}
  1048.  
  1049. {block:IndexPage}<div id="_"><center>{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="85px" />
  1050.  
  1051. {/block:AlbumArt}<br>
  1052. {AudioPlayerBlack}{block:Caption} {Caption} {/block:Caption}</center></div>{/block:IndexPage}
  1053.  
  1054. {block:PermalinkPage}<center>
  1055. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} - <b>{Artist}</b>{/block:Artist}<p>
  1056. {block:AlbumArt}<img src="{AlbumArtURL}" width="300px" height="250px" />{/block:AlbumArt}<br>
  1057. {AudioPlayerBlack}{PlayCountWithLabel} {block:ExternalAudio}- <a href="{ExternalAudioURL}">Download</a>
  1058.  
  1059. {/block:ExternalAudio}
  1060. {block:Caption} {Caption} {/block:Caption}</center>{/block:PermalinkPage}
  1061.  
  1062. {/block:Audio}
  1063.  
  1064.  
  1065. {block:Video}
  1066.  
  1067. {block:IndexPage}{Video-250}<BR>{Caption}{/block:IndexPage}
  1068.  
  1069. {block:PermalinkPage}{Video-500}<BR>{Caption}{/block:PermalinkPage}
  1070.  
  1071. {/block:Video}
  1072.  
  1073.  
  1074. {block:Answer}<div id="_"><div id="askr"><img src="{AskerPortraitURL-30}" width="23" align="left" style="margin-
  1075.  
  1076. right:5px;" /></div><div id="question"><div id="asked">{Asker} said:<BR>{Question}</div></div>{answer}</div>
  1077.  
  1078. {/block:answer}
  1079.  
  1080.  
  1081.  
  1082. {block:PermalinkPage}
  1083. <BR><br clear="all" /><span style="text-transform:uppercase;">
  1084. {block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}"
  1085.  
  1086. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}©
  1087.  
  1088. {SourceTitle}{/block:NoSourceLogo}</a> <BR>{/block:ContentSource}
  1089. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}
  1090.  
  1091. {/block:NoteCount} {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  1092. {block:HasTags}<BR>{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}</span>
  1093. {/block:PermalinkPage}
  1094.  
  1095.  
  1096.  
  1097.  
  1098. {block:PostNotes}<BR><BR>{PostNotes} {/block:PostNotes}
  1099.  
  1100. </div>{/block:Posts}
  1101. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  1102.  
  1103. <br clear="all" /><BR>
  1104. {block:Pagination}<center>
  1105. {block:PreviousPage}<a href="{PreviousPage}" title="newer posts" class="jump_page">« newer</a>
  1106.  
  1107. {/block:PreviousPage}
  1108. {block:JumpPagination length="10"}<span class="jump_pagination">
  1109. {block:CurrentPage}
  1110. <span class="current_page">{PageNumber}</span>
  1111. {/block:CurrentPage}
  1112. {block:JumpPage}
  1113. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1114. {/block:JumpPage}
  1115. </span>{/block:JumpPagination}
  1116. {block:NextPage}<a href="{NextPage}" title="older posts" class="jump_page">older »</a>{/block:NextPage}
  1117. {/block:Pagination}<BR><BR>
  1118.  
  1119. </div></div></div></center></div>
  1120.  
  1121.  
  1122. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment