Advertisement
taenqooo

Pink Seduction TH

Jan 30th, 2013
1,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 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>
  4.  
  5. <!--- /*************************
  6. TUMBLR THEME "Pink seduction" ////
  7. ************************
  8. CODED BY BY NOELLE @ chaiithemes.TUMBLR.COM
  9. DO NOT TAKE/COPY ANY CODES FROM THIS STYLE SHEET WITHOUT MY PERMISSION!
  10. THANK YOU.
  11. **********************************************/ -->
  12.  
  13.  
  14. <title>{Title}</title><link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,200' rel='stylesheet' type='text/css'>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Postbackground" content="#fff"/>
  21. <meta name="color:Sidebarbackground" content="#fff"/>
  22. <meta name="color:Permalinksbackground" content="#ffffff"/>
  23. <meta name="color:Text" content="#838282"/>
  24. <meta name="color:Link" content="#858484"/>
  25. <meta name="color:Link hover" content="#ecbbc6"/>
  26. <meta name="color:Permalinks" content="#c6c6c6"/>
  27. <meta name="color:Blockqoute border" content="#ecbbc6"/>
  28. <meta name="color:Title" content="#858484"/>
  29. <meta name="color:Sidebar Title" content="#858484"/>
  30. <meta name="image:sidebar" content="http://static.tumblr.com/def55be2e55c5fb869fba14f4cc09898/jtaakui/EANmhfwop/tumblr_static_untitled-1_copy.png"/>
  31. <meta name="text:Sidebar Title" content="Pink seduction"/>
  32. <meta name="text:Link1 Url" content="http://"/>
  33. <meta name="text:Link1 Name" content=""/>
  34. <meta name="text:Link2 Url" content="http://"/>
  35. <meta name="text:Link2 Name" content=""/>
  36. <meta name="text:Link3 Url" content="http://"/>
  37. <meta name="text:Link3 Name" content=""/>
  38.  
  39. <style type="text/css">
  40.  
  41. body {
  42. background:{color:background};
  43. margin:0px;
  44. color:{color:text};
  45. font-family: 'Source Sans Pro', sans-serif;
  46. font-size:10px; }
  47.  
  48. a:link, a:visited, a:active {
  49. color: {color:link};
  50. text-decoration: none;
  51. font-weight: none;
  52. }
  53.  
  54. a:hover {
  55. color: {color:link hover};
  56. text-decoration:line-through;
  57. font-weight: none;
  58. }
  59.  
  60.  
  61. #nav {
  62. background-color:#fff;
  63. opacity:0.7;
  64. font-family: 'Source Sans Pro', sans-serif;
  65. font-size:9px;
  66. text-transform: uppercase;
  67. font-weight:none;
  68. padding:7px;
  69. text-align:center;
  70. width:160px;
  71. margin-top:-0px;
  72. }
  73.  
  74. #entries {
  75. position:relative;
  76. float:left;
  77. width:500px;
  78. top:5px;
  79. text-align:justify;
  80. left:440px;
  81. padding:40px;
  82. }
  83.  
  84. #post {
  85. margin-bottom:25px;
  86. width:500px;
  87. padding:9px;
  88. background-color: {color:postbackground};
  89. }
  90.  
  91. #pagination {
  92. text-align:center;
  93. font-size:20px;
  94. margin-bottom:2px;
  95. text-transform:none;
  96. font-style:none;
  97. text-transform: lowercase;
  98. }
  99.  
  100.  
  101. img{
  102.  
  103. filter:alpha(opacity=70);
  104. -moz-opacity:0.7;
  105. -khtml-opacity: 0.7;
  106. opacity: 0.7;
  107.  
  108. }
  109.  
  110. img:hover {
  111. filter:alpha(opacity=1);
  112. -moz-opacity:0.9;
  113. -khtml-opacity: 0.9;
  114. opacity: 0.9;
  115. -webkit-transition: all 0.7s ease-in-out;
  116. -moz-transition: all 0.7s ease-in-out;
  117. -o-transition: all 0.7s ease-in-out;
  118. transition: all 0.7s ease-in-out;
  119. }
  120.  
  121.  
  122. #sidebar {
  123. width:160px;
  124. position:fixed;
  125. margin-left:250px;
  126. background-color: {color:sidebarbackground};
  127. margin-top:125px;
  128. text-align: justify;
  129. padding:10px;
  130. z-index: 8;
  131. filter:alpha(opacity=70);
  132. -moz-opacity:0.7;
  133. -khtml-opacity: 0.7;
  134. opacity: 0.7;
  135. text-align:justify;
  136. }
  137.  
  138. #sidebarimage{
  139. text-align: center;}
  140. #sidebarimage img{
  141. max-width: 160px;
  142.  
  143. }
  144. #sidebar:hover {
  145. filter:alpha(opacity=1);
  146. -moz-opacity:0.9;
  147. -khtml-opacity: 0.9;
  148. opacity: 0.9;
  149. z-index:99;
  150. -webkit-transition: all 0.7s ease-in-out;
  151. -moz-transition: all 0.7s ease-in-out;
  152. -o-transition: all 0.7s ease-in-out;
  153. transition: all 0.7s ease-in-out;
  154. }
  155.  
  156.  
  157. #info {
  158. text-transform:lowercase;
  159. font-style:none;
  160. width:400px;
  161. color:{color:text};
  162. text-align:left;
  163. }
  164.  
  165. #info a:link {
  166. color:{color:link};
  167. }
  168.  
  169. #info a:hover {
  170. color:{color:link hover};
  171. }
  172.  
  173. h1 {
  174. color:{color:Title};
  175. letter-spacing:-1px;
  176. text-align:left;
  177. font-family: 'Source Sans Pro', sans-serif;
  178. text-transform: lowercase;
  179. font-size:19px;
  180. margin-top:1px;
  181. margin-left:0px;
  182. font-weight: lighter;
  183. padding:2px;
  184. width:500px;
  185. }
  186.  
  187. h2 {
  188. color:{color:Sidebar Title};
  189. letter-spacing:-1px;
  190. text-align:center;
  191. font-family: 'Source Sans Pro', sans-serif;
  192. text-transform: lowercase;
  193. font-size:19px;
  194. margin-top:1px;
  195. margin-left:0px;
  196. margin-bottom:0px;
  197. font-weight: lighter;
  198. padding:2px;
  199. }
  200.  
  201. h3 {
  202. color:{color:permalinks};
  203. background-color:{color:Permalinksbackground};
  204. margin-top:-9px;
  205. float:right;
  206. margin-right:-174px;
  207. font-size: 11px;
  208. font-family: 'Source Sans Pro', sans-serif;
  209. text-transform: lowercase;
  210. padding:2px;
  211. width:60px;
  212. font-weight: lighter;
  213. z-index:100;
  214.  
  215. }
  216.  
  217. #ask {
  218. float:left;
  219. margin-right:5px;
  220. }
  221.  
  222. blockquote{
  223. font-style: italic;
  224. font-family: cambria;
  225. padding-left:7px;
  226. border-left: 1px solid {color:Blockqoute border};}
  227. {CustomCSS}</style>
  228.  
  229.  
  230.  
  231. </head><body>
  232.  
  233. <div id="sidebar"> <h2>{text:Sidebar Title}</h2>
  234. {Description} <div id="nav"><center><a href="/">home</a> <a href="/ask">ask</a>
  235. {block:IfLink1Name} <a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name} {block:IfLink2Name} <a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name} {block:IfLink3Name} <a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name} <a href="http://chaiithemes.tumblr.com">ยฉ</a></center> </div>
  236. <div id=sidebarimage>
  237. <img class="sidebarimage" src="{image:sidebar}">
  238. </div>
  239.  
  240. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}</div>
  241.  
  242. </div>
  243. </div>
  244.  
  245. <div id="entries">{block:Posts}<div id="post">
  246.  
  247. {block:ContentSource}
  248. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  249. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  250. {/block:SourceLogo}
  251. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  252. {/block:ContentSource}
  253. <div id="info">
  254. <h3>
  255.  
  256. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="via"><img style="height: 16px; width: 16px; -moz-border-radius: 100px; border-radius: 100px"s src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}" title="source"> <img style="height: 16px; width: 16px; -moz-border-radius: 100px; border-radius: 100px"src="{ReblogRootPortraitURL-16}"></a>{/block:RebloggedFrom} <br> <a href="{Permalink}"> {ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCountWithLabel}
  257.  
  258. </h3>
  259.  
  260. </div>
  261.  
  262. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  263.  
  264. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  265.  
  266. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  267.  
  268. {block:Quote}<div style="
  269. font-family: 'Source Sans Pro', sans-serif; font-size:15px; font-weight:lighter; padding-bottom: -2px;"><i>{Quote}</i></div><br>{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  270.  
  271. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  272.  
  273. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  274.  
  275.  
  276. {block:Audio}
  277. {block:AlbumArt}
  278. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;"/>{/block:AlbumArt}
  279. {AudioPlayerWhite}
  280. {block:Caption}
  281. {Caption}
  282. {/block:Caption}
  283. <p>{PlayCountWithLabel}</p>
  284. <br clear="all">
  285. {/block:Audio}
  286.  
  287.  
  288. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  289.  
  290. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  291. </div>
  292.  
  293.  
  294.  
  295. {block:PermalinkPage}
  296. {block:Date}<div style="padding-bottom:2px;
  297. border-bottom: 0px solid #caada7; text-transform:none; letter-spacing:0px; margin-left:-15px; font-size:15px;
  298. font-family: 'Calligraffitti', cursive; padding:3px; text-align:center; width:auto;">{DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}</div>
  299. {/block:Date}
  300. <div style="margin-top:5px; margin-left:20px;">
  301.  
  302.  
  303. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  304. {/block:RebloggedFrom}
  305. <br>{NoteCountWithLabel}
  306. {block:HasTags}<br>tagged:{block:Tags}
  307. #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  308.  
  309. {PostNotes}
  310. {/block:PermalinkPage}
  311. {/block:Posts}
  312.  
  313. </div>
  314. <!--- DO NOT REMOVE THIS! --->
  315. <div style="font-size:8px; text-transform:uppercase; position:fixed; bottom:0px; right:5px; "><a href="http://chaiithemes.tumblr.com" title="designer">by chaii-themes</a> </div>
  316. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement