Advertisement
Guest User

theme 04 - shake it off

a guest
Aug 19th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.72 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- THEME BY HERHMIONE. DON'T STEAL OR CROOKSHANKS AND I WILL PERSONALLY HUNT YOU DOWN :-))))))) -->
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC url" content="/">
  28. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. a {
  41. color:{color:link};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48. a:hover {
  49. color:{color:hover};
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. }
  55.  
  56.  
  57. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  58. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  59. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  60.  
  61. body {
  62. background-color:{color:bg};
  63. font-family:Calibri;
  64. font-weight:normal;
  65. }
  66.  
  67.  
  68.  
  69.  
  70. h1 {
  71. font-weight:normal;
  72. font-size:10px;
  73. text-align:center;
  74. font-style:normal;
  75. line-height:80%;
  76. letter-spacing:1px;
  77. text-transform:uppercase;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:15px;
  83. text-align:center;
  84. line-height:100%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. font-weight:normal;
  88. padding:5px;
  89. padding-bottom:2px;
  90. }
  91.  
  92.  
  93. blockquote {
  94. border-left:2px solid {color:text};
  95. padding-left:5px;
  96. margin:5px;
  97. }
  98.  
  99. #theme {
  100. background-color:{color:bg};
  101. width:700px;
  102. margin: 0 auto -12px auto;
  103. text-align: center;
  104. }
  105.  
  106. #sidebar {
  107. color:{color:text};
  108. position:fixed;
  109. width:150px;
  110. height:auto;
  111. margin-top:180px;
  112. text-align:left;
  113. }
  114.  
  115. #title {
  116. color:{color:text};
  117. width:500px;
  118. text-align:center;
  119. font-family:big-caslon;
  120. text-transform:uppercase;
  121. font-size:50px;
  122. margin-left: 200px;
  123. margin-top: 100px;
  124. letter-spacing:2px;
  125. }
  126.  
  127. #title a {
  128. color:#131313;
  129. -moz-transition-duration:1s;
  130. -webkit-transition-duration:1s;
  131. -o-transition-duration:1s;
  132. }
  133.  
  134. #title a:hover {
  135. color:{color:link};
  136. letter-spacing:10px;
  137. -moz-transition-duration:1s;
  138. -webkit-transition-duration:1s;
  139. -o-transition-duration:1s;
  140. }
  141.  
  142. #description {
  143. color:{color:text};
  144. letter-spacing:2px;
  145. text-transform:uppercase;
  146. font-size:12px;
  147. margin-left:200px;
  148. width:500px;
  149. margin-top:8px;
  150. border-bottom: 1px solid {color:text};
  151. padding-bottom:15px;
  152. }
  153.  
  154. #description a {
  155. color: {color:link};
  156. }
  157.  
  158. #topbar {
  159. top:0px;
  160. background-color: #131313;
  161. position: fixed;
  162. width:100%;
  163. padding:20px;
  164. left:0px;
  165. }
  166.  
  167. .links {
  168. top:0px;
  169. font-size:14px;
  170. text-transform:uppercase;
  171. text-align:center;
  172. letter-spacing:2px;
  173. line-height:100%;
  174. position:fixed;
  175. padding-top:12px;
  176. width:500px;
  177. margin-left:200px;
  178. }
  179.  
  180. .links a{
  181. padding:3px;
  182. color:#ffffff;
  183. letter-spacing:4px;
  184. text-decoration:none;
  185. -moz-transition-duration:1s;
  186. -webkit-transition-duration:1s;
  187. -o-transition-duration:1s;
  188. }
  189.  
  190. .links a:hover{
  191. color:{color:hover};
  192. letter-spacing:8px;
  193. -moz-transition-duration:1s;
  194. -webkit-transition-duration:1s;
  195. -o-transition-duration:1s;
  196. }
  197.  
  198. #bottombar {
  199. bottom:0px;
  200. background-color: #131313;
  201. position:fixed;
  202. width:100%;
  203. padding:15px;
  204. left:0px;
  205. }
  206.  
  207. .pagi {
  208. bottom:0;
  209. padding-bottom:8px;
  210. width:500px;
  211. margin-left:200px;
  212. font-size:12px;
  213. text-transform:uppercase;
  214. letter-spacing:4px;
  215. font-style:normal;
  216. text-align:center;
  217. position:fixed;
  218. }
  219.  
  220. .pagi a {
  221. color:#ffffff;
  222. }
  223.  
  224. .pagi a:hover {
  225. color:{color:hover};
  226. letter-spacing:8px;
  227. }
  228.  
  229. #stuffcontainer {
  230. float:left;
  231. margin-left:200px;
  232. margin-top:75px;
  233. text-align:justify;
  234. background-color:{color:bg};
  235. color:{color:text};
  236. margin-bottom: 35px;
  237. }
  238.  
  239.  
  240. #stuff {
  241. width:500px;
  242. margin-top:20px;
  243. text-align:justify;
  244. font-size:11px;
  245. line-height:90%;
  246. letter-spacing:0x;
  247. color:{color:text};
  248. }
  249.  
  250. .caption {
  251. width:500px;
  252. text-align:justify;
  253. line-height:120%;
  254. }
  255.  
  256. .ask {
  257. padding:10px;
  258. text-align:left;
  259. color:{color:text};
  260. background-color:{color:infobg};
  261. border-bottom:1px solid {color:border};
  262. border-right:1px solid {color:border};
  263. }
  264.  
  265. .ans {
  266. text-align:left;
  267. padding:10px;
  268. color:{color:text};
  269. }
  270.  
  271. .audio {
  272. width:500px;
  273. padding-bottom:10px;
  274. background-color:{color:infobg};
  275. }
  276.  
  277. .albumart {
  278. float:left;
  279. padding:0px 10px 10px 0px;
  280. }
  281.  
  282. .albumart img {
  283. width:45px;
  284. height:45px;
  285. }
  286.  
  287. .playercontainer {
  288. text-align:left;
  289. padding:10px;
  290. background-color:#ffffff;
  291. width:480px;
  292. }
  293.  
  294. .audioinfo {
  295. padding:10px;
  296. color:{color:text};
  297. }
  298.  
  299. #postinfo {
  300. width:490px;
  301. padding:5px;
  302. font-size:8px;
  303. color:{color:link};
  304. text-transform:uppercase;
  305. font-style:normal;
  306. letter-spacing:2px;
  307. text-align:left;
  308. border-top:1px solid {color:border};
  309. border-bottom:1px solid {color:border};
  310. -moz-transition-duration:0.5s;
  311. -webkit-transition-duration:0.5s;
  312. -o-transition-duration:0.5s;
  313. }
  314.  
  315. #postinfo a {
  316. color:{color:link};
  317. text-align:center;
  318. letter-spacing:1px;
  319. font-style:normal;
  320. }
  321.  
  322. #postinfo a:hover {
  323. color:{color:hover};
  324. }
  325.  
  326. .note {
  327. text-transform:uppercase;
  328. font-style:normal;
  329. letter-spacing:0px;
  330. font-size: 9px;
  331. text-align:left;
  332. line-height:90%;
  333. margin-left:-40px;
  334. }
  335.  
  336. .note li {
  337. list-style-type:none;
  338. border-bottom:1px solid {color:border};
  339. padding:10px 25px 10px 25px;
  340. text-align:left;
  341. margin:0px;
  342. -moz-transition-duration:0.5s;
  343. -webkit-transition-duration:0.5s;
  344. -o-transition-duration:0.5s;
  345. }
  346.  
  347. .tags {
  348. font-style:normal;
  349. width:500px;
  350. text-transform:uppercase;
  351. font-style:normal;
  352. color:{color:tags};
  353. letter-spacing:2px;
  354. line-height:120%;
  355. font-size:8px;
  356. text-align:left;
  357. padding:2px;
  358. -moz-transition-duration:0.5s;
  359. -webkit-transition-duration:0.5s;
  360. -o-transition-duration:0.5s;
  361. }
  362.  
  363. .tags a {
  364. color:{color:tags};
  365. letter-spacing:1px;
  366. padding:1px;
  367. }
  368.  
  369. .tags a:hover {
  370. color:{color:link};
  371. }
  372.  
  373. ul.chat, .chat ol, .chat li {
  374. list-style:none;
  375. margin:0px;
  376. padding:2px;
  377. }
  378.  
  379. .label {
  380. text-decoration:underline;
  381. font-weight:700;
  382. background-color:{color:infobg};
  383. margin-right:5px;
  384. }
  385.  
  386. #cred {
  387. position:fixed;
  388. font-size:8px;
  389. font-weight:normal;
  390. line-height:150%;
  391. letter-spacing:2px;
  392. right:10px;
  393. bottom:7px;
  394. text-transform:uppercase;
  395. text-align:center;
  396. border-top:1px solid {color:bg};
  397. border-right:1px solid {color:bg};
  398. border-left: 1px solid {color:bg};
  399. border-bottom: 1px solid {color:bg};
  400. }
  401.  
  402. #cred a {
  403. padding:3px;
  404. color:{color:bg};
  405. -moz-transition-duration:0.5s;
  406. -webkit-transition-duration:0.5s;
  407. -o-transition-duration:0.5s;
  408. }
  409.  
  410. {CustomCSS}
  411.  
  412. </style></head>
  413.  
  414. <body>
  415. <div id="theme">
  416. <div id="topbar"></div>
  417. <div id="title"><a href="/">{title}</a></div>
  418. <div id="description">{Description}</div>
  419. <div id="sidebar">
  420. <div class="links">
  421. {block:IfLinkA}
  422. <a href="{text:linkA url}">{text:linkA}</a>
  423. {/block:IfLinkA}
  424. {block:IfLinkB}
  425. <a href="{text:linkB url}">{text:linkB}</a>
  426. {/block:IfLinkB}
  427. {block:IfLinkC}
  428. <a href="{text:linkC url}">{text:linkC}</a>
  429. {/block:IfLinkC}
  430. {block:IfLinkD}
  431. <a href="{text:linkD url}">{text:linkD}</a>
  432. {/block:IfLinkD}
  433. </div>
  434. <div id="bottombar"></div>
  435. {block:Pagination}
  436. <div class="pagi">
  437. {block:PreviousPage}
  438. <a href="{PreviousPage}">sunset -</a>
  439. {/block:PreviousPage}
  440. {block:NextPage}
  441. <a href="{NextPage}">- sunrise</a>
  442. {/block:NextPage}
  443. </div>
  444. {/block:Pagination}
  445. </div>
  446.  
  447. <div id="stuffcontainer">
  448.  
  449. {block:Posts}
  450.  
  451. <div id="stuff">
  452.  
  453. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  454.  
  455. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  456.  
  457. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  458. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  459.  
  460. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  461.  
  462. {block:Photoset}<center>{Photoset-500}</center>
  463. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  464.  
  465. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  470.  
  471. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  472. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  473. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  474. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  475. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  476.  
  477.  
  478.  
  479. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  480. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  481. {block:HasTags}
  482. <div class="tags">
  483. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  484. {/block:HasTags}
  485. <div class="note">
  486. {block:PostNotes}{PostNotes}{/block:PostNotes}
  487. </div>
  488. </div>
  489. {/block:Posts}
  490.  
  491.  
  492. </div>
  493.  
  494. <div id="cred"><a href="http://herhmione.tumblr.com/">SIB</a></div>
  495.  
  496. </div>
  497. </div>
  498. </div>
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement