Advertisement
tutorgirl

theme 11 by markedandtied

Jul 14th, 2013
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 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="#88b19d" />
  15. <meta name="color:link" content="#49867d" />
  16. <meta name="color:link hover" content="#2b685e" />
  17. <meta name="color:sbarlinks" content="#49867d" />
  18. <meta name="color:sbarlinks hover" content="#2b685e" />
  19. <meta name="color:border" content="#e7e6e6" />
  20.  
  21. <meta name="font:title" content="georgia" />
  22. <meta name="font:body" content="helvetica" />
  23. <meta name="font:info" content="georgia" />
  24.  
  25. <meta name="image:sidebar" content="" />
  26. <meta name="text:simgheight" content="300" />
  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. <meta name="text:link5" content="" />
  39. <meta name="text:link5 title" content="" />
  40.  
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
  44. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49. <link href='http://fonts.googleapis.com/css?family=Yesteryear|Engagement|Norican|Cookie' rel='stylesheet' type='text/css'>
  50.  
  51. <style type="text/css">
  52. body {
  53. background-color:{color:background};
  54. color:{color:text};
  55. font-family:{font:body};
  56. text-align:left;
  57. font-size:11px;
  58. background-image:{image:background};
  59. background-attachment:fixed;
  60. background-position:bottom left;
  61. background-repeat:no-repeat;
  62. }
  63.  
  64. a, a:link, a:visited {
  65. color:{color:link};
  66. text-decoration:none;
  67. -webkit-transition: .5s ease-in;
  68. -moz-transition: .5s ease-in;
  69. -o-transition: .5s ease-in;
  70. -ms-transition: .5s ease-in;
  71. }
  72.  
  73. a:hover, a:active, a:focus {
  74. color:{color:link hover};
  75. text-decoration:none;
  76. -webkit-transition: .5s ease-in;
  77. -moz-transition: .5s ease-in;
  78. -o-transition: .5s ease-in;
  79. -ms-transition: .5s ease-in;
  80. }
  81.  
  82. #entries {
  83. margin-left:495px;
  84. margin-top:0;
  85. width:505px;
  86. }
  87.  
  88. #posts {
  89. position:relative;
  90. margin-bottom:5px;
  91. padding:8px;
  92. }
  93.  
  94. #sidebar {
  95. position:fixed;
  96. margin-left:295px;
  97. margin-top:50px;
  98. width:175px;
  99. font-family:helvetica, arial, sans-serif;
  100. background-color:{color:sidebar};
  101. font-size:10px;
  102. text-align:center;
  103. }
  104.  
  105. #sbarimg {
  106. position:fixed;
  107. margin-top:50px;
  108. margin-left:100px;
  109. width:155px;
  110. }
  111.  
  112. #sbarimg img {
  113. max-width:180px;
  114. padding:3px;
  115. }
  116.  
  117. #title {
  118. font-family:"courier new";
  119. font-size:14px;
  120. color:{color:title};
  121. line-height:80%;
  122. margin:3px auto 3px auto;
  123. text-align:center;
  124. }
  125.  
  126. #sbarlinks {
  127. position:fixed;
  128. margin-top:243px;
  129. margin-left:145px;
  130. width:255px;
  131. height:25px;
  132. padding:0px 5px;
  133. line-height:25px;
  134. text-align:left;
  135. text-transform:uppercase;
  136. border-top:1px solid {color:border};
  137. border-bottom:1px solid {color:border};
  138. }
  139.  
  140. #sbarlinks a {
  141. display:inline-block;
  142. font-family:georgia, "times new roman", serif;
  143. font-size:10px;
  144. color:{color:sbarlinks};
  145. padding-left:5px;
  146. -webkit-transition: .5s ease-int;
  147. -moz-transition: .5s ease-in;
  148. -o-transition: .5s ease-in;
  149. -ms-transition: .5s ease-in;
  150. }
  151.  
  152. #sbarlinks a:hover {
  153. color:{color:sbarlinks hover};
  154. -webkit-transition: .5s ease-in;
  155. -moz-transition: .5s ease-in;
  156. -o-transition: .5s ease-in;
  157. -ms-transition: .5s ease-in;
  158. }
  159.  
  160. #pagination {
  161. position:fixed;
  162. margin-top:280px;
  163. margin-left:220px;
  164. width:125px;
  165. font-family:helvetica, arial, sans-serif;
  166. font-size:10px;
  167. word-spacing:5px;
  168. text-align:center;
  169. }
  170.  
  171. #info {
  172. background-color:{color:info};
  173. font-family:{font:info};
  174. font-size:10px;
  175. text-transform:lowercase;
  176. padding:6px;
  177. margin-top:15px;
  178. width:500px;
  179. border-top:1px solid {color:border};
  180. }
  181.  
  182. .pnotes {
  183. float:right;
  184. }
  185.  
  186. .questions {
  187. background-color:{color:questions};
  188. color: {color:text};
  189. font-family:{font:body};
  190. font-size:11px;
  191. margin-top:-5px;
  192. }
  193.  
  194. .asker {
  195. font-family:"courier new";
  196. text-transform:lowercase;
  197. }
  198.  
  199. .askicon {
  200. float:left;
  201. margin-right:8px;
  202. border-radius:10px;
  203. }
  204.  
  205. .answer {
  206. clear:left;
  207. padding-top:1px;
  208. }
  209.  
  210. .quote {
  211. float:right;
  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:{font:title};
  249. font-size:16px;
  250. font-weight:normal;
  251. text-align:left;
  252. }
  253.  
  254. h2 {
  255. color:{color:text};
  256. font-family:{font:title};
  257. font-size:12px;
  258. font-weight:normal;
  259. text-align:left;
  260. overflow:auto;
  261. margin:0;
  262. }
  263.  
  264. b, strong {
  265. color:{color:title};
  266. }
  267.  
  268. p {
  269. margin-top:6px;
  270. margin-bottom:6px
  271. }
  272.  
  273. blockquote {
  274. border-left:4px {color:border} solid;
  275. padding-left:5px;
  276. margin:0px 0px 0px 5px;
  277. }
  278.  
  279. img {
  280. max-width:500px;
  281. }
  282.  
  283. img a {
  284. border:none;
  285. width:100%;
  286. }
  287.  
  288. .user_1 .label {color:{color:title}; font-weight:bold}
  289. .user_2 .label {color:{color:text}; font-weight:bold}
  290. .user_3 .label {color:{color:title}; font-weight:bold}
  291. .user_4 .label {color:{color:text}; font-weight:bold}
  292. .user_5 .label {color:{color:title}; font-weight:bold}
  293. .user_6 .label {color:{color:text}; font-weight:bold}
  294. .user_7 .label {color:{color:title}; font-weight:bold}
  295. .user_8 .label {color:{color:text}; font-weight:bold}
  296. .user_9 .label {color:{color:title}; font-weight:bold}
  297. .user_10 .label {color:{color:text}; font-weight:bold}
  298. .user_11 .label {color:{color:title}; font-weight:bold}
  299. .user_12 .label {color:{color:text}; font-weight:bold}
  300. .user_13 .label {color:{color:title}; font-weight:bold}
  301. .user_14 .label {color:{color:text}; font-weight:bold}
  302. .user_15 .label {color:{color:title}; font-weight:bold}
  303. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:4px;}
  304. .odd {background-color:{color:border};}
  305.  
  306. .notes img{width:15px; position:relative; top:1px;}
  307. ol.notes, .notes li {list-style:none; margin:0px; padding-left:5px;}
  308. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  309.  
  310. </style>
  311. <style type="text/css">{CustomCSS}</style>
  312. </head>
  313. <body>
  314. <div id="sbarimg"><center><img src="{image:sidebar}" /></center></div>
  315.  
  316. <div id="sbarlinks"><a href="/">home</a>
  317. <a href="/ask">ask</a>
  318. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  319. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  320. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  321. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  322. <a class="links2" href="http://markedandtied.tumblr.com/">&copy;</a>
  323. </div>
  324.  
  325. <div id="pagination">{block:Pagination}
  326. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  327. {block:JumpPagination length="5"}
  328. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  329. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  330. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  331. {/block:Pagination}</div>
  332.  
  333. <div id="sidebar">
  334. <div id="title">{Title}</div>
  335. {block:Description}{Description}{/block:Description}
  336. </div>
  337.  
  338.  
  339. <div id="entries">
  340.  
  341. {block:Posts}
  342. <div id="posts">
  343.  
  344. {block:Title}<h1>{Title}</h1>{/block:Title}
  345.  
  346. {block:Text}{Body}{/block:Text}
  347.  
  348. {block:Quote}<h1>"{Quote}"</h1>
  349. <h2><div style="float:right;">- {Source}</div></h2>{/block:Quote}
  350.  
  351. {block:Link}
  352. <a href="{URL}" class="link" {Target}><h1 style="text-transform:uppercase;">{Name} &rarr;</h1></a>
  353. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  354.  
  355.  
  356. {block:Photo}
  357. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  358. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  359.  
  360. {block:Photoset}<center>{Photoset-500}</center>
  361. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  362.  
  363. {block:Chat}
  364. <ul class="chat">
  365. {block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label} <span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  366.  
  367. {block:Video}
  368. {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  369.  
  370. {block:Answer}
  371. <img class="askicon" src="{AskerPortraitURL-30}" /><div class="questions"><span class="asker">{Asker} asked:</span><br />
  372. {Question}</div>
  373.  
  374. <div class="answer">{Answer}</div>{/block:Answer}
  375.  
  376. {block:Audio}
  377. <div class="audio">{block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}
  378. <div class="audioplayer"><center>{AudioPlayerWhite}</center></div></div>
  379.  
  380. <div class="audinfo">{block:TrackName}<span class="audclass"><strong>Track:</strong> {TrackName}</span><br />{/block:TrackName}
  381. {block:Artist}<span class="audclass"><strong>Arist:</strong> {Artist}</span><br />{/block:Artist}
  382. {block:Album}<span class="audclass"><strong>Album:</strong> {Album}</span><br />{/block:Album}
  383. {block:PlayCount}<span style="line-height:175%;">{PlayCountWithLabel}</span>{/block:PlayCount}</div>
  384.  
  385. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  386.  
  387. <div id="info">
  388. {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}
  389. <div class="pnotes">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div> <!-- end of notes -->
  390.  
  391. {block:HasTags}<br />{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div> <!-- end of info -->
  392. </div> <!-- end of posts -->
  393.  
  394. {/block:Posts}
  395.  
  396. {block:PostNotes}{PostNotes}{/block:PostNotes}
  397. </div> <!-- end of entries -->
  398. </body>
  399. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement