Advertisement
tutorgirl

theme 13 by markedandtied

Jan 21st, 2014
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 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="#ffffff" />
  10. <meta name="color:sidebar" content="#f1e9e1" />
  11. <meta name="color:info" content="#ffffff" />
  12. <meta name="color:text" content="#4f4f4f" />
  13. <meta name="color:title" content="#b87a67" />
  14. <meta name="color:link" content="#c2aa9f" />
  15. <meta name="color:link hover" content="#8a7163" />
  16. <meta name="color:border" content="#f0e0d1" />
  17.  
  18. <meta name="font:body" content="helvetica" />
  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.  
  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=Yesteryear|Engagement|Norican|Cookie' 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:{font:body};
  45. text-align:left;
  46. font-size:11px;
  47. background-image:{image:background};
  48. background-attachment:fixed;
  49. background-position:bottom left;
  50. background-repeat:no-repeat;
  51. }
  52.  
  53. a, a:link, a:visited {
  54. color:{color:link};
  55. text-decoration:none;
  56. -webkit-transition: .5s ease-in;
  57. -moz-transition: .5s ease-in;
  58. -o-transition: .5s ease-in;
  59. -ms-transition: .5s ease-in;
  60. }
  61.  
  62. a:hover, a:active, a:focus {
  63. color:{color:link hover};
  64. text-decoration:none;
  65. -webkit-transition: .5s ease-in;
  66. -moz-transition: .5s ease-in;
  67. -o-transition: .5s ease-in;
  68. -ms-transition: .5s ease-in;
  69. }
  70.  
  71. #entries {
  72. margin-left:auto;
  73. margin-right:auto;
  74. width:500px;
  75. margin-top:140px;
  76. }
  77.  
  78. #entries img {
  79. max-width:500px;
  80. }
  81.  
  82. #posts {
  83. position:relative;
  84. margin-bottom:20px;
  85. }
  86.  
  87. #topbar {
  88. position:fixed;
  89. top:0;
  90. left:0;
  91. width:100%;
  92. height:120px;
  93. padding:10px 0px;
  94. font-family:{font:body};
  95. background-color:{color:sidebar};
  96. font-size:10px;
  97. overflow:auto;
  98. z-index:1000;
  99. border-bottom:5px solid {color:background};
  100. }
  101.  
  102. #container {
  103. position:absolute;
  104. width:420px;
  105. left:50%;
  106. margin-left:-210px;
  107. }
  108.  
  109. #sbarimg {
  110. padding:4px 0px;
  111. position:absolute;
  112. }
  113.  
  114. #sbarimg img {
  115. max-width:100px;
  116. border:4px double {color:background};
  117. }
  118.  
  119. #title {
  120. font-family:"courier new", monospace;
  121. font-size:14px;
  122. color:{color:title};
  123. text-align:center;
  124. }
  125.  
  126. #descrip {
  127. position:absolute;
  128. width:210px;
  129. text-align:justify;
  130. left:218px;
  131. padding:6px 0px;
  132. }
  133.  
  134. #sbarlinks {
  135. position:absolute;
  136. text-transform:uppercase;
  137. text-align:center;
  138. left:130px;
  139. }
  140.  
  141. #sbarlinks a, #sbarlinks a:link, #sbarlinks a:visited {
  142. display:inline-block;
  143. width:60px;
  144. margin-bottom:3px;
  145. padding:4px;
  146. color:{color:link};
  147. font-family:cambria, serif;
  148. background-color:{color:background};
  149. -webkit-transition: .5s ease-in;
  150. -moz-transition: .5s ease-in;
  151. -o-transition: .5s ease-in;
  152. -ms-transition: .5s ease-in;
  153. }
  154.  
  155. #sbarlinks a:hover, #sbarlinks a:active, #sbarlinks a:focus {
  156. color:{color:background};
  157. background-color:{color:link};
  158. }
  159.  
  160. #pagination {
  161. font-family:helvetica, arial, sans-serif;
  162. font-size:10px;
  163. word-spacing:5px;
  164. text-align:center;
  165. }
  166.  
  167. #info {
  168. background-color:{color:info};
  169. font-family:"courier new", monospace;
  170. font-size:10px;
  171. padding-top:6px;
  172. text-transform:uppercase;
  173. margin-top:15px;
  174. border-top:3px double {color:border};
  175. }
  176.  
  177. .perma {
  178. padding:3px 6px;
  179. }
  180.  
  181. .pnotes, .copy, .tags {
  182. padding:3px 6px 3px 0px;
  183. }
  184.  
  185. .tags {
  186. line-height:200%;
  187. }
  188.  
  189. .tags a {
  190. margin-right:8px;
  191. }
  192.  
  193. .date {
  194. background-color:{color:border};
  195. padding:3px 6px;
  196. width:40px;
  197. text-align:center;
  198. }
  199.  
  200. .questions {
  201. background-color:{color:sidebar};
  202. padding:6px;
  203. }
  204.  
  205. .asker {
  206. font-family:"courier new", monospace;
  207. text-transform:lowercase;
  208. }
  209.  
  210. .quote {
  211. padding-left:30px;
  212. }
  213.  
  214. .audio {
  215. width:100px;
  216. height:100px;
  217. position:relative;
  218. }
  219.  
  220. .audioplayer {
  221. opacity:0.8;
  222. width:100px;
  223. height:27px;
  224. overflow:hidden;
  225. z-index:100;
  226. bottom:0;
  227. position:absolute;
  228. }
  229.  
  230. .albumart {
  231. width:100px;
  232. }
  233.  
  234. .audinfo {
  235. position:absolute;
  236. top:0;
  237. left:110px;
  238. padding:5px;
  239. }
  240.  
  241. .audclass {
  242. border-bottom:1px solid {color:border};
  243. line-height:175%;
  244. }
  245.  
  246. h1 {
  247. color:{color:title};
  248. font-family:"franklin gothic";
  249. text-transform:uppercase;
  250. font-size:16px;
  251. font-weight:normal;
  252. text-align:left;
  253. }
  254.  
  255. h2 {
  256. color:{color:text};
  257. font-family:"franklin gothic";
  258. text-transform:uppercase;
  259. font-size:12px;
  260. font-weight:normal;
  261. text-align:left;
  262. overflow:auto;
  263. margin:0;
  264. }
  265.  
  266. b, strong {
  267. color:{color:title};
  268. }
  269.  
  270. p {
  271. margin-top:6px;
  272. margin-bottom:6px
  273. }
  274.  
  275. blockquote {
  276. border-left:4px {color:border} solid;
  277. padding-left:5px;
  278. margin:0px 0px 0px 5px;
  279. }
  280.  
  281. img {
  282. max-width:500px;
  283. }
  284.  
  285. img a {
  286. border:none;
  287. width:100%;
  288. }
  289.  
  290. .user_1 .label {color:{color:title}; font-weight:bold}
  291. .user_2 .label {color:{color:text}; font-weight:bold}
  292. .user_3 .label {color:{color:title}; font-weight:bold}
  293. .user_4 .label {color:{color:text}; font-weight:bold}
  294. .user_5 .label {color:{color:title}; font-weight:bold}
  295. .user_6 .label {color:{color:text}; font-weight:bold}
  296. .user_7 .label {color:{color:title}; font-weight:bold}
  297. .user_8 .label {color:{color:text}; font-weight:bold}
  298. .user_9 .label {color:{color:title}; font-weight:bold}
  299. .user_10 .label {color:{color:text}; font-weight:bold}
  300. .user_11 .label {color:{color:title}; font-weight:bold}
  301. .user_12 .label {color:{color:text}; font-weight:bold}
  302. .user_13 .label {color:{color:title}; font-weight:bold}
  303. .user_14 .label {color:{color:text}; font-weight:bold}
  304. .user_15 .label {color:{color:title}; font-weight:bold}
  305. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:4px;}
  306. .odd {background-color:{color:border};}
  307.  
  308. .notes img{width:15px; position:relative; top:1px;}
  309. ol.notes, .notes li {list-style:none; margin:0px; padding-left:5px;}
  310. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  311. </style>
  312.  
  313. <style type="text/css">{CustomCSS}</style>
  314. </head>
  315. <body>
  316.  
  317. <div id="topbar"><div id="container">
  318.  
  319. <div id="sbarimg"><a href="/"><img src="{image:sidebar}" /></a></div>
  320.  
  321. <div id="sbarlinks"><a href="/ask">ask</a><br />
  322. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
  323. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
  324. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
  325. <a href="http://markedandtied.tumblr.com/">&copy;</a>
  326. </div>
  327.  
  328.  
  329. <div id="descrip"><div id="title">{Title}</div>
  330.  
  331. {block:Description}{Description}{/block:Description}
  332. <br /><br />
  333. <div id="pagination">{block:Pagination}
  334. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  335. {block:JumpPagination length="5"}
  336. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  337. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  338. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  339. {/block:Pagination}</div>
  340.  
  341. </div>
  342.  
  343. </div></div><!-- end topbar & container -->
  344.  
  345. <br />
  346.  
  347. <div id="entries">
  348.  
  349. {block:Posts}
  350. <div id="posts">
  351.  
  352. {block:Title}<h1>{Title}</h1>{/block:Title}
  353.  
  354. {block:Text}{Body}{/block:Text}
  355.  
  356. {block:Quote}<h1>"{Quote}"</h1>
  357. <h2 class="quote">- {Source}</h2>{/block:Quote}
  358.  
  359. {block:Link}
  360. <a href="{URL}" class="link" {Target}><h1 style="text-transform:uppercase;">{Name} &rarr;</h1></a>
  361. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  362.  
  363.  
  364. {block:Photo}
  365. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  366. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}<center>{Photoset-500}</center>
  369. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371. {block:Chat}
  372. <ul class="chat">
  373. {block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label} <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  374.  
  375. {block:Video}
  376. {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  377.  
  378. {block:Answer}
  379. <div class="questions"><span class="asker">{Asker} asked:</span><br />
  380. {Question}</div>
  381.  
  382. <div>{Answer}</div>{/block:Answer}
  383.  
  384. {block:Audio}
  385. <div class="audio">{block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}
  386. <div class="audioplayer"><center>{AudioPlayerWhite}</center></div></div>
  387.  
  388. <div class="audinfo">{block:TrackName}<span class="audclass"><strong>Track:</strong> {TrackName}</span><br />{/block:TrackName}
  389. {block:Artist}<span class="audclass"><strong>Arist:</strong> {Artist}</span><br />{/block:Artist}
  390. {block:Album}<span class="audclass"><strong>Album:</strong> {Album}</span><br />{/block:Album}
  391. {block:PlayCount}<span style="line-height:175%;">{PlayCountWithLabel}</span>{/block:PlayCount}</div>
  392.  
  393. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  394.  
  395. <div id="info">
  396. <span class="date">{block:Date}{ShortMonth} {DayofMonth}{/block:Date}</span>
  397.  
  398. <span class="perma"><a href="{Permalink}">&infin;</a></span>
  399.  
  400. {block:NoteCount}<span class="pnotes"><a href="{Permalink}">{NoteCount}</a></span>{/block:NoteCount}
  401.  
  402. {block:RebloggedFrom}{block:ContentSource}<span class="copy"><a href="{SourceURL}">&copy;</a></span>{/block:ContentSource} <a href="{ReblogParentURL}" style="display:none;"></a>{/block:RebloggedFrom}
  403.  
  404. {block:HasTags}<span class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}
  405. </div> <!-- end of info -->
  406. </div> <!-- end of posts -->
  407.  
  408. {/block:Posts}
  409.  
  410. {block:PostNotes}{PostNotes}{/block:PostNotes}
  411. </div> <!-- end of entries -->
  412. </body>
  413. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement