Advertisement
styelsh

Fitzpleasure Theme

Jun 28th, 2013
9,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY AUGUSTTWENTYNINTHS
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#747474"/>
  13. <meta name="color:link" content="#747474"/>
  14. <meta name="color:linkHover" content="#312f2b"/>
  15. <meta name="color:infobg" content="#FCFCFC">
  16. <meta name="color:scrollbar" content="#747474" />
  17. <meta name="color:scrollbg" content="#FFFFFF" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:Link 1 Title" content="/">
  22. <meta name="text:Link 1" content="/">
  23. <meta name="text:Link 2 Title" content="/">
  24. <meta name="text:Link 2" content="/">
  25. <meta name="text:Link 3 Title" content="/">
  26. <meta name="text:Link 3" content="/">
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31. <head><title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  38. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  39. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  40. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  41. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  42. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  43. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  44.  
  45. body {
  46. background:{color:background};
  47. font-family: 'Lato', sans-serif;
  48. font-size:9px;
  49. letter-spacing:0px;
  50. color:{color:text};
  51. line-height:120%;}
  52.  
  53. a:link, a:active, a:visited{color: {color:link};}
  54. a:hover{color:{color:linkHover};}
  55.  
  56. a {
  57. color:{color:link};
  58. text-decoration:none;
  59. -moz-transition-duration:0.5s;
  60. -webkit-transition-duration:0.5s;
  61. -o-transition-duration:0.5s;
  62. }
  63.  
  64. a:hover {
  65. color:{color:linkHover};
  66. text-decoration:none;
  67. -moz-transition-duration:0.5s;
  68. -webkit-transition-duration:0.5s;
  69. -o-transition-duration:0.5s;
  70. }
  71.  
  72. #container {
  73. background-color:{color:background};
  74. width:700px;
  75. margin: 0 auto -12px auto;
  76. text-align: center;
  77. }
  78.  
  79. #top {
  80. margin-top:30px;
  81. margin-left:10px;
  82. width:500px;
  83. display: block;
  84. border-bottom: 1px double {color:text};
  85. }
  86.  
  87. .links{
  88. font-size:9px;
  89. font-family: 'Lato', sans-serif;
  90. font-style:normal;
  91. text-transform:lowercase;
  92. line-height:120%;
  93. margin-top:15px;
  94. margin-bottom:10px;
  95. }
  96.  
  97. .links a{
  98. padding:5px;
  99. letter-spacing:0px;
  100. color:{color:link};
  101. text-decoration:none;
  102. -moz-transition-duration:0.6s;
  103. -webkit-transition-duration:0.6s;
  104. -o-transition-duration:0.6s;
  105. }
  106.  
  107. .links a:hover{
  108. color:{color:linkHover};
  109. -moz-transition-duration:0.6s;
  110. -webkit-transition-duration:0.6s;
  111. -o-transition-duration:0.6s;
  112. }
  113.  
  114. #sidebar {
  115. top: 150px;
  116. margin-left:-200px;
  117. position:fixed;
  118. width:200px;
  119. }
  120.  
  121. #descri {
  122. background-color:#ffffff;
  123. width:245px;
  124. padding:15px;
  125. }
  126.  
  127. #descri img {
  128. width:245px;
  129. margin-bottom:5px;
  130. }
  131.  
  132. #stext {
  133. line-height:120%;
  134. padding:10px;
  135. text-align:justify;
  136. font-size: 10px;
  137. font-family: 'Lato', sans-serif;
  138. color:{color:text};
  139. letter-spacing:0px;
  140. margin-top:0px;
  141. }
  142.  
  143. .pagi {
  144. font-size:9px;
  145. font-family: 'Lato', sans-serif;
  146. text-transform:lowercase;
  147. text-align:right;
  148. letter-spacing:0px;
  149. padding:5px;
  150. margin-top:-24px;
  151. }
  152.  
  153. .audio {
  154. width:500px;
  155. padding-bottom:10px;
  156. background-color:{color:infobg};
  157. }
  158.  
  159. .albumart {
  160. float:left;
  161. padding:0px 10px 10px 0px;
  162. }
  163.  
  164. .albumart img {
  165. width:45px;
  166. height:45px;
  167. }
  168.  
  169. .playercontainer {
  170. text-align:left;
  171. padding:10px;
  172. background-color:#ffffff;
  173. width:480px;
  174. }
  175.  
  176. .audioinfo {
  177. padding:10px;
  178. color:{color:text};
  179. }
  180.  
  181. h1 {
  182. font-weight:normal;
  183. font-size:10px;
  184. text-align:center;
  185. font-family: 'Lato', sans-serif;
  186. padding:20px;
  187. font-style:normal;
  188. line-height:120%;
  189. letter-spacing:0px;
  190. text-transform:uppercase;
  191. color:{color:text};
  192. }
  193.  
  194. h2 {
  195. font-size:10px;
  196. font-family: 'Lato', sans-serif;
  197. text-align:left;
  198. line-height:120%;
  199. letter-spacing:-0.5px;
  200. color:{color:text};
  201. font-weight:normal;
  202. padding:20px;
  203. }
  204.  
  205. .ask {
  206. font-family: 'Lato', sans-serif;
  207. font-size:9px;
  208. letter-spacing:0px;
  209. padding:20px;
  210. text-align:left;
  211. color:{color:text};
  212. background-color:#fcfcfc;
  213. }
  214.  
  215. .ans {
  216. font-family: 'Lato', sans-serif;
  217. font-size:9px;
  218. letter-spacing:0px;
  219. text-align:left;
  220. padding:10px;
  221. color:{color:text};
  222. }
  223.  
  224. blockquote {
  225. border-left:1px solid {color:text};
  226. padding-left:10px;
  227. margin:5px;
  228. }
  229.  
  230. #stuffcontainer {
  231. float:left;
  232. margin-left:100px;
  233. margin-top:50px;
  234. text-align:justify;
  235. background-color:{color:bg};
  236. color:{color:text};
  237. margin-bottom: 35px;
  238. }
  239.  
  240. #stuff {
  241. width:500px;
  242. margin-top:20px;
  243. text-align:justify;
  244. font-size:9px;
  245. padding:10px;
  246. line-height:150%;
  247. letter-spacing:0px;
  248. background-color:#ffffff;
  249. color:{color:text};
  250. }
  251.  
  252. .caption {
  253. width:500px;
  254. text-align:left;
  255. line-height:150%;
  256. font-family: 'Lato', sans-serif;
  257. font-size:10px;
  258. letter-spacing:0px;
  259. text-transform:uppercase;
  260. }
  261.  
  262. #postinfo {
  263. margin-top:5px;
  264. width:490px;
  265. padding:5px;
  266. border-top: 1px solid #fafafa;
  267. text-align:left;
  268. -moz-transition-duration:0.5s;
  269. -webkit-transition-duration:0.5s;
  270. -o-transition-duration:0.5s;
  271. }
  272.  
  273. #postinfo a{
  274. padding-right:6px;
  275. }
  276.  
  277. #postinfo a:hover {
  278. color:{color:linkHover};
  279. }
  280.  
  281. .note {
  282. font-style:normal;
  283. color:{color:notes};
  284. text-align:left;
  285. line-height:150%;
  286. }
  287.  
  288. .note li {
  289. list-style-type:none;
  290. text-align:left;
  291. margin:0px;
  292. color:{color:notes};
  293. -moz-transition-duration:0.5s;
  294. -webkit-transition-duration:0.5s;
  295. -o-transition-duration:0.5s;
  296. }
  297.  
  298. .tags {
  299. width:500px;
  300. margin-bottom:-2px;
  301. line-height:120%;
  302. margin-top:5px;
  303. text-align:left;
  304. padding:5px;
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309.  
  310. .tags a {
  311. padding-right:5px;
  312. }
  313.  
  314. .tags a:hover {
  315. color:{color:linkHover};
  316. }
  317.  
  318.  
  319. #cred {
  320. font-family: 'Lato', sans-serif;
  321. font-size: 9px;
  322. letter-spacing:1px;
  323. bottom:30px;
  324. right:30px;
  325. color:{color:link};
  326. position:fixed;
  327. }
  328.  
  329. #cred:hover {
  330. color:{color:link};
  331. background-color:{color:textpost};
  332. }
  333.  
  334. </style>
  335. <style type="text/css">{CustomCSS}</style>
  336.  
  337. </head>
  338. <body>
  339.  
  340. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  341.  
  342. <div id="container">
  343.  
  344. <div id="sidebar">
  345. <div id="descri">
  346.  
  347. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  348.  
  349. <div id="stext"><blockquote>{Description}</blockquote></div>
  350.  
  351. </div></div>
  352.  
  353. <div id="stuffcontainer">
  354.  
  355. <div id="top">
  356. <div class="links">
  357. <a href="/">home</a>
  358. <a href="/ask">ask</a>
  359. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  360. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  361. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  362. </div>
  363. {block:Pagination}
  364. <div class="pagi">
  365. {block:PreviousPage}
  366. <a href="{PreviousPage}">-</a>
  367. {/block:PreviousPage}
  368. {block:NextPage}
  369. <a href="{NextPage}">+</a>
  370. {/block:NextPage}
  371. </div>
  372. {/block:Pagination}
  373. </div>
  374.  
  375. {block:Posts}<div id="stuff">
  376.  
  377. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  378.  
  379. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  380.  
  381. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  382.  
  383. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  384. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  385.  
  386. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  387.  
  388. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  389.  
  390. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  391.  
  392. {block:Answer}<div class="ask"><b>{Asker}:</b> "{Question}"</div><div class="ans">{Answer}</div>{/block:answer}
  393.  
  394. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  395. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  396. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  397. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  398. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  399.  
  400. {block:HasTags}
  401. <div class="tags">
  402. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}</div>
  403. {/block:HasTags}
  404. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount} <a href="{Permalink}"> {NoteCount} notes </a>{/block:NoteCount}{block:ContentSource}
  405. &nbsp; <a href="{SourceURL}">source</a>
  406. {/block:ContentSource}<br></div></div>{/block:Date}
  407. </div>
  408. {/block:Posts}
  409.  
  410. {block:ContentSource}
  411. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  412.  
  413. </body>
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement