mysticwood

theme #1 liars

Jun 21st, 2012
1,610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.22 KB | None | 0 0
  1. <!--
  2. Theme by (salvattores.tumblr.com) Please do not remove my credit, use theme as a base or take codes from this theme.
  3. *IF YOU'RE HAVING ANY TROUBLE WITH MY THEME OR CODING, PLEASE LET ME KNOW.*-->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}"/>
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  13.  
  14.  
  15. <meta name="color:background" content="#fdfcfc"/>
  16. <meta name="color:link" content="#decdc7"/>
  17. <meta name="color:link hover" content="#d8a7a7"/>
  18. <meta name="color:border" content="#decdc7"/>
  19. <meta name="image:sidebar" content="/"/>
  20. <meta name="color:text" content="#decdc7"/>
  21. <meta name="font:text" content"Helvetica Neue"/>
  22. <meta name="color:title" content="#000000"/>
  23. <meta name="font:description" content="Helvetica Neue"/>
  24. <meta name="text:line2" content=""/>
  25. <meta name="text:Link 1 URL" content="/"/>
  26. <meta name="text:Link 1 name" content=""/>
  27. <meta name="text:Link 2 URL" content="/"/>
  28. <meta name="text:Link 2 name" content=""/>
  29. <meta name="text:Link 3 URL" content="/"/>
  30. <meta name="text:Link 3 name" content=""/>
  31. <meta name="image:background" content="/"/>
  32. <meta name="color:scrollbar bg" content="#fdfcfc"/>
  33. <meta name="color:scrollbar" content="#E6E6E6"/>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:scrollbar bg}; }
  42.  
  43. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  44.  
  45. body{
  46. color:{color:text};
  47. font-family:{font:text};
  48. font-size:11px;
  49. background-color:{color:background};
  50. text-wrap: normal;
  51. word-wrap: break-word;
  52. margin:10px 10px;
  53. text-align:left;
  54. height: 100%;
  55. background-image:url('{image:background}');
  56. background-attachment: fixed;
  57. background-repeat: repeat;
  58. background-position: left top;
  59. }
  60.  
  61. a, a:active, a:visited{
  62. text-decoration: none;
  63. color: {color:link};
  64. }
  65.  
  66. a:hover{
  67. color: {color:link hover};
  68. }
  69.  
  70. #wrapper {
  71. width: 1500px;
  72. margin-left: auto;
  73. margin-right: auto;
  74. }
  75.  
  76. #cent{
  77. width:510px;
  78. margin-left:500px;
  79. margin-top:20px;
  80. position:absolute;
  81. padding:5px;
  82. }
  83.  
  84. #post{
  85. padding:10px;
  86. padding-bottom:0px;
  87. width:500px;
  88. float:left;
  89. margin:12px;
  90. }
  91.  
  92. #description{
  93. position:fixed;
  94. margin-top:5px;
  95. background-color:transparent;
  96. width:200px;
  97. font-family:{font:description};
  98. font-size:10px;
  99. }
  100.  
  101. #sidebar{
  102. background-color:transparent;
  103. width:200px;
  104. margin-top:180px;
  105. margin-left:280px;
  106. position:fixed;
  107. }
  108.  
  109. #sidebar img{
  110. max-width:200px;
  111. border-radius:5px;
  112. moz-border-radius:5px;
  113. }
  114.  
  115. #nav{
  116. background-color:transparent; width:200px; font-size:15px; font-family:{font:description};}
  117.  
  118. blockquote{
  119. background-color: transparent;
  120. border-left: 3px solid {color:link};
  121. padding: 0px 0px 0px 3px;
  122. margin: 0px 0px 0px 10px;
  123. }
  124.  
  125. blockquote p {
  126. display:inline;
  127. }
  128.  
  129. h3{
  130. font-size:20px;
  131. font-family:{font:text};
  132. margin: 0px 0px 0px 0px;
  133. font-weight:normal;
  134. font-style:italic;
  135. }
  136.  
  137. .quote{
  138. font-size: 11px;
  139. font-style:italic;
  140. }
  141.  
  142. .source{
  143. text-align: right;
  144. }
  145.  
  146. ul.chat {
  147. margin: 0 0 0 0;
  148. padding: 0 0 0 0;
  149. }
  150. .chat li {
  151. list-style-type: none;
  152. margin-left: 0px;
  153. padding: 3px;
  154. }
  155. .chat li.odd {
  156. background-color: transparent;
  157. }
  158. .chat li.even {
  159. background-color: transparent;
  160. }
  161. .label {
  162. font-weight: bold;
  163. }
  164.  
  165. .quotation{font-size:25px;}
  166.  
  167.  
  168. .info {
  169. font-size:9px;
  170. background-color:transparent;
  171. padding: 2px 3px 2px 3px;
  172. margin-top: 5px;
  173. text-align: center;
  174. text-transform:lowercase;
  175. letter-spacing:1px;
  176. border-bottom:1px dashed {color:border};
  177. font-weight:lighter;
  178.  
  179. }
  180.  
  181. .tag {
  182. font-weight: normal;
  183. margin-right: 2px;
  184. font-style: italic;
  185. }
  186.  
  187. h1{
  188. width:200px;
  189. font-size: 25px;
  190. color:{color:title};
  191. font-family:Alex Brush;
  192. font-weight:lighter;
  193. text-align:center;
  194. line-height:5px;
  195. }
  196.  
  197. #line2{ margin-top:-25px; font-family:georgia;font-size:10px;text-transform:uppercase;border-bottom:1px dashed {color:border};}
  198. #navv{ text-transform:lowercase; font-style:italic; border-bottom: dashed 1px {color:border};}
  199.  
  200. ol.notes {
  201. padding: 20px;
  202. margin: 0px 0px;
  203. list-style-type: none;
  204. }
  205.  
  206. ol.notes li.note {
  207. padding: 0px;
  208. }
  209.  
  210. ol.notes li.note img.avatar {
  211. vertical-align: -4px;
  212. text-align: center;
  213. width: 10px;
  214. height: 10px;
  215. }
  216.  
  217. ol.notes li.note span.action {
  218. font-weight: normal;
  219. }
  220.  
  221. ol.notes li.note .answer_content {
  222. font-weight: normal;
  223. }
  224.  
  225. ol.notes li.note blockquote {
  226. border-color: {color:link};
  227. }
  228.  
  229. ol.notes li.note blockquote a {
  230. text-decoration: none;
  231. }
  232. .yoyoyo{bottom:5px;right:12px;position:fixed;font-style:italic;}
  233. {CustomCSS}</style>
  234.  
  235. </head>
  236. <body>
  237.  
  238. <div id="wrapper">
  239.  
  240. <div class="yoyoyo"><a href="http://salvattores.tumblr.com/tagged/theme">theme</a></div>
  241.  
  242. <div id="sidebar">
  243. <div id="h1">
  244. <center><h1>{Title}</h1></center><br><div id="line2"><center>{text:line2}</center></div></div><br>
  245. <div id="sidebar img">
  246. <img src="{image:Sidebar}"></div>
  247. <div id="description">
  248. <div id="navv">
  249. <center>{block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage} <a href="/">home</a> <a href="/ask">ask</a> <a href="{text:Link 1 URL}">{text:Link 1 name}</a><a href="{text:Link 2 URL}"> {text:Link 2 name}</a><a href="{text:Link 3 URL}"> {text:Link 3 name}</a> {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center><br></div>
  250. {block:Description}{Description}{/block:Description}<br>
  251. <div style="text-align:center;font-size:26px;font-weight:lighter"><br><center> </center></div></div></div>
  252. </div>
  253.  
  254. </div>
  255.  
  256. <div id="cent">
  257.  
  258. {block:Posts}
  259. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  260.  
  261. <div id="post">
  262.  
  263. {block:Title}
  264. <h3>{Title}</h3>
  265. {block:Caption}{Caption}{/block:Caption}
  266. {/block:Title}
  267.  
  268. {block:Text}
  269. {Body}
  270. {block:Caption}{Caption}{/block:Caption}
  271. {/block:Text}
  272.  
  273. {block:Photo}
  274. <img src="{PhotoURL-500}" width="500"/>
  275. {block:Caption}{Caption}{/block:Caption}
  276. {/block:Photo}
  277.  
  278. {block:Photoset}
  279. {Photoset-500}
  280. {block:Caption}{Caption}{/block:Caption}
  281. {/block:Photoset}
  282.  
  283.  
  284. <div class="quote">{block:Quote}
  285. <big><big><big><big><big><big>“</big></big></big></big></big></big>{Quote}
  286. <div align="right">
  287. {block:Source}-{Source}{/block:Source}
  288. </div>
  289. {block:Caption}{Caption}{/block:Caption}
  290. {/block:Quote}</div>
  291.  
  292.  
  293. {block:Video}
  294. {Video-500}<br>
  295. {PlayCountWithLabel}
  296. {block:Caption}{Caption}{/block:Caption}
  297. {/block:Video}
  298.  
  299.  
  300. {block:Link}
  301. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  302. {block:Description}{Description}{/block:Description}
  303. {block:Caption}{Caption}{/block:Caption}
  304. {/block:Link}
  305.  
  306. {block:Chat}
  307. {block:Lines}
  308. {block:Label}
  309. <br>{Label}
  310. {/block:Label}
  311. &nbsp;{Line}
  312. {/block:Lines}
  313. {/block:Chat}
  314.  
  315. {block:Audio}
  316. {AudioPlayerWhite}
  317. {block:Artist}
  318. Artist: {Artist}
  319. {/block:Artist}<br>
  320. {block:Caption}{Caption}{/block:Caption}
  321. {/block:Audio}
  322.  
  323.  
  324. {block:Answer}
  325. <div class="answer"><center>{Asker} whispered:<br> {Question}</center><br>
  326. {Answer}</div>
  327. {/block:Answer}
  328.  
  329.  
  330. <div style="text-transform:lowercase;font-size:9px;font-color:{color:text}">
  331. <div class="info">
  332. {block:NotReblog}Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{/block:NotReblog} {block:RebloggedFrom}{block:Date}reblogged <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{/block:RebloggedFrom} {block:NoteCount}<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}{block:ContentSource}<a href="{SourceURL}"> ©</a>{/block:ContentSource}<br>{block:HasTags}{block:Tags}<a href="{TagURL}">+{Tag} </a>{/block:Tags}{/block:HasTags}
  333. </div>
  334. </div></div><br>
  335. {/block:Posts}<br><br><br><br>
  336.  
  337. {block:PostNotes}
  338. {PostNotes}
  339. {/block:PostNotes}
  340.  
  341. </div>
  342. </div>
  343. </body>
  344. </html>
Advertisement
Add Comment
Please, Sign In to add comment