Advertisement
qfabraywrites

THEME #03 – THESE FOOLISH THINGS

Dec 28th, 2014
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.17 KB | None | 0 0
  1. <!-- theme 03 – THESE FOOLISH THINGS
  2. by QFABRAYWRITES @ tumblr
  3. special thanks to ONLYSEWENTEEN @ tumblr
  4. editing is fine, but please don't remove my credits!
  5. enjoy! -->
  6. <html><head>
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#ffeaf7" />
  10. <meta name="color:border" content="#552222" />
  11. <meta name="color:sbarbg" content="#000" />
  12. <meta name="color:sidebar" content="#fff" />
  13. <meta name="color:navigation" content="#8d7db5" />
  14. <meta name="color:nav hover" content="#4d4a73" />
  15. <meta name="color:nav text" content="#fff" />
  16. <meta name="color:nav border" content="#000" />
  17. <meta name="color:entries" content="#fff"/>
  18. <meta name="color:info" content="#fff"/>
  19. <meta name="color:title" content="#900c09" />
  20. <meta name="color:text" content="#000" />
  21. <meta name="color:pre text" content="#fff" />
  22. <meta name="color:prebg" content="#000" />
  23. <meta name="color:link" content="#900c09" />
  24. <meta name="color:link hover" content="#000" />
  25.  
  26.  
  27. <meta name="image:background" content=""/>
  28. <meta name="image:sbarimg1" content=""/>
  29. <meta name="image:sbarbg" content=""/>
  30.  
  31. <meta name="text:home title" content="home" />
  32. <meta name="text:ask title" content="ask" />
  33. <meta name="text:link1" content="" />
  34. <meta name="text:link1 title" content="link1" />
  35. <meta name="text:link2" content="" />
  36. <meta name="text:link2 title" content="link2" />
  37. <meta name="text:link3" content="" />
  38. <meta name="text:link3 title" content="link3" />
  39. <meta name="text:link4" content="" />
  40. <meta name="text:link4 title" content="link4" />
  41.  
  42. <meta name="text:quote" content="type your quote here!" />
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  46.  
  47. <title>{Title}</title>
  48.  
  49. <link rel="shortcut icon" href="{Favicon}">
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56.  
  57. bbody {
  58. color:{color:text};
  59. text-align:justify;
  60. font-size:10px;
  61. font-family:{font:body};
  62. background-color:{color:background};
  63. background-image:url('{image:background}');
  64. background-attachment:fixed}
  65. a {
  66. color:{color:link};
  67. text-decoration:none}
  68.  
  69. a:hover {
  70. color:{color:link hover};
  71. text-decoration:none;
  72. -webkit-transition: all 0.5s ease-out;
  73. -moz-transition: all 0.5s ease-out;
  74. transition: all 0.5s ease-out}
  75.  
  76. b, strong {color:{color:title}}
  77. i, em {color:{color:text}}
  78. p {margin-top:5px; margin-bottom:5px}
  79. blockquote {
  80. border-left:2px solid {color:title};
  81. padding-left:5px;
  82. margin:0px 2px 0px 10px}
  83. pre {
  84. font-family: arial;
  85. font-size:12px;
  86. font-weight: bold;
  87. font-style:italic;
  88. text-shadow: 1px 1px 0px #000000;
  89. background-color:{color:prebg};
  90. padding:0px;
  91. margin-top:5px;
  92. margin-bottom:5px;
  93. text-align:center;
  94. letter-spacing: 0.5px;
  95. font-style:italic;
  96. word-wrap: break-word;
  97. color:{color:pre text};
  98. }
  99.  
  100. #title1 {
  101. font-size:20px;
  102. font-family:arial;
  103. color:{color:title};
  104. margin-bottom:6px;
  105. letter-spacing:-1px;
  106. text-align:center;
  107. font-weight: bold;
  108. text-transform:uppercase;
  109. font-style:italic;
  110. text-shadow: 1px 1px 0px #000000;
  111. }
  112. #title2 {
  113. font-size:14px;
  114. font-family:arial;
  115. margin-bottom:6px;
  116. color:{color:title};
  117. letter-spacing:-1px;
  118. text-align:center;
  119. text-transform:uppercase;
  120. font-style:italic;
  121. text-shadow: 1px 1px 0px #000000;
  122. }
  123.  
  124. #quote {
  125. font-size:16px;
  126. font-family:arial;
  127. margin-bottom:6px;
  128. color:{color:title};
  129. letter-spacing:-0.5px;
  130. text-align:center;
  131. position:fixed;
  132. width:208px;
  133. text-transform:uppercase;
  134. font-weight: bold;
  135. font-style:italic;
  136. text-shadow: 1px 1px 0px #000000;
  137. }
  138.  
  139. #sbartitle {
  140. font-size:14px;
  141. font-family:arial;
  142. color:{color:title};
  143. margin-bottom:5px;
  144. letter-spacing:-1px;
  145. text-align:center;
  146. font-weight: bold;
  147. text-transform:uppercase;
  148. font-style:italic;
  149. text-shadow: 1px 1px 0px #000000;
  150. }
  151.  
  152. #entrybar {
  153. padding: 5px;
  154. margin-bottom: 20px;
  155. width:522px;
  156. height:auto;
  157. margin-left:0px;
  158. margin-top:20px;
  159. background-color:{color:sidebar};
  160. border:1px solid {color:border};
  161. background-image:url('{image:sbarbg}');}
  162.  
  163. #entries {
  164. font-size:10px;
  165. margin-left:580px;
  166. margin-top:30px;
  167. float: center;
  168. text-align: justify;}
  169.  
  170. #posts {
  171. border:1px {color:border} solid;
  172. background-color: {color:entries};
  173. font-size:10px;
  174. padding: 10px;
  175. width: 500px;
  176. line-height:120%;
  177. color:{color:text};
  178. text-align: justify;
  179. overflow:hidden;}
  180.  
  181. #sbarbar {
  182. border-radius: 0px;
  183. float:left;
  184. position:fixed;
  185. width:510px;
  186. height:404px;
  187. margin-left:40px;
  188. margin-top:50px;
  189. background-color:transparent;
  190. background-image:url('{image:sbarbg}');
  191. background-attachment:fixed;
  192. border: {color:border} solid 1px; }
  193.  
  194. #sidebar1 {
  195. border: {color:border} solid 1px;
  196. float:center;
  197. margin-left:5px;
  198. margin-top:5px;
  199. position:fixed;
  200. width:250px;
  201. height:173px;
  202. overflow:hidden;
  203. padding:6px 8px 6px 8px;
  204. background-color:#ffffff}
  205.  
  206. #sidebar2 {
  207. border: {color:border} solid 1px;
  208. float:center;
  209. margin-left:277px;
  210. margin-top:5px;
  211. position:fixed;
  212. width:222px;
  213. height:85px;
  214. overflow:hidden;
  215. padding:2px;
  216. background-color:#ffffff}
  217.  
  218. #sidebar3 {
  219. border: {color:border} solid 1px;
  220. float:center;
  221. margin-left:5px;
  222. margin-top:197px;
  223. position:fixed;
  224. width:498px;
  225. height:200px;
  226. overflow:hidden;
  227. background-color:transparent}
  228.  
  229. #sidebar4 {
  230. border: {color:border} solid 1px;
  231. float:center;
  232. margin-top:8px;
  233. margin-left:-3px;
  234. position:fixed;
  235. width:209.5px;
  236. height:78px;
  237. overflow:hidden;
  238. padding:6px 8px 6px 8px;
  239. background-color:#ffffff}
  240.  
  241. #sbarimg1 {
  242. float:left;
  243. position:fixed;
  244. width:500px;
  245. height:302px;
  246. margin-left:-5px;
  247. margin-right:5px;
  248. margin-top:25px;
  249. background-color:#fff;
  250. background-image:url('{image:sbarimg1}');
  251. background-attachment:none;
  252. background-size:auto;
  253. background-position:top left;
  254. background-repeat:no-repeat;
  255. border:1px solid {color:border};}
  256.  
  257.  
  258. #description {
  259. height:153px;
  260. font-family:{font:body};
  261. font-size:10px;
  262. margin-top:-3px;
  263. line-height:10px;
  264. color:{color:text};
  265. text-align:justify;
  266. font-style:normal;
  267. background-color:transparent;
  268. }
  269.  
  270. #nav {
  271. text-align:center;
  272. margin-left:-2px;
  273. }
  274.  
  275. #nav a {
  276. display:inline-block;
  277. width:106.5px;
  278. height:8.5px;
  279. padding:8px 0;
  280. margin-left:1.4px;
  281. margin-top:1px;
  282. margin-right:-1px;
  283. margin-bottom:1px;
  284. background-color:{color:navigation};
  285. color:{color:nav text};
  286. font-size:15px;
  287. font-family: arial;
  288. font-weight: bold;
  289. line-height:9px;
  290. font-style:italic;
  291. border:1px solid {color:nav border};
  292. text-shadow: 1px 1px 0px #000000;
  293. -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; transition: all 0.5s ease-in}
  294.  
  295. #nav a:hover {
  296. background-color:{color:nav hover};
  297. border:1px solid {color:nav border};
  298. color:{color:navigation text hover};
  299. text-shadow: 1px 1px 0px #000000;
  300. box-shadow:1px 1px 1px #000000;
  301. font-style:italic;
  302. font-weight:bold}
  303.  
  304.  
  305. .pagination {
  306. font-size:18px;
  307. text-align:center;
  308. font-weight: bold;
  309. font-style:italic;
  310. text-shadow: 1px 1px 0px #000000;
  311. margin-top:;}
  312. .pagination a {
  313. color:{color:navigation}}
  314. .pagination a:hover {
  315. color:{color:nav hover};
  316. border:none}
  317.  
  318.  
  319.  
  320. #info {
  321. width:510px;
  322. background-color:{color:info};
  323. color:{color:text};
  324. font-size:10px;
  325. line-height:90%;
  326. padding:5px;
  327. margin-top:2px;
  328. text-align:center;
  329. letter-spacing:-0.5px;
  330. border:1px solid {color:border};}
  331. #info a {color:{color:link};}
  332. #info a:hover {color:{color:text};}
  333.  
  334. #tags {
  335. letter-spacing: -0.5px;
  336. font-family: georgia;
  337. background-color:{color:boxes};
  338. color:{color:text};
  339. text-align:center;
  340. font-style:italic;
  341. text-transform:lowercase;
  342. font-style:none;
  343. }
  344.  
  345.  
  346. .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  347. .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  348. .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  349. .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  350. .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  351. .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  352. .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  353. .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  354. .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  355. .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  356. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  357.  
  358. #ask {
  359. text-align:center;
  360. line-height:120%;
  361. color:{color:text};
  362. padding:5px;
  363. padding-bottom:10px;
  364. padding-top:5px;
  365. }
  366.  
  367.  
  368. #asker img {
  369. margin-left:-2px;
  370. margin-bottom:-15px;
  371. border-radius:50px;
  372. padding:5px;
  373. padding-bottom:5px;
  374. }
  375.  
  376. #ans {
  377. text-align:left;
  378. padding:0px;
  379. color:{color:text};
  380. }
  381.  
  382. #audio {border-radius:100%; width:100%; height:100px; margin-bottom:10px}
  383.  
  384. .albumart { border-radius:100%; padding: 2px; border: 1px #f1f1f1 solid; float:left; width:100px; height:100px}
  385.  
  386. .player {border-radius:100%; margin-left:2px; margin-top:2px; padding:11px; display:block; height:80px; width:80px; overflow:hidden; position:absolute; opacity:0.3; background:#fff; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  387.  
  388. .player:hover { opacity:0.7; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  389.  
  390. .audioplayer {width:24px; height:24px; margin:28px 0 0 28px; overflow:hidden}
  391.  
  392. .audioinfo {margin-left:105px; height:54px; line-height:150%; font:10px georgia; color:{color:text}; padding:26px 5px 24px 10px; text-align:left}
  393.  
  394. .tracktitle {color:{color:title}; margin-bottom:-10px; text-transform: uppercase; font-size: 10px;}
  395.  
  396. #source {
  397. margin-top:3px;
  398. text-align:right;
  399. margin-bottom:5px;
  400. font-size:10px}
  401.  
  402.  
  403. #credit a {
  404. font-style:italic;
  405. border:1px dotted #000;
  406. background-color:#fff;
  407. text-align: center;
  408. text-transform: lowercase;
  409. font-family: arial;
  410. font-weight: bold;
  411. text-shadow: 1px 1px 0px #000000;
  412. position:fixed;
  413. font-size:11px;
  414. color:{color:navigation};
  415. padding: 3px;
  416. bottom:10px;
  417. right:10px
  418. }
  419.  
  420. #credit a:hover {
  421. text-shadow: 1px 1px 0px #000;
  422. color:{color:title};
  423. }
  424.  
  425. </style>
  426. </head>
  427.  
  428. <body>
  429.  
  430.  
  431. <div id="sbarbar">
  432. <div id="sidebar3"><div class="sbarimg" align="center"><img src="{image:sbarimg1}" /></div></div>
  433. <div id="sidebar1"><div id="description">{block:Description}{Description}{/block:Description}</div>
  434. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">travel</a>{/block:NextPage}</div>
  435. </div>
  436.  
  437. <div id="sidebar2">
  438. <div id="nav">
  439. <a href="/" >{text:home title}</a>
  440. <a href="/ask" >{text:ask title}</a><br>
  441. <a href="{text:link1}" >{text:link1 title}</a>
  442. <a href="{text:link2}" >{text:link2 title}</a><br>
  443. <a href="{text:link3}" >{text:link3 title}</a>
  444. <a href="{text:link4}" >{text:link4 title}</a>
  445. <div id="sbartext"></div>
  446. </div>
  447. <div id="sidebar4"><div id="quote">{text:quote}</div></div>
  448. </div></div>
  449. </div>
  450.  
  451. <div id="entries">
  452. {block:Posts}
  453. <div id="entrybar">
  454.  
  455. <div id="posts">
  456.  
  457. {block:Quote}
  458. <div id="title2">❝ {Quote} ❞</div>
  459. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  460. {/block:Quote}
  461.  
  462. {block:Title}<div id="title1">{Title}</div>{/block:Title}
  463. {block:Text}{Body}{/block:Text}
  464.  
  465. {block:Link}
  466. <div id="title1"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}<div class="description">{Description}</div>{/block:Description}
  467. {/block:Link}
  468.  
  469. {block:Photo}
  470. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Photo}
  473.  
  474. {block:Photoset}
  475. <center>{Photoset-500}</center>
  476. {block:Caption}{Caption}{/block:Caption}
  477. {/block:Photoset}
  478.  
  479. {block:Chat}
  480. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  481. {/block:Chat}
  482.  
  483. {block:Video}
  484. {Video-500}
  485. {block:Caption}{Caption}{/block:Caption}
  486. {/block:Video}
  487.  
  488. {block:Audio}
  489. <div id="audio">
  490. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  491. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 100%">{/block:AlbumArt}</div>
  492. <div class="audioinfo">
  493. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}</div><br>
  494. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist} {block:Album}<br>
  495. <b>Album:</b> {Album}{/block:Album}<br>
  496. <b>Played:</b> {FormattedPlayCount} times</div></div>
  497. {block:Caption}{Caption}{/block:Caption}
  498. {/block:Audio}
  499.  
  500. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center; margin-top:0px"><big><i><big>{Asker}</b> wondered:</big></big></i><br><br>{Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  501.  
  502. </div>
  503.  
  504.  
  505. <div id="info"><big>posted <a href="{Permalink}">{TimeAgo}</a> on {Month} {DayOfMonth}{DayOfMonthSuffix}</a></a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}, <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}/<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{block:ContentSource}{/block:RebloggedFrom}
  506.  
  507. {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>
  508. {block:ContentSource}<a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom}
  509.  
  510.  
  511. <div id="tags">{block:Tags}#<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</big></div></div>
  512.  
  513. {/block:Posts}
  514.  
  515. {block:PostNotes}{PostNotes}{/block:PostNotes}
  516.  
  517. </div>
  518.  
  519. <!-- DO NOT EDIT ANYTHING BELOW THIS LINE -->
  520. <div id="credit"><a href="http://qfabraywrites.tumblr.com/">qfabraywrites</a></div>
  521.  
  522. </body>
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement