Advertisement
Guest User

Untitled

a guest
Jan 28th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 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=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  9.  
  10. <!-- THEME 3 by CRUIZAYN
  11. YOU MAY NOT REMOVE THIS CREDIT OR THE CREDIT EMBEDDED IN THE THEME.
  12. follow the rules or i'll find out & not be happy ok ily
  13. go to kinziesthemes.tumblr.com for more themes!
  14.  
  15. IMPORTANT THEME TIPS:
  16. sidebar pic is 250x150
  17.  
  18. YOU MAY HAVE TO EDIT THE .roller{ SECTION TO GET YOUR SIDEWAYS QUOTE TO BE POSITIONED WHERE YOU WANT IT. IT CHANGES POSITIONS ON YOUR BLOG DEPENDING ON THE LENGTH OF THE TEXT.
  19.  
  20. -->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#838282"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="color:linkhover" content="#cecece"/>
  27. <meta name="color:bold" content="#cecece">
  28. <meta name="color:italic" content="#cecece">
  29. <meta name="color:asker bg" content="#f5f5f5">
  30. <meta name="color:border" content="#cecece">
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Title" content="" />
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42.  
  43. img{
  44.  
  45. -webkit-transition: opacity 0.8s linear;
  46.  
  47. opacity: 1;
  48.  
  49. }
  50.  
  51. img:hover{
  52.  
  53. -webkit-transition: opacity 0.8s linear;
  54.  
  55. opacity: .6;
  56.  
  57. }
  58.  
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:'arial';
  65. font-size:10px;
  66. line-height:100%;
  67. }
  68.  
  69.  
  70.  
  71. .roller {
  72. -webkit-transform: rotate(90deg);
  73. -moz-transform: rotate(90deg);
  74. -o-transform: rotate(90deg);
  75. -ms-transform: rotate(90deg);
  76. transform: rotate(90deg);
  77. font-family:'Nothing You Could Do';
  78. font-size:13px;
  79. letter-spacing:1px;
  80. opacity:.6;
  81. width:400px;
  82. right:130px;
  83. top:45%;
  84. position: fixed;}
  85.  
  86. a {
  87. color:{color:link};
  88. text-decoration: none;
  89. }
  90.  
  91. a:hover {
  92. color:{color:linkhover};
  93.  
  94.  
  95. }
  96.  
  97. img {
  98. border:none;
  99. }
  100.  
  101. blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. blockquote blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. h1 {
  112. font-size:15px;
  113. }
  114.  
  115. b, strong {
  116. color:{color:bold};
  117. font-weight:bold;
  118. }
  119.  
  120. i, em {
  121. color:{color:italic};
  122. }
  123.  
  124. #entries {
  125. padding:10px;
  126. width:400px;
  127. margin-left:500px;
  128. margin-top:40px;
  129. }
  130.  
  131. #post {
  132. width:400px;
  133. padding-bottom:20px;
  134. }
  135.  
  136. #sidebar {
  137. width:200px;
  138. position:fixed;
  139. margin-left:225px;
  140. margin-top:280px;
  141. }
  142.  
  143. #title {
  144. font-family:'Nothing You Could Do';
  145. font-size:13px;
  146. text-align:center;
  147. margin-bottom:8px;
  148. margin-left:12px;
  149. letter-spacing:1px;
  150. }
  151.  
  152. #sidebarimage {
  153. width 250px;
  154. }
  155.  
  156. #sidebarimage img {
  157. margin-left:-50px;
  158. width:250px;
  159. height:150px;
  160. }
  161.  
  162. #description {
  163. width:200px;
  164. font-size:8px;
  165. margin-top:-220px;
  166. margin-left:-60px;
  167. padding:6px;
  168. }
  169.  
  170. #pagination {
  171. font-size:12px;
  172. font-family:'nothing you could do';
  173. margin-top:200px;
  174. margin-left:100px;
  175. text-align:center;
  176. }
  177.  
  178. #info {
  179. width:490px;
  180. padding:5px;
  181. font-size:8px;
  182. color:{color:link};
  183. margin-top:10px;
  184. margin-bottom:5px;
  185. letter-spacing:2px;
  186. text-align:left;
  187. }
  188.  
  189. #questions {
  190. background-color: {color:asker bg};
  191. padding:11px;
  192. margin-top: 5px;
  193. margin-bottom:5px;
  194. font-size:10px;
  195. text-align:left;
  196. }
  197.  
  198. #answer {
  199. font-size:9px;
  200. text-transform:lowercase;
  201. }
  202.  
  203. #links {
  204. padding:5px;
  205. font-family:'nothing you could do';
  206. font-size:11px;
  207. margin-left:30px;
  208. text-align:right;
  209. letter-spacing:1px;
  210. position:absolute;
  211. float:left;
  212. width:150px;
  213. }
  214.  
  215. #cred {
  216. position:fixed;
  217. bottom:15px;
  218. right:15px;
  219. font-size:8px;
  220. padding:5px;
  221. text-transform:uppercase;
  222. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  223.  
  224. {CustomCSS}</style></head><body>
  225.  
  226.  
  227. <div class="roller">
  228. "But it's everywhere we've been, and everywhere I turn."
  229. </div>
  230.  
  231.  
  232.  
  233. <div id="sidebar">
  234.  
  235. <div id="title">{Title}</div>
  236.  
  237. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  238.  
  239. <center><div id="links">
  240. <a href="/">I.</a>
  241. <a href="/ask">II.</a>
  242. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  243. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  244. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} </center>
  245.  
  246. <center><div id="description">{Description}</div></center>
  247.  
  248.  
  249. <div id="pagination">
  250. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
  251. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}{/block:Pagination}
  252. </div>
  253.  
  254. </div>
  255. <div id="entries">{block:Posts}<div id="post">
  256.  
  257. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  258.  
  259. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  260.  
  261. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  262.  
  263. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  264.  
  265. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  266.  
  267. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  268.  
  269. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  270.  
  271. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  272.  
  273. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  274. <div id="answer">{Answer}</div>{/block:answer}
  275.  
  276. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  277. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  278. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  279.  
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}
  281. {/block:Posts}</div>
  282.  
  283. <div style="position:fixed;bottom:3px; right:3px; font-size:9px;border:1px solid #e0e0e0;;padding:0px; padding-left:3px; padding-right:3px; font-family:cambria;"><a href="http://stylez.co.vu">▽△</a></center></div>
  284. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement