tutorgirl

theme 17 by markedandtied

Nov 11th, 2014
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.64 KB | None | 0 0
  1. <!---
  2. theme by vicki
  3. don't repost or copy!!
  4. --->
  5.  
  6. <html>
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#fff" />
  10. <meta name="color:sidebar" content="#fff" />
  11. <meta name="color:info" content="#fff" />
  12. <meta name="color:text" content="#888787" />
  13. <meta name="color:title" content="#605d5b" />
  14. <meta name="color:link" content="#94939b" />
  15. <meta name="color:link hover" content="#696772" />
  16. <meta name="color:border" content="#fcfcfc" />
  17.  
  18. <meta name="if:Sidebar icon" content="0"/>
  19.  
  20. <meta name="image:sidebar" content="" />
  21. <meta name="image:background" content="" />
  22.  
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 title" content="" />
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 title" content="" />
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 title" content="" />
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 title" content="" />
  31. <meta name="text:link4" content="" />
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
  35. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40. <link href='http://fonts.googleapis.com/css?family=Della+Respira' rel='stylesheet' type='text/css'>
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42.  
  43. <!-- tooltips -->
  44. <script type="text/javascript" src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  45.  
  46. <script type="text/javascript">
  47. (function($){
  48. $(document).ready(function(){
  49. $("[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:200,
  52. tip_fade_speed:300
  53. }
  54. );
  55. });
  56. })(jQuery);
  57. </script>
  58.  
  59. <style type="text/css">
  60. body {
  61. background-color:{color:background};
  62. color:{color:text};
  63. font-family:cambria, serif;
  64. text-align:left;
  65. font-size:11px;
  66. background-image:{image:background};
  67. background-repeat:repeat;
  68. }
  69.  
  70. a, a:link, a:visited {
  71. color:{color:link};
  72. text-decoration:none;
  73. -webkit-transition: .5s ease-in;
  74. -moz-transition: .5s ease-in;
  75. -o-transition: .5s ease-in;
  76. -ms-transition: .5s ease-in;
  77. }
  78.  
  79. a:hover, a:active, a:focus {
  80. color:{color:link hover};
  81. text-decoration:none;
  82. }
  83.  
  84. #entries {
  85. margin-left:475px;
  86. width:500px;
  87. margin-top:5px;
  88. }
  89.  
  90. #entries img {
  91. max-width:500px;
  92. }
  93.  
  94. #posts {
  95. position:relative;
  96. margin-bottom:20px;
  97. padding:6px;
  98. }
  99.  
  100. #left {
  101. background-color:{color:sidebar};
  102. position:fixed;
  103. top:0;
  104. margin-left:150px;
  105. width:280px;
  106. height:100%;
  107. }
  108.  
  109. #sidebar {
  110. margin:50px auto 0px auto;
  111. width:260px;
  112. font-size:10px;
  113. text-align:justify;
  114. }
  115.  
  116. #sbarimg {
  117. width:100px;
  118. margin-left:auto;
  119. margin-right:auto;
  120. }
  121.  
  122. #sbarimg img {
  123. max-width:100px;
  124. border-radius:50px;
  125. }
  126.  
  127. #title {
  128. position:relative;
  129. padding:10px 0px;
  130. margin-bottom:15px;
  131. font-family:cambria, serif;
  132. font-size:9pt;
  133. width:260px;
  134. text-align:center;
  135. text-transform:uppercase;
  136. letter-spacing:2px;
  137. color:{color:title};
  138. border-bottom:1px solid {color:border};
  139. }
  140.  
  141. #bordericon {
  142. position:absolute;
  143. width:14px;
  144. top:83%;
  145. left:50%;
  146. margin-left:-12px;
  147. background-color:{color:background};
  148. padding:0px 5px 0px 5px;
  149. font-size:9px;
  150. }
  151.  
  152. #descrip {
  153. width:200px;
  154. text-align:justify;
  155. margin-left:auto;
  156. margin-right:auto;
  157. margin-top:10px;
  158. }
  159.  
  160. #descrip::first-letter {
  161. background-color:{color:border};
  162. font-size:14px;
  163. padding:10px;
  164. float:left;
  165. margin-right:5px;
  166. font-weight:bold;
  167. text-transform:uppercase;
  168. }
  169.  
  170. #sbarlinks {
  171. float:left;
  172. border-right:1px solid {color:border};
  173. padding-right:5px;
  174. margin-right:5px;
  175. text-transform:uppercase;
  176. text-align:center;
  177. letter-spacing:2px;
  178. -webkit-transition: .5s ease-in;
  179. -moz-transition: .5s ease-in;
  180. -o-transition: .5s ease-in;
  181. -ms-transition: .5s ease-in;
  182. }
  183.  
  184. #sbarlinks a {
  185. display:block;
  186. font-family:cambria, serif;
  187. font-size:9pt;
  188. -webkit-transition: .5s ease-in;
  189. -moz-transition: .5s ease-in;
  190. -o-transition: .5s ease-in;
  191. -ms-transition: .5s ease-in;
  192. }
  193.  
  194. #s-m-t-tooltip {
  195. background:{color:border};
  196. color:{color:text};
  197. text-transform:lowercase;
  198. padding:3px;
  199. margin:15px;
  200. }
  201.  
  202. #pagination {
  203. font-family:cambria, serif;
  204. font-size:10px;
  205. word-spacing:2px;
  206. text-align:center;
  207. }
  208.  
  209. #infobar {
  210. position:relative;
  211. margin-top:15px;
  212. padding:10px 0px;
  213. font-family:cambria, serif;
  214. font-size:8px;
  215. text-align:center;
  216. text-transform:uppercase;
  217. letter-spacing:2px;
  218. color:{color:title};
  219. border-bottom:1px solid {color:border};
  220. }
  221.  
  222. #info {
  223. background-color:{color:info};
  224. font-size:8px;
  225. padding:3px 0px;
  226. margin-top:5px;
  227. line-height:150%;
  228. }
  229.  
  230. #tags {
  231. padding:5px 0px;
  232. letter-spacing:1px;
  233. text-transform:lowercase;
  234. }
  235.  
  236. #tags a {
  237. padding-right:3px;
  238. }
  239.  
  240. .date, .origin, .from, .pnotes, .reblogit {
  241. letter-spacing:1px;
  242. background:{color:border};
  243. color:{color:text};
  244. padding:3px;
  245. margin-bottom:3px;
  246. }
  247.  
  248. .questions {
  249. padding-bottom:5px;
  250. border-bottom:1px solid {color:border};
  251. }
  252.  
  253. .askicon {
  254. float:left;
  255. margin-right:10px;
  256. }
  257.  
  258. .asker {
  259. font-style:italic;
  260. }
  261.  
  262. .answer {
  263. clear:left;
  264. padding-top:1px;
  265. }
  266.  
  267. .audio {
  268. width:75px;
  269. height:75px;
  270. position:relative;
  271. z-index:50;
  272. }
  273.  
  274. .audioplayerbg {
  275. opacity:0.8;
  276. width:75px;
  277. height:75px;
  278. overflow:hidden;
  279. z-index:100;
  280. top:0;
  281. position:absolute;
  282. background-color:#fff;
  283. -webkit-transition: .5s ease-in;
  284. -moz-transition: .5s ease-in;
  285. -o-transition: .5s ease-in;
  286. -ms-transition: .5s ease-in;
  287. }
  288.  
  289. .audioplayerbg:hover {
  290. background-color:transparent;
  291. }
  292.  
  293. .audioplayer {
  294. opacity:0.8;
  295. width:27px;
  296. height:27px;
  297. overflow:hidden;
  298. z-index:100;
  299. top:36%;
  300. left:33%;
  301. position:absolute;
  302. }
  303.  
  304. .albumart {
  305. width:75px;
  306. }
  307.  
  308. .audinfo {
  309. position:absolute;
  310. top:0;
  311. left:85px;
  312. padding:5px;
  313. font-family:"times new roman";
  314. }
  315.  
  316. .audclass {
  317. border-bottom:1px solid {color:border};
  318. line-height:175%;
  319. }
  320.  
  321. #credit {
  322. position:fixed;
  323. bottom:20px;
  324. right:20px;
  325. padding:0px;
  326. font-size:9px;
  327. text-transform:uppercase;
  328. }
  329.  
  330. h1 {
  331. color:{color:title};
  332. font-family:"cambria", serif;
  333. font-size:12px;
  334. font-weight:normal;
  335. padding-bottom:3px;
  336. }
  337.  
  338. h2 {
  339. color:{color:title};
  340. font-family:"cambria", serif;
  341. font-size:16px;
  342. font-weight:normal;
  343. font-style:italic;
  344. padding-bottom:5px;
  345. }
  346.  
  347. h2::first-letter {
  348. background-color:{color:border};
  349. font-size:14px;
  350. padding:10px;
  351. float:left;
  352. margin-right:5px;
  353. font-weight:bold;
  354. }
  355.  
  356. b, strong {
  357. color:{color:title};
  358. }
  359.  
  360. p {
  361. margin-top:6px;
  362. margin-bottom:6px
  363. }
  364.  
  365. blockquote {
  366. border-left:2px {color:border} solid;
  367. padding-left:5px;
  368. margin:0px 0px 0px 10px;
  369. }
  370.  
  371. img {
  372. max-width:500px;
  373. }
  374.  
  375. img a {
  376. border:none;
  377. width:100%;
  378. }
  379.  
  380. .user_1 .label {color:{color:title}; font-weight:bold}
  381. .user_2 .label {color:{color:text}; font-weight:bold}
  382. .user_3 .label {color:{color:title}; font-weight:bold}
  383. .user_4 .label {color:{color:text}; font-weight:bold}
  384. .user_5 .label {color:{color:title}; font-weight:bold}
  385. .user_6 .label {color:{color:text}; font-weight:bold}
  386. .user_7 .label {color:{color:title}; font-weight:bold}
  387. .user_8 .label {color:{color:text}; font-weight:bold}
  388. .user_9 .label {color:{color:title}; font-weight:bold}
  389. .user_10 .label {color:{color:text}; font-weight:bold}
  390. .user_11 .label {color:{color:title}; font-weight:bold}
  391. .user_12 .label {color:{color:text}; font-weight:bold}
  392. .user_13 .label {color:{color:title}; font-weight:bold}
  393. .user_14 .label {color:{color:text}; font-weight:bold}
  394. .user_15 .label {color:{color:title}; font-weight:bold}
  395. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:4px;}
  396. .odd {background-color:{color:border};}
  397.  
  398. .notes img {width:15px; position:relative; top:1px; margin-right:10px; border-radius:100px;}
  399. ol.notes, .notes li {list-style:none; margin:0px; padding-left:5px; padding-bottom:10px;}
  400. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  401.  
  402. </style>
  403. <style type="text/css">{CustomCSS}</style>
  404. </head>
  405. <body>
  406.  
  407. <div id="left">
  408. <div id="sidebar">
  409. <div id="title">{Title}
  410.  
  411. <div id="bordericon">&sect;</div>
  412. </div>
  413.  
  414. <!-- end title -->
  415.  
  416. <div id="sbarimg"><center><a href="/">
  417. {block:IfNotSidebarIcon}<img src="{image:sidebar}" />{/block:IfNotSidebarIcon}
  418. {block:IfSidebarIcon}<img src="{PortraitURL-96}" />{/block:IfSidebarIcon}
  419. </a></center></div>
  420.  
  421. <div id="descrip"><div id="sbarlinks">
  422. <a href="/" title="home">i</a>
  423. <a href="/ask" title="ask">ii</a>
  424. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">iii</a>{/block:ifLink1}
  425. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">iv</a>{/block:ifLink2}
  426. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">v</a>{/block:ifLink3}
  427. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">vi</a>{/block:ifLink4}
  428. </div>
  429. <!-- end links -->
  430.  
  431. {block:Description}{Description}{/block:Description}
  432.  
  433. <p><center><span id="pagination">{block:Pagination}
  434. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a> {CurrentPage}/{TotalPages}{/block:PreviousPage}
  435. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  436. {/block:Pagination}</span></center></p>
  437.  
  438. </div>
  439. <!-- end descrip -->
  440.  
  441. </div>
  442. </div>
  443. <!-- end sidebar and left container -->
  444.  
  445. <br />
  446.  
  447. <div id="entries">
  448.  
  449. {block:Posts}
  450. <div id="posts">
  451.  
  452. {block:Title}<h1>{Title}</h1>{/block:Title}
  453.  
  454. {block:Text}{Body}{/block:Text}
  455.  
  456. {block:Quote}<h2>"{Quote}"</h2>
  457. - {Source}{/block:Quote}
  458.  
  459. {block:Link}
  460. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  461. {block:Description}{Description}{/block:Description}{/block:Link}
  462.  
  463.  
  464. {block:Photo}
  465. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  466. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  467.  
  468. {block:Photoset}<center>{Photoset-500}</center>
  469. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  470.  
  471. {block:Chat}
  472. <ul class="chat">
  473. {block:Lines}<li class="user_{UserNumber}">{block:Label} <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  474.  
  475. {block:Video}
  476. {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  477.  
  478. {block:Answer}
  479. <img class="askicon" src="{AskerPortraitURL-48}" /><div class="questions"><span class="asker">{Asker} asked:</span><br />
  480. {Question}</div>
  481.  
  482. <div class="answer">{Answer}</div>{/block:Answer}
  483.  
  484. {block:Audio}
  485. <div class="audio">{block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}
  486. <div class="audioplayerbg"><div class="audioplayer"><center>{AudioPlayerWhite}</center></div></div></div>
  487.  
  488. <div class="audinfo">{block:TrackName}<strong>Track:</strong> {TrackName}<br />{/block:TrackName}
  489. {block:Artist}<strong>Arist:</strong> {Artist}<br />{/block:Artist}
  490. {block:Album}<strong>Album:</strong> {Album}<br />{/block:Album}
  491. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  492.  
  493. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  494.  
  495. <div id="infobar">
  496. {block:Date}<span class="date"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}
  497.  
  498. {block:NoteCount}<span class="pnotes"><a href="{Permalink}">{NoteCount}</a></span>{/block:NoteCount}
  499.  
  500. {block:RebloggedFrom}<span class="from"><a href="{ReblogParentURL}">via</a></span>{/block:RebloggedFrom}
  501.  
  502. {block:ContentSource}<span class="origin"><a href="{SourceURL}">&copy;</a></span>{/block:ContentSource}
  503.  
  504. <span class="reblogit"><a href="{ReblogURL}" target="_blank">reblog</a></span>
  505.  
  506. <div id="bordericon">&sect;</div>
  507. </div>
  508.  
  509. <div id="info">
  510. {block:HasTags}<span id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</span>{/block:HasTags}
  511.  
  512. </div><!-- end of info -->
  513. </div> <!-- end of posts -->
  514. {/block:Posts}
  515.  
  516. {block:PostNotes}{PostNotes}{/block:PostNotes}
  517. </div> <!-- end of entries -->
  518.  
  519. <div id="credit"><a href="http://markedandtied.tumblr.com">&copy;</a></div>
  520.  
  521. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  522. <script type="text/javascript">
  523. window.onload = function() {
  524. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  525. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  526. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  527. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  528. }
  529. </script>
  530. </body>
  531. </html>
Advertisement
Add Comment
Please, Sign In to add comment