tutorgirl

theme 10 v2 by markedandtied

Feb 1st, 2013
1,996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 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:questions" content="#fff" />
  13. <meta name="color:text" content="#4f4f4f" />
  14. <meta name="color:title" content="#dfa888" />
  15. <meta name="color:link" content="#ce6e6a" />
  16. <meta name="color:link hover" content="#aa686b" />
  17. <meta name="color:sbarlinks" content="#a56f50" />
  18. <meta name="color:sbarlinks hover" content="#7a5038" />
  19. <meta name="color:border" content="#f0e0d1" />
  20. <meta name="color:shadow" content="#cb9868" />
  21.  
  22. <meta name="font:title" content="georgia" />
  23. <meta name="font:body" content="helvetica" />
  24. <meta name="font:info" content="georgia" />
  25.  
  26. <meta name="image:sidebar" content="" />
  27. <meta name="image:background" content="" />
  28.  
  29. <meta name="text:link1" content="" />
  30. <meta name="text:link1 title" content="" />
  31. <meta name="text:link2" content="" />
  32. <meta name="text:link2 title" content="" />
  33. <meta name="text:link3" content="" />
  34. <meta name="text:link3 title" content="" />
  35. <meta name="text:link4" content="" />
  36. <meta name="text:link4 title" content="" />
  37. <meta name="text:link4" content="" />
  38.  
  39. <meta http-equiv="Content-Type" content="text/html;
  40.  
  41. charset=utf-8" />
  42. <title>{Title}{block:SearchPage}, Search results for:
  43.  
  44. {SearchQuery}{/block:SearchPage}
  45. {block:PostSummary}, {PostSummary}{/block:PostSummary}
  46.  
  47. </title>
  48. {block:Description}<meta name="description"
  49.  
  50. content="{MetaDescription}" />{/block:Description}
  51.  
  52. <link rel="shortcut icon" href="{Favicon}" />
  53. <link rel="alternate" type="application/rss+xml"
  54.  
  55. href="{RSS}" />
  56. <link href='http://fonts.googleapis.com/css?
  57.  
  58. family=Yesteryear|Engagement|Norican|Cookie'
  59.  
  60. rel='stylesheet' type='text/css'>
  61.  
  62. <style type="text/css">
  63. body {
  64. background-color:{color:background};
  65. color:{color:text};
  66. font-family:{font:body};
  67. text-align:left;
  68. font-size:11px;
  69. background-image:url('{image:background}');
  70. background-attachment:fixed;
  71. background-position:bottom left;
  72. background-repeat:no-repeat;
  73. }
  74.  
  75. a, a:link, a:visited {
  76. color:{color:link};
  77. text-decoration:none;
  78. -webkit-transition: .5s ease-in;
  79. -moz-transition: .5s ease-in;
  80. -o-transition: .5s ease-in;
  81. -ms-transition: .5s ease-in;
  82. }
  83.  
  84. a:hover, a:active, a:focus {
  85. color:{color:link hover};
  86. text-decoration:none;
  87. -webkit-transition: .5s ease-in;
  88. -moz-transition: .5s ease-in;
  89. -o-transition: .5s ease-in;
  90. -ms-transition: .5s ease-in;
  91. }
  92.  
  93. #entries {
  94. margin-left:435px;
  95. margin-top:0;
  96. width:505px;
  97. }
  98.  
  99. #posts {
  100. position:relative;
  101. margin-bottom:25px;
  102. padding:8px;
  103. }
  104.  
  105. .pinfo {
  106. position:absolute;
  107. left:520px;
  108. top:-1px;
  109. width:105px;
  110. font-family:calibri, helvetica, sans-serif;
  111. font-size:10px;
  112. }
  113.  
  114. .pinfo img {
  115. opacity:.8;
  116. -webkit-transition: .5s ease-in;
  117. -moz-transition: .5s ease-in;
  118. -o-transition: .5s ease-in;
  119. -ms-transition: .5s ease-in;
  120. }
  121.  
  122. .pinfo img:hover {
  123. opacity:1;
  124. -webkit-transition: .5s ease-in;
  125. -moz-transition: .5s ease-in;
  126. -o-transition: .5s ease-in;
  127. -ms-transition: .5s ease-in;
  128. }
  129.  
  130. .date {
  131. border-bottom:1px dotted {color:border};
  132. text-align:center;
  133. text-transform:uppercase;
  134. margin-bottom:3px;
  135. width:110px !important;
  136. }
  137.  
  138. .notecount {
  139. border-top:1px dotted {color:border};
  140. text-align:center;
  141. text-transform:uppercase;
  142. clear:both;
  143. }
  144.  
  145. .rbicon {
  146. float:left;
  147. }
  148.  
  149. .rbicon2 {
  150. float:right;
  151. }
  152.  
  153. #sidebar {
  154. position:fixed;
  155. margin-top:50px;
  156. margin-left:200px;
  157. width:210px;
  158. font-family:helvetica, arial, sans-serif;
  159. background-color:{color:sidebar};
  160. font-size:10px;
  161. text-align:center;
  162. }
  163.  
  164. #sbarimg {
  165. margin-bottom:2px;
  166. margin-left:auto;
  167. margin-right:auto;
  168. }
  169.  
  170. #sbarimg img {
  171. max-width:200px;
  172. border:1px solid {color:border};
  173. padding:5px;
  174. }
  175.  
  176. #title {
  177. font-family:'cookie', cursive;
  178. font-size:28px;
  179. color:{color:title};
  180. line-height:70%;
  181. margin:3px auto 3px auto;
  182. text-align:center;
  183. }
  184.  
  185. #sbarlinks {
  186. width:auto;
  187. height:15px;
  188. text-align:center;
  189. text-transform:uppercase;
  190. line-height:15px;
  191. border-top:1px dotted {color:border};
  192. }
  193.  
  194. #sbarlinks a {
  195. display:inline-block;
  196. font-family:calibri, helvetica, sans-serif;
  197. font-size:10px;
  198. color:{color:sbarlinks};
  199. background-color:{color:border};
  200. padding:0px 2px;
  201. -webkit-transition: .5s ease-int;
  202. -moz-transition: .5s ease-in;
  203. -o-transition: .5s ease-in;
  204. -ms-transition: .5s ease-in;
  205. }
  206.  
  207. #sbarlinks a:hover {
  208. color:{color:sbarlinks hover};
  209. border-bottom:1px dotted {color:sbarlinks};
  210. -webkit-transition: .5s ease-in;
  211. -moz-transition: .5s ease-in;
  212. -o-transition: .5s ease-in;
  213. -ms-transition: .5s ease-in;
  214. }
  215.  
  216. .sbar {
  217. margin-top:3px;
  218. text-align:center;
  219. }
  220.  
  221. .descrip {
  222. text-align:center;
  223. }
  224.  
  225. .icon {
  226. padding:5px;
  227. border:1px solid {color:border};
  228. margin-right:5px;
  229. margin-top:2px;
  230. float:left;
  231. }
  232.  
  233. #pagination {
  234. font-family:helvetica, arial, sans-serif;
  235. font-size:10px;
  236. text-align:center;
  237. margin-top:5px;
  238. }
  239.  
  240. #info {
  241. backgroud-color:{color:info};
  242. font-family:helvetica, calibri, sans-serif;
  243. font-size:10px;
  244. text-transform:lowercase;
  245. border-top:1px solid {color:border};
  246. margin-top:10px;
  247. padding-top:3px;
  248. }
  249.  
  250. .questions {
  251. background-color:{color:questions};
  252. color: {color:text};
  253. font-family:{font:body};
  254. font-size:11px;
  255. }
  256.  
  257. .askicon {
  258. float:left;
  259. padding:5px;
  260. margin-right:8px;
  261. border:1px solid {color:border};
  262. }
  263.  
  264. .answer {
  265. clear:left;
  266. padding-top:1px;
  267. }
  268.  
  269. .quote {
  270. float:right;
  271. }
  272.  
  273. .audio {
  274. background-color:black;
  275. display:block;
  276. margin-bottom:5px;
  277. }
  278.  
  279. .albumart img {
  280. width:100px;
  281. padding-right:5px;
  282. }
  283.  
  284. table.music td.audinfo {
  285. border-bottom:1px dotted {color:border};
  286. text-align:left;
  287. }
  288.  
  289. .taglist {
  290. line-height:16px;
  291. }
  292.  
  293. .tags {
  294. margin:0;
  295. padding:0;
  296. list-style:none;
  297. }
  298.  
  299. .tags li {
  300. float:left;
  301. height:16px;
  302. line-height:16px;
  303. position:relative;
  304. font-size:10px;
  305. }
  306.  
  307. .tags li {
  308. margin-left:8px;
  309. margin-right:5px;
  310. padding:0 5px 0 10px;
  311. background:{color:border};
  312. color:{color:text};
  313. text-decoration:none;
  314. border-bottom-right-radius:4px;
  315. border-top-right-radius:4px;
  316. }
  317.  
  318. .tags li:before {
  319. content:"";
  320. float:left;
  321. position:absolute;
  322. top:0;
  323. left:-8px;
  324. width:0;
  325. height:0;
  326. border-color:transparent {color:border} transparent
  327.  
  328. transparent;
  329. border-style:solid;
  330. border-width:8px 8px 8px 0;
  331. }
  332.  
  333. .tags li:after {
  334. content:"";
  335. position:absolute;
  336. top:7px;
  337. left:2px;
  338. float:left;
  339. width:3px;
  340. height:3px;
  341. border-radius:2px;
  342. background:{color:background};
  343. -moz-box-shadow:-1px -1px 2px {color:shadow};
  344. -webkit-box-shadow:-1px -1px 2px {color:shadow};
  345. box-shadow:-1px -1px 2px {color:shadow};
  346. }
  347.  
  348. h1 {
  349. color:{color:title};
  350. font-family:{font:title};
  351. font-size:16px;
  352. font-weight:normal;
  353. text-align:left;
  354. font-style:italic;
  355. padding:0px;
  356. margin:0px;
  357. }
  358.  
  359. h2 {
  360. color:{color:text};
  361. font-family:{font:title};
  362. font-size:12px;
  363. font-weight:normal;
  364. font-style:italic;
  365. text-align:left;
  366. padding:0px;
  367. margin:0px;
  368. overflow:auto;
  369. }
  370.  
  371. b, strong {
  372. color:{color:title};
  373. }
  374.  
  375. p {
  376. margin-top:6px;
  377. margin-bottom:6px
  378. }
  379.  
  380. blockquote {
  381. border-left:3px {color:border} solid;
  382. padding-left:5px;
  383. margin:0px 2px 0px 10px;
  384. }
  385.  
  386. img {
  387. max-width:500px;
  388. }
  389.  
  390. img a {
  391. border:none;
  392. width:100%;
  393. }
  394.  
  395. .user_1 .label {color:{color:title}; font-weight:bold}
  396. .user_2 .label {color:{color:text}; font-weight:bold}
  397. .user_3 .label {color:{color:title}; font-weight:bold}
  398. .user_4 .label {color:{color:text}; font-weight:bold}
  399. .user_5 .label {color:{color:title}; font-weight:bold}
  400. .user_6 .label {color:{color:text}; font-weight:bold}
  401. .user_7 .label {color:{color:title}; font-weight:bold}
  402. .user_8 .label {color:{color:text}; font-weight:bold}
  403. .user_9 .label {color:{color:title}; font-weight:bold}
  404. .user_10 .label {color:{color:text}; font-weight:bold}
  405. .user_11 .label {color:{color:title}; font-weight:bold}
  406. .user_12 .label {color:{color:text}; font-weight:bold}
  407. .user_13 .label {color:{color:title}; font-weight:bold}
  408. .user_14 .label {color:{color:text}; font-weight:bold}
  409. .user_15 .label {color:{color:title}; font-weight:bold}
  410. ul.chat, .chat ol, .chat li {list-style:none; margin:0px;
  411.  
  412. padding:0px;}
  413.  
  414. .notes img{width:10px; position:relative; top:1px;}
  415. ol.notes, .notes li{list-style:none; margin:0px;
  416.  
  417. padding:0px;}
  418. iframe input, iframe submit, iframe textarea, iframe div,
  419.  
  420. iframe table {background-color:transparent!important;}
  421.  
  422. </style>
  423. <style type="text/css">{CustomCSS}</style>
  424. </head>
  425. <body>
  426. <div id="sidebar">
  427. <div id="sbarimg"><center><img src="{image:sidebar}"
  428.  
  429. /></center></div>
  430. <div id="title">{Title}</div>
  431. <div id="sbarlinks"><a href="/">home</a>
  432. <a href="/ask">ask</a>
  433. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}
  434.  
  435. </a>{/block:ifLink1}
  436. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}
  437.  
  438. </a>{/block:ifLink2}
  439. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}
  440.  
  441. </a>{/block:ifLink3}
  442. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}
  443.  
  444. </a>{/block:ifLink4}
  445. <a href="http://markedandtied.tumblr.com/">&copy;</a>
  446. </div>
  447.  
  448. <div class="sbar">
  449. <div class="descrip">{block:Description}{Description}
  450.  
  451. {/block:Description}</div></div>
  452.  
  453. <div id="pagination">{block:Pagination}
  454. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>
  455.  
  456. {/block:PreviousPage}
  457. {block:JumpPagination length="5"}
  458. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  459. {block:JumpPage}<a href="{URL}">{PageNumber}</a>
  460.  
  461. {/block:JumpPage}{/block:JumpPagination}
  462. {block:NextPage}<a href="{NextPage}">&raquo;</a>
  463.  
  464. {/block:NextPage}
  465. {/block:Pagination}</div>
  466. </div>
  467.  
  468. <div id="entries">
  469.  
  470. {block:Posts}
  471. <div id="posts">
  472.  
  473. <div class="pinfo"><div class="date">{block:Date}posted <a
  474.  
  475. href="{Permalink}">{TimeAgo}</a>{/block:Date}</div>
  476.  
  477. {block:RebloggedFrom}<div class="rbicon"><a
  478.  
  479. href="{ReblogParentURL}"><img
  480.  
  481. src="{ReblogParentPortraitURL-48}" /></a></div>
  482.  
  483. {block:ContentSource}<div class="rbicon2"><a
  484.  
  485. href="{SourceURL}"><img src="{ReblogRootPortraitURL-48}"
  486.  
  487. /></a></div>{/block:ContentSource}{/block:RebloggedFrom}
  488.  
  489. {block:NotReblog}<div style="float:none !important;"
  490.  
  491. class="rbicon"><center><a href="{PostAuthorURL}"><img
  492.  
  493. src="{PostAuthorPortraitURL-48}" /></a></center></div>
  494.  
  495. {/block:NotReblog}
  496.  
  497. {block:NoteCount}<div class="notecount"><a
  498.  
  499. href="{Permalink}">{NoteCountWithLabel}</a></div>
  500.  
  501. {/block:NoteCount}
  502. </div>
  503.  
  504.  
  505. {block:Title}<h1>{Title}</h1>{/block:Title}
  506.  
  507. {block:Text}{Body}{/block:Text}
  508.  
  509. {block:Quote}<h1>"{Quote}"</h1>
  510. <h2><div style="float:right;">- {Source}</div></h2>
  511.  
  512. {/block:Quote}
  513.  
  514. {block:Link}
  515. <a href="{URL}" class="link" {Target}><h1>{Name}
  516.  
  517. &raquo;</h1></a>
  518. {block:Description}<p>{Description}</p>
  519.  
  520. {/block:Description}{/block:Link}
  521.  
  522.  
  523. {block:Photo}
  524. <center>{LinkOpenTag}<img src="{PhotoURL-500}"
  525.  
  526. alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  527. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  528.  
  529. {block:Photoset}<center>{Photoset-500}</center>
  530. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  531.  
  532. {block:Chat}
  533. <ul class="chat">{block:Lines}<li class="user_
  534.  
  535. {UserNumber}">{block:Label} <span class="label">{Label}
  536.  
  537. </span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  538.  
  539. {/block:Chat}
  540.  
  541. {block:Video}
  542. {Video-500}{block:Caption}{Caption}{/block:Caption}
  543.  
  544. {/block:Video}
  545.  
  546. {block:Answer}
  547. <img class="askicon" src="{AskerPortraitURL-30}" /><div
  548.  
  549. class="questions"><em>{Asker} asked:</em><br />
  550. {Question}</div>
  551.  
  552. <div class="answer">{Answer}</div>{/block:Answer}
  553.  
  554. {block:Audio}<span class="audio"><center>
  555.  
  556. {AudioPlayerBlack}</center></span>
  557.  
  558. <table class="music" width="100%"><tr><td rowspan="4"
  559.  
  560. width="100px">{block:AlbumArt}<div class="albumart"><img
  561.  
  562. src="{AlbumArtURL}"></div>{/block:AlbumArt}</td>
  563. {block:TrackName}<td
  564.  
  565. class="audinfo"><strong>Track:</strong> <em>{TrackName}
  566.  
  567. </em></td>{/block:TrackName}</tr>
  568. {block:Artist}<tr><td
  569.  
  570. class="audinfo"><strong>Arist:</strong> {Artist}</td></tr>
  571.  
  572. {/block:Artist}
  573. {block:Album}<tr><td
  574.  
  575. class="audinfo"><strong>Album:</strong> {Album}</td></tr>
  576.  
  577. {/block:Album}
  578. {block:PlayCount}<tr><td class="audinfo">
  579.  
  580. {PlayCountWithLabel}</td></tr>{/block:PlayCount}</table>
  581.  
  582. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  583.  
  584. <div id="info">
  585. {block:HasTags}<ul class="tags"><li>tagged as:</li></ul>
  586.  
  587. {block:HasTags}{block:Tags}<span class="taglist">#<a
  588.  
  589. href="{TagURL}">{Tag}</a>&nbsp;</span>{/block:Tags}
  590.  
  591. {/block:HasTags}</div>
  592. </div>
  593. {/block:Posts}
  594. {block:PostNotes}{PostNotes}{/block:PostNotes}
  595. </div>
  596. </body>
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment