Advertisement
tutorgirl

theme 10 v1 by markedandtied

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