allfredoflores

Plan B

Oct 24th, 2014
597
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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--- "plan b by cyliejenner, DON'T STEAL AND PLEASE DON'T REMOVE CREDIT. YOU CAN MOVE IT TO ANOTHER PAGE BUT DON'T REMOVE IT COMPLETELY! --->
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#222222"/>
  13. <meta name="color:titles" content="#000000"/>
  14. <meta name="color:links" content="#444444"/>
  15. <meta name="color:links hover" content="#000000"/>
  16. <meta name="color:scrollbar" content="#b8b8b8"/>
  17. <meta name="color:borders" content="#f8f8f8"/>
  18.  
  19. <meta name="image:sidebar" content""/>
  20.  
  21. <meta name="text:link 1" content="http://"/>
  22. <meta name="text:link 1 title" content=""/>
  23. <meta name="text:link 2" content="http://"/>
  24. <meta name="text:link 2 title" content=""/>
  25.  
  26. <style type="text/css">
  27.  
  28.  
  29. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  30.  
  31.  
  32. ::-webkit-scrollbar-thumb:vertical {
  33. background-color:{color:background};
  34. height:100px;
  35. border-left:2px solid {color:scrollbar};
  36. }
  37.  
  38. ::-webkit-scrollbar {
  39. height:0px;
  40. width:5px;
  41. border-left:1px solid {color:background};
  42. background-color:{color:background};
  43. }
  44.  
  45. /* CURSOR */
  46. html {
  47. cursor:
  48. url("http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"),default;
  49. }
  50.  
  51. body {
  52. background:#fff;
  53. margin:0px;
  54. color:{color:text};
  55. font-family:'arial';
  56. font-size:11px;
  57. font-weight:normal;
  58. letter-spacing:0px;
  59. line-height:100%;
  60. }
  61.  
  62. a:link, a:visited, a:active {
  63. color:{color:links};
  64. padding:1px;
  65. text-decoration:none;
  66. transition-duration: 0.4s;
  67. -moz-transition-duration: 0.4s;
  68. -webkit-transition-duration: 0.4s;
  69. -o-transition-duration: 0.4s;
  70. }
  71.  
  72. a:hover {
  73. color:{color:links hover};
  74. cursor:help;
  75. padding:1px;
  76. font-weight:none;
  77. transition-duration: 0.4s;
  78. -moz-transition-duration: 0.4s;
  79. -webkit-transition-duration: 0.4s;
  80. -o-transition-duration: 0.4s;
  81. }
  82.  
  83. h1 {
  84. font-size:9px;
  85. text-align:justify;
  86. color:{color:titles};
  87. }
  88.  
  89. h2 {
  90. font-size:14px;
  91. text-align:justify;
  92. font-weight:normal;
  93. }
  94.  
  95. #container {
  96. float:left;
  97. text-align:left;
  98. color:{color:text};
  99. margin-bottom:0px;
  100. width:500px;
  101. }
  102.  
  103. #posts {
  104. margin-top:50px;
  105. text-align:justify;
  106. margin-bottom:60px;
  107. padding:10px;
  108. line-height:90%;
  109. letter-spacing:0px;
  110. width:500px;
  111. margin-left:150px;
  112. text-align:justify;
  113. padding:10px;
  114. letter-spacing:0px;
  115. color:{color:text};
  116. }
  117.  
  118. #info {
  119. margin-left:-2px;
  120. text-align:left;
  121. position:absolute;
  122. margin-top:5px;
  123. width:490px;
  124. padding:5px;
  125. line-height:120%;
  126. }
  127.  
  128. #tags {
  129. margin-top:-10px;
  130. margin-left:2px;
  131. line-height:150%;
  132. }
  133.  
  134. #pagination {
  135. left:50%;
  136. margin-left:-470px;
  137. position:absolute;
  138. width:395px;
  139. padding:5px;
  140. margin-top:-10px;
  141. }
  142.  
  143. #side {
  144. position:fixed;
  145. margin-top:-14px;
  146. margin-left:700px;
  147. padding:5px;
  148. width:251px;
  149. float:center;
  150. }
  151.  
  152. #sidebarimage img{
  153. width:70px;
  154. height:70px;
  155. margin-top:20px;
  156. margin-left:12px;
  157. position:absolute;
  158. }
  159.  
  160. #title {
  161. width:160px;
  162. font-size:16px;
  163. font-weight:bold;
  164. margin-top:97px;
  165. margin-left:10px;
  166. line-height:90%;
  167. position:absolute;
  168. color:{color:titles};
  169. }
  170.  
  171. #description {
  172. position:absolute;
  173. text-align:justify;
  174. padding:10px;
  175. word-spacing:3px;
  176. text-transform:none;
  177. width:155px;
  178. margin-top:145px;
  179. margin-left:0px;
  180. }
  181.  
  182. blockquote {
  183. border-left:2px dotted #f8f8f8;
  184. padding:0px;
  185. padding-left:5px;
  186. margin:5px;
  187. }
  188.  
  189. .asker {
  190. font-weight:bold;
  191. }
  192.  
  193. #question {
  194. margin-bottom:10px;
  195. line-height:15px;
  196. background:{color:backgrounds};
  197. padding:15px;
  198. }
  199.  
  200. .answer {
  201. text-align:justify;
  202. padding:5px;
  203. margin-top:-5px;
  204. }
  205.  
  206. ol.notes {
  207. text-align:left;
  208. width:400px;
  209. margin-left:70px;
  210. margin-right:auto;
  211. padding:0px;
  212. margin-top:80px;
  213. list-style-type:none;
  214. }
  215.  
  216. ol.notes li.note {
  217. padding:7px;
  218. }
  219.  
  220. ol.notes li.note img.avatar {
  221. vertical-align:-4px;
  222. margin-right:10px;
  223. width:16px;
  224. height:16px;
  225. }
  226.  
  227. ol.notes li.note blockquote {
  228. padding:5px 5px 5px 5px;
  229. }
  230.  
  231. {CustomCSS}</style>
  232.  
  233. </head>
  234.  
  235. <body>
  236.  
  237. <div id="container">
  238. <div id="side">
  239. <div id="description">{description}</div>
  240. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  241. <div id="title">{Title}</div>
  242.  
  243. <select onchange='location=this.options[this.selectedIndex].value;' style='width:157px; margin-top:132px; margin-left:10px; font-size:10px;'>
  244. <option>navigation</option>
  245. <option value=/>index</option>
  246. <option value=/ask>contact</option>
  247. <option value="{text:link 1}">{text:link 1 title}</option>
  248. <option value="{text:link 2}">{text:link 2 title}</option>
  249. <option value="http://cyliejenner.tumblr.com/rules">theme</option>
  250. </select>
  251. </div></div>
  252.  
  253. {block:Posts}<div id="posts">
  254.  
  255. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  256.  
  257. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  258.  
  259. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  260.  
  261. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  262.  
  263. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  264.  
  265. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  266.  
  267. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  268.  
  269. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  270.  
  271. {block:Answer}
  272. <div id="question">
  273. <div class="asker">{Asker} said: </div>
  274. {Question}</div>
  275. <div class="answer">{Answer}</div>
  276. {/block:Answer}
  277.  
  278. <div id="info">{block:Date}<a href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a>{/block:Date}{block:NoteCount} &nbsp; &middot; &nbsp; {NoteCountWithLabel}{/block:NoteCount}{block:ContentSource} &nbsp; &copy; &nbsp;<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:ContentSource}<p><div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  279.  
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}
  281. </div>
  282. {/block:Posts}
  283.  
  284. <center>
  285. <br><br>
  286. <div id="pagination">
  287. {block:Pagination}
  288. {block:JumpPagination length="5"}{block:CurrentPage}
  289. <span class="current_page" style="padding: 5px 5px 0px 5px; font-weight:bold;">{PageNumber}</span>
  290. {/block:CurrentPage}
  291. {block:JumpPage}<a class="jump_page" style="padding-right:5px;padding-left:5px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  292. {/block:JumpPagination}
  293. {/block:Pagination}</div>
  294. <br><br><br>
  295. </center>
  296.  
  297. {block:ContentSource}<!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  298.  
  299. </div>
  300.  
  301. </div>
  302. </body>
  303. </html>
Advertisement
Add Comment
Please, Sign In to add comment