Advertisement
paciffismthemes

simpactico

May 21st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.18 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.  
  4. <!-------
  5. simpatico by paciffism-themes
  6. please do not delete any of the credit. you may edit but not to an unrecognisable state. please respect my themes, a lot of effort goes into them - love ya's xxx
  7. <!------>
  8.  
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{FavIcon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  15. <link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
  16.  
  17. <meta name="color:Background" content="#fff" />
  18. <meta name="color:Text" content="#bbb"/>
  19. <meta name="image:Background" content=""/>
  20.  
  21. <meta name="color:Scrollbar" content="#000"/>
  22.  
  23. <meta name="color:Light Accents" content="#eee"/>
  24. <meta name="color:Link" content="#aaa"/>
  25. <meta name="color:Link Hover" content="#ffe5b4"/>
  26.  
  27. <meta name="color:Title" content="#888"/>
  28.  
  29. <meta name="color:Sidebar Link" content="#aaa"/>
  30. <meta name="color:Sidebar Link Border" content="#eee"/>
  31. <meta name="color:Sidebar Link Hover" content="#ffe5b4"/>
  32.  
  33. <meta name="text:Link 1" content="refresh"/>
  34. <meta name="text:Link 1 url" content="/"/>
  35. <meta name="text:Link 2" content="ask"/>
  36. <meta name="text:Link 2 url" content="/ask"/>
  37. <meta name="text:link 3" content="archive"/>
  38. <meta name="text:Link 3 url" content="/archive"/>
  39. <meta name="text:Link 4" content="link 4"/>
  40. <meta name="text:Link 4 url" content="/"/>
  41. <meta name="text:Link 5" content="link 5"/>
  42. <meta name="text:Link 5 url" content="/"/>
  43.  
  44. <!--post width options-->
  45. <meta name="if:250px" content="1"/>
  46. <meta name="if:400px" content="0"/>
  47. <meta name="if:500px" content="0"/>
  48.  
  49. <meta name="if:NoticeBox" content="1"/>
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. /* follow/dashboard buttons */
  55. iframe#tumblr_controls {
  56. right:2px !important;
  57. position: fixed !important;
  58. -webkit-transition: opacity 0.7s linear;
  59. opacity: 0.16;
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s ease-out;
  63. -webkit-filter: invert(100%);
  64. }
  65. iframe#tumblr_controls:hover {
  66. -webkit-transition: opacity 0.7s linear;
  67. opacity: 0.16;
  68. -webkit-transition: all 0.4s ease-out;
  69. -moz-transition: all 0.4s ease-out;
  70. transition: all 0.4s ease-out;
  71. -webkit-filter: invert(100%);
  72. }
  73.  
  74. /* basic styles */
  75. body {
  76. color: {color:Text};
  77. background-color: #fff;
  78. background-image: url({image:Background});
  79. font: 10px comfortaa;
  80. line-height: 16px;
  81. }
  82. a {
  83. text-decoration: none;
  84. color: {color:Link};
  85. }
  86. a:hover {
  87. color: #ffe5b4;
  88. cursor: help;
  89. }
  90. h1 {
  91. font-size: 16px;
  92. color: #ffe5b4;
  93. }
  94. /* scrollbar */
  95. ::-webkit-scrollbar {
  96. width: 3px;
  97. height: 5px;
  98. background: #fff;
  99. }
  100. ::-webkit-scrollbar-thumb {
  101. background: #ffe5b4;
  102. border-radius: 16px;
  103. border-top: 5px solid {color:Background};
  104. }
  105. /* post customizations */
  106. #content { /* for the whole column of posts */
  107. {block:IndexPage}
  108. {block:if250px} /* post widths */
  109. width: 800px;
  110. {/block:if250px}
  111. {block:if400px}
  112. width: 400px;
  113. {/block:if400px}
  114. {block:if500px}
  115. width: 500px;
  116. {/block:if500px}
  117. {/block:IndexPage}
  118. {block:PermalinkPage}
  119. width: 400px;
  120. {/block:PermalinkPage}
  121. position: fixed;
  122. margin-left: 300px;
  123. margin-top: 60px;
  124. border: 1px solid #ffe5b4;
  125. padding:50px;
  126. }
  127. .entry { /* for individual posts */
  128. margin-bottom: 40px;
  129. padding: 5px;
  130.  
  131. }
  132.  
  133. /* permalinks */
  134. #perma {
  135. position: absolute;
  136. right: 40px;
  137. letter-spacing: .5px;
  138. text-transform: lowercase;
  139. }
  140. /* sidebar */
  141. #side {
  142. top: 160px;
  143. left: 26px;
  144. position: fixed;
  145. width: 180px;
  146. padding: 15px;
  147. border: 1px solid #ffe5b4;
  148. }
  149. #side a{
  150. border-bottom: 1px solid #ffe5b4;
  151. color: {color:Sidebar Link};
  152. }
  153. #side a:hover {
  154. border-bottom: 1px solid transparent;
  155. color: {color:Sidebar Link Hover};
  156. }
  157. .head {
  158. font-size: 24px;
  159. margin-bottom: 10px;
  160. margin-left: 10px;
  161. color: #ffe5b4;
  162. letter-spacing: .5px;
  163. }
  164. blockquote {
  165. border-left: 1px solid {color:Light Accents};
  166. margin-left: 6px;
  167. padding-left: 10px;
  168. }
  169. /* permalink page */
  170. img.avatar {display:none; }
  171. ol.notes {
  172. margin-top: 20px;
  173. }
  174.  
  175. #credit {
  176. position:fixed;
  177. right:10px;
  178. bottom:6px;
  179. background: #ffe5b4;
  180. padding-top:5px;
  181. padding-right:6px;
  182. padding-left:6px;
  183. padding-bottom:2px;
  184. font-size:11px;
  185. font-family: comfortaa;
  186. z-index:9999;
  187. } /*Don't remove this please, I will report if I see that is removed.*/
  188.  
  189. #credit a{
  190. color:#bbb;
  191. }
  192.  
  193. #noticebox{
  194. {block:ifNoticeBox}
  195. position:fixed;
  196. width:125px; /*width*/
  197. z-index:99999999999999999999;
  198. height:auto;
  199. right:30px;
  200. top:60px;
  201. color:#bbb;
  202. background-color:#ffffff;
  203. border:1px solid #ffe5b4;
  204. text-align: right;
  205. padding:3px;}
  206.  
  207. #noticebox a{
  208. text-decoration:none;
  209. font-style:italic; /
  210. letter-spacing:1px;
  211. }
  212.  
  213. #noticebox a:hover{
  214. font-style:normal;
  215. text-decoration:underline;}
  216. {/block:ifNoticeBox}
  217. </style>
  218.  
  219. <!---infinite scroll---><script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  220.  
  221. </head>
  222.  
  223. <body>
  224.  
  225. <!--sidebar-->
  226. <div id="side"><div class="head">{Title}</div>{Description}<p><a href="{text:Link 1 url}">{text:Link 1}</a> <a href="{text:Link 2 url}">{text:Link 2}</a> <a href="{text:Link 3 url}">{text:Link 3}</a> <a href="{text:Link 4 url}">{text:Link 4}</a> <a href="{text:Link 5 url}">{text:Link 5}</a> <a href="http://paciffism-themes.tumblr.com">credit️</a></div>
  227. <!----->
  228.  
  229. <div id="content">
  230. {block:Posts}
  231.  
  232. <!-- {block:NoRebloggedFrom}
  233. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  234. {/block:NoRebloggedFrom} -->
  235. <div class="entry">
  236. <!--permalink-->
  237. {block:IndexPage}<div id="perma"><br><a href="{Permalink}"<a href="{ReblogURL}">πŸ”</a></div>{/block:IndexPage}
  238.  
  239.  
  240. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  241.  
  242. {/block:Photo}
  243.  
  244. {block:Photoset}{block:IndexPage}{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  245.  
  246. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  247.  
  248. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  249.  
  250. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  251.  
  252. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  253.  
  254. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  255.  
  256. {block:Video}{block:IndexPage}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  257.  
  258. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  259.  
  260. <!--permalink page-->
  261. {block:PermalinkPage}
  262. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  263. {block:PostNotes}{PostNotes}{/block:PostNotes}
  264. {/block:PermalinkPage}
  265. </div> <!---entry div--->
  266. {/block:Posts}
  267.  
  268. {block:ContentSource}<!-- {SourceURL}
  269. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  270. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  271. {/block:ContentSource}
  272. </div><!---content div--->
  273.  
  274. <div id="credit"><a href="http://paciffismthemes.tumblr.com/">PT</a></div> <!-- don't remove this please, I will report if I see that is removed. -->
  275.  
  276. </div>
  277. {block:ifNoticeBox}
  278. <div id="noticebox">
  279.  
  280. you can put any text in here, anything from updates to a little quote. you can also take it off on the main customization menu.
  281.  
  282. </div>
  283. {/block:ifNoticeBox}
  284.  
  285.  
  286.  
  287. </body>
  288.  
  289. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement