Advertisement
chezshay

new romantics

Nov 2nd, 2014
1,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!---shayofrp.tumblr.com
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#000000"/>
  15. <meta name="color:Sidebar" content="#fbfbfb"/>
  16. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  17. <meta name="color:DescriptionText" content="#b8b8b8"/>
  18. <meta name="color:Border" content="#dddddd"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21. <meta name="color:ScrollbarBg" content="#ffffff"/>
  22. <meta name="color:Links" content="#c0bfbf"/>
  23. <meta name="color:Info Background" content="#f3f3f3"/>
  24. <meta name="color:Question Background" content="#fcfcfc"/>
  25. <meta name="color:Answer Backg" content="#000000"/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Background" content=""/>
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 URL" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 URL" content="" />
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar-thumb {
  40. height:auto;
  41. background-color:{color:Scrollbar};
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:9px;
  46. width:4px;
  47. background-color:{color:ScrollbarBg};
  48. }
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family:arial;
  55. font-size:9px;
  56. line-height:100%;
  57. letter-spacing:0px;
  58. text-align:justify;
  59. background-image:url('{image:Background}');
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:Links};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:1px solid {color:text};
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83.  
  84. a:hover {
  85. color:#000000;
  86. -moz-transition-duration:0.3s;
  87. -webkit-transition-duration:0.3s;
  88. -o-transition-duration:0.3s;
  89. }
  90.  
  91. b {color:{color:Links}}
  92.  
  93. /*ENTRIES*/
  94.  
  95. #entries {
  96. padding:10px;
  97. width:500px;
  98. margin-left:450px;
  99. margin-top:5px;
  100. font-size:9px;
  101. line-height:150%;
  102. font-family:'arial';
  103. letter-spacing:0px;
  104. }
  105.  
  106. #post {
  107. width:500px;
  108. padding-bottom:20px;
  109. padding:25px;
  110. margin-top:-10px;
  111. }
  112.  
  113. #post:hover .tags{opacity:1;
  114. margin-top:10px;
  115. }
  116. /*SIDEBAR*/
  117.  
  118. #sidebar {
  119. position:fixed;
  120. width:250px;
  121. margin-top:200px;
  122. padding:10px;
  123. height:100px;
  124. margin-left:170px;
  125. }
  126.  
  127. #sidebarimage {
  128. width 120px;
  129. text-align:right;
  130. }
  131.  
  132. #sidebarimage img {
  133. width:120px;
  134. margin-top:3px;
  135. }
  136.  
  137. #links a:hover {
  138. -moz-transition-duration:0.3s;
  139. -webkit-transition-duration:0.3s;
  140. -o-transition-duration:0.3s;
  141. color:{color:Hover};
  142. }
  143.  
  144. #links a:hover{margin-left:10px;
  145. font-style:italic;}
  146.  
  147. #description {
  148. text-align:center;
  149. font-family:'arial';
  150. margin-top:-205px;
  151. font-size:9px;
  152. text-transform:lowercase;
  153. padding:10px;
  154. width:100px;
  155. line-height:170%;
  156. position:relative;
  157. margin-left:2px;
  158. color:{color:DescriptionText};
  159. }
  160.  
  161. #title {
  162. text-align:center;
  163. top:5px;
  164. font-family:'consolas';
  165. font-size:9px;
  166. border-bottom:1px solid {color:Info background};
  167. font-weight:bold;
  168. padding:5px;
  169. position:relative;
  170. padding-bottom:5px;
  171. margin-bottom:10px;
  172. text-transform:uppercase;
  173. color:{color:Text};
  174. }
  175.  
  176. #title a{color:{color:Text};
  177. padding:2px;
  178. background-color:{color:Background};
  179. }
  180.  
  181. /*LINKS*/
  182. #links{position:relative;
  183. text-transform:uppercase;
  184. font-family:consolas;
  185. font-weight:bold;
  186. width:250px;
  187. margin-top:0px;
  188. text-align:center;
  189. padding:5px;
  190. }
  191.  
  192. #links a{margin-right:5px;
  193. width:90px;
  194. margin-top:5px;
  195. border-bottom:solid 1px {color:info background};
  196. padding:5px;
  197. display:inline-block;
  198. }
  199.  
  200. /*POST INFO*/
  201.  
  202. #info {
  203. width:490px;
  204. font-weight:bold;
  205. border-top:solid 1px {color:info background};
  206. text-align:left;
  207. padding:5px;
  208. font-family:'consolas';
  209. margin-left:0px;
  210. margin-top:5px;
  211. font-size:8px;
  212. text-transform:uppercase;
  213. font-style:none;
  214. line-height:10px;
  215. color:{color:text};
  216. }
  217.  
  218. #info a {
  219. text-align:center;
  220. color:{color:Text};
  221. }
  222.  
  223. .right{float:right}
  224.  
  225. .tags {text-transform:none;
  226. color:{color:postbg};
  227. width:505px;
  228. opacity:0;
  229. margin-top:-5px;
  230. margin-left:0px;
  231. font-size:8px;
  232. text-align:center;
  233. text-transform:uppercase;
  234. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  235.  
  236.  
  237. .tags a {
  238. letter-spacing:0px;
  239. padding:2px;
  240. font-size:8px;
  241. text-align:center;
  242. font-family:'consolas';
  243. text-decoration:none;
  244. display:inline-block;
  245. color:{color:Links};
  246. }
  247.  
  248.  
  249. /*QUESTION*/
  250.  
  251. #asker {
  252. color:{color:text};
  253. text-transform:lowercase;
  254. padding:15px;
  255. font-family:arial;
  256. background-color:{color:Question Background};
  257. font-size:9px;
  258. letter-spacing:0px;
  259. text-align:left;
  260. margin-top:0px;
  261. line-height:100%;
  262. border-bottom: solid 1px {color:Info Background};
  263. }
  264.  
  265. #asker a{color:{color:Text};}
  266.  
  267.  
  268. #url a{color:{color:Text};
  269. padding:2px;
  270. background-color:{color:Info Background};
  271. }
  272.  
  273.  
  274. /*CREDIT*/
  275.  
  276. #cred {
  277. position:fixed;
  278. font-family:consolas;
  279. font-size:8px;
  280. right:9px;
  281. bottom:9px;
  282. padding:4px;
  283. letter-spacing:1px;
  284. }
  285.  
  286. {CustomCSS}</style></head><body>
  287.  
  288. <div id="sidebar">
  289. <div id="title">{title} {block:Pagination}
  290. {block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}
  291. {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  292. {/block:Pagination}</div>
  293. <div id="sidebarimage">
  294. <a title="home" href="/">
  295. <img src="{image:Sidebar}">
  296. </a>
  297. </div>
  298. <div id="links">
  299. <a href="{text:Link 1 URL}"><span>{text:Link 1}</a></span>
  300. <a href="{text:Link 2 URL}"><span>{text:Link 2}</a></span>
  301. <a href="{text:Link 3 URL}"><span>{text:Link 3}</a></span>
  302. <a href="{text:Link 4 URL}"><span>{text:Link 4}</a></span>
  303.  
  304. </div>
  305. <div id="description"><br>{Description}<br>
  306. </div>
  307.  
  308. </div>
  309. <div id="entries">
  310. {block:Posts}
  311. <div id="post">
  312.  
  313. {block:Text}
  314. <h1>{block:Title}{Title}{/block:Title}</h1>
  315. {Body}{/block:Text}
  316.  
  317. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  318. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  319.  
  320. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  321. {/block:Caption}{/block:Photoset}
  322.  
  323. {block:Quote}<h2>"{Quote}"</h2>
  324. {/block:Source}{/block:Quote}
  325.  
  326. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  327.  
  328. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  329.  
  330. {block:Audio}<div align="center">
  331. <span class="audio">{AudioPlayerWhite}</div></span>
  332. <center>{block:TrackName}{TrackName}{/block:TrackName}
  333. {block:Artist}&mdash; {Artist}<br />{/block:Artist}
  334. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  335. {/block:Audio}<br>
  336.  
  337. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  338.  
  339. {block:Answer}<div id="asker">{Question} — <i>{Asker}</i></div> {Answer}{/block:Answer}
  340.  
  341. <div id="info">
  342. <div id="permalink">
  343. <a href="{Permalink}">{timeago}</a>
  344. <div class="right">{block:ContentSource} {block:RebloggedFrom}
  345. <a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  346. {/block:RebloggedFrom}<a href="{SourceURL}">©</a> {/block:ContentSource}
  347. {NoteCount} </div></a></div>
  348.  
  349.  
  350. </div>
  351.  
  352. {block:HasTags}<div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  353. </div>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}{/block:Posts}{/block:Posts}</div></div>
  354.  
  355. {/block:Posts}</div></div></div>
  356. <br><br><br><br>
  357.  
  358. <div id="cred">
  359. <a href="http://shayofrp.tumblr.com/">SHAYOFRP</a>
  360. </div>
  361. </div>
  362.  
  363. <script src="http://tympanus.net/Development/ModalWindowEffects/js/classie.js"></script>
  364. <script src="http://tympanus.net/Development/ModalWindowEffects/js/modalEffects.js"></script>
  365.  
  366. <script src="http://tympanus.net/Development/ModalWindowEffects/js/modalEffects.js"></script>
  367. </body>
  368. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement