invisibleowls

THEME 008

Apr 15th, 2012
11,716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 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.  
  3. <!-- theme 008 by invisibleowls
  4. DON'T REMOVE THE CREDIT -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="color:background" content="#f9f9f9" />
  13. <meta name="color:entry" content="#ffffff" />
  14. <meta name="color:sbar" content="#ffffff" />
  15. <meta name="color:text" content="#000000" />
  16. <meta name="color:link" content="#000000" />
  17. <meta name="color:lhover" content="#ffffff" />
  18. <meta name="color:nlinks" content="#ffffff" />
  19. <meta name="color:home" content="#eeeceb" />
  20. <meta name="color:ask" content="#3f3e3e" />
  21. <meta name="color:theme" content="#c9c7c6" />
  22. <meta name="color:Link 1" content="#bdbcbb" />
  23. <meta name="color:Link 2" content="#8f8e8e" />
  24. <meta name="color:Link 3" content="#4d4d4d" />
  25. <meta name="color:Link 4" content="#929292" />
  26. <meta name="text:Link One" content="/archive" />
  27. <meta name="text:Link One Title" content="archive" />
  28. <meta name="text:Link Two" content="" />
  29. <meta name="text:Link Two Title" content="" />
  30. <meta name="text:Link Three" content="" />
  31. <meta name="text:Link Three Title" content="" />
  32. <meta name="text:Link Four" content="" />
  33. <meta name="text:Link Four Title" content="" />
  34. <meta name="font:body" content="Georgia" />
  35. <meta name="font:title" content="Georgia" />
  36. <meta name="image:background" content="http://static.tumblr.com/..."/>
  37. <meta name="image:sidebar" content=""/>
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title>
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44. <style type="text/css">
  45.  
  46.  
  47. body {background-color:{color:background}; color:{color:text};
  48. font-family:{font:body};
  49. font-size:10px;
  50. line-height:100%;
  51. text-align:justify}
  52. img {border: 0}
  53.  
  54. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; font-family:{font:body}}
  55. a:hover{color:{color:lhover};}
  56.  
  57. #entries{width:514px; margin-left:360px; margin-top:15px; position:absolute;}
  58.  
  59. #entry {background-color:{color:entry}; margin-bottom:0px; padding:7px; border-bottom: 2px solid {color:link}}
  60. #entry:hover #info {display: block; opacity:1; margin-left: 510px;}
  61. #entry:hover .tags {display: block; opacity:1;}
  62.  
  63. #sidebarimg img {max-width: 250px; height: auto; text-align:center}
  64.  
  65. #sbar {width:250px; margin-left:80px; margin-top:200px; position:fixed; overflow:hidden; background-color: {color:sbar}; padding:10px; font-family:{font:body}; font-size:10px; line-height:115%;}
  66.  
  67. #sidebarlinks{float:left; position:fixed; text-align:right; width:150px; margin-left:-70px; padding-top:210px;}
  68.  
  69. #sidebarlinks a{background-color:{color:links}; padding:2px 20px 2px 20px; line-height:20px; color:{color:nlinks}; -webkit-transition-duration: 0.4s;}
  70.  
  71. #sidebarlinks a:hover{padding-right:35px; border-right:0px solid {color:links};}
  72.  
  73. #pagination {font-family:{font:body}; text-align:center; font-size:15px}
  74.  
  75. h1{font-size: 20px; font-family: {font:title}; letter-spacing: -1px; line-height: 20px; text-transform: uppercase; font-weight: normal; margin: 0 0 5px 0; border-bottom: 1px dotted {color:background}; text-align: center;}
  76. h1 a{color: {color:text}; text-decoration: none}
  77.  
  78. #info {position: absolute; margin-left: 510px; text-align: left; padding: 5px; opacity:0; -webkit-transition-duration: 0.4s; width: 100px; margin-top: -10px;}
  79. #notes {font:15px georgia; }
  80. .via {font:8px verdana; text-transform:uppercase; letter-spacing:0px; }
  81. .via a {font:8px verdana; letter-spacing:0px;}
  82. .tags {text-transform: lowercase; }
  83.  
  84. .asker {width: 490px; background-color: {color:background}; padding: 5px; font-size: 10px; font-weight: bold; color:{color:link}; text-transform: uppercase; line-height: 11px;}
  85. .asker img{float: left; padding: 0px 5px 0px 0px}
  86. .asker a{font-size: 10px; font-weight: bold; color:{color:link}; text-transform: uppercase; line-height: 11px; padding: 0; margin: 0}
  87. .asker a:hover{font-size: 10px; font-weight: bold; color:{color:bglink}; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0;}
  88.  
  89. .question {font-size: 10px; font-weight: normal; color:{color:text}; text-transform: none;}
  90. .answer {padding-left: 4px; padding-right: 4px; padding-top: 4px;}
  91. .answer img {max-width: 470px;}
  92.  
  93. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  94.  
  95. b, strong{color:{color:text}}
  96. i, em {color:{color:text}}
  97. p{margin-top:5px; margin-bottom:5px}
  98. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  99.  
  100. img a{border:none; width:100%}
  101. .audio{background-color:white; display:block;}
  102.  
  103. .chat {line-height: 12px; list-style: none; line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  104. .person1 {background-color:{color:Background}; color: {color:text}; }
  105. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  106. .person2 {color: {color:text} }
  107. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  108.  
  109. notes {max-width: 500px; margin: 0px; margin-left: 0px; padding: 0px; text-align: left}
  110. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px;}
  111. ol.notes li {margin: 0px; padding: 0px;}
  112.  
  113. .notes img{width:10px; position:relative; top:1px;}
  114. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  115.  
  116.  
  117. </style>
  118. <style type="text/css"></style>
  119.  
  120. </head>
  121.  
  122. <body>
  123.  
  124. <div id="sidebarlinks">
  125. <a href="/" style="background-color:{color:home};" >home</a><br>
  126. <a href="/ask" style="background-color:{color:ask};" >ask</a>{block:IfLinkOneTitle}<br><a href="{text:Link One}" style="background-color:{color:Link 1};">{text:Link One Title}</a>{/block:IfLinkOneTitle}{block:IfLinkTwoTitle}<br><a href="{text:Link Two}" style="background-color:{color:Link 2};">{text:Link Two Title}</a>{/block:IfLinkTwoTitle}{block:IfLinkThreeTitle}<br><a href="{text:Link Three}" style="background-color:{color:Link 3};">{text:Link Three Title}</a>{/block:IfLinkThreeTitle}{block:IfLinkFourTitle}<br><a href="{text:Link Four}" style="background-color:{color:Link 1};">{text:Link Four Title}</a>{/block:IfLinkFourTitle}<br><a href="http://invisibleowls.tumblr.com/" style="background-color:{color:theme};" target="_blank">theme</a>
  127. </div>
  128.  
  129. <div id="sbar">
  130. <div id="sidebarimg"><img src="{image:sidebar}"/></div>
  131. {block:Description}{Description}{/block:Description}<br><br>
  132. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  133. </div><BR>
  134.  
  135. <div id="entries">
  136. {block:Posts}
  137.  
  138. <div id="entry">
  139.  
  140. <div id="info">{block:NoteCount}<div id=notes>{NoteCountWithLabel}</div>{/block:NoteCount}{block:Date}<a href="{Permalink}">{Timeago}</a>{/block:Date}{block:RebloggedFrom}<p><div class="via">via <a href="{ReblogParentURL}">{ReblogParentName}</a></div>{/block:RebloggedFrom}{block:ContentSource}<div class="via">© <a href="{SourceURL}">{SourceLink}</div></a>
  141. {/block:ContentSource}<div class="tags"><p>
  142. {block:HasTags}<b>tagged:</b><br>{block:Tags}#<a href="/tagged/{tag}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  143. </div>
  144.  
  145.  
  146. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  147. {block:Text}{Body}{/block:Text}
  148.  
  149. {block:Quote}<h1>"{Quote}" — {Source}</h1>{/block:Quote}
  150.  
  151. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  152. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  153.  
  154. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  155. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  156.  
  157. {block:Chat}
  158. {block:Title}<h1>{Title}</h1>{/block:Title}
  159. <div class="chat">
  160. {block:Lines}
  161. <li class="person{UserNumber}">{block:Label}
  162. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  163. </div>
  164. {/block:Chat}
  165.  
  166. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  167.  
  168. {block:Audio}<span class="audio"><center>{AudioPlayerWhite}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  169.  
  170. {block:Answer}
  171. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}<div class="question">{Question}</div></div>
  172. <div class="answer"><blockquote>{Answer}</blockquote></div>
  173. {/block:Answer}
  174.  
  175. </div>
  176.  
  177. <BR>
  178. {/block:Posts}
  179. {block:PostNotes}{PostNotes}{/block:PostNotes}
  180.  
  181. </div>
  182.  
  183. </body>
  184. </html>
Advertisement
Add Comment
Please, Sign In to add comment