Advertisement
nviall

theme #3 // stealing tomorrow

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