Advertisement
Guest User

Untitled

a guest
Jan 27th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Ruthie' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=League+Script' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Gafata' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15.  
  16. <!-- THEME 1 by CRUIZAYN
  17. YOU MAY NOT REMOVE THIS CREDIT OR THE CREDIT EMBEDDED IN THE THEME.
  18. follow the rules or i'll find out & not be happy ok ily
  19. go to kinziesthemes.tumblr.com for more themes!
  20.  
  21. IMPORTANT THEME TIPS:
  22. -->
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. <meta name="color:Background" content="#ffffff"/>
  35. <meta name="color:Text" content="#000000"/>
  36. <meta name="color:Link" content="#6b6b6b"/>
  37. <meta name="color:Link Hover" content="#000000" />
  38.  
  39.  
  40. <meta name="text:link 1" content="link 1"/>
  41. <meta name="text:link 1 url" content="/"/>
  42. <meta name="text:link 2" content="link 2"/>
  43. <meta name="text:link 2 url" content="/"/>
  44. <meta name="text:link 3" content="link 3"/>
  45. <meta name="text:link 3 url" content="/"/>
  46. <meta name="text:link 4" content="link 4"/>
  47. <meta name="text:link 4 url" content="/"/>
  48.  
  49. <!--- CSS --->
  50.  
  51. <style type="text/css">
  52.  
  53. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  54.  
  55. body {font: 8px Helvetica; color: {color:text}; background-color: {color:background}; line-height:2px;}
  56. a {color: {color:link};}
  57. a:hover {color: {color:link hover};}
  58. a {text-decoration:none;}
  59.  
  60. b, strong {color:{color:text}}
  61. i, em {color:{color:text}}
  62. small {font-size:8px;}
  63. big {font-size:12px;}
  64. ul {list-style:square;text-align:justify;}
  65.  
  66. blockquote {padding: 3px 0 3px 13px;border-left: 1px solid {color:text};text-align:justify;}
  67.  
  68. blockquote p {display:block!important;}
  69.  
  70. blockquote img {max-width:220px!important;}
  71.  
  72. /* content */
  73. #content {left:50%; margin-left:-150px; position:absolute; width:400px; margin-top: 25px; margin-bottom: 25px;}
  74.  
  75. /* sidebar */
  76. #sidebar {margin-left: -280px; overflow: hidden; top: 1px; line-height:15px; width: 200px; position: fixed; margin-bottom: 15px; text-align: center; margin-top:200px;}
  77. #sidebar h1 a {color: {color:text}; text-decoration: none;}
  78. #sidebar h1 a:hover {color: {color:text}; text-decoration: none;}
  79.  
  80.  
  81. #description {width:180px; font-size:9px; padding-left:10px; padding-right:10px; text-align:justify; font-family:'gafata', sans-serif;}
  82.  
  83. #links {padding:10px;}
  84. #links a {padding:5px; margin-right:0px;}
  85.  
  86. #title {font-size:15px; letter-spacing:1px; font-family:'league script', cursive; margin-bottom:3px;font-weight:lighter; font-style:italic;}
  87.  
  88. /* pagination */
  89. #pagination {width: 175px; border-top:1px solid #eee; padding: 3px; font-size: 9px; line-height: 21px; text-shadow: 0 1px 1px #fff; text-align: center; margin-top: 10px; letter-spacing:1px; text-transform: lowercase; font-style: italic; font-family: times;}
  90.  
  91. /* posts */
  92. .post {line-height: 18px; clear: both;}
  93. .post h3 {font-size: 1em;}
  94. .caption blockquote {padding-left: 20px;}
  95.  
  96. /* kinds of posts */
  97. .post text {text-align: left;}
  98.  
  99. .post photo {margin-bottom: 5px; text-align: center;}
  100. .post photo img {border: 0;}
  101.  
  102. .post quote {text-align: left;}
  103. .post quote .source {font-size: 12px;}
  104.  
  105. .answer {text-align: justify;}
  106. .question {margin-bottom: 0px;}
  107.  
  108. .post link {text-align: left;}
  109.  
  110. .post audio {text-align: left; }
  111. .post video {text-align: left;}
  112.  
  113. .post chat {text-align: left;}
  114. .post chat li {list-style-type: none;}
  115.  
  116. /* metadata */
  117. #info {margin-top: 10px; font-size: 7px; text-transform:none; margin-bottom: 60px; line-height:150%; letter-spacing:1px; font-family: 'gafata', sans-serif; font-weight:lighter; text-transform:uppercase;}
  118.  
  119. ol.notes {display:block; text-align:left; margin-bottom:30px;}
  120. ol.notes li.note{padding:1%;}
  121.  
  122. .pagenotes {text-align:left;}
  123.  
  124. .tags {}
  125. .tags a {margin-right:5px;}
  126. .tags a:hover {margin-right:5px;text-decoration:underline;}
  127.  
  128. /*custom css */
  129. .caption{padding-top:13px;padding-left:10px;padding-bottom:5px;margin-top:5px;text-align:left;font-size:10px;font-style:italic;padding-right:10px;}
  130.  
  131. .post img{width:400px;}
  132.  
  133. /*credit*/
  134. #credit {position:fixed; right:10px; bottom:10px; text-shadow:2px 1px #eee; text-transform:uppercase; font:8px 'times'; letter-spacing:1px; padding:5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
  135.  
  136. {CustomCSS}
  137.  
  138.  
  139. img:hover {
  140. -webkit-filter: grayscale(100%);
  141. z-index: -9999999999999999999999999px;
  142. -webkit-transition: all 0.9s ease-in-out;
  143. -moz-transition: all 0.9s ease-in-out;
  144. -o-transition: all 0.9s ease-in-out;
  145. -ms-transition: all 0.9s ease-in-out;
  146. transition: all 0.9s ease-in-out;
  147. }
  148.  
  149.  
  150.  
  151. </style></head>
  152. <body>
  153.  
  154. <div id="content">
  155.  
  156. <div id="sidebar">
  157.  
  158. <div id="title">{title}</div>
  159.  
  160.  
  161. <div id="links">
  162. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  163. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  164. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  165. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  166.  
  167. </div>
  168.  
  169. <div id="description">{description}
  170.  
  171. <div id="pagination">
  172. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> / {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  173. </div>
  174.  
  175. </div>
  176.  
  177. </div>
  178.  
  179.  
  180. <div id="entries">
  181.  
  182. <ol id="posts">
  183.  
  184. {block:ContentSource}
  185. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  186. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  187. {/block:SourceLogo}
  188. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  189. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  190.  
  191. {block:Posts}
  192. {block:Text}
  193. <li class="post text">
  194. {block:Title}
  195. <h3><a href="{Permalink}">{Title}</a></h3>
  196. {/block:Title}{Body}
  197. </li>
  198. {/block:Text}
  199.  
  200. {block:Photo}
  201. <li class="post photo">
  202. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  203.  
  204. {block:Caption}
  205. <div class="caption">{Caption}</div>
  206. {/block:Caption}
  207. </li>
  208. {/block:Photo}
  209.  
  210. {block:Photoset}
  211. <li class="post photoset">
  212. {Photoset-400}{block:Caption}
  213. <div class="caption">{Caption}</div>
  214. {/block:Caption}
  215. </li>
  216. {/block:Photoset}
  217.  
  218. {block:Quote}
  219. <li class="post quote">
  220. {Quote}
  221. {block:Source}
  222. <div class="source">— {Source}</div>
  223. {/block:Source}
  224. </li>
  225. {/block:Quote}
  226.  
  227. {block:Link}
  228. <li class="post link">
  229. <a href="{URL}" {Target}>{Name}</a>
  230.  
  231. {block:Description}
  232. <div class="description">{Description}</div>
  233. {/block:Description}
  234. </li>
  235. {/block:Link}
  236.  
  237. {block:Chat}
  238. <li class="post chat">
  239. {block:Title}
  240. <h3><a href="{Permalink}">{Title}</a></h3>
  241. {/block:Title}
  242.  
  243. <ul class="chat">
  244. {block:Lines}
  245. <li class="{Alt} user_{UserNumber}">
  246. {block:Label}
  247. <span class="label">{Label}</span>
  248. {/block:Label}{Line}
  249. </li>
  250. {/block:Lines}
  251. </ul>
  252. </li>
  253. {/block:Chat}
  254.  
  255. {block:Answer}
  256. <div style="color:{color:text};">
  257. <b>{Asker}</b>: <div class="question">{Question}</div>
  258. </div><br>
  259. <div class="answer">{Answer}</div>
  260. {/block:Answer}
  261.  
  262. {block:Video}
  263. <li class="post video">
  264. {Video-500}{block:Caption}
  265. <div class="caption">{Caption}</div>
  266. {/block:Caption}
  267. </li>
  268. {/block:Video}
  269.  
  270. {block:Audio}
  271. <li class="post audio">
  272. {AudioPlayerBlack}{block:Caption}
  273. <div class="caption">{Caption}</div>
  274. {/block:Caption}
  275. </li>
  276. {/block:Audio}
  277.  
  278. <div id="info">
  279. {block:Date}{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date} ; <a href="{Permalink}"> {NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank" style="color:{color:text}">Reblog</a>
  280. {block:permalinkpage} / {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">Via</a> / {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:text}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}<br/>{block:HasTags}<div class="tags"><b>//</b> {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  281. </div>
  282.  
  283. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  284. {/block:Posts}
  285. </ol>
  286.  
  287.  
  288. <div style="position:fixed;bottom:7px; right:7px; font-size:11px;border:0px solid #e0e0e0;;padding:0px; padding-left:3px; padding-right:3px; font-family:cambria;"><a href="http://stylez.co.vu">▽△</a></center></div>
  289.  
  290. </body>
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement