Advertisement
crisofrps

Theme two.

Dec 9th, 2013
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. <!---theme 2 by xandrarps if u steal it i will kill u --->
  2. <!---BASE CODE BY DOCTORMCOY--->
  3.  
  4. <!DOCTYPE html PUBLIC
  5. "-//W3C//DTD XHTML 1.0 Transitional//EN"
  6. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <!---TITLE--->
  12. <title>{Title}</title>
  13.  
  14. <!---FAVICON--->
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <!---RSS FEED--->
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <!---DESCRIPTION--->
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}"/>
  23. {/block:Description}
  24.  
  25. <!---COLORS--->
  26. <meta name="color:Background" content="#ffffff" />
  27. <meta name="color:Font" content="#b6b5b5" />
  28. <meta name="color:Border" content="b8b8b8" />
  29. <meta name="color:Sidebar" content="f0e7e1" />
  30. <meta name="color:Scrollbar" content="#b8b8b8" />
  31. <meta name="color:Post" content="#b8b8b8" />
  32.  
  33.  
  34.  
  35. <!---LINKS--->
  36. <meta name="text:Ask Title" content="" />
  37. <meta name="text:Home Title" content="" />
  38. <meta name="text:Link 1 URL" content="" />
  39. <meta name="text:Link 1 Title" content="" />
  40. <meta name="text:Link 2 URL" content="" />
  41. <meta name="text:Link 2 Title" content="" />
  42. <meta name="text:Link 3 URL" content="" />
  43. <meta name="text:Link 3 Title" content="" />
  44. <meta name="text:Link 4 URL" content="" />
  45. <meta name="text:Link 4 Title" content="" />
  46.  
  47. <!---IMAGES--->
  48. <meta name="image:Sidebar Image" content="" />
  49. <meta name="image:Sidebar bg" content="" />
  50. <meta name="image:home" content="" />
  51. <meta name="image:ask" content="" />
  52. <meta name="image:navi" content="" />
  53. <meta name="image:png" content="" />
  54. <meta name="image:title" content="" />
  55.  
  56. <style type="text/css">
  57.  
  58. /*---WEBKIT SCROLLBAR---*/
  59. ::selection {background: #fff; color:{color:selection};}
  60. ::-moz-selection {background: #fff; color:{color:selection};}
  61. ::-webkit-selection {background: #fff; color:{color:selection};}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  64. height:100px;}
  65.  
  66. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  67.  
  68.  
  69. /*---BODY---*/
  70. body {
  71. font-style:none;
  72. background:{color:background};
  73. margin:0px; color:{color:Font};
  74. font-family:courier;
  75. font-size:11px;
  76. line-height:100%;
  77. }
  78.  
  79. blockquote {
  80. border-left:1px solid #b8b8b8;
  81. padding-left:2px;
  82. margin:5px;
  83. }
  84.  
  85. a {
  86. color:{color:font}
  87. }
  88.  
  89. a {
  90. text-decoration:none;
  91. text-transform:uppercase;
  92. -webkit-transition:all 0.5s ease-in-out;
  93. -moz-transition:all 0.5s ease-in-out;
  94. -o-transition:all 0.5s ease-in-out;
  95. -ms-transition:all 0.5s ease-in-out;
  96. -transition:all 0.5s ease-in-out;
  97. }
  98.  
  99. a:hover {
  100. color:{color:font}
  101. }
  102.  
  103. img {
  104. max-height:100%;
  105. }
  106.  
  107. h1 , h2 {
  108. font-family:courier;
  109. text-transform:none;
  110. font-size:13px;
  111. line-height:30px;
  112. letter-spacing:0px;
  113. text-align:center;
  114. font-style:none;
  115. }
  116.  
  117. /*---ENTRIES/POSTS---*/
  118. #entry {
  119. width:500px;
  120. margin-top:50px;
  121. }
  122.  
  123. #posts {
  124. width:500px;
  125. padding-bottom:100px;
  126. font-style:none;
  127. padding:15px;
  128. margin-left:650px;
  129. margin-bottom:50px;
  130. background-color:{color:post};
  131. outline:1px solid {color:border}; outline-offset:5px;
  132. }
  133.  
  134. /* --- SIDEBAR ---*/
  135. #sidebar {
  136. width:00px;
  137. position:fixed;
  138. margin-left:350px;
  139. margin-top:110px;
  140.  
  141. }
  142.  
  143. #sidebar {
  144. width:300px;
  145. margin-left:300px;
  146.  
  147. }
  148.  
  149. #sidebarimage img {
  150. margin-left:90px;
  151. width:200px;
  152. max-height:750px;
  153. margin-top:0px;
  154. padding:2px;
  155. padding-bottom:2px;
  156. outline:1px solid {color:border}; outline-offset:5px;
  157. }
  158.  
  159.  
  160. #title {
  161. font-family:courier;
  162. text-align:center;
  163. margin-top:-129px;
  164. padding-bottom:0px;
  165. text-transform:none;
  166. font-style:normal;
  167. font-size:10px;
  168. }
  169.  
  170. #description {
  171. margin-left: 92px;
  172. margin-top: 15px;
  173. width: 200px;
  174. line-height: 100%;
  175. background-color:{color:post};
  176. text-align:justify;
  177. font-family:courier;
  178. font-size: 10px;
  179. font-style:none;
  180. padding-bottom:5px;
  181. padding-top:5px;
  182. outline:1px solid {color:border}; outline-offset:5px;
  183. }
  184.  
  185.  
  186.  
  187. /*---ASKS/INFO---*/
  188. #questions {
  189. background-color:#ffffff;
  190. color:{color:Font};
  191. margin-left:0px;
  192. padding:5px;
  193. margin-top:5px;
  194. margin-bottom:5px;
  195. font-family:courier;
  196. font-size:10px;
  197. font-style:normal;
  198. text-align:center;
  199. }
  200.  
  201. #answers {
  202. background-color:#ffffff;
  203. color:{color:Font};
  204. padding:2px;
  205. font-family:courier;
  206. font-size:10px;
  207. font-style:normal;
  208. text-align:justify;
  209. }
  210.  
  211. .note {
  212. padding:0px 20px 0px 20px;
  213. background-color:{color:post};
  214. text-transform:lowercase;
  215. letter-spacing:0px;
  216. font-size: 11px;
  217. font-style:normal;
  218. text-align:left;
  219. line-height:120%;
  220. }
  221.  
  222. .note li {
  223. list-style-type:none;
  224. padding:5px 25px 5px 25px;
  225. text-align:left;
  226. margin-right:30px;
  227. margin-top:-50px;
  228. }
  229.  
  230. #info {
  231. font-family:courier;
  232. text-align:center;
  233. margin-top:10px;
  234. padding-top:10px;
  235. padding:0px;
  236. padding-bottom:1px;
  237. text-transform:uppercase;
  238. font-style:none;
  239. font-size:10px;
  240. line-height:100%;
  241. }
  242.  
  243. #RebloggedFrom {
  244. font-family:courier;
  245. text-align:center;
  246. margin-top:-5px;
  247. padding-bottom:0px;
  248. text-transform:uppercase;
  249. font-style:none;
  250. font-size:10px;
  251. }
  252.  
  253. /*---TAGS---*/
  254. #tags {
  255. font-family:courier;
  256. text-align:center;
  257. margin-top:0px;
  258. padding-bottom:0px;
  259. text-transform:uppercase;
  260. font-style:none;
  261. font-size:10px;
  262. }
  263.  
  264. /*---PAGINATION---*/
  265. #pagination {
  266. font-size:10px;
  267. margin-top:10px;
  268. margin-left:45px;
  269. font-family:courier;
  270. font-style:normal;
  271. text-align:center;
  272. width:50px
  273. text-transform:uppercase;
  274. letter-spacing:1px;
  275. }
  276.  
  277. /*---CREDIT---*/
  278. #cred {
  279. position:fixed;
  280. color:{color:Font};
  281. bottom:15px;
  282. right:15px;
  283. font-size:8px;
  284. padding:5px;
  285. border:1px solid; padding: 2px 3px 2px 3px;
  286. border-color: {color:border};
  287. background-color:{color:post};
  288. }
  289.  
  290. #sidelinks
  291. {position:fixed;
  292. margin-left:90px;
  293. margin-top:-40px;
  294. width:300px;
  295.  
  296.  
  297.  
  298.  
  299. /*---END CSS---*/
  300.  
  301. {CustomCSS}</style></head><body>
  302.  
  303. <!---SIDEBAR--->
  304. <div id="sidebar">
  305. <div id="sidebarimage"><img src="{image:Sidebar Image}"/></div><br>
  306. <img src="{image:png}" style="position:fixed;bottom:0px;left:0px;z-index:-999"/>
  307. <img src="{image:title}" style="position:fixed;top:0px;left:1200px;z-index:999999" /></a>
  308. <div id="sidelinks">
  309. <a href=/><img src="{image:home}"}" /></a>
  310. <a href=/ask><img src="{image:ask}"}" /></a>
  311. <a href=/navi><img src="{image:navi}"}" /></a>
  312. <br><br>
  313. </div>
  314. <div id="description"><center>{Description}</center></div>
  315.  
  316. <div id="scrollbar">{scrollbar}</div>
  317.  
  318. <div id="pagination">
  319. {block:Pagination}
  320. <div id="pagination">
  321. {block:PreviousPage}
  322. <a href="{PreviousPage}">Back</a>
  323. {/block:PreviousPage}
  324.  
  325. {block:NextPage}
  326. <a href="{NextPage}">Next</a>
  327. {/block:NextPage}</div>
  328. {/block:Pagination}</div>
  329.  
  330. {block:HasPages}
  331. {block:Pages}
  332. <a href="{URL}">{Label}</a>
  333. {/block:Pages}
  334. {/block:HasPages}
  335.  
  336. </div></center>
  337. </div>
  338. <!---END SIDEBAR--->
  339.  
  340. <!---POSTS--->
  341. <div id="entry">
  342. {block:Posts}
  343. <div id="posts">
  344.  
  345. <!---TEXT POSTS--->
  346. {block:Text}
  347. <h1>
  348. {block:Title}
  349. {Title}
  350. {/block:Title}
  351. </h1>
  352. {Body}
  353. {/block:Text}
  354.  
  355. {block:blockquote}
  356. {/block:blockquote}
  357.  
  358. <!---PHOTO POSTS--->
  359. {block:Photo}
  360. <center>
  361. {LinkOpenTag}
  362. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  363. {LinkCloseTag}
  364. </center>
  365. {block:Caption}
  366. {Caption}
  367. {/block:Caption}
  368. {/block:Photo}
  369.  
  370. <!---PHOTOSET POSTS--->
  371. {block:Photoset}
  372. <center>
  373. {Photoset-500}
  374. </center>
  375. {block:Caption}
  376. <i>{Caption}</i>
  377. {/block:Caption}
  378. {/block:Photoset}
  379.  
  380. <!---QUOTE POSTS--->
  381. {block:Quote}
  382. {Quote}<p>
  383. <center>
  384. {block:Source}
  385. —{Source}
  386. {/block:Source}
  387. </center>
  388. {/block:Quote}
  389.  
  390. <!---LINK POSTS--->
  391. {block:Link}
  392. <h1>
  393. <a href="{URL}"{Target}>{Name}</a>
  394. </h1>
  395. {block:Description}
  396. {Description}
  397. {/block:Description}
  398. {/block:Link}
  399. <!---CHAT POSTS--->
  400. {block:Chat}
  401. {block:Title}
  402. <h1>
  403. {Title}
  404. </h1>
  405. {/block:Title}
  406. {block:Lines}
  407. {block:Label}
  408. <b>{Label}</b>
  409. {/block:Label}
  410. {Line}<br>
  411. {/block:Lines}
  412. {/block:Chat}
  413. <!---AUDIO POSTS--->
  414. {block:Audio}
  415. {AudioPlayerBlack}
  416. {block:Caption}
  417. {Caption}
  418. {/block:Caption}
  419. {/block:Audio}
  420. <!---VIDEO POSTS--->
  421. {block:Video}
  422. {Video-500}
  423. {block:Caption}
  424. {Caption}
  425. {/block:Caption}
  426. {/block:Video}
  427. <!---ASK POSTS--->
  428. {block:Answer}
  429. <div id="questions">
  430. <a href="{askerURL}"><b>{Asker}</b> whispered:
  431. {Question}
  432. </div>
  433. <div id="answers">{Answer}</div>
  434. {/block:answer}
  435.  
  436. <!---END POSTS--->
  437.  
  438. <!---POST INFO--->
  439. <div id="info">
  440.  
  441. <!---DATE--->
  442. {block:Date}
  443. <a href="{Permalink}">{TimeAgo},</a>
  444. {/block:Date}
  445. <!---NOTE COUNT--->
  446. {block:NoteCount}
  447. <a href="{Permalink}"> with {NoteCountWithLabel}</a>.
  448. {/block:NoteCount}
  449. <!---VIA--->
  450. {block:RebloggedFrom}
  451. <a href="{ReblogParentURL}"> From {ReblogParentName}</a>.
  452. {/block:RebloggedFrom}
  453.  
  454. <!---SOURCE--->
  455. {block:ContentSource}
  456. <a href="{SourceURL}">{ReblogRootName}</a>
  457. {/block:ContentSource}
  458. </div>
  459.  
  460. <!---END POST INFO--->
  461.  
  462. <!---TAGS--->
  463. <div id="tags">
  464. {block:HasTags}
  465. {block:Tags}
  466. <a href="{TagURL}">#{Tag} </a>&nbsp;
  467. {/block:Tags}
  468. {/block:HasTags}
  469. </div>
  470.  
  471. <!---POST NOTES--->
  472. {block:PostNotes}
  473. {PostNotes}
  474. {/block:PostNotes}
  475. </div>
  476.  
  477. <!---CREDIT--->
  478. <div id="cred">
  479. <a title="credit xx"href="http://xandrarps.tumblr.com">xandrarps</a>
  480. </div>
  481. </div>
  482. </body>
  483. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement