Advertisement
tutorgirl

theme 14 by markedandtied

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