Advertisement
stephaniesthemes

theme 4 by sparksfalling

Jan 12th, 2013
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 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="#ffffff"/>
  10. <meta name="color:border" content="f3f1f1"/>
  11. <meta name="color:text" content="#b6b5b5"/>
  12. <meta name="color:link" content="#a8a7a7"/>
  13. <meta name="color:linkhover" content="#f1d65d"/>
  14. <meta name="color:speech bubble" content="#ededed"/>
  15. <meta name="color:pagination" content="#b6b5b5"/>
  16.  
  17.  
  18. <meta name="font:title" content="" />
  19. <meta name="font:body" content="calibri" />
  20. <meta name="font:pagination" content="calibri" />
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24.  
  25. <!-- LINKS -->
  26.  
  27. <meta name="text:link 1" content="link 1" />
  28. <meta name="text:link 1 url" content="/" />
  29. <meta name="text:link 2" content="link 2" />
  30. <meta name="text:link 2 url" content="/" />
  31. <meta name="text:link 3" content="link 3" />
  32. <meta name="text:link 3 url" content="/" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38.  
  39. /* --- BODY ---*/
  40.  
  41. body {background:{color:background}; margin:0px; color:{color:text}; font-family:cambria; font-size:11px; line-height:100%;}
  42.  
  43.  
  44. blockquote {
  45. border-left:1px solid #f8f8f8;
  46. padding-left:2px;
  47. margin:5px;
  48. }
  49.  
  50.  
  51. a {color:#b1b0b0; text-decoration:none; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  52.  
  53. a:hover {text-decoration:none; color:#676767;}
  54.  
  55. img {none;}
  56.  
  57.  
  58. #entries {padding:10px; width:500px; margin-left:500px; margin-top:50px;}
  59.  
  60. #post {width:500px; margin-bottom:20px; padding:15px;padding-bottom:30px; border: 1px solid #d6d5d5;font-style:none;}
  61.  
  62.  
  63. /* --- SIDEBAR ---*/
  64.  
  65. #sidebar {width:200px; position:fixed; margin-left:-10px; margin-top:120px;}
  66.  
  67. #sidebarimage {width 120px;}
  68.  
  69. #sidebarimage img { margin-left:150px; width:120px; height:120px;margin-top:-6px; border:1px solid #ededed; padding:5px; background-color: #ffffff;}
  70.  
  71. #links {font-family:"cambria"; font-size:8px; font-weight:bold; border-bottom:1px solid #000000;margin-top:-130px; margin-left:480px;letter-spacing:1px;}
  72.  
  73. #linkies
  74. {
  75. position: relative;
  76. padding:5px;
  77. margin-top:30px;
  78. margin-left:-180px;
  79. border-bottom:3px solid #00000;
  80. width: 150px;
  81. height: auto;
  82. text-align: center;
  83. background-color: {color:speech bubble};
  84.  
  85. }
  86.  
  87. #description
  88. {
  89. position: relative;
  90. padding:5px;
  91. margin-left:-180px;
  92. width: 150px;
  93. height: auto;
  94. text-align: center;
  95. line-height: 10px;
  96. background-color: {color:speech bubble};
  97.  
  98. }
  99.  
  100. #description:after
  101. {
  102. content: '';
  103. position: absolute;
  104. margin-top:-50px;
  105. width: 0;
  106. height: 0;
  107. left: 30px;
  108. top: 90px;
  109. border: 10px solid;
  110. border-color: {color:speech bubble} transparent transparent {color:speech bubble};
  111. }
  112.  
  113. #pagination {width:150px; text-align:right; margin-top:-15px; font-family:times new; position:fixed; font-size:10px; color:{color:pagination}; opacity:0.5; z-index:999;}
  114.  
  115.  
  116. #questions {background-color: #fcfcfc; color: {color:text}; border-top: dotted 1px {color:border}; margin-left:0px; padding:11px; margin-top: 5px; margin-bottom:5px; font-family:cambria; font-size:10px; font-style:italic; text-align:left;}
  117.  
  118. .note {padding:0px 20px 0px 20px; background-color:#FFFFFF;text-transform:lowercase; letter-spacing:0px; font-size: 11px; font-style:italic; text-align:left; line-height:120%;}
  119.  
  120. .note li {list-style-type:none; padding:5px 25px 5px 25px; text-align:left;
  121. margin-left:30px; margin-top:-50px;}
  122.  
  123. #info {font-family:calibri; text-align:right; margin-top:5px; padding-top:5px; padding:5px; text-transform:lowercase; font-style:none; font-size:8px; line-height:80%; border-top: 1px solid #c0c0c0;}
  124.  
  125. #tags {font-family:cambria; text-align:right; margin-top:-5px; padding-bottom:0px; text-transform:lowercase; font-style:none; font-size:8px;}
  126.  
  127. #pagination {
  128. font-size:10px;
  129. text-align:center;
  130. color:{color:pagination};
  131. font-family:cambria;
  132. margin-top:-85px;
  133. margin-left:0px;
  134. letter-spacing: 5px;
  135. }
  136.  
  137. .credit {position:fixed; bottom:15px; right:15px; font: 8px cambria; background: #fcfcfc; color: #535151; border: 1px solid #f2f2f2; text-transform:uppercase; letter-spacing: 0px; padding: 5px; cursor: crosshair;}
  138. .credit a{color:{color:linkhovercolor}; opacity:0.8;}
  139. .credit a:hover{color:{color:link}; opacity:1.0;}
  140.  
  141. {CustomCSS}</style></head><body>
  142. <div id="sidebar">
  143. <div id="sidebarimage"><img src="{image:sidebar}"/><br></div>
  144. <div id="links">
  145. <div id="linkies">
  146. <a href="/">refresh</a>
  147. <a href="/ask">ask</a>
  148. <a href="{text:link 1 url}">{text:link 1}</a>
  149. <a href="{text:link 2 url}">{text:link 2}</a>
  150. <a href="{text:link 3 url}">{text:link 3}</a>
  151. </div><br>
  152. <div id="description">{Description}
  153.  
  154. {block:Pagination}
  155. <div id="pagination">
  156. {block:PreviousPage}
  157. <a href="{PreviousPage}">«</a>
  158. {/block:PreviousPage}
  159.  
  160. {block:JumpPagination length="6"}
  161. {block:CurrentPage}
  162. <span class="current_page">{PageNumber}</span>
  163. {/block:CurrentPage}
  164.  
  165. {block:JumpPage}
  166. <a class="jump_page" href="{URL}">{PageNumber}</a>
  167. {/block:JumpPage}
  168. {/block:JumpPagination}
  169.  
  170. {block:NextPage}
  171. <a href="{NextPage}">»</a>
  172. {/block:NextPage}
  173. {/block:Pagination}
  174.  
  175. </div></div>
  176.  
  177. </div></center></i>
  178.  
  179.  
  180. </div>
  181.  
  182. <div id="entries">{block:Posts}<div id="post">
  183.  
  184. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  185.  
  186. {block:Photo}
  187. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  188. {/block:Photo}
  189.  
  190. {block:Photoset}
  191. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  192. {/block:Photoset}
  193.  
  194. {block:Quote}<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  195.  
  196. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  197.  
  198. {block:Chat}<i>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</i>
  199.  
  200. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  201.  
  202. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  203.  
  204. {block:Answer}<div id="questions">❝<b>{Asker}</b> sent: {Question}</div>
  205. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  206.  
  207. <div id="info">
  208. {block:Date}<a href="{Permalink}"> posted {TimeAgo}</a>{/block:Date}{/block:Date}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">(© {SourceLink}</a>){/block:ContentSource}</div>
  209.  
  210. <div id="tags">
  211. {block:HasTags} {block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  212.  
  213. </div>
  214. {block:PostNotes}{PostNotes}{/block:PostNotes}
  215. {/block:Posts}</div>
  216.  
  217.  
  218.  
  219. </div>
  220.  
  221. <div class="credit"><a href="http://sparksfalling.tumblr.com/"><img src="http://static.tumblr.com/61fvshe/FU4mj3dmf/credit.png"></a></div>
  222. </body>
  223.  
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement