Advertisement
Sebastianstnn

Theme 03: Doors Open

May 15th, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 KB | None | 0 0
  1.  
  2. <!--Farahmir base code-->
  3.  
  4. <!--THEME 03 BY PONDERRFUL
  5. Don't you dare remove the credit
  6. edit as much as you want
  7. DON'T REMOVE THE CREDIT-->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11. <link href='http://fonts.googleapis.com/css?family=Marck+Script&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  12.  
  13. <title>{Title}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Default Variables-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#aaaaaa"/>
  23. <meta name="color:Link" content="#000000"/>
  24. <meta name="color:description" content="#f2f2f2"/>
  25.  
  26.  
  27. <meta name="image:Sidebar Image" content=""/>
  28. <meta name="image:Sidebar Image" content=""/>
  29.  
  30. <meta name="text:secondtitle" content="" />
  31. <meta name="text:Link 1 URL" content="" />
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 2 URL" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 3 URL" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 4 URL" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Link 5 URL" content="" />
  40. <meta name="text:Link 5" content="" />
  41.  
  42.  
  43. <!-- jquery for tooltips-->
  44.  
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47.  
  48. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("a[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:90,
  58. tip_fade_speed:600,
  59. attribute:"title"
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68.  
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("#standardlinks a[title]").style_my_tooltips({
  73. tip_delay_time:1
  74. });
  75. });
  76. })(jQuery);
  77. </script>
  78.  
  79.  
  80.  
  81. <!--CSS customization here. -->
  82.  
  83. <style type="text/css">
  84.  
  85. ::-webkit-scrollbar { width: 7px; height: 4px; }
  86. ::-webkit-scrollbar-button:start:decrement,
  87. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  88. ::-webkit-scrollbar-track-piece { background: #fff; }
  89. ::-webkit-scrollbar-thumb {height: 50px; background-color: #ccc; }
  90.  
  91. #s-m-t-tooltip{
  92. max-width:250px;
  93. z-index:999999;
  94. margin:10px;
  95. padding:2px 5px;
  96. border-radius:3px;
  97. text-transform:uppercase;
  98. border:1px solid #DDD;
  99. background:#FFF;
  100. color:#AAA;
  101. font-family:calibri;
  102. font-size:8px;
  103. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  104.  
  105. }
  106.  
  107.  
  108.  
  109. /*basics*/
  110. blockquote {padding:5px 0 5px 30px;
  111. border-left:1px solid {color:text};
  112. margin-left:30px;
  113. }
  114.  
  115. body {
  116. background:{color:background};
  117. color:{color:text};
  118. font-family:arial;
  119. font-size:10px;
  120. font-style:italic;
  121. text-align:justify;
  122. margin:0;
  123. line-height:16px;}
  124.  
  125.  
  126. a {
  127. color:{color:link};
  128. text-decoration:none;
  129. }
  130.  
  131. a:hover {
  132. text-decoration:underline;
  133. -webkit-filter:blur(1px);
  134. -webkit-transition-duration:.7s;
  135. -moz-transition-duration::.7s;
  136. -o-transition-duration:.7s;
  137.  
  138.  
  139.  
  140.  
  141. }
  142.  
  143. img{opacity:1;
  144. border:none;
  145. text-decoration:none}
  146.  
  147.  
  148. small {
  149. font-size:9px;}
  150.  
  151. big {
  152. font-size:12px;}
  153.  
  154.  
  155. #title {font-size:12px;
  156. line-height:18px;
  157. font-weight:bold;
  158. margin-bottom:10px;
  159. text-transform:uppercase;
  160. text-align:left;}
  161.  
  162.  
  163. /*sidebar*/
  164. #sidebar {text-align:center;
  165. position:center;
  166. margin-right:auto;
  167. margin-left:auto;
  168. margin-top:50px;
  169. width:500px;
  170. }
  171.  
  172. #sidebarim {margin-bottom:20px}
  173.  
  174. #sidebarim img {width:125px}
  175.  
  176. #secondtitle {font-size:28px;
  177. font-family: 'Marck Script', cursive;
  178. }
  179.  
  180. #links {
  181. text-align:center;
  182. letter-spacing:11px;
  183. word-spacing:3px;
  184. margin-left:-2px;
  185. }
  186.  
  187.  
  188. #links a {
  189. display:inline-block;
  190. border: 1px solid #f2f2f2;
  191. background:#000000;
  192. -moz-border-radius:100%;
  193. -webkit-border-radius:100%;
  194. border-radius:100%;
  195. height:10px;
  196. width:10px;
  197. letter-spacing:1px;
  198. text-transform:uppercase;
  199. transition-duration: 0.7s;
  200. -moz-transition-duration: 0.7s;
  201. -webkit-transition-duration: 0.7s;
  202. -o-transition-duration: 0.7s;
  203.  
  204.  
  205.  
  206.  
  207. }
  208.  
  209. #links a:hover {
  210. background:#ffffff;
  211.  
  212. }
  213.  
  214.  
  215.  
  216. #description {
  217. margin:20px 0;
  218. padding:20px;
  219. width:300px;
  220. margin-right:auto;
  221. margin-left:auto;
  222. background-color:{color:description};
  223. border-left:1px solid {color:border};
  224. border-right:1px solid {color:border};
  225. font-size:9.5px;
  226. }
  227.  
  228.  
  229. /*pagination*/
  230. #pagination {
  231. text-transform:lowercase;
  232. font-weight:bold;
  233. margin-right:auto;
  234. margin-left:200px;
  235. position:center;
  236. margin-bottom:50px;
  237. }
  238. #pagination a {
  239. padding:0 15px;
  240. }
  241.  
  242. /*container*/
  243. #con {
  244. left:50%;
  245. margin-left:-200px;
  246. position:absolute;
  247. }
  248.  
  249.  
  250.  
  251. /*posts*/
  252.  
  253. #entries {
  254. margin-top:75px;
  255. width:500px;
  256. }
  257.  
  258.  
  259.  
  260. #posts {
  261. width:500px;
  262. {block:IndexPage}
  263. margin-bottom:75px;
  264. {/block:IndexPage}
  265. {block:PermalinkPage}
  266. margin-bottom:50px;
  267. {/block:PermalinkPage}
  268.  
  269. }
  270. #posts img {
  271. max-width:500px;
  272. }
  273.  
  274. #posts img, #posts li, #posts blockquote {max-width: 100%;
  275. background-color:#f2f2f2;
  276. padding:-20px;
  277. }
  278. .caption {width:100%;
  279. margin-top:10px;
  280.  
  281. }
  282.  
  283. /*quote*/
  284.  
  285. #titlequote{text-align:left;
  286. font-size:14px;
  287. line-height:18px;
  288. font-weight:bold;
  289. }
  290. #source {
  291. margin-top:15px;
  292. margin-left:15px;}
  293.  
  294. /*audio*/
  295.  
  296. .player {
  297. width:25px;
  298. height:25px;
  299. overflow:hidden;
  300. position:absolute;
  301. background:white;}
  302.  
  303. .audioinfo {
  304. margin-left:50px;
  305. }
  306.  
  307.  
  308. /*asks*/
  309. .q {margin-bottom:10px;
  310. text-align:left;}
  311. .as {
  312. font-weight:bold;
  313. text-align:left;
  314. }
  315.  
  316. .a {
  317. margin-top:10px
  318. text-align:right;
  319. }
  320.  
  321.  
  322. /*chat*/
  323.  
  324. .chat ol {
  325. padding:0;
  326. list-style:none;
  327. }
  328. .line {padding:5px 0;}
  329.  
  330. .label {font-weight:bold;
  331. }
  332.  
  333.  
  334.  
  335.  
  336.  
  337. /*permalink and notes*/
  338.  
  339. #permalink {
  340. margin-top:15px;
  341. font-size:9px;
  342. text-transform:uppercase;
  343. }
  344. #permalink a {margin-right:10px;
  345. }
  346.  
  347.  
  348. .tags {
  349. word-break:break-all;
  350. font-size:9px;
  351. font-style:none;
  352. text-transform:lowercase;
  353.  
  354. }
  355.  
  356. .pagenotes {
  357. {block:IndexPage}
  358. display: none!important;
  359. {/block:IndexPage}
  360. width:400px;
  361. text-align:left;
  362. text-transform:none;
  363.  
  364. }
  365. .pagenotes img {
  366. display:none!important;}
  367. .pagenotes li {
  368. list-style-type:none;
  369. padding:5px 0px;
  370. text-align:left;
  371. margin:0 0 0 -40px;
  372.  
  373. }
  374.  
  375.  
  376. #cred {
  377. position:fixed;
  378. border-radius:30%;
  379. border:1px solid #e4e4e4
  380. color:#e6e6e6;
  381. font-family:arial;
  382. bottom:10px;
  383. right:15px;
  384. font-size:9px;
  385. padding:5px;
  386. text-transform:lowercase;
  387.  
  388.  
  389.  
  390. }
  391.  
  392.  
  393.  
  394. {CustomCSS}
  395.  
  396.  
  397. </style>
  398.  
  399.  
  400.  
  401. </head>
  402.  
  403. <body>
  404.  
  405. <div id="con">
  406.  
  407. <div id="sidebar">
  408. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  409. <div id="secondtitle">{text:secondtitle}</div>
  410. <div id="description">{Description}</div>
  411. <div id="links">
  412. {block:ifLink1}<a href="{text:Link 1 URL}" title={text:Link 1}></a>{/block:ifLink1}
  413. {block:ifLink2}<a href="{text:Link 2 URL}" title={text:Link 2}></a>{/block:ifLink2}
  414. {block:ifLink3}<a href="{text:Link 3 URL}" title={text:Link 3}></a>{/block:ifLink3}
  415. {block:ifLink4}<a href="{text:Link 4 URL}" title={text:Link 4}></a>{/block:ifLink4}
  416. {block:ifLink5}<a href="{text:Link 5 URL}" title={text:Link 5}></a>{/block:ifLink5}
  417. </div>
  418.  
  419.  
  420.  
  421.  
  422.  
  423. </div>
  424.  
  425.  
  426.  
  427.  
  428. <div id="entries">
  429.  
  430. {block:Posts}
  431. <div id="posts">
  432.  
  433.  
  434. {block:Quote}
  435.  
  436.  
  437. <div id="titlequote">“{Quote}”</div>
  438. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  439. {/block:Quote}
  440.  
  441.  
  442.  
  443. {block:Text}
  444.  
  445. {block:Title}
  446. <div id="title">{Title}</div>{/block:Title}
  447. {Body}
  448. {/block:Text}
  449.  
  450. {block:Link}
  451. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  452. {/block:Link}
  453.  
  454. {block:Chat}
  455. {block:Title}
  456. <h1>{Title}</h1>
  457. {/block:Title}
  458. <div class="chat">
  459. <ol>{block:Lines}
  460. <li class="line {Alt}">
  461. {block:Label}
  462. <span class="label">
  463. {Label}</span>
  464. {/block:Label}{Line}</li>
  465. {/block:Lines}
  466. </ol></div>
  467. {/block:Chat}
  468.  
  469. {block:Photo}
  470. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  471. {/block:Photo}
  472.  
  473. {block:Photoset}
  474. {Photoset-500}
  475. {/block:Photoset}
  476.  
  477. {block:Video}
  478. {Video-500}
  479. {/block:Video}
  480.  
  481. {block:Audio}
  482. <div class="player">{AudioPlayerWhite}</div>
  483. <div class="audioinfo">
  484. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  485. </div>
  486. {/block:Audio}
  487.  
  488. {block:Answer}
  489. <div class="q">
  490. <div class="as">{Asker} asked </div>
  491. {Question}</div>
  492. <div class="a">{Answer}</div>
  493. {/block:Answer}
  494.  
  495. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  496.  
  497. {block:Date}
  498. <div id="permalink">
  499. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  500. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  501. </div>
  502. {/block:Date}
  503.  
  504.  
  505.  
  506. </div>
  507.  
  508.  
  509. {block:PostNotes}
  510. <div class="pagenotes">
  511. {PostNotes}
  512. </div>
  513. {/block:PostNotes}
  514.  
  515.  
  516. {/block:Posts}
  517.  
  518. <div id="pagination">
  519. {block:Pagination}
  520. {block:PreviousPage}
  521. <a href="{PreviousPage}">&larr; backward </a>
  522. {/block:PreviousPage}
  523.  
  524.  
  525. {block:NextPage}
  526. <a href="{NextPage}">forward &rarr;</a>
  527. {/block:NextPage}
  528. {/block:Pagination}
  529. </div>
  530.  
  531.  
  532.  
  533. </div>
  534.  
  535. </div>
  536.  
  537.  
  538. {block:ContentSource}
  539. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  540. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  541. {/block:SourceLogo}
  542. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  543. {/block:ContentSource}
  544.  
  545. <div id="cred">
  546. <a title="sebastianstnn"href="http://ponderrful.tumblr.com">isa</a>
  547. </div>
  548.  
  549. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement