Advertisement
AlanePagliari

Theme 06

Jun 7th, 2014
1,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 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. <!--
  4. theme 06 by britishursthemes.tumblr.com
  5. ask box is always opened for help!!
  6. -->
  7.  
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13. <script>
  14. (function($){
  15. $(document).ready(function(){
  16. $("[title]").style_my_tooltips({
  17. tip_follows_cursor:true,
  18. tip_delay_time:20,
  19. tip_fade_speed:400,
  20. attribute:"title"
  21. });
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26. <head>
  27.  
  28. <!-- DEFAULT VARIABLES -->
  29. <meta name="color:background" content="#ffffff" />
  30. <meta name="color:side" content="#ffffff" />
  31. <meta name="color:entry" content="#ffffff" />
  32. <meta name="color:asker" content="#fbfbfb" />
  33.  
  34. <meta name="color:title" content="#3b3b3b" />
  35. <meta name="color:text" content="#919191" />
  36. <meta name="color:link" content="#bcbcbc" />
  37. <meta name="color:linkshover" content="#919191" />
  38.  
  39. <meta name="image:sidebar" content=""/>
  40.  
  41. <meta name="text:Link 2" content="" />
  42. <meta name="text:Link 2 Hover Title" content="" />
  43.  
  44. <meta name="text:Link 3" content="" />
  45. <meta name="text:Link 3 Hover Title" content="" />
  46.  
  47. <meta name="text:Link 4" content="" />
  48. <meta name="text:Link 4 Hover Title" content="" />
  49.  
  50. <meta name="text:Link 5" content="" />
  51. <meta name="text:Link 5 Hover Title" content="" />
  52.  
  53.  
  54. <meta name="if:Show Link 2" content="1" />
  55. <meta name="if:Show Link 3" content="1" />
  56. <meta name="if:Show Link 4" content="1" />
  57. <meta name="if:Show Link 5" content="1" />
  58.  
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. <title>{Title}</title>
  62. <meta name="google-site-verification" content="g12-tkgnJf88O_qOcPww05a17dmq46r3mnp8CD9FYKA" />
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64. <link rel="shortcut icon" href="{Favicon}" />
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66. <style type="text/css">
  67.  
  68. /* Tooltip */
  69.  
  70. #s-m-t-tooltip {
  71. -webkit-animation: CH 600ms;
  72. margin:10px;
  73. background: #fbfbfb;
  74. text-transform:uppercase;
  75. z-index:1000;
  76. font-family:Calibri;
  77. font-size:8px;
  78. color:#919191;
  79. padding:3px; }
  80.  
  81. /* Scrollbar */
  82.  
  83. ::-webkit-scrollbar-thumb{
  84. background-color: {color:asker};
  85. border: 2px solid #ffffff;
  86. height:auto; }
  87.  
  88. ::-webkit-scrollbar {
  89. height:9px;
  90. width:9px;
  91. background-color: {color:asker};
  92. border: 4px solid #ffffff; }
  93.  
  94. /* Main */
  95.  
  96. body {
  97. background:{color:background};
  98. color:{color:text};
  99. font-family:helvetica;
  100. font-size:10px;
  101. text-align:justify;
  102. margin:0;
  103. line-height:15px;}
  104.  
  105. a:link, a:active, a:visited {
  106. font-family: Cambria;
  107. text-decoration:none;
  108. color:{color:link};
  109. -webkit-transition: all 0.6s ease-in-out;
  110. -moz-transition: all 0.6s ease-in-out;
  111. -o-transition: all 0.6s ease-in-out;
  112. -ms-transition: all 0.6s ease-in-out;
  113. transition: all 0.6s ease-in-out;}
  114.  
  115. a:hover{
  116. color:{color:linkshover};
  117. -webkit-transition: all 0.6s ease-in-out;
  118. -moz-transition: all 0.6s ease-in-out;
  119. -o-transition: all 0.6s ease-in-out;
  120. -ms-transition: all 0.6s ease-in-out;
  121. transition: all 0.6s ease-in-out;}
  122.  
  123.  
  124. small{
  125. font-size:7px; line-height:110% }
  126.  
  127. big {
  128. font-size:14px; line-height:110% }
  129.  
  130. p {
  131. margin-top:5px; margin-bottom:5px }
  132.  
  133. blockquote {
  134. padding:0px;
  135. padding-left:5px;
  136. margin:5px;
  137. border-left:1px solid {color:text} }
  138.  
  139. blockquote img {
  140. width: auto; }
  141.  
  142. img a{
  143. border:none; width:100% }
  144.  
  145.  
  146. /* Posts */
  147.  
  148. #container {
  149. width: 800px;
  150. text-align: center;
  151. margin: 0 auto 15px auto;
  152. background-color:{color:entry}; }
  153.  
  154. #entries {
  155. width: 500px;
  156. margin: 22px 0 -10px 250px;
  157. margin-right:80px;
  158. float:right;
  159. text-align: justify; }
  160.  
  161. #entry {
  162. width: 500px;
  163. margin: 8px;
  164. margin-top: 10px;
  165. padding: 8px;
  166. text-align: justify;
  167. font-size: 10px;
  168. line-height: 14px;
  169. border:0px solid #f2f2f2;
  170. background-color: {color:entry};
  171. font-family:{font:body};}
  172.  
  173. /* Sidebar */
  174.  
  175. #sidebar {
  176. top: 150px;
  177. margin-left:0px;
  178. padding:0px;
  179. position:fixed; }
  180.  
  181. #side{
  182. width:150px;
  183. margin-top:5px;
  184. margin-bottom: 25px;
  185. padding: 5px;
  186. margin: 5px;
  187. text-align:justify;
  188. font-size: 10px;
  189. margin-top: auto;
  190. background-color: #fff;}
  191.  
  192. #side img {
  193. border: 1px solid #fbfbfb;
  194. padding: 10px;
  195. max-width:130px;
  196. margin-bottom:0px; }
  197.  
  198. /* Description and Pagination */
  199.  
  200. #descrip {
  201. font-size: 10px;
  202. padding: 10px;
  203. background-color: #fbfbfb;
  204. letter-spacing: 0px;
  205. color: {color:text};}
  206.  
  207. #pagination {
  208. font-size: 9px;
  209. font-family: Cambria;
  210. letter-spacing: 1px;
  211. text-transform: lowercase;
  212. text-align: center;
  213. color: {color:text}; }
  214.  
  215. #pagination a {
  216. display: inline;
  217. padding: 2px 6px 2px 6px;
  218. text-decoration: none;
  219. color: {color:link}; }
  220.  
  221. #pagination_current {
  222. color: {color:text}; }
  223.  
  224. /* Blog Title */
  225.  
  226. #title {
  227. margin-bottom: 5px; }
  228.  
  229. #title a {
  230. font-size: 14px;
  231. font-family: Cambria;
  232. font-style: italic;
  233. text-transform:lowercase;
  234. letter-spacing: 0px;
  235. line-height: 14px;
  236. color: {color:title}; }
  237.  
  238.  
  239. /* Links */
  240.  
  241. #links{
  242. text-align:center;
  243. padding:2px;
  244. font-family: Cambria;
  245. margin-top:0px;
  246. list-style:none;
  247. background: #fff; }
  248.  
  249. #links a {
  250. line-height:20px;
  251. text-decoration:none;
  252. margin:2px;
  253. display:inline-block;
  254. font-size:8px;
  255. letter-spacing:1px;
  256. text-transform:uppercase; }
  257.  
  258. /* H */
  259.  
  260. h1 {
  261. font-size:10px;
  262. line-height:100%;
  263. letter-spacing:0px;
  264. font-weight:normal;
  265. text-transform:none;
  266. margin-right:5px;
  267. padding:0px;
  268. text-align:center;
  269. color:{color:text}; }
  270.  
  271. h2 {
  272. font-size:14px;
  273. line-height:120%;
  274. letter-spacing:0px;
  275. font-weight:normal;
  276. text-transform:none;
  277. margin:0px;
  278. font-family: Cambria;
  279. padding:0px;
  280. text-align:none;
  281. font-style: italic;
  282. color:{color:title}; }
  283.  
  284. h3 {
  285. font-size:14px;
  286. line-height:16px;
  287. letter-spacing:0px;
  288. font-weight:normal;
  289. text-transform:none;
  290. margin:0px;
  291. padding:0px;
  292. text-align:none;
  293. font-style: italic;
  294. color: {color:text}; }
  295.  
  296. /* Post Info */
  297.  
  298. #info {
  299. margin-top:10px;
  300. padding:2px;
  301. background-color: #fbfbfb;
  302. font-size:8px;
  303. font-family: Cambria;
  304. letter-spacing:1px;
  305. text-transform:uppercase;
  306. text-align:left;}
  307.  
  308. #info a{
  309. padding-right:6px; }
  310.  
  311. .tags {
  312. font-family: Cambria;
  313. margin-bottom: 10px;
  314. font-style: none;
  315. line-height:100%;
  316. padding:5px;}
  317.  
  318. .tags a {
  319. padding-right:3px; }
  320.  
  321.  
  322. /* Ask */
  323.  
  324. #question {
  325. padding:10px;
  326. margin-right: 25px;
  327. position: relative;
  328. border-bottom: 1px solid #fbfbfb; }
  329.  
  330. #icon img {
  331. margin-top: 8px;
  332. padding: 5px;
  333. border: 1px solid #fbfbfb;}
  334.  
  335. #q {
  336. letter-spacing:0px;
  337. font-style: none;
  338. color:{color:title}; }
  339.  
  340.  
  341. /* Audio */
  342.  
  343. .audio {
  344. width:500px;
  345. padding-bottom:10px; }
  346.  
  347. .albumart {
  348. float:left;
  349. padding:0px 10px 10px 0px;}
  350.  
  351. .albumart img {
  352. width:64px;
  353. height:64px;
  354. padding:10px;
  355. padding-bottom:15px; }
  356.  
  357. .playercontainer {
  358. text-align:left;
  359. padding:0px;
  360. width:480px; }
  361.  
  362. .audioinfo {
  363. padding:10px;
  364. color:{color:text}; }
  365.  
  366. /* Chat */
  367.  
  368. .chat ol {
  369. padding:0;
  370. line-height:180%;
  371. list-style:none; }
  372.  
  373. .line.odd {
  374. background:{color:asker};
  375. padding:2px; }
  376.  
  377. .line.even {
  378. padding:5px; }
  379.  
  380. .label {
  381. font-weight:bold;
  382. padding-right:1px;
  383. letter-spacing:1px;
  384. text-transform:uppercase;
  385. color:{color:title};}
  386.  
  387. /* Post Notes */
  388.  
  389. .notes{
  390. width: 495px;
  391. margin-top: -20px;
  392. padding: 5px;
  393. margin-left: 15px; }
  394.  
  395. .notes img {
  396. width:16px;
  397. position:relative;
  398. top:10px;
  399. padding: 5px; }
  400.  
  401. ol.notes, .notes li {
  402. font-size: 8px;
  403. letter-spacing: 1px;
  404. text-transform: uppercase;
  405. list-style:none;
  406. padding:5px; }
  407.  
  408.  
  409. </style>
  410.  
  411.  
  412. <style type="text/css">{CustomCSS}</style>
  413.  
  414. </head>
  415.  
  416. <body>
  417.  
  418. <div id="container">
  419.  
  420. <div id="entries">
  421.  
  422. {block:Posts}
  423.  
  424. <div id="entry">
  425.  
  426. {block:Text}{block:Title}<h3>
  427. <a href="{Permalink}" target="_blank">{Title}</a></h3>{/block:Title}{Body}{/block:Text}
  428.  
  429. {block:Quote}<h2>{Quote}</h2> <center><h1>— {Source}</h1></center>{/block:Quote}
  430.  
  431. {block:Link}<a href="{URL}"><h3>{Name}</h3></a>
  432. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  433.  
  434. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  435. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  436.  
  437. {block:Photoset}<center>{Photoset-500}</center>
  438. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  439.  
  440. {block:Chat}
  441. {block:Title}<h3>{Title}</h3>{/block:Title}
  442. <div class="chat"><ol>{block:Lines}<li class="line {Alt}">
  443. {block:Label}<span class="label">{Label}</span>
  444. {/block:Label}{Line}</li>{/block:Lines}</ol></div>
  445. {/block:Chat}
  446.  
  447. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  448.  
  449. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  450. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  451. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  452. <div class="playercontainer">{AudioPlayerWhite}</div></div>
  453. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  454.  
  455. {block:Answer}
  456. <div id="icon"><a href="{AskerUrl}"><img align="right" src="{AskerPortraitURL-24}"></a></div>
  457. <div id="question" style="width:430px;"> <span style="text-transform:uppercase;">{Asker} said:</span> {Question} </div>
  458. <span style="color:{color:text};">{Answer}</span> {/block:Answer}
  459.  
  460.  
  461. {block:Date}<div id="info">
  462. <div id="date">&nbsp;&nbsp;<a href="{Permalink}">{TimeAgo}</a>
  463.  
  464. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  465. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  466. {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  467. <span style="float: right;"> <a href="{ReblogURL}" target="_blank">reblog</a></span>
  468.  
  469. </div></div>{/block:Date}
  470.  
  471. {block:HasTags}
  472. <div class="tags">
  473. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}</div>
  474. {/block:HasTags}
  475.  
  476. </div>
  477.  
  478. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  479. </div>
  480.  
  481. <div id="sidebar">
  482.  
  483. <div id="side">
  484.  
  485. <div id="title"><a href="/"><center>{Title}</center></a></div>
  486.  
  487. <a href="/"><img src="{image:sidebar}"/></a>
  488.  
  489.  
  490. <div id="links">
  491. <a href="/" title="home">I.</a>
  492.  
  493. {block:IfShowLink2}
  494. <a href="{text:Link 2}" title="{text:Link 2 Hover Title}">
  495. II.</a>{/block:IfShowLink2}
  496.  
  497. {block:IfShowLink3}
  498. <a href="{text:Link 3}" title="{text:Link 3 Hover Title}">
  499. III.</a>{/block:IfShowLink3}
  500.  
  501. {block:IfShowLink4}
  502. <a href="{text:Link 4}" title="{text:Link 4 Hover Title}">
  503. IV.</a>{/block:IfShowLink4}
  504.  
  505. {block:IfShowLink5}
  506. <a href="{text:Link 5}" title="{text:Link 5 Hover Title}">
  507. V.</a>{/block:IfShowLink5}
  508.  
  509. <a href="http://britishursthemes.tumblr.com" title="theme by britishurs">VI.</a>
  510. </div>
  511.  
  512. <div id="descrip">
  513.  
  514. {Description}
  515.  
  516. </div>
  517.  
  518. {block:Pagination}<center>
  519. <div id="pagination"><br>
  520.  
  521. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  522. {CurrentPage} of {TotalPages}
  523. {block:NextPage} <a href="{NextPage}"> next</a>{/block:NextPage}{/block:Pagination}</center>
  524. </div>
  525.  
  526.  
  527. </div>
  528.  
  529. </div>
  530.  
  531. </body>
  532. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement