Advertisement
Guest User

Flowers- theme three by sammyrises

a guest
Jun 5th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11.  
  12. <meta name="color:body" content="#666666"/>
  13. <meta name="color:links" content="#6f6e6e"/>
  14. <meta name="color:sidebar links" content="#6f6e6e"/>
  15. <meta name="color:sidebar links backround" content="#a8a8a8">
  16. <meta name="color:links hover" content="#fafafa"/>
  17. <meta name="color:info" content="#a8a8a8">
  18. <meta name="color:desc" content="#aaaaaa">
  19.  
  20. <meta name="color:bg" content="#ffffff">
  21. <meta name="color:scrollbar" content="#AAAAAA">
  22. <meta name="color:scrollbarbg" content="#ffffff">
  23.  
  24. <meta name="image:sb" content=""/>
  25.  
  26. <meta name="text:link A" content=""/>
  27. <meta name="text:link A url" content="/">
  28. <meta name="text:link B" content=""/>
  29. <meta name="text:link B url" content="/">
  30. <meta name="text:link C" content=""/>
  31. <meta name="text:link C url" content="/">
  32. <meta name="text:link D" content=""/>
  33. <meta name="text:link D url" content="/">
  34.  
  35. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  36.  
  37.  
  38. <style>
  39.  
  40. div#qTip {
  41. border 3px solid white;
  42. display: none;
  43. padding:3px;
  44. padding-bottom:2px;
  45. text-align: center;
  46. position: absolute;
  47. font-size:8px;
  48. line-height:10px;
  49. font-family:arial;
  50. z-index: 9999999;
  51. background: #fff;
  52. color: gray;
  53. text-transform:uppercase;
  54. letter-spacing: 2px;
  55.  
  56. }
  57.  
  58.  
  59. </style>
  60.  
  61.  
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. height:auto;
  68. background-color:{color:Scrollbar};
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:9px;
  73. width:4px;
  74. background-color:{color:ScrollbarBg};
  75. }
  76.  
  77. body {
  78. background-color:{color:bg};
  79. font-family:calibri;
  80. font-size:9px;
  81. text-align:justify;
  82. color:{color:body};
  83. margin:0;
  84. }
  85.  
  86. a {
  87. color:{color:links};
  88. text-decoration:none;
  89. -moz-outline-style:none;
  90. }
  91.  
  92. a:hover{
  93. color:{color:hover};
  94. -moz-transition-duration:0.3s;
  95. -webkit-transition-duration:0.3s;
  96. -o-transition-duration:0.3s;
  97. }
  98.  
  99. img {
  100. border:none;
  101. }
  102.  
  103. blockquote {
  104. padding-left:5px;
  105. border-left:2px solid;
  106. }
  107.  
  108. blockquote blockquote {
  109. padding-left:5px;
  110. border-left:2px solid;
  111. }
  112.  
  113.  
  114. /*SIDEBAR*/
  115.  
  116. #sidebar{
  117. position:fixed;
  118. margin-top:150px;
  119. margin-left:300px;
  120. width:150px;
  121. }
  122.  
  123. #sidebarimg img{
  124. width:120px;
  125. }
  126.  
  127. #links {
  128. position:fixed;
  129. letter-spacing:1px;
  130. font-family:cambria;
  131. width:120px;
  132. display:block;
  133. margin-top:-30px;
  134. margin-left:0px;
  135. background-color:#fff;
  136. font-size:8px;
  137. text-transform:uppercase;
  138. text-align:center;
  139. line-height:190%;
  140. }
  141.  
  142. #links a{
  143.  
  144. background-color:{color:sidebar links backround};
  145. width:120px;
  146. opacity:0.9;
  147. line-height:195%;
  148. margin-bottom:30px;
  149. color:{color:sidebar links};
  150. letter-spacing:1px;
  151. text-decoration:none;
  152. -moz-transition-duration:.3s;
  153. -webkit-transition-duration:.3s;
  154. -o-transition-duration:.3s;
  155. }
  156.  
  157. #links a:hover {
  158. letter-spacing:2px;
  159. font-style:italic;
  160. background-color: {color:links hover};
  161. padding:0px;
  162. -moz-transition-duration:0.3s;
  163. -webkit-transition-duration:0.3s;
  164. -o-transition-duration:0.3s;
  165. }
  166.  
  167. #sidebar #links {
  168. margin-top:-30px;
  169. opacity:0;
  170. -moz-transition-duration:1s;
  171. -webkit-transition-duration:1s;
  172. -o-transition-duration:1s;
  173. }
  174.  
  175. #sidebar:hover #links {
  176. margin-top:-30px;
  177. opacity:1;
  178. -moz-transition-duration:1s;
  179. -webkit-transition-duration:1s;
  180. -o-transition-duration:1s;
  181.  
  182. }
  183.  
  184.  
  185.  
  186. #desc{
  187. position:absolute;
  188. background-color:#fff;
  189. text-align:center;
  190. line-height:90%;
  191. font-size:9px;
  192. text-transform:none;
  193. letter-spacing:1px;
  194. font-family:calibri;
  195. width:102px;
  196. margin-top:-86px;
  197. margin-left:0px;
  198. padding:9px;
  199. padding-bottom:8px;
  200. color:#9d8a8a;
  201. -webkit-transition: all 1s ease;
  202. -moz-transition: all 1s ease;
  203. -o-transition: all 1s ease;
  204. }
  205.  
  206.  
  207. #description a {color:#9d8a8a; -moz-transition-duration:0.4s;
  208. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  209.  
  210.  
  211.  
  212.  
  213. .pagi {
  214. font-size:8px;
  215. text-transform:uppercase;
  216. letter-spacing:3px;
  217. font-style:normal;
  218. text-align:center;
  219. margin-left:-25px;
  220. }
  221.  
  222. .pagi a {
  223. color:{color:sidebar links};
  224. }
  225.  
  226.  
  227. /*ENTRIES*/
  228.  
  229. #container {
  230. width:500px;
  231. padding:10px;
  232. margin-left:560px;
  233. margin-top:55px;
  234. }
  235.  
  236. #posts{
  237. width:500px;
  238. padding:25px;
  239. margin-top:30px;
  240. }
  241.  
  242.  
  243. /*POST INFO*/
  244.  
  245. #info {
  246. width:500px;
  247. text-align:center;
  248. font-family:calibri;
  249. font-size:8px;
  250. text-transform:uppercase;
  251. padding:1px;
  252. color:{color:info};
  253. line-height:10px;
  254. border-top:1px solid {color:info};
  255. margin-top:5px;
  256. margin-bottom:55px;
  257. }
  258.  
  259. #info a{
  260. color:{color:info};
  261. }
  262.  
  263. #info a:hover{
  264. color:{color:link hover};
  265. }
  266.  
  267. #tags{
  268. width:500px;
  269. padding:5px;
  270. margin-top:-3px;
  271. margin-left:-5px;
  272. float:left;
  273. text-align:center;
  274. font-size:8px;
  275. opacity:1;
  276. color:{color:links};
  277. transition-duration: 0.5s;
  278. -moz-transition-duration: 0.5s;
  279. -webkit-transition-duration: 0.5s;
  280. -o-transition-duration: 0.5s
  281. }
  282.  
  283. #tags a {
  284. display:inline-block;
  285. color:{color:info};
  286. font-size:8px;
  287. text-align:center;
  288. text-decoration:none;
  289. }
  290.  
  291. #notes{
  292. font-size:7px;
  293. text-transform:uppercase;
  294. }
  295.  
  296.  
  297.  
  298.  
  299.  
  300. /*CREDIT*/
  301.  
  302. #maker{
  303. float:right;
  304. font-family:calibri;
  305. border:1px solid #9b9b9b;
  306. position:fixed;
  307. bottom:5px;
  308. right:15px;
  309. padding:5px;
  310. font-size:10px;
  311. text-transform:uppercase;
  312. }
  313.  
  314. #maker a{
  315. color:#9b9b9b;
  316. }
  317.  
  318. #maker a:hover{
  319. color:{color:links};
  320. }
  321. #answer{
  322. background-color:#fff;
  323. font-size:10px;
  324. }
  325.  
  326. #question{
  327. background-color:#f3f3f3;
  328. font-family:calibri;
  329. font-size:10px;
  330. text-transform:none;
  331. }
  332.  
  333. {CustomCSS}
  334.  
  335. </style></head>
  336.  
  337.  
  338. <body>
  339.  
  340. <div id="sidebar">
  341. <div id="sidebarimg">
  342. <img src="{image:sb}"></div>
  343. <div id="links">
  344. <a href="{text:link A url}">{text:link A}</a>
  345. <a href="{text:link B url}">{text:link B}</a>
  346. <a href="{text:link C url}">{text:link C}</a>
  347. <a href="{text:link D url}">{text:link D}</a>
  348. </div>
  349. <div id="desc">{description}</div>
  350. {block:Pagination}
  351. <div class="pagi">
  352. {block:PreviousPage}
  353. <a href="{PreviousPage}">←</a>
  354. {/block:PreviousPage}
  355. {block:NextPage}
  356. <a href="{NextPage}">→</a>
  357. {/block:NextPage}
  358. </div>
  359. {/block:Pagination}
  360. </div>
  361. </div>
  362.  
  363.  
  364. <div id="container">
  365. {block:Posts}
  366. <div id="post">
  367.  
  368. <!--TEXT POSTS-->
  369.  
  370. {block:Text}
  371. {block:Title}<h2>{Title}</h2>{/block:Title}
  372. {Body}
  373. {/block:Text}
  374.  
  375. <!--ASKS-->
  376. <div id="answer">
  377. {block:Answer}
  378. <div id="question">
  379. {Asker} asked: {Question}
  380. </div>
  381. {Answer}
  382. {/block:Answer}
  383.  
  384. <!--QUOTE POSTS-->
  385. {block:Quote}
  386.  
  387. <div class="quote">
  388. <div class="quotetext_{Length}">"{Quote}"</div>
  389. {block:Source}<div class="source">{Source}</div>{/block:Source}
  390. </div>
  391. {/block:Quote}
  392.  
  393. <!--LINK POSTS-->
  394.  
  395. {block:Link}
  396. <h2><a href="{URL}">{Name}</a></h2>
  397. {block:Description}{Description}{/block:Description}
  398. {/block:Link}
  399.  
  400. <!--CHAT POSTS-->
  401.  
  402. {block:Chat}
  403. {block:Title}<h2>{Title}</h2>{/block:Title}
  404. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  405. {Line}</li>{/block:Lines}</ul>
  406. {/block:Chat}
  407.  
  408. <!--PHOTO POSTS-->
  409.  
  410. {block:Photo}
  411. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  412.  
  413. {block:Caption}{Caption}{/block:Caption}
  414. {/block:Photo}
  415.  
  416. <!--PHOTOSET POSTS-->
  417.  
  418. {block:Photoset}
  419. {Photoset-500}
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Photoset}
  422.  
  423. <!--VIDEO POSTS-->
  424.  
  425. {block:Video}
  426. {Video-500}
  427. {block:Caption}{Caption}{/block:Caption}
  428. {/block:Video}
  429.  
  430.  
  431. <!--AUDIO-->
  432.  
  433. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  434. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  435. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  436. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  437. {/block:Audio}
  438.  
  439.  
  440. <!--POST INFO-->
  441.  
  442. <div id="info">
  443. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> and {/block:RebloggedFrom}
  444. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  445. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  446. <a href="{Permalink}">with {NoteCount}</a> <a style="color:#f377a0;">♥</a></a>
  447. {block:HasTags}<div id="tags">
  448.  
  449. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  450. </div>{block:HasTags}
  451. </div>
  452. </div>
  453.  
  454. {/block:Posts}
  455. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  456. {/block:Posts}</div></div></div>
  457. <br><br><br><br>
  458.  
  459.  
  460. </div></div>
  461.  
  462. {/block:Posts}
  463.  
  464. <!--THEME MAKER'S CREDIT-->
  465. <div id="maker">
  466. <a href="http://sammywinchster.co.vu/" title="theme credit">DJ</a>
  467. </div>
  468.  
  469. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement