boobitch

Theme 3 - I Found You

Dec 26th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 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.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!-- I FOUND YOU theme by BATMANSBIITCH -->
  13. <!-- do not remove theme credit! -->
  14.  
  15. <meta name="text:link 1" content="">
  16. <meta name="text:link 1 url" content="/">
  17. <meta name="text:link 2" content="">
  18. <meta name="text:link 2 url" content="/">
  19. <meta name="text:link 3" content="">
  20. <meta name="text:link 3 url" content="/">
  21. <meta name="text:link 4" content="">
  22. <meta name="text:link 4 url" content="/">
  23.  
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:link" content="#918e8e"/>
  26. <meta name="color:scrollbg" content="#ffffff"/>
  27. <meta name="color:scroll" content="#000000"/>
  28. <meta name="color:linkhover" content="#ffffff"/>
  29. <meta name="color:titlebg" content="#000000"/>
  30. <meta name="color:title" content="#ffffff"/>
  31.  
  32. <style type="text/css">
  33.  
  34. a {text-decoration:none;color:#DE92A5;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  35.  
  36. a:hover {color:{color:linkhover};-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  37.  
  38. .menuescondido {width: 180px; position: fixed; top: 0; margin: 0; height: 100%; border-right: 10px solid #000; left: -180px; background-color: #fff; color: #000; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-out; transition: all .4s ease-out; z-index: 151234354}
  39.  
  40. .menuescondido:hover {left: 0px; -webkit-transition: all .3s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;}
  41.  
  42. img{
  43. -webkit-transition: opacity 0.8s linear;
  44. opacity: 0.90;
  45. }
  46. img:hover{
  47. -webkit-transition: opacity 0.8s linear;
  48. opacity: 1;
  49. }
  50.  
  51. ::-webkit-scrollbar {
  52. width: 6px;
  53. height: 4px;
  54. background: {color:scrollbg};
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. background-color: {color:scroll};
  59. -webkit-border-radius: 1ex;
  60. }
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:Calibri;
  67. font-size:10px;
  68. line-height:100%;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:15px;
  94. }
  95.  
  96. #entries {
  97. padding:10px;
  98. width:500px;
  99. margin-left:100px;
  100. margin-top:40px;
  101. }
  102.  
  103. #post {
  104. width:500px;
  105. padding-bottom:20px;
  106. }
  107.  
  108.  
  109. #title {
  110. margin-bottom: 10px;
  111. text-align: center;
  112. color: {color:title};
  113. background: {color:titlebg};
  114. padding: 5px;
  115. letter-spacing: 1px;
  116. }
  117.  
  118.  
  119. #sidebar {
  120. color:{color:text};
  121. position:fixed;
  122. margin-left:700px;
  123. width:100px;
  124. text-align:justify;
  125. margin-top:180px;
  126. }
  127.  
  128. #image {
  129. padding:10px;
  130. }
  131.  
  132. #image img {
  133. padding:0px 10px 10px 0px;
  134. width:55px;
  135. height:55px;
  136. margin-left:30px;
  137. margin-bottom:0px;
  138. margin-top:-15px;
  139. }
  140.  
  141. #links {
  142. text-align: center;
  143. margin-top: 5px;
  144. margin-bottom:0px;
  145. }
  146.  
  147. #links2 {
  148. margin-right: 65px;
  149. margin-top: -65px;
  150. text-align: right;
  151. }
  152.  
  153.  
  154. #description {
  155. padding-top:10px;
  156. padding-bottom:10px;
  157. font-size:10px;
  158. letter-spacing:1px;
  159. text-align:left;
  160. line-height:150%;
  161. color:{color:text};
  162. }
  163.  
  164. #pagination {
  165. font-size:20px;
  166. text-align:center;
  167. }
  168.  
  169. #info {
  170. text-align:center;
  171. margin-top:10px;
  172. }
  173.  
  174. #asker {
  175. float:left;
  176. margin-right:5px;
  177. }
  178.  
  179. /*** ask ***/
  180. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  181. .bubble p {margin:1px 0px;}
  182. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  183.  
  184. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  185.  
  186. {CustomCSS}</style>
  187.  
  188. </head>
  189.  
  190. <body>
  191.  
  192.  
  193. <div id="sidebar">
  194.  
  195. <div id="title">{Title}
  196.  
  197. <div id="links">
  198. <a href="/">home</a>
  199. <a href="/ask">mssg</a>
  200. <a href="http://batmansbiitch.tumblr.com">cred</a>
  201. </div>
  202. </div>
  203.  
  204. <div id="image">
  205. <img src="{PortraitURL-64}">
  206. </div>
  207.  
  208. <div id="links2">
  209. <a href="{text:link 1 url}">{text:link 1}</a><br>
  210. <a href="{text:link 2 url}">{text:link 2}</a><br>
  211. <a href="{text:link 3 url}">{text:link 3}</a><br>
  212. <a href="{text:link 4 url}">{text:link 4}</a><br>
  213. </div>
  214.  
  215. <div id="description">{Description}</div>
  216.  
  217.  
  218. <div id="pagination">
  219. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  220. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}
  221. </div>
  222.  
  223. </div>
  224.  
  225. <div id="entries">{block:Posts}<div id="post">
  226.  
  227. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  228.  
  229. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  230.  
  231. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  232.  
  233. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  234.  
  235. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  236.  
  237. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  238.  
  239. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  240.  
  241. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  242.  
  243. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  244.  
  245. <div id="info">
  246. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  247. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  248. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  249.  
  250. </div>
  251.  
  252. {block:PostNotes}{PostNotes}{/block:PostNotes}
  253. {/block:Posts}</div>
  254.  
  255.  
  256. </style>
  257.  
  258.  
  259. </body>
  260.  
  261. </html>
Add Comment
Please, Sign In to add comment