Advertisement
NitrogenFixation

what a GRAPE theme [rimshot]

Mar 9th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.80 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#fff"/>
  12. <meta name="color:postbg" content="#fff"/>
  13. <meta name="color:nav" content="#fff"/>
  14. <meta name="color:navbg" content="#222"/>
  15. <meta name="color:navbghover" content="#333"/>
  16. <meta name="color:text" content="#1b1919"/>
  17. <meta name="color:title" content="#1b1919"/>
  18. <meta name="color:description" content="#1b1919"/>
  19. <meta name="color:link" content="#b8b8b8"/>
  20. <meta name="color:hover" content="#b8b8b8"/>
  21. <meta name="color:scrollbar" content="#999"/>
  22. <meta name="color:border" content="#000"/>
  23. <meta name="color:bold" content="#a50000" />
  24. <meta name="color:italic" content="#a50000" />
  25. <meta name="color:blockquote" content="#000000" />
  26. <meta name="color:pre" content="#000000" />
  27. <meta name="color:pretext" content="#000000" />
  28.  
  29. <meta name="image:background" content=""/>
  30.  
  31. <meta name="if:greyscale" content="1"/>
  32. <meta name="font:body font" content="Gibson">
  33. <meta name="text:text size" content="11px" />
  34.  
  35. <meta name="text:post margin left" content="80"/>
  36. <meta name="text:post margin top" content="100"/>
  37. <meta name="text:post height" content="500"/>
  38. <meta name="text:sidebar margin left" content="650"/>
  39. <meta name="text:sidebar margin top" content="90"/>
  40. <meta name="text:background position" content="bottom right"/>
  41.  
  42. <meta name="text:link 1" content="link 1"/>
  43. <meta name="text:link 1 url" content="/"/>
  44. <meta name="text:link 2" content="link 2"/>
  45. <meta name="text:link 2 url" content="/"/>
  46. <meta name="text:link 3" content="link 3"/>
  47. <meta name="text:link 3 url" content="/"/>
  48. <meta name="text:link 4" content="link 4"/>
  49. <meta name="text:link 4 url" content="/"/>
  50. <meta name="text:link 5" content="link 5"/>
  51. <meta name="text:link 5 url" content="/"/>
  52.  
  53. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar-track {
  58.  
  59. background-color: transparent;}
  60.  
  61. ::-webkit-scrollbar {
  62. width: 5px;}
  63.  
  64. ::-webkit-scrollbar-thumb {
  65. background-color:#81718c;
  66. }
  67.  
  68. body {
  69. background-color:{color:background};
  70. background-image: url('{image:background}');
  71. background-position: {text:background position};
  72. background-repeat: no-repeat;
  73. background-attachment: relative;
  74. line-height:110%;
  75. color:{color:text};
  76. font-family:{font:body font};
  77. font-size: {text:text size};}
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. -webkit-transition: all 0.7s ease;
  85. -moz-transition: all 0.7s ease;
  86. -o-transition: all 0.7s ease;}
  87.  
  88. a:hover {
  89. color:{color:hover};
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;}
  93.  
  94. blockquote {
  95. padding:2px 7px;
  96. margin:3px 0 3px 8px;
  97. border-left:1px dashed {color:line};
  98. background-color:{color:blockquote} 100% transparent}
  99.  
  100. blockquote img {
  101. max-width:100%;}
  102.  
  103. b, strong {
  104. color:{color:bold};}
  105.  
  106. i, em {
  107. color:{color:italic};}
  108.  
  109. small,sup,sub {
  110. font-size:{text:Text Size}}
  111.  
  112. big {
  113. font-size:12px;}
  114.  
  115. pre {
  116. color:{color:pretext};
  117. background-color:{color:pre};
  118. font-size:10px;
  119. padding:20px;
  120. white-space: pre-wrap; /* css-3 */
  121. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  122. white-space: -pre-wrap; /* Opera 4-6 */
  123. white-space: -o-pre-wrap; /* Opera 7 */
  124. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  125.  
  126. {block:IfGreyscale}
  127.  
  128. img {
  129. -webkit-filter:grayscale(100%);
  130. -webkit-transition: all 0.9s ease-in-out;
  131. -moz-transition: all 0.9s ease-in-out;
  132. -o-transition: all 0.9s ease-in-out;
  133. -ms-transition: all 0.9s ease-in-out;
  134. transition: all 0.9s ease-in-out;}
  135.  
  136. img:hover {
  137. -webkit-filter:none;}
  138.  
  139. .html_photoset {
  140. -webkit-filter: grayscale(100%);
  141. -webkit-transition: all 0.9s ease-in-out;
  142. -moz-transition: all 0.9s ease-in-out;
  143. -o-transition: all 0.9s ease-in-out;
  144. -ms-transition: all 0.9s ease-in-out;
  145. transition: all 0.9s ease-in-out;}
  146.  
  147. .html_photoset:hover {
  148. -webkit-filter: none;}
  149.  
  150. {/block:IfGreyscale}
  151.  
  152. img {
  153. max-width:100%;}
  154.  
  155. h1 {
  156. font-size:16px;
  157. font-family:{font:body font}
  158. font-weight: 300;
  159. letter-spacing: 1.5px;
  160. line-height: 130%;
  161. color:{color:text};}
  162.  
  163. #post {
  164. line-height:19.6000003814697px;
  165. width:400px;
  166. padding-bottom:0px;
  167. margin-top:90px;
  168. margin-bottom:0px;
  169. text-align: left;
  170. margin-left: 70px;}
  171.  
  172. #post img {
  173. max-width: 100%;}
  174.  
  175. #container {
  176. border: 0px solid {color:border};
  177. background:rgba(226, 224, 245, 0);
  178. width: 540px;
  179. height:{text:post height}px;
  180. top: {text:post margin top}px;
  181. left:{text:post margin left}px;
  182. z-index:999;
  183. position:fixed;
  184. overflow-y:scroll;
  185. overflow-x:hidden;}
  186.  
  187. #side {
  188. position:fixed;
  189. left:{text:sidebar margin left}px;
  190. top:{text:sidebar margin top}px;
  191. width:400px;
  192. height: 40px;
  193. background:transparent;}
  194.  
  195. #title {
  196. text-align: left;
  197. text-transform:capitalize;
  198. font-weight:200;
  199. font-size: 29px;
  200. position: absolute;
  201. margin-top:18px;
  202. height: 40px;
  203. color:{color:title};
  204. letter-spacing:3px;}
  205.  
  206. #subtitle {
  207. position:fixed;
  208. color:{color:description};
  209. text-transform:lowercase;
  210. font-style: italic;}
  211.  
  212. #pagination {
  213. position:fixed;
  214. left:690px;
  215. top:259px;
  216. width:100px;
  217. height:40px;
  218. background:transparent;}
  219.  
  220. #pagination a {
  221.  
  222. display:inline-block;
  223. font-size:25px;
  224. color:{color:nav};
  225. line-height:41px;
  226. text-align:CENTER;
  227. width:-100px;
  228. font-weight:normal;
  229. text-transform:uppercase;
  230. letter-spacing:25px;}
  231.  
  232. #description {
  233. line-height:100%;
  234. margin-top:30px;
  235. padding:20px;
  236. width: 350px;
  237. color:{color:description};
  238. text-align: center;
  239. font-size: 11px;
  240. letter-spacing: 1px;}
  241.  
  242.  
  243. .info {
  244. padding-top:5px;
  245. border-top:1px dashed {color:line};
  246. font-size:14px;
  247. text-align:center;
  248. margin-top:30px;
  249. line-height:15px;}
  250.  
  251. .tag {
  252. margin-top:3px;
  253. text-align:center;
  254. font-size:10px;
  255. font-style:normal;
  256. line-height:18px;}
  257.  
  258. .tag a {
  259. padding:5px;}
  260.  
  261. #asker {
  262. z-index:9999999999 !important;
  263. margin-left:20px;
  264. margin-top:-52px;
  265. margin-right:10px;}
  266.  
  267. #askurl {
  268. font-size:20px;
  269. letter-spacing:3px;
  270. margin-left:70px;
  271. margin-top:-25px;
  272. margin-right:5px;}
  273.  
  274. #question {
  275. font-size: {text:text size};
  276. margin-left:70px;
  277. margin-right:40px;
  278. padding:10px;
  279. text-align:justify;}
  280.  
  281. #quote {
  282. font-size:16px;
  283. font-family:'Lato', sans-serif;
  284. text-align: center;
  285. font-weight: 300;
  286. letter-spacing: 1.5px;
  287. line-height: 130%;
  288. padding-bottom: 10px;}
  289.  
  290. #cover {
  291. position: relative;
  292. z-index: 1;
  293. height: 80px;
  294. float:left;
  295. margin:4px;
  296. box-shadow:0px 0px 5px {color:box shadow};}
  297.  
  298. #button {
  299. width:20px;
  300. height:30px;
  301. overflow: hidden;
  302. position: relative;
  303. z-index: 99;
  304. margin: 15px 24px 13px 16px;}
  305.  
  306. #buttons {
  307. background-color: #fff;
  308. position: absolute;
  309. z-index: 99;
  310. margin-top: 15px;
  311. margin-left: 15px;
  312. opacity: 0;
  313. -webkit-transition: opacity 0.5s linear;
  314. -webkit-transition: all 0.5s linear;
  315. -moz-transition: all 0.5s linear;
  316. -o-transition: all 0.5s linear;}
  317.  
  318. #post:hover #buttons {
  319. opacity:1;}
  320.  
  321. #musicinfo {
  322. margin-left: 110px;
  323. font-size:10px;
  324. min-height:70px;
  325. text-align:left;
  326. position: relative;}
  327.  
  328. .note {
  329. text-transform:uppercase;
  330. width:430px;
  331. font-style:normal;
  332. letter-spacing:0px;
  333. font-size: 10px;
  334. text-align:left;
  335. line-height:100%;
  336. margin-left:-7px;}
  337.  
  338. .note li {
  339. list-style-type:none;
  340. border-bottom:1px solid {color:line};
  341. padding:10px 25px 10px 25px;
  342. text-align:left;
  343. -moz-transition-duration:0.5s;
  344. -webkit-transition-duration:0.5s;
  345. -o-transition-duration:0.5s;}
  346.  
  347. .note img.avatar {
  348. margin-right: 10px;
  349. width: 16px;
  350. height: 16px;}
  351.  
  352. #links {
  353. position: absolute;
  354. text-align:center;
  355. margin-top:100px;
  356. margin-left:50px;
  357. }
  358.  
  359. #links a {
  360. display:block;
  361. float:bottom;
  362. font-size:30px;
  363. color:{color:nav};
  364. line-height:41px;
  365. text-align:CENTER;
  366. width:-100px;
  367. font-weight:normal;
  368. text-transform:uppercase;
  369. letter-spacing:25px;}
  370.  
  371. #links a:hover {
  372. opacity:0.7;
  373. color:{color:hover};}
  374.  
  375. div#qTip {
  376. background-color:{color:background};
  377. border:1px dashed {color:description};
  378. padding: 6px;
  379. display: none;
  380. text-align: center;
  381. position: absolute;
  382. font-size:12px;
  383. line-height:10px;
  384. z-index: 9999999;
  385. color: {color:link};
  386. letter-spacing: 1px;}
  387.  
  388. </style></head><body>
  389.  
  390. <div id="links">
  391. <a href="/" title="home">✖</a>
  392. <a href="/ask" title="questions">✖</a>
  393. <a href="/submit" title="submit">✖</a>
  394. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">✖</a>{/block:iflink1}
  395. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">✖</a>{/block:iflink2}
  396. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">✖</a>{/block:iflink3}
  397. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">✖</a>{/block:iflink4}
  398. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">✖</a>{/block:iflink5}
  399. <a href="http://octomoosey.tumblr.com/" title="theme">✖</a>
  400. </div>
  401.  
  402.  
  403. <div id="side">
  404.  
  405. <div id="pagination"><p>{block:Pagination}
  406. {block:PreviousPage}<a href="{PreviousPage} "title="previous page">◀</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage} "title="next page">▶</a>
  407. {/block:NextPage}
  408. {/block:Pagination}<p></div>
  409.  
  410.  
  411.  
  412. <div id="description">{Description}</div>
  413.  
  414. </div>
  415. </div>
  416.  
  417. </div></div>
  418.  
  419. <div id="container">
  420.  
  421. {block:Posts}
  422.  
  423. <div id="post">
  424.  
  425. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  426.  
  427. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  428.  
  429. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  430.  
  431. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  432.  
  433. {block:Quote}<div id="quote">{Quote}</div><br>{block:Source}<b><div style="font-family: courier new; font-size: 11px; text-align: center;">{Source}</div></b>{/block:Source}{/block:Quote}
  434.  
  435. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  436. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  437. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  438. {/block:ExternalAudio}<br><br>
  439. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  440.  
  441. {block:Video}
  442. {Video-400}
  443. {block:Caption}{Caption}{/block:Caption}
  444. {/block:Video}
  445.  
  446. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  447.  
  448. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  449. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  450.  
  451. <div class="info">
  452. {block:date}<a href="{Permalink}"> posted;
  453. {block:Date}{TimeAgo}</a>{/block:Date}
  454. {block:NoteCount}
  455. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}"> - reblog</a><br>
  456.  
  457. {block:RebloggedFrom}
  458. via; <a href="{ReblogParentURL}">{ReblogParentName}</a>
  459. source; <a href="{ReblogRootURL}">{ReblogRootName}</a>
  460. {/block:RebloggedFrom}
  461. </div>
  462.  
  463. <div class="tag">{block:HasTags}{block:Tags}✧ <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  464. </div>
  465.  
  466. {block:PostNotes}
  467. <div class="note">
  468. {PostNotes}
  469. </div>
  470. {/block:PostNotes}
  471.  
  472. {/block:Posts}
  473.  
  474. </div>
  475.  
  476. {block:ContentSource}
  477. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  478. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  479. {/block:SourceLogo}
  480. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  481. {/block:ContentSource}
  482. </div>
  483.  
  484. </div>
  485.  
  486. </div>
  487.  
  488. </body>
  489. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement