Advertisement
Guest User

actual perf bg / post alignment

a guest
Apr 19th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 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 {
  58. width: 0px; /** width of total scrollbar **/
  59. background: #fff; /** background of scrollbar you might even want to make this transparent **/}
  60.  
  61. ::-webkit-scrollbar-thumb {
  62. background: #ccc; /** the part that moves**/}
  63.  
  64. body {
  65. background-color:{color:background};
  66. background-image: url('{image:background}');
  67. background-position: {text:background position};
  68. background-repeat: no-repeat;
  69. background-attachment: fixed;
  70. line-height:110%;
  71. color:{color:text};
  72. font-family:{font:body font};
  73. font-size: {text:text size};}
  74.  
  75. a {
  76. text-decoration:none;
  77. outline:none;
  78. -moz-outline-style:none;
  79. color:{color:link};
  80. -webkit-transition: all 0.7s ease;
  81. -moz-transition: all 0.7s ease;
  82. -o-transition: all 0.7s ease;}
  83.  
  84. a:hover {
  85. color:{color:hover};
  86. -webkit-transition: all 0.7s ease;
  87. -moz-transition: all 0.7s ease;
  88. -o-transition: all 0.7s ease;}
  89.  
  90. blockquote {
  91. padding:2px 7px;
  92. margin:3px 0 3px 8px;
  93. border-left:1px dashed {color:line};
  94. background-color:{color:blockquote};}
  95.  
  96. blockquote img {
  97. max-width:100%;}
  98.  
  99. b, strong {
  100. color:{color:bold};}
  101.  
  102. i, em {
  103. color:{color:italic};}
  104.  
  105. small,sup,sub {
  106. font-size:{text:Text Size}}
  107.  
  108. big {
  109. font-size:12px;}
  110.  
  111. pre {
  112. color:{color:pretext};
  113. background-color:{color:pre};
  114. font-size:10px;
  115. padding:20px;
  116. white-space: pre-wrap; /* css-3 */
  117. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  118. white-space: -pre-wrap; /* Opera 4-6 */
  119. white-space: -o-pre-wrap; /* Opera 7 */
  120. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  121.  
  122. {block:IfGreyscale}
  123.  
  124. img {
  125. -webkit-filter:grayscale(100%);
  126. -webkit-transition: all 0.9s ease-in-out;
  127. -moz-transition: all 0.9s ease-in-out;
  128. -o-transition: all 0.9s ease-in-out;
  129. -ms-transition: all 0.9s ease-in-out;
  130. transition: all 0.9s ease-in-out;}
  131.  
  132. img:hover {
  133. -webkit-filter:none;}
  134.  
  135. .html_photoset {
  136. -webkit-filter: grayscale(100%);
  137. -webkit-transition: all 0.9s ease-in-out;
  138. -moz-transition: all 0.9s ease-in-out;
  139. -o-transition: all 0.9s ease-in-out;
  140. -ms-transition: all 0.9s ease-in-out;
  141. transition: all 0.9s ease-in-out;}
  142.  
  143. .html_photoset:hover {
  144. -webkit-filter: none;}
  145.  
  146. {/block:IfGreyscale}
  147.  
  148. img {
  149. max-width:100%;}
  150.  
  151. h1 {
  152. font-size:16px;
  153. font-family:'Lato', sans-serif;
  154. font-weight: 300;
  155. letter-spacing: 1.5px;
  156. line-height: 130%;
  157. color:{color:text};}
  158.  
  159. #post {
  160. line-height:19.6000003814697px;
  161. width:200px;
  162. padding-bottom:0px;
  163. margin-top:90px;
  164. margin-bottom:0px;
  165. text-align: left;
  166. margin-left: 70px;}
  167.  
  168. #post img {
  169. max-width: 100%;}
  170.  
  171. #container {
  172. border: 0px solid {color:border};
  173. background:transparent;
  174. width: 540px;
  175. height:{text:post height}px;
  176. top: {text:post margin top}px;
  177. left:{text:post margin left}px;
  178. z-index:999;
  179. position:relative;
  180. overflow-y:scroll;
  181. overflow-x:hidden;}
  182.  
  183. #side {
  184. position:fixed;
  185. left:{text:sidebar margin left}px;
  186. top:{text:sidebar margin top}px;
  187. width:400px;
  188. height: 40px;
  189. background:transparent;}
  190.  
  191. #title {
  192. text-align: left;
  193. text-transform:lowercase;
  194. font-weight:200;
  195. font-size: 0px;
  196. position: absolute;
  197. margin-top:18px;
  198. height: 40px;
  199. color:{color:title};
  200. letter-spacing:3px;}
  201.  
  202. #subtitle {
  203. position:fixed;
  204. color:{color:description};
  205. text-transform:lowercase;
  206. font-style: italic;}
  207.  
  208. #description {
  209. line-height:100%;
  210. margin-top:30px;
  211. padding:20px;
  212. width: 250px;
  213. color:{color:description};
  214. text-align: center;
  215. font-size: 11px;
  216. letter-spacing: 1px;}
  217.  
  218. .info {
  219. padding-top:5px;
  220. border-top:1px dashed {color:line};
  221. font-size:14px;
  222. text-align:center;
  223. margin-top:30px;
  224. line-height:15px;}
  225.  
  226. .tag {
  227. margin-top:3px;
  228. text-align:center;
  229. font-size:9px;
  230. font-style:normal;
  231. line-height:18px;}
  232.  
  233. .tag a {
  234. padding:5px;}
  235.  
  236. #asker {
  237. z-index:9999999999 !important;
  238. margin-left:20px;
  239. margin-top:-52px;
  240. margin-right:10px;}
  241.  
  242. #askurl {
  243. font-size:20px;
  244. letter-spacing:3px;
  245. margin-left:70px;
  246. margin-top:-25px;
  247. margin-right:5px;}
  248.  
  249. #question {
  250. font-size: {text:text size};
  251. margin-left:70px;
  252. margin-right:40px;
  253. padding:10px;
  254. text-align:justify;}
  255.  
  256. #quote {
  257. font-size:16px;
  258. font-family:'Lato', sans-serif;
  259. text-align: center;
  260. font-weight: 300;
  261. letter-spacing: 1.5px;
  262. line-height: 130%;
  263. padding-bottom: 10px;}
  264.  
  265. #cover {
  266. position: relative;
  267. z-index: 1;
  268. height: 80px;
  269. float:left;
  270. margin:4px;
  271. box-shadow:0px 0px 5px {color:box shadow};}
  272.  
  273. #button {
  274. width:20px;
  275. height:30px;
  276. overflow: hidden;
  277. position: relative;
  278. z-index: 99;
  279. margin: 15px 24px 13px 16px;}
  280.  
  281. #buttons {
  282. background-color: #fff;
  283. position: absolute;
  284. z-index: 99;
  285. margin-top: 15px;
  286. margin-left: 15px;
  287. opacity: 0;
  288. -webkit-transition: opacity 0.5s linear;
  289. -webkit-transition: all 0.5s linear;
  290. -moz-transition: all 0.5s linear;
  291. -o-transition: all 0.5s linear;}
  292.  
  293. #post:hover #buttons {
  294. opacity:1;}
  295.  
  296. #musicinfo {
  297. margin-left: 110px;
  298. font-size:10px;
  299. min-height:70px;
  300. text-align:left;
  301. position: relative;}
  302.  
  303. .note {
  304. text-transform:uppercase;
  305. width:300px;
  306. font-style:normal;
  307. letter-spacing:0px;
  308. font-size: 9px;
  309. text-align:left;
  310. line-height:100%;
  311. margin-left:19px;}
  312.  
  313. .note li {
  314. list-style-type:none;
  315. border-bottom:1px solid {color:line};
  316. padding:10px 25px 10px 25px;
  317. text-align:left;
  318. -moz-transition-duration:0.5s;
  319. -webkit-transition-duration:0.5s;
  320. -o-transition-duration:0.5s;}
  321.  
  322. .note img.avatar {
  323. margin-right: 10px;
  324. width: 16px;
  325. height: 16px;}
  326.  
  327. #links {
  328. text-align:center;}
  329.  
  330. #links a {
  331. display:inline-block;
  332. font-size:12px;
  333. color:{color:grey};
  334. line-height:930px;
  335. text-align:center;
  336. width:22px;
  337. font-weight:normal;
  338. text-transform:uppercase;
  339. letter-spacing:1px;}
  340.  
  341. #links a:hover {
  342. opacity:0.7;
  343. color:{color:hover};}
  344.  
  345. div#qTip {
  346. background-color:{color:background};
  347. border:1px dashed {color:description};
  348. padding: 6px;
  349. display: none;
  350. text-align: center;
  351. position: absolute;
  352. font-size:12px;
  353. line-height:10px;
  354. z-index: 9999999;
  355. color: {color:title};
  356. letter-spacing: 1px;}
  357.  
  358. </style></head><body>
  359.  
  360. <div id="side">
  361.  
  362. <div id="title">{title}</div>
  363.  
  364. <div id="description">{Description}<p>{block:Pagination}
  365. {block:PreviousPage}<a href="{PreviousPage}"><big>⇜</big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big>⇝</big></a>
  366. {/block:NextPage}
  367. {/block:Pagination}<p>
  368. <div id="links">
  369. <a href="/" title="home">I</a>
  370. <a href="/ask" title="questions">II</a>
  371. <a href="/submit" title="submit">III</a>
  372. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">IV</a>{/block:iflink1}
  373. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">V</a>{/block:iflink2}
  374. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">VI</a>{/block:iflink3}
  375. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">VII</a>{/block:iflink4}
  376. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">VIII</a>{/block:iflink5}
  377. <a href="http://octomoosey.tumblr.com/" title="theme">©</a></div>
  378.  
  379. </div>
  380. </div>
  381.  
  382. </div>
  383.  
  384. </div></div>
  385.  
  386. <div id="container">
  387.  
  388. {block:Posts}
  389.  
  390. <div id="post">
  391.  
  392. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  393.  
  394. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  395.  
  396. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  397.  
  398. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  399.  
  400. {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}
  401.  
  402. {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>
  403. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  404. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  405. {/block:ExternalAudio}<br><br>
  406. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  407.  
  408. {block:Video}
  409. {Video-400}
  410. {block:Caption}{Caption}{/block:Caption}
  411. {/block:Video}
  412.  
  413. {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}
  414.  
  415. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  416. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  417.  
  418. <div class="info">
  419. {block:date}<a href="{Permalink}"> posted;
  420. {block:Date}{TimeAgo}</a>{/block:Date}
  421. {block:NoteCount}
  422. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}"> - reblog</a><br>
  423.  
  424. {block:RebloggedFrom}
  425. via; <a href="{ReblogParentURL}">{ReblogParentName}</a>
  426. source; <a href="{ReblogRootURL}">{ReblogRootName}</a>
  427. {/block:RebloggedFrom}
  428. </div>
  429.  
  430. <div class="tag">{block:HasTags}{block:Tags}♱ <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  431. </div>
  432.  
  433. {block:PostNotes}
  434. <div class="note">
  435. {PostNotes}
  436. </div>
  437. {/block:PostNotes}
  438.  
  439. {/block:Posts}
  440.  
  441. </div>
  442.  
  443. {block:ContentSource}
  444. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  445. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  446. {/block:SourceLogo}
  447. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  448. {/block:ContentSource}
  449. </div>
  450.  
  451. </div>
  452.  
  453. </div>
  454.  
  455. </body>
  456. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement