Advertisement
nviall

Whirlpool theme #1

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