Advertisement
astridxrph

Theme #2: Amanda

Jan 5th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 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.  
  9. <meta name="color:Background" content="#e9e9e9"/>
  10. <meta name="color:SidebarBackground" content="#383838"/>
  11. <meta name="color:Link" content="#5c5c5c"/>
  12. <meta name="color:LinkHover" content="#c0e1ee"/>
  13. <meta name="color:DescriptionColor" content="#e9e9e9"/>
  14. <meta name="color:SideTitle" content="#e9e9e9"/>
  15. <meta name="color:NavlinksColor" content="#e9e9e9"/>
  16.  
  17. <meta name="image:Sidebar" content=""/>
  18.  
  19. <meta name="text:Link1URL" content="Link1URL"/>
  20. <meta name="text:Link1" content="Link1"/>
  21. <meta name="text:Link2URL" content="Link2URL"/>
  22. <meta name="text:Link2" content="Link2"/>
  23. <meta name="text:Link3URL" content="Link3URL"/>
  24. <meta name="text:Link3" content="Link3"/>
  25.  
  26. <!---- base theme by enterprizer @ tumblr, for public use --->
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  31.  
  32. <style type="text/css">
  33.  
  34. body {
  35. background:{color:Background};
  36. margin:0px;
  37. color:black;
  38. font:10px calibri;
  39. letter-spacing:1px;
  40. font-size:11px;
  41. line-height:17px;
  42. font-size:10px;
  43. line-height:100%;
  44. }
  45.  
  46. a {
  47. text-decoration:none;
  48. outline:none;
  49. -moz-outline-style:none;
  50. color:{color:Link};
  51. }
  52.  
  53. a:hover{
  54. color:{color:LinkHover};
  55. }
  56.  
  57. img {
  58. border:none;
  59. }
  60.  
  61. blockquote {
  62. padding-left:5px;
  63. border-left:2px solid;
  64. }
  65.  
  66. blockquote blockquote {
  67. padding-left:5px;
  68. border-left:2px solid;
  69. }
  70.  
  71. h1 {
  72. font-size:15px;
  73. text-transform:lowercase;
  74. font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  75. font-weight: 100;
  76. color:black;
  77. }
  78.  
  79. h1 a{
  80. color:black;
  81. }
  82.  
  83. #entries {
  84. padding:10px;
  85. width:500px;
  86. margin-left:650px;
  87. margin-top:20px;
  88. }
  89.  
  90. #post {
  91. width: 500px;
  92. margin: 30px 0;
  93. padding: 20px;
  94. border-bottom: 1px solid #b4b3b3;
  95. }
  96.  
  97. #sidebar {
  98. width:600px;
  99. height:1000%;
  100. background:{color:SidebarBackground};
  101. margin-left:0px;
  102. margin-top:-100px;
  103. text-align:center;
  104. color:{color:DescriptionColor};
  105. background-image:url({image:Sidebar});
  106. position:fixed;
  107. }
  108.  
  109. #title {
  110. font-size:45px;
  111. text-align:center;
  112. text-transform:lowercase;
  113. font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  114. font-weight: 100;
  115. color:{color:SideTitle};
  116. padding:10px;
  117. margin-top:150px;
  118. }
  119.  
  120. #navlinks {
  121. position:fixed;
  122. text-align:center;
  123. font-size:12px;
  124. width:600px;
  125. text-transform:uppercase;
  126.  
  127. }
  128. #navlinks a{
  129. font-family:calibri;
  130. color:{color:NavlinksColor};
  131. }
  132.  
  133. #navlinks a:hover{
  134. font-style:italic;
  135. }
  136.  
  137. #description {
  138. text-align:center;
  139. color:{color:DescriptionColor};
  140. padding:10px;
  141. margin-left:175px;
  142. width:230px;
  143. }
  144.  
  145. #pagination {
  146. font-size:10px;
  147. text-align:center;
  148. margin-top:100px;
  149. }
  150.  
  151. #pagination a{
  152. color:black;
  153. }
  154.  
  155. #info {
  156. text-align:left;
  157. margin-top:10px;
  158. font-size:7px;
  159. border-top:1px dotted #ccc;
  160. padding:3px;
  161. }
  162.  
  163. #info a {
  164. color:#9b9790;
  165. }
  166.  
  167. #asker {
  168. float:left;
  169. margin-right:5px;
  170. }
  171.  
  172. #credit{
  173. bottom: 15px;
  174. right: 10px;
  175. position: fixed;
  176. font-family: 'Anaheim', sans-serif;
  177. font-size: 11px;
  178. text-transform: uppercase;
  179. }
  180.  
  181. #credit a{
  182. text-decoration: none;
  183. padding: 10px;
  184. background:white;
  185. color: black;
  186. }
  187.  
  188. {CustomCSS}</style>
  189. </head><body>
  190.  
  191.  
  192. <div id="sidebar">
  193. <div id="title">{Title}</div><br><div id="description"><i>{Description}</i></div><br><br><br>
  194. <div id="navlinks"><a href="/">home</a><br><br>
  195. <a href="/ask">ask</A><br><br>
  196. <a href="{text:Link1URL}">{text:Link1}</a><br><br>
  197. <a href="{text:Link2URL}">{text:Link2}</a><br><br>
  198. <a href="{text:Link3URL}">{text:Link3}</a><br><br>
  199. </div>
  200. <br><br>
  201. <div id="pagination"><font color="black">
  202. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  203. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}</font>
  204. </div>
  205. </div>
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. <div id="entries">{block:Posts}<div id="post">
  213.  
  214. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  215.  
  216. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  217.  
  218. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  219.  
  220. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  221.  
  222. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  223.  
  224. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  225.  
  226. {block:Audio}{AudioPlayerWhite}<blockquote>{block:Caption}{Caption}{/block:Caption}</blockquote>{/block:Audio}
  227.  
  228. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  229.  
  230. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  231.  
  232. <div id="info">
  233. {block:Date} {MonthNumberWithZero} {DayOfMonthWithZero} {Year}{/block:Date}&nbsp; <big><font color="#FF0099">❤</font></big>&nbsp;<a href="{Permalink}">
  234. {NoteCount}</a>
  235. <br>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  236.  
  237. </div>
  238. {block:PostNotes}{PostNotes}{/block:PostNotes}
  239. {/block:Posts}</div>
  240. <div id="credit">
  241. <a href="http://girlwiththedragonrph.tumblr.com">gwdr</a>
  242. </div>
  243.  
  244. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement