Advertisement
wishfuldreamer

Theme one, by Stonegarfields.

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