Advertisement
bluewoo

midnight memories

Feb 13th, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 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. <!---THEME BASE by hawtornes | tumblr
  12. ENJOY MAKING THEMES!
  13. --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:PostBg" content="#ffffff"/>
  17. <meta name="color:Text" content="#a8a8a8"/>
  18. <meta name="color:Sidebar Border" content="#b8b8b8"/>
  19. <meta name="color:DescriptionText" content="#b8b8b8"/>
  20. <meta name="color:Border" content="#dddddd"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Scrollbar" content="#000000"/>
  23. <meta name="color:ScrollbarBg" content="#ffffff"/>
  24. <meta name="color:Post Links" content="#c0bfbf"/>
  25. <meta name="color:Answer Backg" content="#000000"/>
  26.  
  27. <meta name="image:Sidebar1" content=""/>
  28. <meta name="image:Sidebar2" content=""/>
  29. <meta name="image:Background" content=""/>
  30.  
  31. <meta name="text:link 1 name" content="" />
  32. <meta name="text:link 2 name" content="" />
  33. <meta name="text:link 3 name" content="" />
  34. <meta name="text:link 4 name" content="" />
  35. <meta name="text:link 5 name" content="" />
  36. <meta name="text:link 1" content=""/>
  37. <meta name="text:link 2" content=""/>
  38. <meta name="text:link 3" content=""/>
  39. <meta name="text:link 4" content=""/>
  40. <meta name="text:link 5" content=""/>
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar-thumb {
  45. height:auto;
  46. background-color:{color:Scrollbar};
  47. }
  48.  
  49. ::-webkit-scrollbar {
  50. height:9px;
  51. width:4px;
  52. background-color:{color:ScrollbarBg};
  53. }
  54.  
  55. body {
  56. background:{color:background};
  57. margin:0px;
  58. color:{color:text};
  59. font-family:calibri;
  60. font-size:10px;
  61. line-height:100%;
  62. letter-spacing:0px;
  63. text-align:justify;
  64. background-image:url('{image:Background}');
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:Post Links};
  72. }
  73.  
  74. img {
  75. border:none;
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. blockquote blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. h1 {
  89. font-size:8px;
  90. letter-spacing:2px;
  91. text-transform:uppercase;
  92. font-family:'CAMBRIA';
  93. font-style:none;
  94. line-height:10px;
  95. text-align:left;
  96. padding:0px;
  97. }
  98.  
  99. a:hover {
  100. color:#000000;
  101. -moz-transition-duration:0.3s;
  102. -webkit-transition-duration:0.3s;
  103. -o-transition-duration:0.3s;
  104. }
  105.  
  106.  
  107. /*ENTRIES*/
  108.  
  109. #entries {
  110. padding:10px;
  111. width:500px;
  112. margin-left:600px;
  113. margin-top:5px;
  114. font-size:10px;
  115. font-family:'arial';
  116. letter-spacing:0px;
  117. }
  118.  
  119. #post {
  120. width:500px;
  121. padding-bottom:40px;
  122. padding:25px;
  123. margin-top:75px;
  124. background-color:{color:postbg};
  125. border:3px solid {color:Border};
  126. }
  127.  
  128. /*SIDEBAR*/
  129.  
  130. #sidebar1 {
  131. width: 200px;
  132. z-index:99999;
  133. }
  134.  
  135. #sidebar1 img {
  136. width:200px;
  137. z-index:9;
  138. margin-top:90px;
  139. margin-left:90px;
  140. z-index:99999;
  141. height:300px;
  142. position:fixed;
  143. outline:3px solid {color:Sidebar Border};
  144. outline-offset:3px;
  145. }
  146.  
  147. #sidebar2 {
  148. width: 200px;
  149. z-index:99999;
  150. }
  151.  
  152. #sidebar2 img {
  153. width:200px;
  154. z-index:9;
  155. margin-top:270px;
  156. margin-left:325px;
  157. z-index:99999;
  158. height:300px;
  159. position:fixed;
  160. outline:3px solid {color:Sidebar Border};
  161. outline-offset:3px;
  162. }
  163.  
  164. .linksidebar {
  165. text-transform:uppercase;
  166. text-align:center;
  167. font-family:'arial';
  168. font-size:20px;
  169. color:{color:text};
  170. padding:10px;
  171. position:fixed;
  172. margin-top:400px;
  173. margin-left:75px;
  174. }
  175.  
  176. .linksidebar a {
  177. width:190px;
  178. margin-bottom:-5px;
  179. height:1px;
  180. text-align:center;
  181. padding:10px;
  182. color:{color:Background};
  183. font-family:'arial';
  184. background-color:{color:PostBg};
  185. font-size:10px;
  186. text-transform:uppercase;
  187. text-align:center;
  188. display:block;
  189. }
  190.  
  191. .linksidebar a:hover {
  192. background-color:{color:background};
  193. }
  194.  
  195. #description {
  196. margin-top:85px;
  197. margin-left:317px;
  198. border:3px solid {color:Sidebar Border};
  199. width:200px;
  200. z-index:-1;
  201. height:117px;
  202. color:{color:DescriptionText};
  203. background-color:{color:PostBg};
  204. position:fixed;
  205. padding:4px;
  206. }
  207.  
  208. #description p {
  209. margin-top:0px;
  210. padding:5px;
  211. text-align:left;
  212. }
  213.  
  214.  
  215. #pagination {
  216. margin-top:225px;
  217. margin-left:317px;
  218. position:fixed;
  219. width:193px;
  220. margin-bottom:-5px;
  221. height:3px;
  222. text-align:center;
  223. padding:10px;
  224. font-family:'arial';
  225. color:{color:Background};
  226. background-color:{color:PostBg};
  227. font-size:8px;
  228. text-transform:uppercase;
  229. text-align:center;
  230. }
  231.  
  232. #pagination a {
  233. color:{color:Background};
  234. }
  235.  
  236.  
  237. /*POST INFO*/
  238.  
  239. #info {
  240. width:500px;
  241. text-align:left;
  242. font-family:'trebuchet ms';
  243. margin-top:3px;
  244. margin-left:px;
  245. letter-spacing:1px;
  246. font-size:7px;
  247. font-style:none;
  248. padding:1px;
  249. line-height:10px;
  250. text-transform:uppercase;
  251. border-top:1px solid;
  252. border-color:{color:Border};
  253. }
  254.  
  255. #info a {
  256. text-align:center;
  257. color:{color:Post Links};
  258. }
  259.  
  260. #info a:hover {
  261. -moz-transition-duration:0.3s;
  262. -webkit-transition-duration:0.3s;
  263. -o-transition-duration:0.3s;
  264. color:{color:Hover}
  265. }
  266.  
  267. #tags {
  268. float:left;
  269. width:489px;
  270. margin-top:-7px;
  271. margin-left:-5px;
  272. text-align:left;
  273. font-size:7px;
  274. padding:5px;
  275. font-size:8px;
  276. opacity:1;
  277. transition-duration: 0.5s;
  278. -moz-transition-duration: 0.5s;
  279. -webkit-transition-duration: 0.5s;
  280. -o-transition-duration: 0.5s
  281. color:{color:Post Links};
  282. }
  283.  
  284. #tags a {
  285. letter-spacing:0px;
  286. font-size:8px;
  287. text-align:center;
  288. font-family:'CALIBRI';
  289. text-decoration:none;
  290. display:inline-block;
  291. color:#ddd;
  292. }
  293.  
  294. #tags a:hover {
  295. background-color:#fff;
  296. -moz-transition-duration:0.3s;
  297. -webkit-transition-duration:0.3s;
  298. -o-transition-duration:0.3s;
  299. color:{color:Hover};
  300. }
  301.  
  302. /*QUESTION*/
  303.  
  304. #asker {
  305. color:{color:text};
  306. padding:14px;
  307. font-family:'arial';
  308. font-size:11px;
  309. letter-spacing:0px;
  310. text-align:left;
  311. margin-top:0px;
  312. text-transform:lowercase;
  313. line-height:100%;
  314. background-color:{color:Answer Backg};
  315. }
  316.  
  317. /*CREDIT*/
  318.  
  319. #cred {
  320. position:fixed;
  321. font-family:'Calibri';
  322. text-transform:uppercase;
  323. font-size:8px;
  324. right:9px;
  325. bottom:9px;
  326. padding:4px;
  327. letter-spacing:1px;
  328. background-color:{color:PostBg};
  329. }
  330.  
  331. {CustomCSS}</style></head><body>
  332.  
  333. <div id="sidebar1">
  334. <img src="{image:sidebar1}">
  335. </a>
  336. </div>
  337. <div id="sidebar2">
  338. <img src="{image:Sidebar2}">
  339. </a>
  340. </div>
  341.  
  342.  
  343. <div id="description"><p>{Description}</p></div>
  344.  
  345. <div class="linksidebar">
  346. <a href="{text:link 1}">{text:link 1 name}</a><br><br>
  347. <a href="{text:link 2}">{text:link 2 name}</a><br><br>
  348. <a href="{text:link 3}">{text:link 3 name}</a><br><br>
  349. <a href="{text:link 4}">{text:link 4 name}</a><br><br>
  350. <a href="{text:link 5}">{text:link 5 name}</a><br><br>
  351. </div>
  352.  
  353.  
  354. <div id="pagination">
  355. {block:Pagination}
  356. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  357. / {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  358. {/block:Pagination}
  359. </div>
  360. </div>
  361. </div>
  362.  
  363. <div id="entries">
  364. {block:Posts}
  365. <div id="post">
  366.  
  367. {block:Text}
  368. <h1>{block:Title}{Title}{/block:Title}</h1>
  369. {Body}{/block:Text}
  370.  
  371. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  372. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  373.  
  374. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  375. {/block:Caption}{/block:Photoset}
  376.  
  377. {block:Quote}<h2>"{Quote}"</h2>
  378. {block:Source}<div class="qsource"> —{Source}</div>
  379. {/block:Source}{/block:Quote}
  380.  
  381. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  382.  
  383. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  384.  
  385. {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>
  386. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  387. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  388. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  389. {/block:Audio}<br>
  390.  
  391. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  392.  
  393. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  394.  
  395. <div id="info">
  396. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  397. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  398. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  399. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  400. with {NoteCountWithLabel}</a>
  401. {block:HasTags}<div id="tags">
  402.  
  403. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  404. </div>{block:HasTags}
  405. </div>
  406. </div>
  407. {/block:Posts}
  408. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  409. {/block:Posts}</div></div></div>
  410. <br><br><br><br>
  411.  
  412. <div id="cred">
  413. <a href="http://blueofrp.tumblr.com/">CREDIT</a>
  414. </div>
  415. </div>
  416.  
  417.  
  418.  
  419. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement