Advertisement
Sebastianstnn

theme2

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