Advertisement
foreverora

Theme 8: Kiss Me Slowly

Feb 4th, 2013
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme by manya aka caradlvnge --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="image:sidebar" content=""/>
  14. <meta name="color:sidebar" content="#f2f2f2"/>
  15. <meta name="color:links bg" content="#ffffff"/>
  16. <meta name="color:Links bg hover" content="#b9b6b6"/>
  17. <meta name="color:line under title" content="#b8b8b8"/>
  18. <meta name="color:link text hover" content="#ffffff"/>
  19. <meta name="text:link 1" content="link"/>
  20. <meta name="text:link 1 url" content="/"/>
  21. <meta name="text:link 2" content="link"/>
  22. <meta name="text:link 2 url" content="/"/>
  23. <meta name="color:ask bg" content="#f2f2f2"/>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  26. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  28.  
  29. <style type="text/css">
  30.  
  31. body {
  32. background:{color:background};
  33. margin:0px;
  34. color:{color:text};
  35. font-family: "Anaheim";
  36. font-size:10px;
  37. line-height:100%;
  38. }
  39.  
  40. a {
  41. text-decoration:none;
  42. outline:none;
  43. -moz-outline-style:none;
  44. color:{color:link};
  45. }
  46.  
  47. img {
  48. border:none;
  49. }
  50.  
  51. blockquote {
  52. padding-left:5px;
  53. border-left:2px solid;
  54. }
  55.  
  56. blockquote blockquote {
  57. padding-left:5px;
  58. border-left:2px solid;
  59. }
  60.  
  61. h1 {
  62. font-size:15px;
  63. }
  64.  
  65. #entries {
  66. padding:10px;
  67. width:500px;
  68. margin-left:500px;
  69. margin-top:100px;
  70. }
  71.  
  72. #post {
  73. width:500px;
  74. padding-bottom:20px;
  75. }
  76.  
  77. #sidebar {
  78. width:100px;
  79. margin-left:350px;
  80. height:350px;
  81. margin-top:-150px;
  82. position:fixed;
  83. background-color:{color:sidebar};
  84. }
  85.  
  86. #title {
  87. font-size:15px;
  88. text-align:left;
  89. margin-bottom:0px;
  90. margin-left:160px;
  91. margin-top:0px;
  92. width:500px;
  93. padding-bottom:3px;
  94. font-family: petit formal script;
  95. position: relative;
  96. background:{color:background};
  97. padding-top:80px;
  98. }
  99.  
  100. #sidebarimage {
  101. width:90px;
  102. height:90px;
  103. margin-left:5px;
  104. margin-top:162px;
  105. position:fixed;
  106. }
  107.  
  108. #sidebarimage img {
  109. width:90px;
  110. position:fixed;
  111. }
  112.  
  113. #description {
  114. padding:3px;
  115. padding-bottom:10px;
  116. text-align:center;
  117. width:500px;
  118. margin-left:160px;
  119. border-top:3px double {color:line under title};
  120. font-family:Inconsolata;
  121. background:{color:background};
  122. }
  123.  
  124. #pagination {
  125. font-size:10px;
  126. text-align:center;
  127. margin-top:150px;
  128. margin-left:83px;
  129. position:fixed;
  130. }
  131.  
  132. #info {
  133. text-align:left;
  134. font-family:calibri;
  135. font-size:8px;
  136. text-transform:uppercase;
  137. padding-top:6px;
  138. padding-bottom:6px;
  139. padding-left:3px;
  140. background-color: ;
  141. border-top:1px solid {color:line under title};
  142. margin-top:10px;
  143. }
  144.  
  145.  
  146. #asker {
  147. float:right;
  148. margin-right:5px;
  149. font-family:Inconsolata;
  150. }
  151.  
  152. #links {
  153. position:fixed;
  154. margin-left:5px;
  155. padding-right:0px;
  156. padding-bottom:0px;
  157. margin-top:150px;
  158. text-align:left;
  159. line-height:5px;
  160. }
  161.  
  162. #links a {
  163. font-family:consolas;
  164. width:50px;
  165. font-size:8px;
  166. text-align:left;
  167. padding:0px;
  168. padding-right:2px;
  169. padding-left:2px;
  170. text-transform:lowercase;
  171. margin-bottom:-2px;
  172. background-color:{color:links bg};
  173. -webkit-transition: all 0.5s ease;
  174. -moz-transition: all 0.5s ease;
  175. -o-transition: all 0.5s ease;
  176. }
  177.  
  178. #links a:hover {
  179. text-transform:uppercase;
  180. font-family: consolas;
  181. opacity:1;
  182. padding:2px;
  183. color:{color:link text hover};
  184. background-color:{color:links bg hover};
  185. -webkit-transition: all 0.5s ease;
  186. -moz-transition: all 0.5s ease;
  187. -o-transition: all 0.5s ease;}
  188.  
  189. .dont {
  190. text-align:center;
  191. position:fixed;
  192. bottom:15px;
  193. right:5px;
  194. font-size:7px;
  195. }
  196.  
  197. .dont a {
  198. font-family:'Trebuchet MS';
  199. border: 1px solid #eee;
  200. letter-spacing: 2px;
  201. padding:5px;
  202. -webkit-transition: all 0.6s ease-in-out;
  203. -moz-transition: all 0.6s ease-in-out;
  204. -o-transition: all 0.6s ease-in-out;
  205. }
  206.  
  207. .dont a:hover {
  208. color:white;
  209. background-color:black;
  210. transition-duration: 0.6s;
  211. -moz-transition-duration: 0.6s;
  212. -webkit-transition-duration: 0.6s;
  213. -o-transition-duration: 0.6s;
  214. }
  215.  
  216. {CustomCSS}</style></head><body>
  217.  
  218. <div id="sidebar">
  219.  
  220. <div id="title">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{Title}</div>
  221. <div class="dont"><a href="http://caradlvnge.tumblr.com/">MANYA</a></div>
  222.  
  223. <div id="links">
  224.  
  225. <a href="/ask">mssg</a>
  226. <a href="{text:link 1 url}">{text:link 1}</a>
  227. <a href="{text:link 2 url}">{text:link 2}</a>
  228. </div>
  229.  
  230. <div id="pagination">
  231. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}/
  232. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  233. </div>
  234.  
  235. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  236.  
  237. <div id="description">{Description}</div>
  238.  
  239.  
  240. </div>
  241.  
  242. <div id="entries">{block:Posts}<div id="post">
  243.  
  244. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  245.  
  246. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  247.  
  248. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  249.  
  250. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  251.  
  252. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  253.  
  254. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  255.  
  256. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  257.  
  258. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  259.  
  260. {block:Answer}<div id="asks"><div style="background-color: {color:ask bg}; padding: 15px; letter-spacing: 1px;"><big>{Asker} said: {Question}</big></div></div><div style="padding: 10px; font-family: "Anaheim";">{Answer}</div>{/block:Answer}
  261.  
  262. {block:Date}<div id="info">
  263. <span class="info" style="text-transform:uppercase;"> posted
  264. <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} (<a href="{SourceURL}">©</a>{/block:ContentSource}){/block:RebloggedFrom} </span><br>{block:HasTags}{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>{/block:Date}
  265.  
  266. </div>
  267. {block:PostNotes}{PostNotes}{/block:PostNotes}
  268. {/block:Posts}</div>
  269.  
  270.  
  271. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement