Advertisement
tutorgirl

theme 15 by markedandtied

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