Advertisement
nviall

mykonos

Mar 23rd, 2013
43
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:-10px;
  118. margin-left:-30px;
  119. text-align:left;
  120. }
  121.  
  122. #sidebar img {
  123. width:150px;
  124. height: 450px;
  125. margin-bottom:10px;
  126. padding:5px;
  127. border:1px solid #cacaca;
  128. padding:1.65px;
  129.  
  130. }
  131.  
  132.  
  133. .links {
  134. margin-top:-290px;
  135. margin-left:110px;
  136. font-size:8px;
  137. padding:20px;
  138. padding-left:30px;
  139. padding-right:30px;
  140. font-family:cambria;
  141. text-align:center;
  142. width:25px;
  143. position:fixed;
  144. line-height:170%;
  145. -moz-transition-duration:1s;
  146. -webkit-transition-duration:1s;
  147. -o-transition-duration:1s;
  148. }
  149.  
  150. .links a{
  151. display:block;
  152. border:1px solid #cacaca;
  153. color: #A0A0A0 ;
  154. background-color:#fff;
  155. padding:1.5px;
  156. margin-top:1.5px;
  157. letter-spacing:3px;
  158. text-decoration:none;
  159. -moz-transition-duration:1s;
  160. -webkit-transition-duration:1s;
  161. -o-transition-duration:1s;
  162. }
  163.  
  164. .links a:{
  165. letter-spacing:8px;
  166. -moz-transition-duration:1s;
  167. -webkit-transition-duration:1s;
  168. -o-transition-duration:1s;
  169. }
  170.  
  171. #sidebar: .links{
  172. margin-top:-700px;
  173. color:{color:hover};
  174. -moz-transition-duration:1s;
  175. -webkit-transition-duration:1s;
  176. -o-transition-duration:1s;
  177. }
  178.  
  179. #sidebar:hover #desc{
  180. opacity:1;
  181. background:#transparent;
  182. position:fixed;
  183. -moz-transition-duration:1s;
  184. -webkit-transition-duration:1s;
  185. -o-transition-duration:1s;
  186. }
  187.  
  188. #desc{
  189. opacity:0;
  190. position:fixed;
  191. width:83px;
  192. padding:8px;
  193. background-color:#fff;
  194. margin-top:-330px;
  195. margin-left:27px;
  196. text-align:center;
  197. text-transform: lowercase;
  198. font-size:8px;
  199. font-style:italic;
  200. font-family:cambria;
  201. color:{color:text};
  202. letter-spacing:1px;
  203. line-height:150%;
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209. #desc a:hover{
  210. opacity:1;
  211. background:#fff;}
  212.  
  213. #desc:hover {
  214. background-color:#fff;
  215. }
  216.  
  217.  
  218.  
  219. .pagi {
  220. margin-top:-250px;
  221. margin-left:33px;
  222. font-size:15px;
  223. display:block;
  224. width:100px;
  225. font-style:italic;
  226. font-family:cambria;
  227. text-transform:lowercase;
  228. letter-spacing:3px;
  229. position:fixed;
  230. z-index:5;
  231. text-align:center;
  232. }
  233.  
  234. .pagi a {
  235. color:content="#9A9A9A";
  236. margin-top:0px;
  237. }
  238.  
  239.  
  240. #stuffcontainer {
  241. float:left;
  242. margin-left:190px;
  243. margin-top:-20px;
  244. text-align:justify;
  245. background-color:{color:bg};
  246. color:{color:text};
  247. font-family:cambria;
  248. margin-bottom: 35px;
  249. }
  250.  
  251.  
  252. #stuff {
  253. width:500px;
  254. margin-top:75px;
  255. text-align:justify;
  256. font-size:8px;
  257. line-height:90%;
  258. letter-spacing:0x;
  259. color:{color:text};
  260. }
  261.  
  262. .caption {
  263. width:500px;
  264. text-align:justify;
  265. line-height:120%;
  266. background-color:{color:infobg};
  267. }
  268.  
  269. .ask {
  270. padding:10px;
  271. text-align:left;
  272. color:{color:text};
  273. background-color:{color:infobg};
  274. border-bottom:1px solid {color:border};
  275. border-right:1px solid {color:border};
  276. }
  277.  
  278. .ans {
  279. text-align:center;
  280. color:{color:text};
  281. }
  282.  
  283. .audio {
  284. width:500px;
  285. padding-bottom:10px;
  286. background-color:{color:infobg};
  287. }
  288.  
  289. .albumart {
  290. float:left;
  291. padding:0px 10px 10px 0px;
  292. }
  293.  
  294. .albumart img {
  295. width:45px;
  296. height:45px;
  297. }
  298.  
  299. .playercontainer {
  300. text-align:left;
  301. padding:10px;
  302. background-color:#ffffff;
  303. width:480px;
  304. }
  305.  
  306. .audioinfo {
  307. padding:10px;
  308. color:{color:text};
  309. }
  310.  
  311. #postinfo {
  312. width:490px;
  313. padding:5px;
  314. font-size:7px;
  315. color:{color:link};
  316. text-transform:lowercase;
  317. font-style:normal;
  318. font-family:cambria;
  319. font-style:italic;
  320. letter-spacing:2px;
  321. text-align:center;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. #postinfo a {
  328. color:{color:link};
  329. font-family:cambria;
  330. text-align:center;
  331. letter-spacing:1px;
  332. font-style:normal;
  333. }
  334.  
  335. #postinfo a:hover {
  336. color:{color:hover};
  337. }
  338.  
  339. .note {
  340. text-transform:lowercase;
  341. background-color:{color:infobg};
  342. font-style:normal;
  343. letter-spacing:0px;
  344. font-size: 9px;
  345. text-align:left;
  346. line-height:90%;
  347. margin-left:-40px;
  348. }
  349.  
  350. .note li {
  351. list-style-type:none;
  352. border-bottom:1px solid {color:border};
  353. padding:10px 25px 10px 25px;
  354. text-align:left;
  355. margin:0px;
  356. -moz-transition-duration:0.5s;
  357. -webkit-transition-duration:0.5s;
  358. -o-transition-duration:0.5s;
  359. }
  360.  
  361. .tags {
  362. font-style:normal;
  363. width:500px;
  364. text-transform:lowercase;
  365. font-style:normal;
  366. color:{color:tags};
  367. letter-spacing:2px;
  368. line-height:120%;
  369. font-size:8px;
  370. text-align:center;
  371. padding:2px;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. .tags a {
  378. color:{color:tags};
  379. letter-spacing:1px;
  380. padding:1px;
  381. }
  382.  
  383. .tags a:hover {
  384. color:{color:link};
  385. }
  386.  
  387. ul.chat, .chat ol, .chat li {
  388. list-style:none;
  389. margin:0px;
  390. padding:2px;
  391. }
  392.  
  393. .label {
  394. text-decoration:underline;
  395. font-weight:700;
  396. background-color:{color:infobg};
  397. margin-right:5px;
  398. }
  399.  
  400.  
  401. #cred {
  402. position:fixed;
  403. font-size:8px;
  404. font-weight:normal;
  405. line-height:100%;
  406. letter-spacing:1px;
  407. right:10px;
  408. bottom:10px;
  409. text-transform:uppercase;
  410. text-align:center;
  411. border:1px solid #c9c9c9;
  412. padding-left:5px;
  413. padding-right:5px;
  414. padding-top:5px;
  415. padding-bottom:5px;
  416. background-color:#fafafa;
  417. }
  418.  
  419. #cred a {
  420. padding:0px;
  421. color:{color:link};
  422. -moz-transition-duration:0.5s;
  423. -webkit-transition-duration:0.5s;
  424. -o-transition-duration:0.5s;
  425. }
  426. {CustomCSS}
  427.  
  428. </style></head>
  429.  
  430. <body>
  431. <div id="theme">
  432. <div id="sidebar">
  433. <img src="{image:sidebar}">
  434. <div class="links">
  435. {block:IfLinkA}
  436. <a href="{text:linkA url}">I</a>
  437. {/block:IfLinkA}
  438. {block:IfLinkB}
  439. <a href="{text:linkB url}">II</a>
  440. {/block:IfLinkB}
  441. {block:IfLinkC}
  442. <a href="{text:linkC url}">III</a>
  443. {/block:IfLinkC}
  444. {block:IfLinkD}
  445. <a href="{text:linkD url}">IV</a>
  446. {/block:IfLinkD}
  447. </div>
  448. <div id="desc">
  449. {Description}
  450. </div>
  451. <div class="pagi">
  452. {block:Pagination}
  453. {block:PreviousPage}
  454. <a href="{PreviousPage}">«</a>
  455. {/block:PreviousPage}
  456. {block:NextPage}
  457. <a href="{NextPage}">»</a>
  458. {/block:NextPage}
  459. {/block:Pagination}
  460. </div>
  461. </div>
  462.  
  463.  
  464. <div id="stuffcontainer">
  465.  
  466. {block:Posts}
  467.  
  468. <div id="stuff">
  469.  
  470. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  471.  
  472. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  473.  
  474. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  475. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  476.  
  477. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  478.  
  479. {block:Photoset}<center>{Photoset-500}</center>
  480. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  481.  
  482. {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}
  483.  
  484. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  485.  
  486. {block:Answer}<div class="ask">{Asker} whispered: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  487.  
  488. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  489. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  490. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  491. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  492. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  493.  
  494.  
  495.  
  496. {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}
  497. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  498. {block:HasTags}
  499. <div class="tags">
  500. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  501. {/block:HasTags}
  502. <div class="note">
  503. {block:PostNotes}{PostNotes}{/block:PostNotes}
  504. </div>
  505. </div>
  506. {/block:Posts}
  507.  
  508.  
  509. </div>
  510.  
  511. <div id="cred"><a href="http://ofpottar.tumblr.com/"><b>ofpottar</b></a></div>
  512.  
  513. </div>
  514. </div>
  515. </div>
  516. </body>
  517. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement