Advertisement
wishfuldreamer

Theme two, by stonegarfields.

Jun 6th, 2014
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. <!-- PLEASE DO NOT REMOVE THE CREDITS. -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="color:Background" content="#fff" />
  14. <meta name="color:Text" content="#333" />
  15. <meta name="color:Entries" content="#fff" />
  16. <meta name="color:Title" content="#000" />
  17. <meta name="color:Borders" content="#e7e7e7" />
  18. <meta name="color:Toplink link" content="#fff" />
  19. <meta name="color:Toplink link hover" content="#333" />
  20. <meta name="color:Sidebar" content="#fff" />
  21. <meta name="color:Link" content="#000" />
  22. <meta name="color:Link Hover" content="#666" />
  23. <meta name="color:Scrollbar" content="#666" />
  24.  
  25. <meta name="image:Background" content="" />
  26. <meta name="image:Topbar" content="" />
  27. <meta name="image:Sidebar" content="" />
  28.  
  29. <meta name="text:Link1" content="link" />
  30. <meta name="text:Link1 URL" content="/" />
  31. <meta name="text:Link2" content="link" />
  32. <meta name="text:Link2 URL" content="/" />
  33. <meta name="text:Link3" content="link" />
  34. <meta name="text:Link3 URL" content="/" />
  35. <meta name="text:Link4" content="link" />
  36. <meta name="text:Link4 URL" content="/" />
  37.  
  38. <meta name="text:main title" content="this is your main title" />
  39.  
  40. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  41.  
  42. <style type="text/css">
  43.  
  44. ::-moz-selection {background-color:#eeeeee;
  45. color:#999999;}
  46.  
  47. ::selection {background-color:#eeeeee;
  48. color:#999999;}
  49.  
  50. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius: 0px; background-color:#ffffff;}
  51.  
  52. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  53. ::-webkit-scrollbar-track{background-color:#ffffff;}
  54.  
  55. body {
  56. float: center;
  57. background: {color:Background};
  58. background-image: url('{image:Background}');
  59. background-attachment:fixed;
  60. position:absolute;
  61. font-size:10px;
  62. font-family: times;
  63. color:{color:Body};
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. color:{color:Link};
  70. -webkit-transition: all 0.5s ease-in-out;
  71. -moz-transition: all 0.5s ease-in-out;
  72. -o-transition: all 0.5s ease-in-out;
  73. }
  74.  
  75. a:hover {
  76. color:{color:Link Hover};
  77. -webkit-transition: all 0.5s ease-in-out;
  78. -moz-transition: all 0.5s ease-in-out;
  79. -o-transition: all 0.5s ease-in-out;
  80. }
  81.  
  82. div#qTip {
  83. display: none;
  84. text-align: center;
  85. position :absolute;
  86. letter-spacing: 0px;
  87. text-transform: lowercase;
  88. z-index: 5;
  89. font: 9px times;
  90. padding:3px;
  91. color: {color:text};
  92. background: {color:entries};
  93. border: 1px solid #eeeeee}
  94.  
  95. #posttitle {
  96. font-weight:none;
  97. color:{color:title};
  98. text-align:left;
  99. font-family: times;
  100. font-size: 14px;
  101. text-transform:uppercase;
  102. }
  103.  
  104. #posttitle2 {
  105. text-transform:uppercase;
  106. text-align:left;
  107. font-family: times;
  108. font-weight:none;
  109. color:{color:Link};
  110. font-family:georgia;
  111. text-align:left;
  112. font-size: 14px;
  113. }
  114.  
  115. #links {
  116. margin-left: -5px;
  117. margin-top: 3px;
  118. float: center;
  119. text-align:center;
  120. }
  121.  
  122.  
  123. #links a{
  124.  
  125. font-style: italic;
  126. font-family:times;
  127. line-height: 19px;
  128. height: 18px;
  129. margin-left:5px;
  130. margin-bottom:2px;
  131. letter-spacing: 1px;
  132. font-size: 10px;
  133. text-transform: lowercase;
  134. width: 60px;
  135. color:{color:Toplink link};
  136. -webkit-transition: all 0.2s ease-in-out;
  137. -moz-transition: all 0.2s ease-in-out;
  138. -o-transition: all 0.2s ease-in-out;
  139. }
  140.  
  141. #links a:hover{
  142. color:{color:Toplink link hover};
  143. -webkit-transition: all 0.5s ease-in-out;
  144. -moz-transition: all 0.5s ease-in-out;
  145. -o-transition: all 0.5s ease-in-out;
  146. }
  147.  
  148. #title {
  149. font-family: times;
  150. margin-top:5px;
  151. font-family:{font:Title};
  152. color:{color:title};
  153. font-style:italic;
  154. font-weight:none;
  155. text-transform:lowercase;
  156. font-size:14px;
  157. text-align:center;
  158. text-decoration:none;
  159. -webkit-transition: all 0.5s ease-in-out;
  160. -moz-transition: all 0.5s ease-in-out;
  161. -o-transition: all 0.5s ease-in-out;
  162. }
  163.  
  164. #title2 {
  165. font-family:{font:Title};
  166. color:{color:Text};
  167. font-style:none;
  168. font-weight:none;
  169. text-transform:lowercase;
  170. font-size:10px;
  171. text-align:center;
  172. text-decoration:none;
  173. -webkit-transition: all 0.5s ease-in-out;
  174. -moz-transition: all 0.5s ease-in-out;
  175. -o-transition: all 0.5s ease-in-out;
  176. }
  177.  
  178. #sidebar {
  179. float: center;
  180. overflow:hidden;
  181. height: auto;
  182. position:fixed;
  183. margin-top:186px;
  184. margin-left:70px;
  185. width:170px;
  186. padding: 5px;
  187. }
  188.  
  189. #sidebarimg {
  190. margin-top: 10px;
  191. margin-bottom: 5px;
  192. width:160px;
  193. }
  194.  
  195. #sidebar img {
  196. overflow: hidden;
  197. padding: 3px;
  198. border: 1px solid #eeeeee;
  199. width:160px;
  200. height:280px;
  201. }
  202.  
  203. #description {
  204. overflow:hidden;
  205. height: 302px;
  206. padding: 25px 30px;
  207. position: fixed;
  208. background-color: #f1f1f1;
  209. width:130px;
  210. margin-top: 200px;
  211. font-style:normal;
  212. color:{color:Description};
  213. font-size:10px;
  214. text-align:justify;
  215. margin-left: 260px;
  216. }
  217.  
  218. #pagination {
  219. font-family: times;
  220. font-size:7px;
  221. text-transform: uppercase;
  222. letter-spacing: 1px;
  223. text-align:center;
  224. margin-top: 5px;
  225. }
  226.  
  227. #pagination a {
  228. color:{color:link}
  229. }
  230.  
  231. #pagination a:hover {
  232. color:{color:Text}; border:none
  233. }
  234.  
  235. #entries {
  236. font-size:10px;
  237. margin-left: 515px;
  238. margin-top:45px;
  239. float: right;
  240. text-align: justify;
  241. }
  242.  
  243. #post {
  244. background-color: {color:entries};
  245. font-size:10px;
  246. padding: 10px;
  247. margin-bottom:30px;
  248. width: 500px;
  249. color:{color:Text};
  250. text-align: justify;
  251. overflow:hidden;
  252. }
  253.  
  254. #info {
  255. margin-top: 7px;
  256. font-family: times;
  257. font-size: 7px;
  258. letter-spacing: 1px;
  259. text-transform: uppercase;
  260. background-color: {color:entries};
  261. text-align: left;
  262. padding-top: 5px;
  263. padding-bottom: 3px;
  264. border-top:1px #eeeeee solid;
  265. border-bottom:1px #eeeeee solid;
  266. }
  267.  
  268. #tags{
  269. font-style: italic;
  270. font-size: 10px;
  271. margin-top: 2px;
  272. text-transform: lowercase;
  273. background-color: {color:entries};
  274. text-align: right;
  275. }
  276.  
  277. .user_1 .label {
  278. color:{color:link};
  279. text-transform:uppercase;
  280. font-weight:bold}
  281.  
  282. .user_2 .label {
  283. color:{color:title};
  284. text-transform:uppercase;
  285. font-weight:bold}
  286.  
  287. .user_3 .label {
  288. color:{color:link};
  289. text-transform:uppercase;
  290. font-weight:bold}
  291.  
  292. .user_4 .label {
  293. color:{color:title};
  294. text-transform:uppercase;
  295. font-weight:bold}
  296.  
  297. .user_5 .label {
  298. color:{color:link};
  299. text-transform:uppercase;
  300. font-weight:bold}
  301.  
  302. .user_6 .label {
  303. color:{color:title};
  304. text-transform:uppercase;
  305. font-weight:bold}
  306.  
  307. .user_7 .label {
  308. color:{color:link};
  309. text-transform:uppercase;
  310. font-weight:bold}
  311.  
  312. .user_8 .label {
  313. color:{color:title};
  314. text-transform:uppercase;
  315. font-weight:bold}
  316.  
  317. .user_9 .label {
  318. color:{color:link};
  319. text-transform:uppercase;
  320. font-weight:bold}
  321.  
  322. .user_10 .label {
  323. color:{color:title};
  324. text-transform:uppercase;
  325. font-weight:bold}
  326.  
  327. ul.chat, .chat ol, .chat li {
  328. list-style:none;
  329. margin:0px 0px 5px 0px;
  330. padding:0px; 0px 0px 0px}
  331.  
  332. #audio {width:500px; height:105px; margin-bottom:5px}
  333.  
  334. .albumart {width:100px; height:100px; position: absolute;}
  335.  
  336. .albumart img {width:100px; height:100px; float:left}
  337.  
  338. .player {margin-left:110px; margin-top:5px; float:left}
  339.  
  340. .audioinfo {margin-left:110px; margin-top:8px; float:left}
  341.  
  342. #asks {
  343. text-align:left;
  344. margin:2px;
  345. padding:7px;
  346. background-color:{color:question}
  347. }
  348.  
  349. #answers {
  350. margin-left:3px;
  351. margin-top:8px
  352. }
  353.  
  354. b, strong {
  355. color:{color:title}
  356. }
  357.  
  358. i, em {
  359. color:{color:text}
  360. }
  361.  
  362. p {
  363. margin-top:5px;
  364. margin-bottom:5px
  365. }
  366.  
  367. blockquote {
  368. border-left:2px solid {color:text};
  369. padding-left:5px;
  370. margin:0px 2px 0px 10px
  371. }
  372.  
  373. ol.notes {
  374. margin-top:-25px;
  375. margin-left:-20px;
  376. width:500px;
  377. list-style-type:none;
  378. }
  379.  
  380. ol.notes li.note {
  381. padding-top: 0px;
  382. }
  383.  
  384. ol.notes li.note img.avatar {
  385. vertical-align:1px;
  386. margin-right:10px;
  387. width:16px;
  388. height:16px;
  389. }
  390.  
  391. ol.notes li.note span.action {
  392. font-weight:normal;
  393. }
  394.  
  395. ol.notes li.note .answer_content {
  396. font-weight:normal;
  397. }
  398.  
  399. ol.notes li.note blockquote {
  400. padding:0px 6px 0px 6px;
  401. margin:5px 5px 5px 5px;
  402. }
  403.  
  404. #credit a {
  405. background-color: #f1f1f1;
  406. position:fixed;
  407. letter-spacing: 1px;
  408. font:8px times;
  409. color:{color:link};
  410. padding:5px;
  411. bottom:20px;
  412. right:20px
  413. }
  414.  
  415. #credit a:hover {
  416. color:{color:text}
  417. }
  418.  
  419. </style>
  420. <style type="text/css">{CustomCSS}</style>
  421. </head>
  422.  
  423. <body>
  424.  
  425. <div id="description">
  426. {block:Description}{Description}{/block:Description}
  427. </div>
  428.  
  429. <div id="sidebar">
  430. <div id="sidebarimg"><img src="{image:Sidebar}"/></div>
  431. <div id="title">{text:main title}</div>
  432. <div id="links">
  433. <a href="/" title="home">i</a>
  434. <a href="/ask" title="ask">ii</a>
  435. <a href="{text:Link1 URL}" title="{text:Link1}">iii</a>
  436. <a href="{text:Link2 URL}" title="{text:Link2}">iv</a>
  437. <a href="{text:Link3 URL}" title="{text:Link3}">v</a>
  438. <a href="{text:Link4 URL}" title="{text:Link4}">vi</a>
  439. </div>
  440. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage} <big><big>/</big></big> {block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}{/block:Pagination}</div>
  441. </div>
  442.  
  443.  
  444. <div id="entries">
  445. {block:Posts}
  446. <div id="post">
  447.  
  448. {block:Text}<div id="posttitle">{title}</div>{Body}{/block:Text}
  449.  
  450. {block:Quote}<div id="posttitle2">“{Quote}” </div>
  451. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  452.  
  453. {block:Link}<a href="{URL}" class="link" {Target}> <div id="posttitle2">{Name}</div></a>
  454. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  455.  
  456. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  457. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  458.  
  459. {block:Chat}
  460. <ul class="chat">
  461. {block:title}<div id="posttitle2">{Title}</div>{/block:title}
  462.  
  463. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  464. {/block:Chat}
  465.  
  466. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  467.  
  468. {block:Audio}
  469. <div id="audio"><div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  470. <div class="player"><span class="audio"><center>{AudioPlayerWhite}</center></span></div>
  471. <div class="audioinfo">
  472. {block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}
  473. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  474. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  475. <br>{PlayCountWithLabel}
  476. </div></div>
  477. {block:Caption}{Caption}{/block:Caption}
  478. {/block:Audio}
  479.  
  480. {block:Answer}
  481. <div id="asks"><font style="text-transform: uppercase; font-family: times; letter-spacing: 1px;">{Asker} asked:</font>
  482. <br>
  483. {Question}</div>
  484. <div id="answers">{Answer}</div>{/block:Answer}
  485.  
  486. <div id="info">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom}</div>
  487. <div id=tags>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  488.  
  489. </div>
  490.  
  491. {/block:Posts}
  492.  
  493. {block:PostNotes}{PostNotes}{/block:PostNotes}
  494.  
  495. </div>
  496.  
  497. <div id="credit"><a href="http://stonegarfields.tumblr.com/">th</a></div>
  498.  
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement