tutorgirl

theme 19 by markedandtied

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