Advertisement
tutorgirl

theme 18 by markedandtied

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