Advertisement
exoticflower

exotic-026

Sep 1st, 2014
4,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- exotic-026 by cigerettes.tumblr.com
  5. download @ exoticlayouts.tumblr.com -->
  6.  
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9.  
  10. <meta name="color:background" content="#ffffff">
  11. <meta name="color:text" content="#000000">
  12. <meta name="color:link" content="#0000FF">
  13. <meta name="color:active" content="#FF0000">
  14. <meta name="text:link one title" content="home">
  15. <meta name="text:link one" content="/">
  16. <meta name="text:link two title" content="ask">
  17. <meta name="text:link two" content="/">
  18. <meta name="text:link three title" content="submit">
  19. <meta name="text:link three" content="/">
  20. <meta name="text:link four title" content="more">
  21. <meta name="text:link four" content="/">
  22. <meta name="text:reblog text" content="Share">
  23. <meta name="if:White Buttons" content="1"/>
  24.  
  25.  
  26. <style type="text/css">
  27.  
  28. #tumblr_controls{
  29. position:fixed !important;
  30. {block:ifwhitebuttons}
  31. -webkit-filter: invert(100%) ;
  32. {/block:ifwhitebuttons}
  33. }
  34.  
  35. body {
  36. padding: 50px;
  37. margin: 0px;
  38. background-image:url();
  39. background-attachment: fixed;
  40. background-repeat: no-repeat;
  41. background-size: cover;
  42. }
  43.  
  44. a:link, a:visited{
  45. color: {color:link};
  46. text-decoration: underline;
  47. }
  48.  
  49. a:active{
  50. color:{color:active};
  51. }
  52.  
  53. div.center {
  54. margin:0 auto 0 auto;
  55. }
  56.  
  57. #posts{
  58. -webkit-perspective:1000px;
  59. perspective:1000px;
  60. margin:0 auto 0 auto;
  61. margin-bottom:150px;
  62. margin-top:30px;
  63. margin-left:15%;
  64. }
  65.  
  66. blockquote {
  67. border-left: 3px solid;
  68. padding-left: 15px;
  69. margin-left: 10px;
  70. font-style: italic;
  71. color:{color:blockquote};
  72. }
  73.  
  74. blockquote img{
  75. width:450px;
  76. height:auto;
  77. }
  78.  
  79. .entry {
  80. padding:30px;
  81. width:500px;
  82. -webkit-transform: rotateY(1deg);
  83. transform: rotateY(1deg);
  84. {block:permalinkpage}
  85. max-width:500px;
  86. {/block:permalinkpage}
  87. }
  88.  
  89. #permalink{
  90. width:500px;
  91. }
  92.  
  93. #permalink #permalink1{
  94. text-align:left;
  95. }
  96.  
  97. #permalink #permalink2{
  98. text-align:right;
  99. }
  100.  
  101. #title{
  102. font-size:larger;
  103. text-decoration:underline;
  104. }
  105.  
  106. #titlequote{
  107. font-size:larger;
  108. text-decoration:italic;
  109. }
  110.  
  111. #source{
  112. text-align:right;
  113. width:500px;
  114. }
  115.  
  116. #pagination{
  117. letter-spacing:1px;
  118. }
  119.  
  120. #pagination a{
  121. color:{color:link};
  122. }
  123.  
  124. .sidebar{
  125. position:fixed;
  126. margin-left:75%;
  127. margin-top:200px;
  128. width:200px;
  129. z-index:99;
  130. font-size:larger;
  131. font-weight:bold;
  132. }
  133.  
  134. .links{
  135. font-weight:normal;
  136. font-size:smaller;
  137. }
  138.  
  139. .cred a{
  140. text-decoration:none;
  141. }
  142.  
  143. #pagination{
  144. text-align:center;
  145. }
  146.  
  147. </style>
  148.  
  149. {CustomCSS}
  150. </style>
  151. {block:IndexPage}
  152. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  153. {/block:IndexPage}
  154.  
  155. <title>{title}</title>
  156.  
  157. <link rel="shortcut icon" href="{Favicon}">
  158. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  159. <meta name="viewport" content="width=820" />
  160.  
  161. </style>
  162.  
  163. </head>
  164.  
  165. <body>
  166.  
  167.  
  168. <div class="sidebar">
  169.  
  170. {title}
  171.  
  172. <div class="links">
  173. <a href="{text:link one}">{text:link one title}</a>
  174. <a href="{text:link two}">{text:link two title}</a>
  175. <a href="{text:link three}">{text:link three title}</a>
  176. <a href="{text:link four}">{text:link four title}</a>
  177.  
  178. <br><br><br><br>
  179. <br><br><br><br><br><br><br><br><br><br><br><br>
  180. {description}
  181.  
  182. </div>
  183.  
  184. </div>
  185.  
  186.  
  187. <div class="center">
  188. <div id="posts">
  189.  
  190. {block:Posts}
  191. <div class="entry">
  192.  
  193.  
  194. {block:Quote}
  195.  
  196.  
  197. <div id="titlequote">“{Quote}”</div>
  198. {block:Source}<div id="source">&mdash; <i>{Source}</i></div>{/block:Source}
  199. {/block:Quote}
  200.  
  201.  
  202. {block:Text}
  203. {block:Title}
  204. <div id="title"><u>{Title}</u></div>{/block:Title}
  205. {Body}
  206. {/block:Text}
  207.  
  208. {block:Link}
  209. <div id="title"><a href="{URL}"><u>{Name}</u></a></div>{block:Description}{Description}{/block:Description}
  210. {/block:Link}
  211.  
  212. {block:Chat}
  213. {block:Title}
  214. <h1><u>{Title}</u></h1>
  215. {/block:Title}
  216. <ul>{block:Lines}
  217. <li class="line {Alt}">
  218. {block:Label}
  219. <span class="label">
  220. {Label}</span>
  221. {/block:Label}{Line}</li>
  222. {/block:Lines}
  223. </ul>
  224. {/block:Chat}
  225.  
  226. {block:Photo}<a href="{permalink}">
  227. <img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/></a>
  228. {/block:Photo}
  229.  
  230. {block:Photoset}
  231. {photoset-500}
  232. {/block:Photoset}
  233.  
  234. {block:Video}
  235. {Video-500}
  236. {/block:Video}
  237.  
  238. {block:Audio}
  239. {AudioEmbed-500}
  240. {/block:Audio}
  241.  
  242. {block:Answer}
  243. <b>{Asker}:</b>
  244. {Question}
  245. <i>{Answer}</i>
  246. {/block:Answer}
  247.  
  248.  
  249.  
  250. {block:indexpage}
  251. <div id="permalink"><i><div id="permalink1">
  252. <a href="{ReblogURL}" >{text:reblog text}</a></div><div id="permalink2">{block:NoteCount}<a href="{Permalink}">{NoteCountwithLabel}</a>{/block:NoteCount}</div></i></div>
  253. {/block:indexpage}
  254.  
  255.  
  256.  
  257. {block:permalinkpage}<br><br><center>{caption}<br>
  258. {block:RebloggedFrom}<b>via: </b><a href="{ReblogParentURL}">{ReblogParentName}</a>
  259. {block:ContentSource}<b> &nbsp;||&nbsp;source: </b><a href="{ReblogRootURL}">{ReblogRootName}</a>
  260. {/block:ContentSource}{block:NoteCount}&nbsp;||&nbsp; <b>notes: </b>{notecount}{/block:NoteCount}
  261. {/block:RebloggedFrom}
  262. </center>
  263. <br>
  264. {block:PostNotes}{PostNotes}{/block:PostNotes}
  265. {/block:permalinkpage}
  266.  
  267. </div>
  268.  
  269. {/block:Posts}
  270.  
  271. </div>
  272. </div>
  273.  
  274. {block:Pagination}<div id="pagination">
  275. {block:PreviousPage}<a class="jump_page" href="{PreviousPage}" style="text-decoration:none;">← Previous&nbsp;&nbsp;&nbsp;&nbsp;</a>{/block:PreviousPage}
  276. {block:NextPage}<a class="jump_page" href="{NextPage}" style="text-decoration:none;">&nbsp;&nbsp;&nbsp;&nbsp;Next →</a>{/block:NextPage}</div>
  277. {/block:Pagination}
  278.  
  279. </body>
  280.  
  281. <!-- i spent so much time and effort pls dont remove credits
  282. i tried to make them as out of the way as possible
  283. thank you dear -->
  284.  
  285. <div class="cred" style="margin-left:-40px;display:block;bottom:5px;font-size:25px;font-family:georgia;position:fixed;z-index:5;padding:3px;"><a href="http://cigerettes.tumblr.com/"><small>☐</small></a>
  286.  
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement