Advertisement
exoticflower

exotic-027

Aug 8th, 2015
1,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. <html><stsss<!-- start of script tooltip -->
  2. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  3.  
  4. <head>
  5. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  6.  
  7. <!-- exotic-027 by cigerettes.tumblr.com
  8. download @ exoticlayouts.tumblr.com -->
  9.  
  10. <meta name="color:background" content="#ffffff">
  11. <meta name="color:text" content="#000000">
  12. <meta name="color:link" content="#000000">
  13. <meta name="color:permalink" content="#ffffff">
  14. <meta name="color:active" content="#000000">
  15. <meta name="color:blockquote" content="#000000">
  16. <meta name="text:Title Link" content="/" />
  17.  
  18. <meta name="if:captions" content="0">
  19.  
  20. <style type="text/css">
  21.  
  22. body {
  23. padding: 0px;
  24. margin: 0px;
  25. color:{color:text};
  26. background-color: {color:Background};
  27. background-image:url();
  28. background-attachment: fixed;
  29. background-repeat: no-repeat;
  30. background-size: cover;
  31. font-family: arial;
  32. font-size: 18px;
  33. line-height:20px;
  34. color:{color:text};
  35. }
  36.  
  37. a:link, a:visited{
  38. color: {color:link};
  39. text-decoration: none;
  40. }
  41.  
  42. a:active{
  43. color:{color:active};
  44. }
  45.  
  46.  
  47. blockquote {
  48. border-left: 3px solid;
  49. padding-left: 15px;
  50. margin-left: 10px;
  51. font-style: italic;
  52. color:{color:blockquote};
  53. }
  54.  
  55. blockquote img{
  56. width:200px;
  57. height:auto;
  58. }
  59.  
  60. .entry {
  61. margin: 30px;
  62. display:inline-block;
  63. vertical-align:middle;
  64. width:500px;
  65. z-index:-9;
  66. }
  67.  
  68.  
  69.  
  70. div.center {
  71. text-align:left;
  72. width:500px;
  73. margin:100px auto 0 auto;
  74. }
  75.  
  76. .back{
  77. z-index:-999;
  78. }
  79.  
  80. ol.notes img{
  81. visibility:hidden;
  82. }
  83.  
  84. ol.notes{
  85. font-size:smaller;
  86. }
  87.  
  88. .answer a{
  89. text-decoration: underline;
  90. }
  91.  
  92. .links{
  93. font-size:40px;
  94. font-family:arial;
  95. margin-top:225px;
  96. position:fixed;
  97. margin-left:85%;
  98. line-height:35px;
  99. }
  100.  
  101. .links a{
  102. text-align:center;
  103. color:white;
  104. -webkit-text-stroke-width: 2px;
  105. -webkit-text-stroke-color: black;
  106. }
  107.  
  108. .links a:hover{
  109. color:black;
  110. -webkit-text-stroke-width: 2px;
  111. -webkit-text-stroke-color: black;
  112. }
  113.  
  114.  
  115.  
  116. .blogtitle{
  117. margin-top:145px;
  118. font-family:arial;
  119. font-weight:bold;
  120. text-transform:uppercase;
  121. font-size:30px;
  122. margin-left:10%;
  123. width:200px;
  124. letter-spacing:5px;
  125. position:fixed;
  126. text-align:left;
  127. color:white;
  128. }
  129.  
  130. .blogtitle a{
  131. color:white;
  132. }
  133.  
  134. .blogtitlebg{
  135. margin-top:145px;
  136. margin-left:10%;
  137. width:200px;
  138. border:black 1px solid;
  139. position:fixed;
  140. background-color:black;
  141. line-height:11px;
  142. }
  143.  
  144. .entry #perma{
  145. position:relative;
  146. padding-top:10px;
  147. padding-bottom:10px;
  148. opacity:0.0;
  149. margin-left:75%;
  150. margin-bottom:-40px;
  151. width:auto;
  152. font-size:20px;
  153. height:auto;
  154. background-color:black;
  155. text-align:center;
  156. -webkit-transition: all .6s ease;
  157. -moz-transition: all .6s ease;
  158. -o-transition: all .6s ease;
  159. transition: all .6s ease;
  160. }
  161.  
  162. .entry:hover #perma{
  163. opacity:0.7;
  164. margin-left:75%;
  165. -webkit-transition: all .6s ease;
  166. -moz-transition: all .6s ease;
  167. -o-transition: all .6s ease;
  168. transition: all .6s ease;
  169. }
  170.  
  171. .entry #perma a{
  172. color:white;
  173. }
  174.  
  175. .entry:hover #perma:hover{
  176. opacity:1;
  177. margin-left:75%;
  178. -webkit-transition: all .6s ease;
  179. -moz-transition: all .6s ease;
  180. -o-transition: all .6s ease;
  181. transition: all .6s ease;
  182. }
  183.  
  184. {CustomCSS}
  185. </style>
  186. {block:IndexPage}
  187. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  188.  
  189. <script type="text/javascript">
  190. function unhide(divID) {
  191. var item = document.getElementById(divID);
  192. if (item) {
  193. item.className=(item.className=='hidden')?'unhidden':'hidden';
  194. }
  195. }
  196. </script>
  197.  
  198. {/block:IndexPage}
  199.  
  200. <title>{title}</title>
  201.  
  202. <link rel="shortcut icon" href="{Favicon}">
  203. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  204. <meta name="viewport" content="width=820" />
  205.  
  206. </style>
  207.  
  208. </head>
  209.  
  210. <body><center>
  211. <div class="blogtitlebg">&nbsp;</div>
  212. <div class="blogtitle"><a href="{text:Title Link}">||&nbsp;|&nbsp;|&nbsp;|&nbsp;&nbsp;|&nbsp;&nbsp;|</a></div>
  213. </center>
  214.  
  215.  
  216. <div class="center">
  217.  
  218. <div class="autopagerize_page_element">
  219. {block:Posts}
  220. <div class="entry">
  221.  
  222.  
  223. {block:Quote}
  224. <div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  225. <div id="titlequote">“{Quote}”</div>
  226. {block:Source}<div id="source">&mdash; <i>{Source}</i></div>{/block:Source}
  227. {/block:Quote}
  228.  
  229.  
  230.  
  231. {block:Text}
  232. <div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  233. {block:Title}
  234. <div id="title"><u>{Title}</u></div>{/block:Title}
  235. {Body}
  236.  
  237. {/block:Text}
  238.  
  239. {block:Link}
  240. <div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  241. <div id="title"><a href="{URL}"><u>{Name}</u></a></div>{block:Description}{Description}{/block:Description}
  242. {/block:Link}
  243.  
  244. {block:Chat}<div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  245. {block:Title}
  246. <h1><u>{Title}</u></h1>
  247. {/block:Title}
  248. <ul>{block:Lines}
  249. <li class="line {Alt}">
  250. {block:Label}
  251. <span class="label">
  252. {Label}</span>
  253. {/block:Label}{Line}</li>
  254. {/block:Lines}
  255. </ul>
  256. {/block:Chat}
  257.  
  258. {block:Photo}<div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  259. <a href="{permalink}">
  260. <img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/></a>
  261.  
  262. {/block:Photo}
  263.  
  264. {block:Photoset}<div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  265. {Photoset-500}
  266. {/block:Photoset}
  267.  
  268. {block:Video}<div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  269. {Video-500}
  270. {/block:Video}
  271.  
  272. {block:Audio}<div class="back"></div><div id="perma"><a href="{permalink}" title="More">{noteCount}</div>
  273. {AudioEmbed-500}
  274. {/block:Audio}
  275.  
  276. {block:Answer}
  277. <b>{Asker}:</b>
  278. {Question}
  279. <i>{Answer}</i>
  280. {/block:Answer}
  281.  
  282. {block:ifcaptions}
  283. {caption}
  284. <br>
  285. {/block:ifcaptions}
  286.  
  287. {block:permalinkpage}
  288. {caption}
  289. <br>
  290. {block:PostNotes}{PostNotes}{/block:PostNotes}
  291. {/block:permalinkpage}
  292.  
  293. </div>
  294.  
  295. {/block:Posts} </div></div>
  296. </div>
  297. </div>
  298. {block:IndexPage}<br>
  299. {block:Pagination}
  300. <div id="pagination">
  301. {block:NextPage}
  302. <a id="nextPage" href="{NextPage}"></a>
  303. {/block:NextPage}
  304. {block:PreviousPage}
  305. <a href="{PreviousPage}"></a>
  306. {/block:PreviousPage}
  307. </div>
  308. {/block:Pagination}
  309. {/block:IndexPage}
  310. </div>
  311.  
  312.  
  313.  
  314. </body>
  315.  
  316. <!-- i spent so much time and effort pls dont remove credits
  317. i tried to make them as out of the way as possible
  318. thank you dear -->
  319.  
  320. <div style="display:block;bottom:5px;right:-1px;font-size:25px;font-family:georgia;position:fixed;z-index:5;padding:3px;"><a href="http://cigerettes.tumblr.com/">≠</a>
  321. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement