Advertisement
sweetqea

dusty rose theme

Oct 22nd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. base code by animecharacter.tumblr.com
  6. theme by postirony.tumblr.com
  7.  
  8. RULES:
  9. do not remove or edit the credit
  10. messing with other code is okay
  11. please go to @postirony for questions, not @animecharacter
  12. please contact @postirony if you notice any bugs!
  13. ----->
  14.  
  15. <meta charset="utf-8">
  16. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{image:favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  24. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  25.  
  26. <meta name="image:background" content=""/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:render" content=""/>
  29. <meta name="image:favicon" content=""/>
  30.  
  31. <meta name="color:background" content=""/>
  32. <meta name="color:sidebar" content=""/>
  33. <meta name="color:post" content=""/>
  34. <meta name="color:footer" content=""/>
  35. <meta name="color:borders" content=""/>
  36. <meta name="color:text" content=""/>
  37. <meta name="color:link" content=""/>
  38. <meta name="color:link hover" content=""/>
  39. <meta name="color:sidebar link background" content=""/>
  40. <meta name="color:hover sidebar link bg" content=""/>
  41. <meta name="color:blockquote" content=""/>
  42.  
  43. <meta name="select:post size" content="250px" title="250px"/>
  44. <meta name="select:post size" content="300px" title="300px"/>
  45. <meta name="select:post size" content="400px" title="400px"/>
  46. <meta name="select:post size" content="500px" title="500px"/>
  47.  
  48. <meta name="select:sidebar size" content="100px" title="100px"/>
  49. <meta name="select:sidebar size" content="120px" title="120px"/>
  50. <meta name="select:sidebar size" content="150px" title="150px"/>
  51.  
  52. <meta name="select:opacity" content="1" title="opaque"/>
  53. <meta name="select:opacity" content="0.9" title="0.9"/>
  54. <meta name="select:opacity" content="0.8" title="0.8"/>
  55. <meta name="select:opacity" content="0.7" title="0.7"/>
  56.  
  57. <meta name="select:border type" content="solid" title="solid"/>
  58. <meta name="select:border type" content="dashed" title="dashed"/>
  59. <meta name="select:border type" content="dotted" title="dotted"/>
  60.  
  61. <meta name="select:font family" content="arial" title "arial"/>
  62. <meta name="select:font family" content="verdana" title "verdana"/>
  63. <meta name="select:font family" content="consolas" title "consolas"/>
  64. <meta name="select:font family" content="ms pgothic" title "ms pgothic"/>
  65. <meta name="select:font family" content="lucida sans" title "lucida sans"/>
  66.  
  67. <meta name="select:font size" content="10px" title="10px"/>
  68. <meta name="select:font size" content="11px" title="11px"/>
  69. <meta name="select:font size" content="12px" title="12px"/>
  70. <meta name="select:font size" content="13px" title="13px"/>
  71. <meta name="select:font size" content="14px" title="14px"/>
  72.  
  73.  
  74. <meta name="if:transparent" content="0"/>
  75. <meta name="if:title" content="1"/>
  76. <meta name="if:tiled background image" content="0"/>
  77. <meta name="if:underline links" content="1"/>
  78. <meta name="if:rounded" content="1"/>
  79. <meta name="if:borders" content="1"/>
  80. <meta name="if:sidebar image" content="1"/>
  81. <meta name="if:circle sidebar image" content="1"/>
  82. <meta name="if:shadows" content="0"/>
  83. <meta name="if:endless scrolling" content="1">
  84.  
  85. <meta name="text:sidebar from top" content="20"/>
  86. <meta name="text:render width" content="20"/>
  87.  
  88. <meta name="text:link 1 url" content="/"/>
  89. <meta name="text:link 1 title" content="index"/>
  90. <meta name="text:link 2 url" content="/ask"/>
  91. <meta name="text:link 2 title" content="mail"/>
  92. <meta name="text:link 3 url" content="/"/>
  93. <meta name="text:link 3 title" content=""/>
  94. <meta name="text:link 4 url" content="/"/>
  95. <meta name="text:link 4 title" content=""/>
  96. <meta name="text:link 5 url" content="/"/>
  97. <meta name="text:link 5 title" content=""/>
  98. <meta name="text:link 6 url" content="/"/>
  99. <meta name="text:link 6 title" content=""/>
  100. <meta name="text:link 7 url" content="/"/>
  101. <meta name="text:link 7 title" content=""/>
  102. <meta name="text:link 8 url" content="/"/>
  103. <meta name="text:link 8 title" content=""/>
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108. body {
  109. margin:0px;
  110. background:{color:background}
  111. {block:iftiledbackgroundimage}
  112. url('{image:background}') top left repeat fixed;
  113. {/block:iftiledbackgroundimage}
  114. {block:ifnottiledbackgroundimage}
  115. url('{image:Background}') no-repeat center fixed;
  116. background-size: cover;
  117. {/block:ifnottiledbackgroundimage}
  118. font-size:{select:font size};
  119. line-height:150%;
  120. }
  121.  
  122. p{margin:0 0 10px 0; padding:0;}
  123.  
  124. pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}
  125.  
  126. a{color:{color:link};
  127. {block:ifnotunderlinelinks}
  128. text-decoration: none;
  129. {/block:ifnotunderlinelinks}}
  130. a:hover{color:{color:link hover};}
  131. li{margin-left:-20px;}
  132.  
  133. #wrapper{width:700px;margin:40px auto;}
  134.  
  135. #title{text-align:center;
  136. color: {color:borders}; font-weight:bold;
  137. font-family: {select:font family};
  138. margin: 40px;font-size: 40px;}
  139. #title a{text-decoration:none;}
  140.  
  141. #sidebar{
  142. margin-top:{text:sidebar from top}px;
  143. color:{color:text};
  144. font-family:{select:font family};
  145. padding:10px;
  146. width:{select:sidebar size};
  147. position:fixed;
  148.  
  149. {block:ifnottransparent}
  150. background:{color:sidebar};
  151. opacity:{select:opacity};
  152. {/block:ifnottransparent}
  153.  
  154. {block:ifborders}
  155. border: 1px {color:borders};
  156. border-style:{select:border type};
  157. {/block:ifborders}
  158. {block:ifrounded}
  159. -webkit-border-radius: 5px;
  160. -moz-border-radius: 5px;
  161. border-radius: 5px;
  162. {block:ifshadows}
  163. box-shadow:rgba(0,0,0,0.3)4px 4px;
  164. -moz-shadow:rgba(0,0,0,0.3)4px 4px;
  165. -webkit-shadow:rgba(0,0,0,0.3)4px 4px;
  166. {/block:ifshadows}
  167. {/block:ifrounded}
  168. {block:ifnotrounded}
  169. {block:ifshadows}
  170. box-shadow:rgba(0,0,0,0.3)4px 4px;
  171. -moz-shadow:rgba(0,0,0,0.3)4px 4px;
  172. -webkit-shadow:rgba(0,0,0,0.3)4px 4px;
  173. {/block:ifshadows}
  174. {/block:ifnotrounded}
  175. }
  176.  
  177. #sidebarimage{
  178. width:{select:sidebar size};
  179. height:{select:sidebar size};
  180. margin-bottom:10px;
  181. margin-top:-1px;
  182. margin-left:-1px;
  183. overflow:hidden;
  184. {block:ifborders}
  185. border: 1px {color:borders};
  186. border-style:{select:border type};
  187. {/block:ifborders}
  188.  
  189. {block:ifrounded}
  190. -webkit-border-radius: 5px;
  191. -moz-border-radius: 5px;
  192. border-radius: 5px;
  193. {block:ifcirclesidebarimage}
  194. -webkit-border-radius: 50%;
  195. -moz-border-radius: 50%;
  196. border-radius:50%;
  197. {block:ifshadows}
  198. box-shadow:rgba(0,0,0,0.3)2px 2px;
  199. -moz-shadow:rgba(0,0,0,0.3)4px 4px;
  200. -webkit-shadow:rgba(0,0,0,0.3)4px 4px;
  201. {/block:ifshadows}
  202. {/block:ifcirclesidebarimage}
  203. {block:ifnotcirclesidebarimage}
  204. {block:ifshadows}
  205. box-shadow:rgba(0,0,0,0.3)2px 2px;
  206. -moz-shadow:rgba(0,0,0,0.3)2px 2px;
  207. -webkit-shadow:rgba(0,0,0,0.3)2px 2px;
  208. {/block:ifshadows}
  209. {/block:ifnotcirclesidebarimage}
  210.  
  211. {block:ifnotshadows}
  212. {block:ifcirclesidebarimage}
  213. -webkit-border-radius: 50%;
  214. -moz-border-radius: 50%;
  215. border-radius:50%;
  216. {/block:ifcirclesidebarimage}
  217. {/block:ifnotshadows}
  218. {/block:ifrounded}
  219. {block:ifnotrounded}
  220. {block:ifcirclesidebarimage}
  221. -webkit-border-radius: 50%;
  222. -moz-border-radius: 50%;
  223. border-radius:50%;
  224. {block:ifshadows}
  225. box-shadow:rgba(0,0,0,0.3)2px 2px;
  226. -moz-shadow:rgba(0,0,0,0.3)2px 2px;
  227. -webkit-shadow:rgba(0,0,0,0.3)2px 2px;
  228. {/block:ifshadows}
  229. {/block:ifcirclesidebarimage}
  230. {block:ifshadows}
  231. box-shadow:rgba(0,0,0,0.3)2px 2px;
  232. -moz-shadow:rgba(0,0,0,0.3)2px 2px;
  233. -webkit-shadow:rgba(0,0,0,0.3)2px 2px;
  234. {/block:ifshadows}
  235. {/block:ifnotrounded}
  236. }
  237.  
  238.  
  239. #links{text-align:center; margin-bottom:5px;}
  240. #links a{
  241. background:{color:sidebar link background};
  242. opacity:{select:opacity};
  243. padding:3px; text-decoration:none;
  244. {block:ifrounded}
  245. border-radius:6px;
  246. {/block:ifrounded}
  247. {block:ifshadows}
  248. box-shadow:rgba(0,0,0,0.3)1px 1px;
  249. -moz-shadow:rgba(0,0,0,0.3)1px 1px;
  250. -webkit-shadow:rgba(0,0,0,0.3)1px 1px;
  251. {/block:ifshadows}
  252. line-height:26px;}
  253. #links a:hover{background:{color:hover sidebar link bg};}
  254.  
  255. #content{
  256. width:{select:post size};
  257. margin-left:200px;}
  258.  
  259. .post{
  260. padding:10px;
  261. width:{select:post size}px;
  262. {block:ifnottransparent}
  263. background:{color:post};
  264. opacity:{select:opacity};
  265. {/block:ifnottransparent}
  266. color:{color:text};
  267. font-family:{select:font family};
  268. margin:0 0 40px 0;
  269. overflow:hidden;
  270. {block:ifborders}
  271. border: 1px {color:borders};
  272. border-style:{select:border type};
  273. {/block:ifborders}
  274.  
  275. {block:ifrounded}
  276. -webkit-border-radius: 5px;
  277. -moz-border-radius: 5px;
  278. border-radius: 5px;
  279. {block:ifshadows}
  280. box-shadow:rgba(0,0,0,0.3)4px 4px;
  281. -moz-shadow:rgba(0,0,0,0.3)4px 4px;
  282. -webkit-shadow:rgba(0,0,0,0.3)4px 4px;
  283. {/block:ifshadows}
  284. {/block:ifrounded}
  285. {block:ifnotrounded}
  286. {block:ifshadows}
  287. box-shadow:rgba(0,0,0,0.3)4px 4px;
  288. -moz-shadow:rgba(0,0,0,0.3)4px 4px;
  289. -webkit-shadow:rgba(0,0,0,0.3)4px 4px;
  290. {/block:ifshadows}
  291. {/block:ifnotrounded}
  292. }
  293.  
  294. .post img{
  295. max-width:100%;
  296. {block:ifrounded}
  297. -webkit-border-radius: 5px;
  298. -moz-border-radius: 5px;
  299. border-radius: 5px;
  300. {/block:ifrounded}
  301. {block:ifshadows}
  302. box-shadow:rgba(0,0,0,0.3)1px 1px;
  303. -moz-shadow:rgba(0,0,0,0.3)1px 1px;
  304. -webkit-shadow:rgba(0,0,0,0.3)1px 1px;
  305. {/block:ifshadows}
  306. }
  307.  
  308.  
  309. #nav{margin:50px 0 0 0;
  310. {block:ifnottransparent}
  311. background-color:{color:post};
  312. opacity:{select:opacity};
  313. {/block:ifnottransparent}
  314. padding:10px;
  315. {block:ifborders}
  316. border: 1px {color:borders};
  317. border-style:{select:border type};
  318. {/block:ifborders}
  319. {block:ifrounded}
  320. -webkit-border-radius: 5px;
  321. -moz-border-radius: 5px;
  322. border-radius: 5px;
  323. {/block:ifrounded}}
  324.  
  325. #nav a{color:{color:text}; text-decoration:none;}
  326.  
  327. .media{margin:0 0 10px 0;}
  328.  
  329. .title{font-weight:bold;font-size:18px;margin:0 0 10px 0;}
  330.  
  331. .quote{
  332. font-weight:normal;font-size:16px;font-style:italic;margin:0 0 10px 0;}
  333.  
  334. .question{margin-bottom:10px;
  335.  
  336. {block:ifnottransparent}
  337. background:{color:footer};
  338. {/block:ifnottransparent}
  339. padding:5px;
  340. {block:ifborders}
  341. border: 1px {color:borders};
  342. border-style:{select:border type};
  343. {/block:ifborders}
  344. {block:ifrounded}
  345. -webkit-border-radius: 5px;
  346. -moz-border-radius: 5px;
  347. border-radius: 5px;
  348. {/block:ifrounded}
  349. }
  350.  
  351.  
  352. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  353. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  354.  
  355.  
  356. #caption{}
  357. blockquote{
  358. margin:0 0 10px 15px;
  359. padding:0 0 0 10px;
  360. border-left:{select:border type} 1px {color:blockquote};
  361. color:{color:text};
  362. }
  363.  
  364. .post .footer{
  365. {block:ifnottransparent}
  366. opacity:{select:opacity};
  367. background:{color:footer};
  368. {block:ifnottransparent}
  369. padding: 5px;
  370. margin:0;
  371. text-align:left;
  372. {block:ifrounded}
  373. -webkit-border-radius: 5px;
  374. -moz-border-radius: 5px;
  375. border-radius: 5px;
  376. {/block:ifrounded}
  377. {block:ifshadows}
  378. box-shadow:rgba(0,0,0,0.3)1px 1px;
  379. -moz-shadow:rgba(0,0,0,0.3)1px 1px;
  380. -webkit-shadow:rgba(0,0,0,0.3)1px 1px;
  381. {/block:ifshadows}
  382. }
  383.  
  384. ol.notes{
  385. list-style-type:none;
  386. padding:0;
  387. margin:0;
  388. }
  389. ol.notes li.note{margin:0px;}
  390.  
  391. #credit{
  392. position:fixed;
  393. bottom:0px;
  394. left:0px;
  395. width:50px;
  396. height:20px;
  397. color:{color:link};
  398. font-family:{select:font family};
  399. {block:ifnottransparent}
  400. background:{color:post};
  401. opacity:{select:opacity};
  402. {/block:ifnottransparent}
  403. {block:ifborders}
  404. border: 1px {color:borders};
  405. border-style:{select:border type};
  406. {/block:ifborders}
  407. {block:ifrounded}
  408. -webkit-border-radius: 5px;
  409. -moz-border-radius: 5px;
  410. border-radius: 5px;
  411. {/block:ifrounded}}
  412. }
  413.  
  414.  
  415. {CustomCSS}
  416. </style>
  417.  
  418. {block:ifendlessscrolling}
  419. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  420. {/block:ifendlessscrolling}
  421.  
  422. </head>
  423.  
  424. <body>
  425.  
  426.  
  427.  
  428. <div id="wrapper">
  429.  
  430. {block:iftitle}
  431. <div id="title"><a href="/">{Title}</a></div>
  432. {/block:iftitle}
  433.  
  434.  
  435. <div id="sidebar">
  436.  
  437. {block:ifsidebarimage}
  438. <div id="sidebarimage">
  439. <img style="width:100%" src="{image:sidebar}">
  440. </div>
  441. {/block:ifsidebarimage}
  442.  
  443. {block:Description}
  444. <p><center>{Description}</center></p>
  445. {/block:Description}
  446.  
  447. <div id="links">
  448. {block:iflink1title}
  449. <a href="{text:link 1 url}">{text:link 1 title}</a>
  450. {/block:iflink1title}
  451. {block:iflink2title}
  452. <a href="{text:link 2 url}">{text:link 2 title}</a>
  453. {/block:iflink2title}
  454. {block:iflink3title}
  455. <a href="{text:link 3 url}">{text:link 3 title}</a>
  456. {/block:iflink3title}
  457. {block:iflink4title}
  458. <a href="{text:link 4 url}">{text:link 4 title}</a>
  459. {/block:iflink4title}
  460. {block:iflink5title}
  461. <a href="{text:link 5 url}">{text:link 5 title}</a>
  462. {/block:iflink5title}
  463. {block:iflink6title}
  464. <a href="{text:link 6 url}">{text:link 6 title}</a>
  465. {/block:iflink6title}
  466. {block:iflink7title}
  467. <a href="{text:link 7 url}">{text:link 7 title}</a>
  468. {/block:iflink7title}
  469. {block:iflink8title}
  470. <a href="{text:link 8 url}">{text:link 8 title}</a>
  471. {/block:iflink8title}
  472. </div>
  473.  
  474.  
  475. </div>
  476.  
  477.  
  478. <div id="content">
  479. {block:Posts}
  480.  
  481. <div class="post">
  482.  
  483. {block:Text}
  484. {block:Title}
  485. <div class="title">{Title}</div>
  486. {/block:Title}
  487. {Body}
  488. {/block:Text}
  489.  
  490. {block:Photo}
  491. <div class="media">{LinkOpenTag}<img style="width:100%" src="{PhotoURL-HighRes}"/>{LinkCloseTag}</div>
  492. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  493. {/block:Photo}
  494.  
  495. {block:Photoset}
  496. <div style="width:100%;">{Photoset}</div>
  497. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  498. {/block:Photoset}
  499.  
  500. {block:Quote}
  501. <div class="quote">"{Quote}"</div>
  502. {block:Source}
  503. <div class="quotesource">{Source}</div>
  504. {/block:Source}
  505. {/block:Quote}
  506.  
  507. {block:Link}
  508. <div class="title"><a href="{URL}">{Name}</a></div>
  509. {block:Description}
  510. <div class="description">{Description}</div>
  511. {/block:Description}
  512. {/block:Link}
  513.  
  514. {block:Chat}
  515. {block:Title}
  516. <div class="title">{Title}</div>
  517. {/block:Title}
  518.  
  519. {block:Lines}
  520. <div class="{Alt} user_{UserNumber}">
  521. {block:Label}
  522. <b>{Label}</b>{/block:Label}
  523. &nbsp;{Line}
  524. </div>
  525. {/block:Lines}
  526. {/block:Chat}
  527.  
  528. {block:Video}
  529. <div class="video">{Video-500}</div>
  530. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  531. {/block:Video}
  532.  
  533. {block:Audio}
  534. <div class="media">
  535. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  536. {AudioPlayerWhite}
  537. {block:TrackName}{TrackName}<br>{/block:TrackName}
  538. {block:Artist}{Artist}<br>{/block:Artist}
  539. {block:Album}{Album}{/block:Album}
  540. </div>
  541. {block:Caption}{Caption}{/block:Caption}
  542. {/block:Audio}
  543.  
  544. {block:Answer}
  545. <div class="question">{Asker}: {Question}</div>
  546. <div class="caption">{Answer}</div>
  547. {/block:Answer}
  548.  
  549.  
  550. {block:Date}
  551. <div class="footer">
  552. <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> / <a href="{Permalink}">{NoteCountWithLabel}</a> /
  553. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  554.  
  555. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  556. </div>
  557.  
  558. {block:PermalinkPage}
  559. {block:NoteCount}
  560. {block:PostNotes}{PostNotes}{/block:PostNotes}
  561. {/block:NoteCount}
  562. {/block:PermalinkPage}
  563. {/block:Date}
  564.  
  565. </div>
  566. {/block:Posts}
  567.  
  568.  
  569.  
  570. {block:ifnotendlessscrolling}
  571. {block:Pagination}
  572. <div id="nav">
  573. <center>
  574. {block:PreviousPage}<a href="{PreviousPage}">< prev</a> / {/block:PreviousPage}
  575. {block:NextPage}<a href="{NextPage}">next ></a>{/block:NextPage}
  576. </center>
  577. </div>
  578. {/block:Pagination}
  579. {/block:ifnotendlessscrolling}
  580.  
  581. <div id="credit">
  582. <center><a href="http://postirony.tumblr.com">theme</a></center>
  583. </div>
  584.  
  585.  
  586.  
  587.  
  588. </div>
  589. </div>
  590.  
  591.  
  592. <img src="{image:render}" style="overflow:hidden; opacity:{select:opacity}; position:fixed; bottom:0px; right:0px; width:{text:render width}px;"/>
  593.  
  594.  
  595. </div>
  596. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  597.  
  598. </body>
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement