Advertisement
stephaniesthemes

theme 2 by quiffstmas

Dec 20th, 2012
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 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:title" content="#8b8b8a"/>
  11. <meta name="color:border" content="f3f1f1"/>
  12. <meta name="color:text" content="#b6b5b5"/>
  13. <meta name="color:link" content="#a8a7a7"/>
  14. <meta name="color:linkhover" content="f1d65d"/>
  15.  
  16.  
  17. <meta name="font:title" content="" />
  18. <meta name="font:body" content="calibri" />
  19. <meta name="font:pagination" content="calibri" />
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23.  
  24. <!-- LINKS -->
  25. <meta name="text:Link 1 title" content="link 1" />
  26. <meta name="text:Link 1" content="/" />
  27. <meta name="text:Link 2 title" content="link 2" />
  28. <meta name="text:Link 2" content="/" />
  29. <meta name="text:Link 3 title" content="link 3" />
  30. <meta name="text:Link 3" content="/" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar-thumb:vertical {background-color: {color:text}; height:100px;}
  36.  
  37. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:text}; height:10px !important;}
  38.  
  39. ::-webkit-scrollbar {height:10px; width:7px; color: {color:text};}
  40.  
  41.  
  42.  
  43. /* --- BODY ---*/
  44.  
  45. body {background:{color:background}; margin:0px; color:{color:text}; font-family:cambria; font-size:9px; font-weight:normal;line-height:100%;}
  46.  
  47.  
  48. blockquote {
  49. border-left:1px solid #f8f8f8;
  50. padding-left:2px;
  51. margin:5px;
  52. }
  53.  
  54.  
  55. 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; }
  56.  
  57. a:hover {text-decoration:none; color:#676767;}
  58.  
  59. img {none;}
  60.  
  61.  
  62. #entries {padding:10px; width:500px; margin-left:500px; margin-top:50px;}
  63.  
  64. #post {width:500px; padding-bottom:30px;}
  65.  
  66.  
  67. /* --- SIDEBAR ---*/
  68.  
  69. #sidebar {width:212px; position:fixed; margin-left:-10px; margin-top:120px;}
  70.  
  71. #title {
  72. position:fixed;
  73. font-family:"consolas";
  74. color: {color:title};
  75. font-size:12px;
  76. text-transform:lowercase;
  77. margin-left:310px;
  78. margin-top:-13px;
  79. }
  80.  
  81. #sidebarimage {
  82. width: 120px;
  83. margin-left:310px;
  84. {block:iflightside}
  85. opacity:.80;
  86. {/block:iflightside}
  87. }
  88.  
  89. #sidebarimage img {
  90. width:120px;
  91. border: 1px solid;
  92. border-color: #c0c0c0;
  93. padding:3px;
  94. margin-left:0px;
  95. }
  96.  
  97.  
  98. #sidebarimage:hover .desc{
  99. opacity:.8;
  100. background:#ffffff;
  101. -moz-transition-duration:0.8s;
  102. -webkit-transition-duration:0.8s;
  103. -o-transition-duration:0.8s;
  104. }
  105.  
  106. h1{ color:{color:title}; font-size:12px; font-family:times new; text-transform:uppercase; margin-bottom:-2px;}
  107.  
  108. .desc {
  109. position:fixed;
  110. opacity:0;
  111. text-align:center;
  112. font-size:9px;
  113. color:{color:description};
  114. margin-top:4px;
  115. width:100px;
  116. margin-left:4px;
  117. padding:10px;
  118. height:140px;
  119. }
  120.  
  121. .lin{
  122. color:#c7c7c7;
  123. margin-top:0px;
  124. margin-left:-25px;
  125. padding: 8px;
  126. width:150px;
  127. line-height:10px;
  128. font-size:12px;
  129. text-transform:lowercase;
  130. font-weight:bold;
  131. }
  132.  
  133. .lin a:hover {
  134. background-color:#ffff00;
  135. -webkit-transition-duration: .90s;
  136. -moz-opacity:1;
  137. -khtml-opacity: 1;
  138. text-transform:lowercase;
  139. }
  140.  
  141. .linhover{
  142. background-color:transparent;
  143. position:fixed;
  144. width:100px;
  145. height:195px;
  146. margin-top:-30px;
  147. margin-left:308px;
  148. line-height:15px;
  149. padding:5px;
  150. opacity:0;
  151. transition: all 1s ease-out; letter-spacing: 1px;
  152. -o-transition: all 1s ease-out;
  153. -webkit-transition: all 1s ease-out;
  154. -moz-transition: all 1s ease-out;
  155. }
  156.  
  157. .linkhover:hover {
  158. text-align: center;
  159. background-color:#ffff00;
  160. opacity:1.0;
  161. transition: all 1s ease-out;
  162. -o-transition: all 1s ease-out;
  163. -webkit-transition: all 1s ease-out;
  164. -moz-transition: all 1s ease-out;
  165. }
  166.  
  167. #nav ul {
  168. padding:2px;
  169. margin:0px;
  170. width:100%;
  171. list-style:none;
  172. height:16px;
  173. line-height:16px;
  174. margin-top:16px;
  175. vertical-align:middle;
  176. text-align:center;
  177. }
  178.  
  179. #nav ul li {
  180. display:block;
  181. }
  182.  
  183. #nav ul li a {
  184. padding:3px;
  185. display:block;
  186. width:110px;
  187. font-size:13px;
  188. font-family:cambria;
  189. text-transform:lowercase;
  190. text-indent:7px;
  191. color:#c7c7c7;
  192. background-color:{color:navigation bg};
  193. vertical-align:middle;
  194. opacity:1;
  195. -webkit-transition-duration:.90s;
  196. -moz-opacity:1;
  197. -khtml-opacity: 1;
  198. }
  199.  
  200. #sidebar:hover .lin {opacity:1;}
  201. #sidebar:hover .linhover {opacity:1;}
  202.  
  203. #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:normal; text-align:left;}
  204.  
  205. .note {padding:0px 20px 0px 20px; background-color:#FFFFFF;text-transform:lowercase; letter-spacing:0px; font-size: 11px; font-style:normal; text-align:left; line-height:120%;}
  206.  
  207. .note li {list-style-type:none; padding:5px 25px 5px 25px; text-align:left;
  208. margin-left:30px; margin-top:-50px;}
  209.  
  210. #info {font-family:cambria; text-align:center; margin-top:5px; padding-top:5px; padding:5px; text-transform:lowercase; font-style:none; font-size:9px; line-height:80%; border-top: 1px solid #f8f8f8;}
  211.  
  212. #pagination {position:fixed; font-size:9px; text-align:left; margin-top:-6.5px; padding-right:5px; margin-left:202px;width:166px; font-style:normal; padding-left:5px;}
  213.  
  214. #tags {font-family:cambria; text-align:center; margin-top:-5px; padding-bottom:3px; text-transform:lowercase; font-style:none; font-size:9px;}
  215.  
  216. .credit {position:fixed; bottom:15px; right:15px; font: 12px 'Inconsolata'; background: #fcfcfc; color: #cccccc; border: 1px solid #f2f2f2; text-transform:uppercase; letter-spacing: 0px; padding: 5px; cursor: crosshair;}
  217. .credit a{color:{color:linkhovercolor}; opacity:0.8;}
  218. .credit a:hover{color:{color:link}; opacity:1.0;}
  219.  
  220. {CustomCSS}</style></head><body>
  221.  
  222.  
  223. <div id="sidebar">
  224.  
  225. <div id="pagination">
  226. {block:Pagination}
  227. <div id="pagination">
  228. {block:PreviousPage}
  229. <a href="{PreviousPage}">←</a>
  230. {/block:PreviousPage}
  231. {block:NextPage}
  232. <a href="{NextPage}"> →</a>
  233. {/block:NextPage}
  234. </div>
  235. {/block:Pagination}</div>
  236.  
  237. <div id="title">{Title}</div>
  238. <div id="sidebarimage"><div class="desc"><br><br>{Description}</div> <a href="/"><img src="{image:sidebar}"></a></div>
  239. <div class="linhover">
  240. <div class="lin">
  241. <div id="nav">
  242. <ul>
  243. <small>
  244. <a href="/">home</a> |
  245. <a href="/ask">mail</a> |
  246. {block:iflink1} <a href="{text:Link 1} |">{text:Link 1 Title}</a>{/block:iflink1}
  247. {block:iflink2} <a href="{text:Link 2} |">{text:Link 2 Title}</a>{/block:iflink2}
  248. {block:iflink3} <a href="{text:Link 3} |">{text:Link 3 Title}</a>{/block:iflink3}
  249. </small>
  250. </ul>
  251. </div>
  252. </div>
  253. </div>
  254. </div>
  255. </div>
  256.  
  257. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  258.  
  259. </div></center></i>
  260.  
  261.  
  262. </div>
  263.  
  264. <div id="entries">{block:Posts}<div id="post">
  265.  
  266. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  267.  
  268. {block:Photo}
  269. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  270. {/block:Photo}
  271.  
  272. {block:Photoset}
  273. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  274. {/block:Photoset}
  275.  
  276. {block:Quote}<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  277.  
  278. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  279.  
  280. {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>
  281.  
  282. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  283.  
  284. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  285.  
  286. {block:Answer}<div id="questions">❝<b>{Asker}</b> sent: {Question}</div>
  287. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  288.  
  289. <div id="info">
  290. {block:Date}shared on <a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> <br><br>{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">(© {SourceLink}</a>){/block:ContentSource}</div>
  291.  
  292. </div>
  293. {block:PostNotes}{PostNotes}{/block:PostNotes}
  294. {/block:Posts}</div>
  295.  
  296.  
  297.  
  298. </div>
  299. <div class="credit"><a href="http://quiffstmas.tumblr.com/"><img src="http://static.tumblr.com/61fvshe/FU4mj3dmf/credit.png"></a></div>
  300.  
  301. </body>
  302.  
  303. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement