Advertisement
mystic-blood

themem01

Jan 13th, 2012
1,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD2.HTML 4.01 Transitional//EN"3."http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3.  
  4. <!---
  5. THEME 01 BY MYSTIC-BLOOD.TUMBLR
  6. DON'T COPY --->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <meta name="image:Background" content="" />
  12. <meta name="image:SidebarImage" content="" />
  13.  
  14. <meta name="font:Body" content="georgia" />
  15. <meta name="font:Title" content="georgia" />
  16. <meta name="font:Link" content="georgia" />
  17.  
  18. <meta name="color:backgroundcolor" content="#FAF9F0" />
  19. <meta name="color:Text" content="#6F4C4C" />
  20. <meta name="color:link" content="#bca2a3" />
  21. <meta name="color:sidebar" content="#e7c6c6" />
  22. <meta name="color:abovebar" content="#e7c6c6" />
  23. <meta name="color:abovebarline" content="#bca2a3" />
  24. <meta name="color:sidebarborder" content="#bca2a3" />
  25. <meta name="color:questioncolor" content="#e7c6c6" />
  26. <meta name="color:entries" content="#FAF9F0" />
  27. <meta name="color:postinfo" content="#FAF9F0" />
  28. <meta name="color:postinfoline" content="#e7c6c6" />
  29. <meta name="color:datecolor" content="#FAF9F0" />
  30. <meta name="color:dateline" content="#FFFFFF" />
  31.  
  32. <meta name="if:ShowSidebarImage" content=""" />
  33. <meta name="if:ShowTitle" content="1" />
  34.  
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Title" content="" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Title" content="" />
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. <style type="text/css">
  51.  
  52. body {
  53. background-color: {color:BackgroundColor};
  54. color: {color:Text};
  55. font-family: {font:Body};
  56. font-size: 10px;
  57. text-align: justify;
  58. background-image: url({image:Background});
  59. background-attachment: fixed;
  60. background-position: bottom left;
  61. background-repeat: no-repeat;}
  62.  
  63. a:link {
  64. color: {Color:Link};
  65. font-style: none;
  66. text-decoration: none;
  67. letter-spacing:0px;}
  68.  
  69. a:visited {
  70. color: {color:Link}; }
  71.  
  72. a:hover {
  73. color: {Color:Link};
  74. font-style: none;
  75. text-decoration: none;
  76. border-bottom: 1px solid {color:link};
  77. -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;}
  78.  
  79. #abovebar {background-color: {color:abovebar}; font-size:14px; font-style: italic; line-height: 33px; letter-spacing: 1px; text-align: center; height:35px; top: 0; left:0px; width: 100%; position:absolute; border-bottom: 2px solid {color:aboveline};}
  80.  
  81. #Entries {
  82. background-color: {color:Entries};
  83. text-align: justify;
  84. margin-top:10px; margin-left:350px;
  85. padding:10px;
  86. width:502px;
  87. overflow:hidden;}
  88.  
  89. #Post {
  90. background-color: {color:Entries};
  91. text-align: justify;
  92. margin-top:10px; margin-left:350px;
  93. padding:10px;
  94. width:502px;
  95. overflow:hidden;}
  96.  
  97. #sidebar {background-color: {color:sidebar}; font-size:9px; float:left;
  98. text-align: justify;
  99. margin-top:110px; margin-left:30px;
  100. width:260px;
  101. padding:10px;
  102. overflow:hidden; position: fixed;
  103. border-bottom: 4px solid {color:sidebarborder};}
  104.  
  105. #title{float: left; top: 110px; left:48px; width: 260px; height:auto; position: fixed; background-color: transparent; color: {color:title}; font-family: georgia; font-size: 14px; font-style:italic; line-height: 12px; text-transform: lowercase; text-align:center; padding-bottom: 4px;}
  106.  
  107. #sidebarimage {margin-bottom:2px; margin-top:2px;}
  108. #sidebarimage img {max-width: 250px; height: auto; text-align:center;}
  109.  
  110. #date {display: block; float: right; position:absolute; margin-top:23px; margin-rignt: 10px; margin-left:880px; background-color:{color:datecolor}; height:40px; width:35px; line-height: 20px; font-family: {body}; font-size: 14px; text-align:center; text-transform: uppercase; padding: 2px 4px 2px 4px; border-right:0px solid ; border: 1px solid {color:dateline}; overflow:hidden; }
  111.  
  112. #PostInfo {
  113. background-color:{color:PostInfo};
  114. font-family:{Body};
  115. font-size:9px;
  116. text-align:center;
  117. text-transform:lowercase;
  118. margin-left:350px;
  119. padding-right: 10px; padding-left: 10px; width:502px;
  120. border-top: 1px dotted {color:PostInfoLine};}
  121.  
  122. h1{color:{color:Link}; font-family:{font:Body}; font-size:14px; font-style:italic; line-height:10px; font-weight:normal; text-align:left; text-transform:lowercase; letter-spacing:2px; margin:0px; padding:0px;}
  123.  
  124. h2{color:{color:Text}; font-family:{font:Body}; font-size:12px; font-style:italic; line-height:10px; font-weight:normal; text-align:left; letter-spacing:0px; text-transform:lowercase; margin:0px; padding:0px;}
  125.  
  126. #Pagination
  127. color: {color:Text};
  128. font-family: {font:Body};
  129. font-size:11px;}
  130. text-align:center;}
  131.  
  132. #Asker {
  133. color{color:link};
  134. font-family: {font:Body}; font-size: 10px; font-weight: normal;
  135. text-align:center; text-transform:uppercase;
  136. line-height:9px;
  137. width:500px;}
  138.  
  139. #Asker a {
  140. color:{color:link};}
  141.  
  142. #Asker img {float:left; margin-left:220px; max-height:16px;}
  143.  
  144. #Question
  145. {background-color:{color:questioncolor};
  146. color: {color:text};
  147. font-family: {font:Body}; font-size: 10px; font-weight: normal;
  148. text-align:center; text-transform:lowercase;
  149. line-height: 10px;
  150. margin: 0 0 11px 0;
  151. padding: 5px 10px;
  152. position: relative;}
  153.  
  154. #Question2 {color:{color:questioncolor}; font-size:25px; left: 235px; width: 10px; height: 5px; position: absolute; bottom: -1px;}
  155.  
  156. b, strong {color:{color:Title}}
  157. z, strong {color:Text}
  158. i, em {color:{color:Text};}
  159. p {margin-top:3px; margin-bottom:3px}
  160. blockquote {margin:5px; padding:0px; padding-left:5px; border-left:2px solid {color:Text};}
  161.  
  162. .user_1 .label {color:{color:Title}; font-weight:bold}
  163. .user_2 .label {color:{color:Text}; font-weight:bold}
  164. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  165.  
  166. .notes img {widht:10px; position:relative;}
  167. ol.notes, .notes li {list-style:none; margin-left: 190px; width:500px; text-align: left; padding:1px;}
  168.  
  169. </style>
  170. </head>
  171. <body>
  172.  
  173. <body>
  174. <div id="abovebar">
  175. <div class="toplinks"align="center">
  176. <a href="/">refresh</a>&nbsp; ·
  177. <a href="/ask"> message</a>&nbsp;·
  178. <a href="/archive"> archive</a>&nbsp;·
  179. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> ·{/block:ifLink1}
  180. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> ·{/block:ifLink2}
  181. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> ·{/block:ifLink3}
  182. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> ·{/block:ifLink4}
  183. <a href="http://mystic-blood.tumblr.com/">theme</a></div>
  184. </div>
  185. </div><br>
  186.  
  187. <div id="title">{title}</div>
  188. <div id="sidebar">
  189. <center><div id="SidebarImage">
  190. <img src="{image:SidebarImage}"/></div></center>
  191. <br>
  192. {block:Description}<P>{Description}</p>{/block:Description}
  193. <br>
  194. <center><div id="Pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div></center><br>
  195.  
  196. <div id="Posts">
  197. {block:Posts}
  198. <div class="Entries">
  199. <div id="date">
  200. {block:Date} <a href="{Permalink}">{DayOfMonthWithZero}</a><br>{ShortMonth}{/block:Date}</a>
  201. </div><br>
  202. <div id="Post">
  203.  
  204. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}{block:Title}
  205. <h1>{Title}&nbsp;</h1>{/block:Title} {block:Text} {Body}{/block:Text}
  206.  
  207. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  208. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  209.  
  210. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  211. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  212.  
  213. {block:Chat}<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}
  214.  
  215. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  216.  
  217. {block:Answer}
  218. <div id="Question">
  219. <br>
  220. <div id="Question2">◥</div>
  221. {Question} <br><br> </div>
  222. <div id="asker"><img src="{AskerPortraitURL-24}">&nbsp;&nbsp;&nbsp;{Asker}</div><br>
  223. <div id="Answer">{Answer}</div>
  224. {/block:answer}
  225.  
  226. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  227. </div>
  228.  
  229. <div id="PostInfo">
  230. {block:NoteCount} with <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} {block:RebloggedFrom} - via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  231. {block:ContentSource} (source:&nbsp;<a href="{SourceURL}">{SourceLink})</a>
  232. {/block:ContentSource} <br> {block:HasTags}{block:Tags} • <a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  233. {block:PostNotes}{PostNotes}{/block:PostNotes}
  234. </div>
  235. <br>
  236.  
  237.  
  238. </body>
  239. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement