gkm

03 Fresh

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