Advertisement
payneland

wc2k14

Jul 5th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.49 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <meta name="color:background" content="#fff"/>
  11. <meta name="color:entries" content="#fff"/>
  12. <meta name="color:posts" content="#fff"/>
  13. <meta name="color:text" content="#0b4d29"/>
  14. <meta name="color:scrollbar" content="#0b4d29"/>
  15. <meta name="color:scrollbar bg" content="#fff"/>
  16. <meta name="color:title" content="#0b4d29"/>
  17. <meta name="color:title text" content="#fff"/>
  18. <meta name="color:links" content="#ee2522"/>
  19. <meta name="color:link hover" content="#0b4d29"/>
  20. <meta name="color:sidebar links" content="#ee2522"/>
  21. <meta name="color:sidebar links hover" content="#0b4d29"/>
  22. <meta name="color:info" content="#0b4d29"/>
  23. <meta name="color:info text" content="#fff"/>
  24. <meta name="color:tags" content="#ee2522"/>
  25. <meta name="color:border" content="#0b4d29"/>
  26. <meta name="color:description" content="#fff"/>
  27. <meta name="color:description text" content="#0b4d29"/>
  28. <meta name="color:pagination" content="#0b4d29"/>
  29. <meta name="color:pagination text" content="#fff"/>
  30. <meta name="color:info links" content="#fff"/>
  31. <meta name="color:bold" content="#0b4d29"/>
  32. <meta name="color:question" content="#b5dcc7"/>
  33. <meta name="color:question text" content="#fff"/>
  34. <meta name="color:ask border" content="#000"/>
  35. <meta name="color:selection" content="#eee"/>
  36. <meta name="color:user one" content="#b5dcc7"/>
  37. <meta name="color:user two" content="#eabfbf"/>
  38.  
  39. <meta name="image:background" content=>
  40. <meta name="image:sidebar" content="">
  41.  
  42. <meta name="text:link one" content=""/>
  43. <meta name="text:link one text" content="" />
  44. <meta name="text:link two" content=""/>
  45. <meta name="text:link two text" content="" />
  46. <meta name="text:link three" content=""/>
  47. <meta name="text:link three text" content="" />
  48. <meta name="text:link four" content=""/>
  49. <meta name="text:link four text" content="" />
  50. <meta name="text:link five" content=""/>
  51. <meta name="text:link five text" content="" />
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56. ::-webkit-scrollbar-thumb:vertical {
  57. background-color:{color:scrollbar};
  58. height:7px;
  59.  
  60. border-right:2px solid {color:background};
  61. border-left:1px solid {color:background};}
  62. ::-webkit-scrollbar-thumb:horizontal {
  63. background-color:{color:scrollbar};
  64. height:7px!important;}
  65. ::-webkit-scrollbar {
  66. background:{color:Scrollbar};
  67. border-left:3px solid {color:Background};
  68. border-right:4px solid {color:Background};
  69. height:7px;
  70. width:8px;}
  71. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  72. display:block;
  73. height:6px;
  74. background-color:{color:background};
  75. border-right:2px solid {color:background};}
  76.  
  77. ::selection {background: {color:selection};}
  78. ::-moz-selection {background:{color:selection}; }
  79.  
  80. body {
  81. font-size:11px;
  82. background-color:{color:scrollbar bg};
  83. color:#444;
  84. }
  85.  
  86. small {
  87. font-size: 11px;
  88. }
  89.  
  90. big {
  91. font-size: 13px;
  92. }
  93.  
  94. b {
  95. color:{color:bold};
  96. }
  97.  
  98. a {
  99. color:{color:links};
  100. text-decoration:none;
  101. -webkit-transition: all 0.6s ease-in-out;
  102. -moz-transition: all 0.6s ease-in-out;
  103. -o-transition: all 0.6s ease-in-out;
  104. -ms-transition: all 0.6s ease-in-out;
  105. -transition: all 0.6s ease-in-out;
  106. }
  107.  
  108. a:hover {
  109. color:{color:link hover};
  110. -webkit-transition: all 0.6s ease-in-out;
  111. -moz-transition: all 0.6s ease-in-out;
  112. -o-transition: all 0.6s ease-in-out;
  113. -ms-transition: all 0.6s ease-in-out;
  114. -transition: all 0.6s ease-in-out;
  115. }
  116.  
  117. blockquote {
  118. border-left:2px solid {color:border};
  119. padding-left:5px;
  120. max-width:420px;
  121. margin-left:15px;
  122. }
  123.  
  124. blockquote img {
  125. max-width:400px;
  126. height:auto;
  127. }
  128.  
  129. pre {
  130. white-space: pre-wrap;
  131. white-space: -moz-pre-wrap;
  132. white-space: -pre-wrap;
  133. white-space: -o-pre-wrap;
  134. word-wrap: break-word;
  135. }
  136.  
  137. h4 {
  138. font-size:19px;
  139. text-align:center;
  140. }
  141.  
  142. li {
  143. list-style-type:circle;
  144. }
  145.  
  146. #sidebar {
  147. width:405px;
  148. height:350px;
  149. margin-left:70px;
  150. margin-top:110px;
  151. position:fixed;
  152. }
  153.  
  154.  
  155. #sidebarpicture {
  156. width:200px;
  157. height:350px;
  158. float:left;
  159. }
  160.  
  161. #rightsidebar {
  162. width:200px;
  163. height:330px;
  164. margin-left:5px;
  165. float:right;
  166. }
  167.  
  168. .title {
  169. width:200px;
  170. height:20px;
  171. background-color:{color:title};
  172. color:{color:title text};
  173. letter-spacing:-1px;
  174. line-height:20px;
  175. text-align:center;
  176. font-size:16px;
  177. text-transform:uppercase;
  178. font-weight:bold;
  179. }
  180.  
  181. .links {
  182. font-size:11px;
  183. color:{color:sidebar links};
  184. text-align:center;
  185. font-style:italic;
  186. -webkit-transition: all 0.6s ease-in-out;
  187. -moz-transition: all 0.6s ease-in-out;
  188. -o-transition: all 0.6s ease-in-out;
  189. -ms-transition: all 0.6s ease-in-out;
  190. -transition: all 0.6s ease-in-out;
  191. }
  192.  
  193. .links a {
  194. color:{color:sidebar links};
  195. text-decoration:underline;
  196. }
  197.  
  198. .links:hover {
  199. color:{color:sidebar links hover};
  200. -webkit-transition: all 0.6s ease-in-out;
  201. -moz-transition: all 0.6s ease-in-out;
  202. -o-transition: all 0.6s ease-in-out;
  203. -ms-transition: all 0.6s ease-in-out;
  204. -transition: all 0.6s ease-in-out;
  205. }
  206.  
  207. .description {
  208. height:285px;
  209. padding-top:-2px;
  210. overflow-y:scroll;
  211. padding-right:5px;
  212. margin-left:5px;
  213. margin-top:5px;
  214. width:190px;
  215. text-align:justify;
  216. font-size:11px;
  217. background-color:{color:description};
  218. font-family:georgia;
  219. color:{color:description text};
  220. }
  221.  
  222. .pagination {
  223. padding:2px;
  224. width:200px;
  225. margin-top:330px;
  226. margin-left:205px;
  227. }
  228.  
  229. .pagination a {
  230. width:93.5px;
  231. display:inline-block;
  232. height:18px;
  233. line-height:18px;
  234. font-size:12px;
  235. color:{color:pagination text};
  236. text-align:center;
  237. padding-left:2px;
  238. padding-right:2px;
  239. background-color:{color:pagination};
  240. -webkit-transition: all 0.6s ease-in-out;
  241. -moz-transition: all 0.6s ease-in-out;
  242. -o-transition: all 0.6s ease-in-out;
  243. -ms-transition: all 0.6s ease-in-out;
  244. -transition: all 0.6s ease-in-out;
  245. }
  246.  
  247. .pagination a:hover {
  248. letter-spacing:2px;
  249. -webkit-transition: all 0.6s ease-in-out;
  250. -moz-transition: all 0.6s ease-in-out;
  251. -o-transition: all 0.6s ease-in-out;
  252. -ms-transition: all 0.6s ease-in-out;
  253. -transition: all 0.6s ease-in-out;
  254. }
  255.  
  256. #entries {
  257. width:520px;
  258. margin-left:515px;
  259. margin-top:40px;
  260. float:center;
  261. position:relative;
  262. background-color:{color:entries};
  263. }
  264.  
  265. #posts {
  266. width:500px;
  267. background-color:{color:posts};
  268. font-size:12px;
  269. }
  270.  
  271. #info {
  272. text-align:right;
  273. border-top: 1px solid {color:border};
  274. text-transform:uppercase;
  275. font-size:10px;
  276. font-style:none;
  277. margin-top:5px;
  278. color:{color:info text};
  279. margin-bottom:50px;
  280. line-height:100%;
  281. padding:2px;
  282. background-color:{color:info};
  283. }
  284.  
  285. #info a {
  286. color:{color:info links};
  287. }
  288.  
  289. #tags {
  290. font-family:cambria;
  291. letter-spacing:0px;
  292. text-transform:lowercase;
  293. font-size:10px;
  294. font-style:italic;
  295. border-top:1px solid #fff;
  296. text-align:right;
  297. margin-top:3px;
  298. padding-bottom:2px;
  299. }
  300.  
  301. #tags a {
  302. display:inline-block;
  303. padding:-3px;
  304. text-align:right;
  305. color:{color:tags};
  306. -webkit-transition: all 0.6s ease-in-out;
  307. -moz-transition: all 0.6s ease-in-out;
  308. -o-transition: all 0.6s ease-in-out;
  309. -ms-transition: all 0.6s ease-in-out;
  310. -transition: all 0.6s ease-in-out;
  311. }
  312.  
  313. #tags a:hover {
  314. color:{color:tag hover};
  315. -webkit-transition: all 0.6s ease-in-out;
  316. -moz-transition: all 0.6s ease-in-out;
  317. -o-transition: all 0.6s ease-in-out;
  318. -ms-transition: all 0.6s ease-in-out;
  319. -transition: all 0.6s ease-in-out;
  320. }
  321.  
  322. #q {
  323. width:500px;
  324. height:auto;
  325. }
  326.  
  327. #question {
  328. padding:8px;
  329. width:435px;
  330. background-color:{color:question};
  331. color:{color:question text};
  332. border:1px solid {color:ask border};
  333. border:2px solid;
  334. display:block;
  335. position:relative;
  336. float:right;
  337. display:inline;
  338. }
  339.  
  340. #answer {
  341. margin-top:20px;
  342. margin-left:20px;
  343. color:{color:text};
  344. }
  345.  
  346. #quote {
  347. text-align:right;
  348. font-size:13px;
  349. font-style:italic;
  350. margin-top:-15px;
  351. }
  352.  
  353. .chatname {
  354. text-transform:uppercase;
  355. float:left;
  356. }
  357.  
  358. ul.chat, .chat ol, .chat li {
  359. list-style:none;
  360. }
  361.  
  362. .user_1 {
  363. padding:5px;
  364. width:200px;
  365. margin-bottom:4px;
  366. border-radius:10px;
  367. background-color:{color:user one};
  368. }
  369.  
  370. .user_1 .label {
  371. width:200px;
  372. color:{color:chat one};
  373. text-transform:uppercase;
  374. font-weight:bold;
  375. }
  376.  
  377. .user_2 {
  378. padding:5px;
  379. width:200px;
  380. margin-left:250px;
  381. margin-bottom:4px;
  382. background-color:{color:user two};
  383. border-radius:10px;
  384. }
  385.  
  386. .user_2 .label {
  387. width:200px;
  388. color:{color:chat two};
  389. text-transform:uppercase;
  390. font-weight:bold;
  391. }
  392.  
  393. #link {
  394. background-color:{color:question};
  395. padding:3px;
  396. font-size:22px;
  397. text-align:center;
  398. text-transform:none;
  399. font-style:italic;
  400. font-family:lucida;
  401. font-weight:bold;
  402. }
  403.  
  404. #link a {
  405. color:#fff;
  406. }
  407.  
  408. #cred {
  409. position:fixed;
  410. bottom:5px;
  411. right:5px;
  412. }
  413.  
  414.  
  415.  
  416. </style>
  417. </head>
  418.  
  419.  
  420. <body>
  421.  
  422. <div id="sidebar">
  423. <div id="sidebarpicture">
  424. <img src="{image:sidebar}">
  425. </div>
  426.  
  427. <div id="rightsidebar">
  428. <div class="title">{Title}</div>
  429. <div class="links">
  430. <a href="/">home</a>
  431. <a href="/ask">ask</a>
  432. <a href="/submit">submit</a>
  433. <a href="{text:link one}">{text:link one title}</a>
  434. <a href="{text:link two}">{text:link two title}</a>
  435. <a href="{text:link three}">{text:link three title}</a>
  436. <a href="{text:link four}">{text:link four title}</a>
  437. <a href="{text:link five}">{text:link five title}</a>
  438. </div>
  439.  
  440. {block:Description}
  441. <div class="description">{Description}</div>
  442. {/block:Description}
  443.  
  444.  
  445. </div>
  446.  
  447. <div class="pagination">
  448. {block:Pagination}
  449. {block:PreviousPage}
  450. <a href="{PreviousPage}">previous</a>
  451. {/block:PreviousPage}
  452. {block:NextPage}
  453. <a href="{NextPage}">forward</a>
  454. {/block:NextPage}
  455. {/block:Pagination}
  456. </div>
  457. </div>
  458.  
  459.  
  460.  
  461.  
  462. <div id="entries">
  463. {block:Posts}
  464. <div id="posts">
  465. {block:Text}
  466. {block:Title}
  467. <h3><a href="{Permalink}">{Title}</a></h3>
  468. {/block:Title}{Body}
  469. {/block:Text}{block:Photo}
  470. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  471.  
  472. {block:Caption}
  473. {Caption}
  474. {/block:Caption}
  475. {/block:Photo}{block:Panorama}
  476. {LinkOpenTag}
  477. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  478. {LinkCloseTag}{block:Caption}
  479. {Caption}
  480. {/block:Caption}
  481. {/block:Panorama}{block:Photoset}
  482. {Photoset-500}{block:Caption}
  483. {Caption}
  484. {/block:Caption}
  485. {/block:Photoset}
  486.  
  487. {block:Quote}
  488. <h4>"{Quote}"</h4>
  489.  
  490. {block:Source}<div id="quote">--{Source}</div>
  491. {/block:Source}
  492. {/block:Quote}
  493.  
  494. {block:Link}
  495. <div id="link"><a href="{URL}" class="link" {Target}>{Name} →</a></div>{block:Description}<div class="caption">{Description}</div>{/block:Description}
  496. {/block:Link}
  497.  
  498. {block:Chat}<ul class="chat">
  499. {block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line} <br></li>{/block:Lines}</ul>
  500. {/block:Chat}
  501.  
  502. {block:Video}
  503. {Video-500}{block:Caption}{Caption}
  504. {/block:Caption}
  505.  
  506.  
  507. {/block:Video}
  508.  
  509. {block:Audio}
  510. {AudioEmbed}{block:Caption}
  511. <div class="caption">{Caption}</div>
  512. {/block:Caption}
  513. {/block:Audio}
  514.  
  515. {block:Answer}<img src="{AskerPortraitURL-40}"> <div id="question"> <font size="4"><center><i>{Asker} inquired</font></i>:<br> {Question}</div></center><br><div id="answer">{Answer}</div>{/block:Answer}
  516.  
  517. <div id="info">{block:Date}{block:NoteCount}{NoteCountWithLabel}&nbsp;●&nbsp;{/block:NoteCount}<a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</a>&nbsp;●&nbsp;{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>&nbsp;●&nbsp;{/block:RebloggedFrom} {block:ContentSource}<span style="font-size:8px;"></span><a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:Date}
  518. {block:HasTags}
  519. <div id="tags">
  520. {block:Tags}<a href="{TagURL}"># {Tag}</a>,  {/block:Tags}</div>
  521. {/block:HasTags}
  522.  
  523. </div>
  524.  
  525.  
  526. {/block:Posts}
  527. </div></div>
  528.  
  529. <div id="cred"><a href="http://sambastianrps.tumblr.com"><img src="http://static.tumblr.com/nxlwp8q/5D1n86yl1/birds_flock_01_wall2__65691_zoom.png"></a></div>
  530.  
  531. </body>
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement