Advertisement
Guest User

DIANE BY PASTELRPH

a guest
Oct 31st, 2015
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7.  
  8. <!--
  9.  
  10. THEME 002: DIANE // MADE BY PASTELRPH!! DONT NOT REMOVE THE CREDIT OR CLAIM THIS AS YOUR OWN
  11.  
  12. -->
  13.  
  14. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <meta name="color:background" content="#000000" />
  17. <meta name="color:links" content="#eeeeee" />
  18. <meta name="color:scrollbar" content="#FFFFFF" />
  19. <meta name="color:text" content="#FFFFFF" />
  20. <meta name="color:hover" content="#FFFFFF" />
  21.  
  22.  
  23. <meta name="image:sidebar" content="" />
  24.  
  25. <meta name="text:link 1" content="" />
  26. <meta name="text:link 2" content="" />
  27. <meta name="text:link 3" content="" />
  28. <meta name="text:link 4" content="" />
  29. <meta name="text:link 1 url" content="" />
  30. <meta name="text:link 2 url" content="" />
  31. <meta name="text:link 3 url" content="" />
  32. <meta name="text:link 4 url" content="" />
  33. </style>
  34. <style type="text/css">
  35.  
  36. /* SCROLLBAR */
  37.  
  38. ::-webkit-scrollbar-thumb{
  39. background-color:{color:scrollbar};
  40. height:auto;
  41. width:3px;
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:auto;
  46. width:3px;
  47. }
  48.  
  49. /* LINK STYLES */
  50.  
  51. a {
  52. color:#666;
  53. text-decoration:none;
  54. }
  55. a:hover {
  56. color:#bbb;
  57. text-decoration:none;
  58. -webkit-transition: all 0.4s ease-in-out;
  59. -moz-transition: all 0.4s ease-in-out;
  60. -o-transition: all 0.4s ease-in-out;
  61. transition: all 0.4s ease-in-out;
  62. }
  63.  
  64. /* THEME BODY */
  65.  
  66. body {
  67. font-family:arial;
  68. font-weight:normal;
  69. font-size:11px;
  70. color:{color:text};
  71. }
  72.  
  73. /* HEADINGS */
  74.  
  75. h2 {
  76. font-weight:normal;
  77. font-size:10px;
  78. text-align:center;
  79. font-style:italic;
  80. line-height:50%;
  81. letter-spacing:1px;
  82. text-transform:normal;
  83. color:#000;
  84. }
  85. h1 {
  86. font-size:12px;
  87. text-align:center;
  88. line-height:100%;
  89. color:#000;
  90. font-weight:bold;
  91. text-transform:normal;
  92. padding:5px;
  93. padding-bottom:2px;
  94. }
  95. h1 a {
  96. color:#000;
  97. }
  98.  
  99. /* BLOCKQUOTE */
  100.  
  101. blockquote {
  102. border-left:1px solid #aaa;
  103. padding-left:5px;
  104. margin:5px;
  105. }
  106.  
  107. /* SIDEBAR */
  108.  
  109. #sidebar {
  110. position:fixed;
  111. width:150px;
  112. height:150px;
  113. margin-left:250px;
  114. opacity:1;
  115. z-index:92222;
  116. color:#000;
  117. margin-top:175px;
  118. }
  119. #sidebar img {
  120. width:150px;
  121. height:150px;
  122. text-align:center;
  123. }
  124.  
  125. /* DESCRIPTION */
  126.  
  127. .description {
  128. margin-top:10px;
  129. text-align:justify;
  130. width:150px;
  131. line-height:120%;
  132. }
  133.  
  134. /* SIDEBAR LINKS */
  135.  
  136. .links {
  137. margin-top:12px;
  138. text-align:center;
  139. width:135px;
  140. font-family:arial;
  141. color:#000;
  142. line-height:120%;
  143. word-spacing:5px;
  144. padding:8px;
  145. background-color:#f3f3f3;
  146. }
  147.  
  148. .links a:hover {
  149. color:{color:hover};
  150. text-decoration:none;
  151. -webkit-transition: all 0.4s ease-in-out;
  152. -moz-transition: all 0.4s ease-in-out;
  153. -o-transition: all 0.4s ease-in-out;
  154. transition: all 0.4s ease-in-out;
  155. }
  156.  
  157.  
  158. /* PAGINATION */
  159.  
  160. .pagi {
  161. text-align:right;
  162. font-size:15px;
  163. }
  164. .pagi a:hover {
  165. color:{color:hover};
  166. text-decoration:none;
  167. -webkit-transition: all 0.4s ease-in-out;
  168. -moz-transition: all 0.4s ease-in-out;
  169. -o-transition: all 0.4s ease-in-out;
  170. transition: all 0.4s ease-in-out;
  171. }
  172. /* POSTS */
  173.  
  174. #postcontainer {
  175. float:left;
  176. margin-left:520px;
  177. width:500px;
  178. text-align:justify;
  179. color:#000;
  180. margin-bottom: 35px;
  181. }
  182. #posts {
  183. margin-top:50px;
  184. width:500px;
  185. text-align:justify;
  186. font-size:11px;
  187. line-height:90%;
  188. color:#000;
  189. outline-offset:20px;
  190. }
  191.  
  192. /* POST INFO */
  193.  
  194. #info {text-align: center;
  195. margin-left: -15px;
  196. margin-top:1px;
  197. font-size: 8px;
  198. height: 20px;
  199. font-family: calibri;
  200. width: 530px;
  201. text-transform: uppercase;
  202. z-index: 11;
  203. line-height:20px;
  204. border-top:1px solid {color:links};
  205. }
  206. #info a {font-size: 8px;
  207. text-transform: uppercase;
  208. text-decoration:none;
  209. -webkit-transition: all 0.4s ease-in-out;
  210. -moz-transition: all 0.4s ease-in-out;
  211. -o-transition: all 0.4s ease-in-out;
  212. transition: all 0.4s ease-in-out;}
  213.  
  214.  
  215.  
  216. /* POST TYPES */
  217.  
  218. .question {
  219. padding-bottom:10px;
  220. text-align:left;
  221. color:#000;
  222. font-style:italic;
  223. border-bottom:1px solid #bbb;
  224. }
  225. .answer {
  226. text-align:right;
  227. padding:10px;
  228. color:#000;
  229. }
  230. .music {
  231. padding-bottom:10px;
  232. }
  233. .albumart {
  234. float:left;
  235. padding:0px 10px 10px 0px;
  236. }
  237. .albumart img {
  238. width:45px;
  239. height:45px;
  240. }
  241. .playercontainer {
  242. text-align:left;
  243. padding:10px;
  244. background-color:#ffffff;
  245. width:480px;
  246. }
  247. .musicinfo {
  248. padding:10px;
  249. color:#000;
  250. }
  251. .postnote {
  252. text-transform:uppercase;
  253. font-style:normal;
  254. letter-spacing:0px;
  255. font-size: 9px;
  256. text-align:left;
  257. line-height:90%;
  258. margin-left:-40px;
  259. }
  260. .postnote li {
  261. list-style-type:none;
  262. padding:10px 25px 10px 25px;
  263. text-align:left;
  264. margin:0px;
  265. }
  266.  
  267. /* TAGS */
  268.  
  269. .tags {
  270. font-family:calibri;
  271. font-style:normal;
  272. text-transform:uppercase;
  273. font-style:normal;
  274. color:#000;
  275. letter-spacing:1px;
  276. line-height:120%;
  277. font-size:8px;
  278. text-align:center;
  279. padding:2px;
  280. }
  281.  
  282. /* CHAT POSTS */
  283.  
  284. ul.chat, .chat ol, .chat li {
  285. list-style:none;
  286. margin:0px;
  287. padding:2px;
  288. }
  289. .tab {
  290. text-decoration:underline;
  291. font-weight:700;
  292. background-color:#fff;
  293. margin-right:5px;
  294. }
  295.  
  296. /* CREDIT */
  297.  
  298. #credit {
  299. position:fixed;
  300. font-size:8px;
  301. letter-spacing:1px;
  302. right:10px;
  303. bottom:15px;
  304. }
  305. #credit a {
  306. padding:3px;
  307. color:#000;
  308. background-color:#ffffff;
  309. }
  310. #credit a:hover {
  311. color:#ffffff;
  312. background-color:#000;
  313. }
  314.  
  315. {CustomCSS}</style></head>
  316.  
  317. <body>
  318. <div id="sidebar">
  319. <a href="/"><img src="{image:sidebar}"></a>
  320. <div class="links">
  321. <a href="{text:link 1 url}">{text:link 1}</a>
  322. <a href="{text:link 2 url}">{text:link 2}</a>
  323. <a href="{text:link 3 url}">{text:link 3}</a>
  324. <a href="{text:link 4 url}">{text:link 4}</a>
  325. </div>
  326. <div class="description">{Description}<p>
  327. <div class="pagi">
  328. {block:Pagination}<p>
  329. {block:PreviousPage}
  330. <a href="{PreviousPage}">← </a>
  331. {/block:PreviousPage}
  332. {block:NextPage}
  333. <a href="{NextPage}">→</a>
  334. {/block:NextPage}
  335. {/block:Pagination}
  336. </div>
  337. </div>
  338. </div>
  339.  
  340. <div id="postcontainer">
  341.  
  342. {block:Posts}
  343.  
  344. <div id="posts">
  345.  
  346. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  347.  
  348. {block:Quote}<h1>“{Quote}”</h1><h2>{Source}</h2>{/block:Quote}
  349.  
  350. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  351. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  352. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  353.  
  354. {block:Photoset}<center>{Photoset-500}</center>
  355. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  356.  
  357. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  358.  
  359. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  360. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  361.  
  362. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  363.  
  364. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  365. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  366. <br>
  367.  
  368. <div class="playercontainer">{AudioPlayerWhite}</div></div>
  369. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  370. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo} {block:NoteCount} WITH {NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  371. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  372. {block:HasTags}
  373.  
  374. <div class="tags">
  375. {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div>
  376. {/block:HasTags}
  377.  
  378. <div class="postnote">
  379. {block:PostNotes}{PostNotes}{/block:PostNotes}
  380. </div>
  381. </div>
  382. {/block:Posts}
  383. </div>
  384. </div>
  385. </div>
  386. <div id="credit"><a href="http://pastelrph.tumblr.com">@</a></div>
  387. </body>
  388. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement