gkm

01 Peachy Keen

gkm
Jul 27th, 2015
1,522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. Theme 01
  5. "Peachy Keen"
  6.  
  7. Made by Gretchen Marlow
  8. gretchcodes.tumblr.com
  9.  
  10.  
  11. This work is licensed under a
  12. Creative Commons Attribution-NonCommercial 4.0 International License
  13.  
  14. Read about what that means here:
  15. http://creativecommons.org/licenses/by-nc/4.0/
  16.  
  17.  
  18. Thank you for using my themes! If you have any questions
  19. please visit gretchcodes.tumblr.com/tagged/help
  20.  
  21. <3
  22.  
  23. -->
  24.  
  25.  
  26. <head>
  27.  
  28. <style>
  29. .tmblr-iframe { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-dfilter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; z-index:999;}body, a, a:hover
  30. </style>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Lato:100,400|Alegreya+Sans:100,300|Exo+2:200,100' rel='stylesheet' type='text/css'>
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34.  
  35. <title>{Title}</title>
  36.  
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41.  
  42. <meta name="image:Background" content=""/>
  43. <meta name="image:Sidebar Image" content=""/>
  44. <meta name="color:Background" content="#f5f5f5"/>
  45. <meta name="color:Text" content="#414141"/>
  46. <meta name="color:Border" content="#eee"/>
  47. <meta name="color:Title" content="black"/>
  48. <meta name="color:Title Hover" content=""/>
  49. <meta name="color:Description" content="#868686"/>
  50. <meta name="color:Sidebar Links" content="black"/>
  51. <meta name="color:Sidebar Links Hover" content=""/>
  52. <meta name="color:Links" content="#bebebe"/>
  53. <meta name="color:Links Hover" content="#3c3c3c"/>
  54. <meta name="color:Pagination" content="black"/>
  55. <meta name="color:Post Titles" content="gray"/>
  56. <meta name="color:Blockquote" content="gray"/>
  57.  
  58. <meta name="if:Title Bold" content="1"/>
  59. <meta name="if:Title Italic" content="0"/>
  60. <meta name="if:Description Italic" content="1"/>
  61. <meta name="if:Sidebar Links Type 1" content="1"/>
  62. <meta name="if:Sidebar Links Type 2" content="0"/>
  63. <meta name="if:Sidebar Image Borders" content="1"/>
  64. <meta name="if:Icon As Sidebar Image" content="0"/>
  65. <meta name="if:No Sidebar Image" content="0"/>
  66. <meta name="if:Short Sidebar" content="0"/>
  67. <meta name="if:Show Tags" content="1"/>
  68.  
  69. <meta name="text:Link 1" content="home" />
  70. <meta name="text:Link 1 URL" content="/" />
  71. <meta name="text:Link 2" content="ask" />
  72. <meta name="text:Link 2 URL" content="/ask"/>
  73. <meta name="text:Link 3" content="link"/>
  74. <meta name="text:Link 3 URL" content="/"/>
  75. <meta name="text:Link 4" content="link"/>
  76. <meta name="text:Link 4 URL" content="/"/>
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81. /* Basics */
  82.  
  83. body{font-family: 'Lato';
  84. font-size:11px;
  85. letter-spacing:.3px;
  86. line-height:16px;
  87. font-weight:400;
  88. height:100%;
  89. text-align:justify;
  90. word-wrap:break-word;
  91. background: {color:Background};
  92. background-image:url('{image:Background}');
  93. color:{color:Text};}
  94.  
  95. a{color:{color:Links};
  96. text-decoration:none;
  97. -webkit-transition: all 0.3s;
  98. -moz-transition: all 0.3s;
  99. -ms-transition: all 0.3s;
  100. -o-transition: all 0.3s;
  101. transition: all 0.3s;}
  102.  
  103. a:hover{color:{color:Links Hover};}
  104.  
  105. img{opacity:1;
  106. max-width:100%;
  107. border:none;
  108. text-decoration:none}
  109.  
  110. blockquote {padding:0px 0px 0px 10px;
  111. border-left:1px solid {color:Blockquote};
  112. margin-left:5px;}
  113.  
  114. small{font-size:9px;}
  115.  
  116. big{font-size:13px;}
  117.  
  118. /* Sidebar Styling */
  119.  
  120. #sb{width:200px;
  121. border:1px solid {color:Border};
  122. height:100%;
  123. background:white;
  124. margin-left:11%;
  125. margin-top:0;
  126. {block:ifShortSidebar}
  127. margin-top:150px;
  128. {/block:ifShortSidebar}
  129. position:fixed;}
  130.  
  131. #links{text-transform:uppercase;
  132. width:190px;
  133. letter-spacing:2.2px;
  134. margin-top:-7px;
  135. margin-bottom:5px;
  136. padding:5px;
  137. text-align:center;}
  138.  
  139. #links a{padding:5px;
  140. line-height:20px;
  141. font-size:8.5px;
  142. color:{color:Sidebar Links};
  143. {block:ifSidebarLinksType2}
  144. opacity:.4;
  145. {/block:ifSidebarLinksType2}
  146. {block:ifSidebarLinksType1}
  147. opacity:1;
  148. {/block:ifSidebarLinksType1}}
  149.  
  150. #links a:hover{color:{color:Sidebar Links Hover};
  151. {block:ifSidebarLinksType2}
  152. opacity:1;
  153. {/block:ifSidebarLinksType2}
  154. {block:ifSidebarLinksType1}
  155. opacity:.4;
  156. {/block:ifSidebarLinksType1}}
  157.  
  158. #desc{{block:ifDescriptionItalic}
  159. font-style:italic;
  160. {/block:ifDescriptionItalic}
  161. width:160px;
  162. padding:20px;
  163. letter-spacing:1px;
  164. line-height:20px;
  165. font-weight:400;
  166. margin-top:-15px;
  167. font-size:9px;
  168. text-align:center;
  169. color:{color:Description};}
  170.  
  171. #sbimg{padding:10px;
  172. margin-top:10px;
  173. margin-bottom:15px;
  174. {block:ifSidebarImageBorders}
  175. border-top:2px solid {color:background};
  176. border-bottom:2px solid {color:background};
  177. {/block:ifSidebarImageBorders}}
  178.  
  179. #sbimg img{width:180px;
  180. max-height:300px;}
  181.  
  182. #icon{padding-left:25px;
  183. padding-top:10px;
  184. padding-bottom:10px;}
  185.  
  186. #icon img{
  187. width:128px;
  188. border-radius:158px;}
  189.  
  190. #title{font-size:20px;
  191. font-family:'Lato';
  192. width:190px;
  193. padding-left:5px;
  194. margin-bottom:12px;
  195. padding-right:5px;
  196. line-height:25px;
  197. letter-spacing:2.5px;
  198. {block:ifTitleItalic}
  199. font-style:italic;
  200. {/block:ifTitleItalic}
  201. {block:ifTitleBold}
  202. font-weight:400;
  203. {/block:ifTitleBold}
  204. {block:ifNotTitleBold}
  205. font-weight:100;
  206. {/block:ifNotTitleBold}
  207. margin-top:20px;
  208. text-align:center;}
  209.  
  210. #title a{color:{color:Title};}
  211.  
  212. #title a:hover{color:{color:Title Hover};}
  213.  
  214.  
  215. /* Post Styling */
  216.  
  217. #entries{margin-top:5%;
  218. width:500px;
  219. margin-left:40%;
  220. padding-bottom:50px;}
  221.  
  222. #posts{
  223. width:500px;
  224. border:1px solid {color:Border};
  225. margin-bottom:5px;
  226. background:white;
  227. {block:AskPage}
  228. background:none!important;
  229. border:none!important;
  230. {/block:AskPage}
  231. background:white;
  232. padding:10px;
  233. {block:PermalinkPage}
  234. margin-bottom:10px;
  235. {/block:PermalinkPage}}
  236.  
  237. #posts img, #posts li, #posts blockquote{height:auto;
  238. max-width: 100%;}
  239.  
  240. .caption{max-width:500px;
  241. height:auto;
  242. padding-left:5px;
  243. padding-right:5px;}
  244.  
  245. #posts:hover #permalink{opacity:1;
  246. -webkit-transition:all 1s ease;
  247. -moz-transition:all 1s ease;
  248. transition:all 1s ease;}
  249.  
  250. /* Text and Link Posts */
  251.  
  252. .text{padding-left:10px;
  253. padding-right:10px;}
  254.  
  255. .titles{font-size:15px;
  256. letter-spacing:1.5px;
  257. color:{color:Post Titles};
  258. {block:AskPage}
  259. padding:20px!important;
  260. text-align:center!important;
  261. {/block:AskPage}
  262. line-height:15px;
  263. padding:10px;
  264. margin-bottom:-5px;
  265. text-transform:uppercase;
  266. text-align:left;
  267. font-weight:400;}
  268.  
  269. /* Quotes */
  270.  
  271. #titlequote{text-align:center;
  272. font-size:22px;
  273. line-height:30px;
  274. padding:10px;
  275. font-weight:100;}
  276.  
  277. #source{margin-top:5px;
  278. margin-left:15px;
  279. text-align:center;}
  280.  
  281. /* Asks */
  282.  
  283. .q{margin-bottom:10px;
  284. padding:20px;
  285. opacity:.8;}
  286.  
  287. .as{text-transform:uppercase;
  288. margin-bottom:10px;
  289. font-size:10px;
  290. letter-spacing:1.5px;}
  291.  
  292. .a{margin-top:15px;
  293. padding-left:10px;
  294. padding-right:10px;}
  295.  
  296. /* Chat */
  297.  
  298. .chat ol{
  299. padding:5px;
  300. list-style:none;}
  301.  
  302. .line{padding:5px 0;}
  303.  
  304. .label{font-weight:bold;}
  305.  
  306. /* Permalink Tags and Notes */
  307.  
  308. #permalink{font-size:8px;
  309. width:500px;
  310. display:block;
  311. height:10px;
  312. text-align:left;
  313. margin-top:15px;
  314. padding-bottom:5px;
  315. text-transform:uppercase;
  316. -webkit-transition:all 1s ease;
  317. -moz-transition:all 1s ease;
  318. transition:all 1s ease;}
  319.  
  320. #permalink a{background:white;
  321. padding:3px;}
  322.  
  323. .likereblog{margin-left:455px;
  324. padding-top:5px;
  325. margin-top:-25px;}
  326.  
  327. .likereblog a{opacity:1!important;}
  328.  
  329. .tags{word-wrap:normal;
  330. line-height:25px;
  331. text-transform:none;
  332. text-align:left;
  333. width:520px;
  334. margin-left:0px;
  335. position:relative;
  336. {block:IndexPage}
  337. margin-bottom:100px;
  338. {/block:IndexPage}}
  339.  
  340. .tags a{padding:3px;
  341. border:1px solid {color:Border};
  342. background:white;
  343. margin-right:10px;
  344. font-size:9px;}
  345.  
  346. .pagenotes{{block:IndexPage}
  347. display: none!important;
  348. {/block:IndexPage}
  349. width:490px;
  350. font-size:10px;
  351. border:1px solid {color:Border};
  352. padding-left:15px;
  353. padding-right:15px;
  354. margin-top:10px;
  355. padding-top:3px;
  356. padding-bottom:5px;
  357. text-align:center;
  358. background:white;}
  359.  
  360. .pagenotes img{display:none!important;}
  361.  
  362. .pagenotes li{list-style-type:none;
  363. padding:5px 0px;
  364. text-align:left;
  365. margin:0 0 0 -40px;}
  366.  
  367. /* Pagination */
  368.  
  369. #pagination{text-align:center;
  370. font-size:10px;
  371. color:{color:Pagination};}
  372.  
  373. #pagination a{opacity:.5;
  374. color:{color:Pagination};}
  375.  
  376. #pagination a:hover{opacity:1;}
  377.  
  378. /* Credit DO NOT REMOVE */
  379.  
  380. #credit{float:right;
  381. position:fixed;
  382. bottom:10px;
  383. height:23px;
  384. font-size:8px;
  385. right:10px;
  386. opacity:.4;
  387. background:white;
  388. z-index:999;
  389. text-align:center;
  390. -webkit-transition: all 0.3s;
  391. -moz-transition: all 0.3s;
  392. -ms-transition: all 0.3s;
  393. -o-transition: all 0.3s;
  394. transition: all 0.3s;}
  395. #credit:hover{opacity:1;}
  396. #credit a:hover{opacity:1;}
  397.  
  398. #credit img{
  399. width:40px;}
  400.  
  401. {CustomCSS}
  402.  
  403. </style>
  404. </head>
  405.  
  406. <body>
  407.  
  408. <div id="sb">
  409. <div id="title"><a href="/">{Title}</a></div>
  410. <div id="links">
  411. {block:ifLink1}
  412. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  413. {/block:ifLink1}
  414. {block:ifLink2}
  415. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  416. {/block:ifLink2}
  417. {block:ifLink3}
  418. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  419. {/block:ifLink3}
  420. {block:ifLink4}
  421. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  422. {/block:ifLink4}
  423. </div>
  424. {block:ifNotNoSidebarImage}
  425. <div id="sbimg">
  426. {block:ifNotIconAsSidebarImage}
  427. <img src="{image:Sidebar Image}">
  428. {/block:ifNotIconAsSidebarImage}
  429. {block:ifIconAsSidebarImage}
  430. <div id="icon">
  431. <img src="{PortraitURL-128}"></div>
  432. {/block:ifIconAsSidebarImage}
  433. </div>
  434. {/block:ifNotNoSidebarImage}
  435. <div id="desc">{Description}</div>
  436. <div id="pagination">
  437. {block:Pagination}{block:PreviousPage}
  438. <a href="{PreviousPage}">&#171; </a>
  439. {/block:PreviousPage}{block:JumpPagination length="3"}{block:CurrentPage}
  440. <span class="current_page">{PageNumber}</span>
  441. {/block:CurrentPage}{block:JumpPage}
  442. <a class="jump_page" href="{URL}">{PageNumber}</a>
  443. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  444. <a href="{NextPage}"> &#187;</a>
  445. {/block:NextPage}{/block:Pagination}
  446. </div>
  447. </div>
  448.  
  449. <!-- Posts -->
  450.  
  451. <div id="entries" >
  452. {block:Posts}
  453.  
  454. <div id="posts">
  455.  
  456. {block:Quote}
  457.  
  458. <div id="titlequote">“{Quote}”</div>
  459. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  460. {/block:Quote}
  461.  
  462. {block:Text}
  463. {block:Title}
  464. <div class="titles">{Title}</div>{/block:Title}
  465. <div class="text">
  466. {Body}</div>
  467. {/block:Text}
  468.  
  469. {block:Link}
  470. <div class="titles"><a href="{URL}">{Name}</a></div>{block:Description}<div class="text">{Description}</div>{/block:Description}
  471. {/block:Link}
  472.  
  473. {block:Chat}
  474. {block:Title}
  475. <h1>{Title}</h1>
  476. {/block:Title}
  477. <div class="chat">
  478. <ol>{block:Lines}
  479. <li class="line {Alt}">
  480. {block:Label}
  481. <span class="label">
  482. {Label}</span>
  483. {/block:Label}{Line}</li>
  484. {/block:Lines}
  485. </ol></div>
  486. {/block:Chat}
  487.  
  488. {block:Photo}
  489. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  490. {/block:Photo}
  491.  
  492. {block:Photoset}
  493. {Photoset-500}
  494. {/block:Photoset}
  495.  
  496. {block:Video}
  497. {Video-500}
  498. {/block:Video}
  499.  
  500. {block:Audio}
  501. {block:AudioEmbed}
  502. <div class="player">
  503. {AudioEmbed-500}
  504. </div>
  505. {/block:AudioEmbed}
  506. {/block:Audio}
  507.  
  508. {block:Answer}
  509. <div class="q">
  510. <div class="as">{Asker}:</div>
  511. {Question}</div>
  512. <div class="a">{Answer}</div>
  513. {/block:Answer}
  514.  
  515. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  516.  
  517. {block:Date}
  518. <div id="permalink">
  519. <a href="{Permalink}" >{TimeAgo}</a>
  520.  
  521. {block:PermalinkPage}
  522. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{SourceURL}">source</a> {/block:ContentSource}{/block:RebloggedFrom}
  523. {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}
  524. {/block:PermalinkPage}
  525.  
  526. <table class="likereblog">
  527. <tr>
  528. <td>{ReblogButton size="13" color="gray"}</td>
  529. <td>{LikeButton size="13" color="gray"}</td></tr>
  530. </table>
  531.  
  532. </div></div>{/block:Date}
  533. <div class="tags">{block:ifShowTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}{/block:ifShowTags}</div>
  534.  
  535. {block:PostNotes}
  536. <div class="pagenotes">
  537. {PostNotes}
  538. </div>
  539. {/block:PostNotes}
  540.  
  541. {/block:Posts}
  542.  
  543. </div>
  544.  
  545.  
  546. {block:ContentSource}
  547. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  548. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  549. {/block:SourceLogo}
  550. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  551. {/block:ContentSource}
  552.  
  553. <!-- {block:NoRebloggedFrom}
  554. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  555. {/block:NoRebloggedFrom} -->
  556.  
  557. <!-- Credit -->
  558. <div id="credit">
  559. <a href="http://gretchcodes.tumblr.com"><img alt="gretchcodes" src="https://40.media.tumblr.com/4224da920bc44f032a599abb29202832/tumblr_nsvqqilqOW1qfrnkno7_r1_250.png"></a>
  560. </div>
  561.  
  562. </body>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment