Advertisement
beliebertime

Theme 8 - Wonderwall

Jan 22nd, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 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. <!-- BY LOUISWILLAM AKA LAURA DO NOT CLAIM AS YOUR OWN OR REMOVE THE CREDIT. DO NOT USE AS A BASE CODE. I'LL SACRIFICE YO TO THE DEVIL IF YOU DO THANK YOU. -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16. <link href='http://fonts.googleapis.com/css?family=Nixie+One|Poiret+One|Varela+Round|Electrolize' rel='stylesheet' type='text/css'>
  17.  
  18. <meta name="color:title" content=#000000>
  19. <meta name="color:bg" content="#ffffff">
  20. <meta name="color:link" content="#bbb8b8">
  21. <meta name='color:sblinks' content="#bbb8b8">
  22. <meta name="color:sblinks text" content="#000000">
  23. <meta name="color:text" content="#9a9a9a">
  24. <meta name="color:tags" content="#b9b7b7">
  25. <meta name="color:ask" content="#fcfcfc">
  26. <meta name="color:hover" content="#eeeeee">
  27. <meta name="color:border" content="#e7e7e7">
  28. <meta name="color:scrollbar" content="#d6d5d5">
  29.  
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33. <meta name="text:customtitle" content="">
  34.  
  35. <meta name="text:link 1" content="">
  36. <meta name="text:link 1 url" content="/">
  37. <meta name="text:link 2" content="">
  38. <meta name="text:link 2 url" content="/">
  39. <meta name="text:link 3" content="">
  40. <meta name="text:link 3 url" content="/">
  41. <meta name="text:link 4" content="">
  42. <meta name="text:link 4 url" content="/">
  43.  
  44. <meta name="if:Cursor" content="1">
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50.  
  51. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  52. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  53. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  54. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  55. }
  56.  
  57.  
  58. body {
  59. font-style:none;
  60. background-color:{color:bg};
  61. font-family:helvetica;
  62. color:{color:text};
  63. font-size:9px;
  64. }
  65.  
  66.  
  67. a {
  68. color:{color:link};
  69. text-decoration:none;
  70. -webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;
  72. transition: all 0.5s ease-out;
  73. }
  74.  
  75. a:hover {
  76. color:{color:hover};
  77. text-decoration:none;
  78. -webkit-transition: all 0.8s ease-out;
  79. -moz-transition: all 0.8s ease-out;
  80. transition: all 0.8s ease-out;
  81. }
  82.  
  83. img {
  84. border:none;
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:2px solid {color:border};
  90. }
  91.  
  92. h1 {
  93. font-size:10px;
  94. }
  95.  
  96.  
  97. {block:ifCursor}
  98.  
  99. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  100.  
  101. {/block:ifCursor}
  102.  
  103.  
  104.  
  105. #sidebar {
  106. position:fixed;
  107. width:200px;
  108. margin-left:100px;
  109. margin-top:100px;
  110. }
  111.  
  112. #sidebarimage {
  113. width:200px;
  114. }
  115.  
  116. #sidebarimage img {
  117. width:200px;
  118. height:110px;
  119. padding:2px;
  120. -webkit-transition: all 0.8s ease-out;
  121. -moz-transition: all 0.8s ease-out;
  122. transition: all 0.8s ease-out;
  123. }
  124.  
  125. #sidebarimage img:hover {
  126. opacity:.7;
  127. -webkit-transition: all 0.8s ease-out;
  128. -moz-transition: all 0.8s ease-out;
  129. transition: all 0.8s ease-out;
  130. }
  131.  
  132.  
  133. #customtitle {
  134. position:fixed;
  135. margin-top:-150px;
  136. margin-left:2px;
  137. height:50px;
  138. width:200px;
  139. line-height:50px;
  140. font-size:26px;
  141. font-family:'Varela Round';
  142. letter-spacing:3px;
  143. text-align:left;
  144. color:{color:title};
  145.  
  146. }
  147.  
  148.  
  149.  
  150. #links {
  151. position:fixed;
  152. margin-top:0px;
  153. width:50px;
  154. margin-left:0px;
  155. font-family:'varela round';
  156. text-transform:uppercase;
  157. text-align:center;
  158. }
  159.  
  160. #links a {
  161. display:inline-block;
  162. background:{color:sblinks};
  163. width:50px;
  164. letter-spacing:1px;
  165. line-height:190%;
  166. margin-top:0px;
  167. margin-left:3px;
  168. color:{color:sblinks text};
  169. text-decoration:none;
  170. -moz-transition-duration:.2s;
  171. -webkit-transition-duration:.2s;
  172. -o-transition-duration:.2s;
  173. }
  174.  
  175. #links a:hover {
  176. text-align:center;
  177. background-color:#fff;
  178. border-bottom:2px solid {color:sblinks};
  179. color:{color:sblinks};
  180. padding:0px;
  181. width:50px;
  182. -moz-transition-duration:0.2s;
  183. -webkit-transition-duration:0.2s;
  184. -o-transition-duration:0.2s;
  185. }
  186.  
  187.  
  188. #description {
  189. margin-top:0px;
  190. margin-left:60px;
  191. width:146px;
  192. font-family:'helvetica';
  193. font-size:9px;
  194. text-align:left;
  195. color:{color:text};
  196. }
  197.  
  198.  
  199. #pagination {
  200. margin-top:30px;
  201. margin-left:5px;
  202. font-style:italic;
  203. text-align:center;
  204. font-size:13px;
  205. font-family:calibri;
  206. color:{color:link};
  207. }
  208.  
  209. #pagination a{
  210. color:{color:link};
  211. }
  212.  
  213. #pagination a:hover {
  214. color:{color:hover};
  215. }
  216.  
  217. /*--posts--*/
  218.  
  219. #posts {
  220. width:500px;
  221. margin-bottom:10px;
  222. padding:1px;
  223. font-size:11px;
  224. color:{color:text};
  225. line-height:90%;
  226. text-align:justify;
  227. }
  228.  
  229. #postscontainer {
  230. margin-bottom:20px;
  231. padding:1px;
  232. margin-left:450px;
  233. margin-top:55px;
  234. }
  235.  
  236.  
  237. #info {
  238. margin-bottom:10px;
  239. font-size:8px;
  240. margin-top:10px;
  241. text-align:left;
  242. padding:5px;
  243. color:{color:link};
  244. border-top:1px solid {color:border};
  245. }
  246.  
  247.  
  248. #notes {
  249. margin-left:0px;
  250. margin-top:0px;
  251. }
  252.  
  253. #rightinfo {
  254. text-transform:uppercase;
  255. font-size:8px;
  256. margin-left:30px;
  257. text-align:justify;
  258. padding:3px;
  259. margin-top:-12px;
  260. color:{color:link};
  261. }
  262.  
  263. #rightinfo a {
  264. color:{color:link};
  265. }
  266.  
  267. #rightinfo a:hover {
  268. color:{color:hover};
  269. }
  270.  
  271.  
  272. #audioinfo {
  273. padding:10px;
  274. color:{color:text};
  275. }
  276.  
  277.  
  278. #tags {
  279. width:490px;
  280. margin-left:-4px;
  281. margin-top:7px;
  282. font-size:8px;
  283. color:{color:tags}:
  284. }
  285.  
  286. #tags a {
  287. color:{color:tags};
  288. }
  289.  
  290. #tags a:hover {
  291. color:{color:hover}
  292. }
  293.  
  294.  
  295. .question {
  296. color: #000000;
  297. font-size: 10px;
  298. background: #f1f1f1;
  299. -moz-border-radius: 8px;
  300. -webkit-border-radius: 5px;
  301. border-radius: 15px;
  302. margin: 0 0 10px 0;
  303. padding: 10px 15px;
  304. position: relative;
  305. background-color: {color:sblinks};
  306. }
  307.  
  308. .question .nipple {
  309. color: #f1f1f1;
  310. width: 13px;
  311. height: 7px;
  312. background: {color:sblinks} url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  313. position: absolute;
  314. bottom: -7px;
  315. left: 30px;
  316. }
  317.  
  318. .asker_container {
  319. margin: 0 0 20px 24px;
  320. }
  321.  
  322. .asker_container img {
  323. margin: 0 12px -7px 0;
  324. }
  325.  
  326. .asker_container a.asker {
  327. color: #000000;
  328. }
  329.  
  330.  
  331. #credit {
  332. right:3px;
  333. bottom:6px;
  334. font-size:9px;
  335. padding:5px;
  336. color:{color:text};
  337. background-color:#fafafa;
  338. text-transform:uppercase;
  339. position:fixed;
  340. -webkit-transition: all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;
  342. transition: all 0.5s ease-out;
  343. }
  344.  
  345. #credit:hover {
  346. text-decoration:underline;
  347. color:{text:hover};
  348. }
  349.  
  350.  
  351. {CustomCSS}
  352.  
  353. </style></head>
  354.  
  355.  
  356. <body>
  357.  
  358. <div id="sidebar">
  359. <div id="sidebarimage">
  360. <a href="/"><img src="{image:sidebar}"></a></div>
  361.  
  362. <div id="customtitle">{text:customtitle}</div>
  363.  
  364.  
  365. <div id="links">
  366. <a href="{text:link 1 url}">{text:link 1}</a>
  367. <a href="{text:link 2 url}">{text:link 2}</a>
  368. <a href="{text:link 3 url}">{text:link 3}</a>
  369. <a href="{text:link 4 url}">{text:link 4}</a>
  370. </div>
  371.  
  372. <div id="description">{description}</div>
  373.  
  374. {block:Pagination}
  375. <div id="pagination">
  376.  
  377. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  378. </div>{/block:Pagination}
  379.  
  380. </div></div>
  381.  
  382.  
  383. <div id="postscontainer">
  384.  
  385. {block:Posts}
  386. {block:ContentSource}
  387. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  388. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  389. {/block:SourceLogo}
  390. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  391. {/block:ContentSource}
  392.  
  393. <div id="posts">
  394.  
  395.  
  396. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  397.  
  398.  
  399. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400.  
  401. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  402.  
  403. {block:Quote}<big><em>"{Quote}"</em></big>{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  404.  
  405. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  406.  
  407. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  408.  
  409. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}<div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>{/block:Audio}
  410.  
  411. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  412.  
  413. {block:Answer}
  414. <div class="question">
  415. <div class="nipple"></div>
  416. {Question}
  417. </div>
  418. <div class="asker_container">{Asker}</div>
  419. <div class="copy">{Answer}</div>
  420. {/block:Answer}
  421.  
  422. <div id="info"><div id="notes"><a href="{Permalink}">
  423. ({NoteCount})</a></div>
  424. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  425. {TimeAgo}</a></a>{/block:Date} / {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom}</div>
  426. {block:HasTags} <div id="tags">{block:Tags} ☆<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  427.  
  428.  
  429. </div>
  430.  
  431. {/block:Posts}
  432.  
  433. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  434. {/block:Posts}
  435.  
  436. </div>
  437.  
  438.  
  439. <div id="credit"><a href="http://louiswillam.tumblr.com/">LW</a>
  440. </body>
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement