Advertisement
girl-who-waited

THEME 2: HIS LOVE WILL CONQUER - left sidebar

Nov 14th, 2011
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 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 2: and his love will conquer.
  4. -->
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:background" content="#ededee" />
  9. <meta name="color:sidebar" content="#ffffff" />
  10. <meta name="color:entry" content="#f2f2f2" />
  11. <meta name="color:frontlink" content="#f2f2f2" />
  12. <meta name="color:ground" content="#f2f2f2" />
  13.  
  14. <meta name="color:title" content="#a0a0a0" />
  15. <meta name="color:text" content="#969696" />
  16. <meta name="color:link" content="#cc6666" />
  17. <meta name="color:backlink" content="#ededee" />
  18. <meta name="color:nhover" content="#ffffff" />
  19.  
  20. <meta name="text:link1" content="" /><meta name="text:titlelink1" content="" />
  21.  
  22. <meta name="font:title" content="Trebuchet MS" />
  23. <meta name="font:body" content="Trebuchet MS" />
  24.  
  25. <meta name="image:footimg" content=""/>
  26. <meta name="image:sidebackground" content=""/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:background" content="" />
  29. <meta name="image:header" content="" />
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36. <style type="text/css">
  37.  
  38. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-position: right; background-attachment:fixed; background-repeat: no-repeat; font-family: Trebuchet MS; font-size:11px; line-height:110%; text-align:justify}
  39.  
  40. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;border-bottom: 0px solid #f5ebe0;}
  41. a:hover{color:{color:title};border-bottom: 0px solid #161616; background-color:{color:backlink}}
  42.  
  43.  
  44.  
  45. /* ---------- seleção colorida --------- */
  46. ::-moz-selection {color:{color:link};background: #{color:sidebar};}
  47. ::selection {color: {color:link};background: #{color:sidebar};}
  48.  
  49.  
  50. #entries{left:50%; margin-left:342px; margin-top:-14px; width:510px; border: 0px solid #000000;}
  51.  
  52.  
  53. #pagination {display:block; background-color: {color:sidebar}; margin:0px 0px 0px 0px; font:15px Trebuchet MS; color:{color:text}; letter-spacing: -1px; text-align:center;padding: 2px; text-transform: case;width:244px; position: fixed; top: 42px; left: 80px;}
  54. #pagination a {text-decoration: none; color:{color:link};}
  55. #pagination a:hover {color:{color:link hover};}
  56.  
  57. #title {position: fixed; top: 5px; left: 80px; font-family: georgia;font-size: 15px;text-align:center;padding: 6px; text-transform: case; width:236px; height:22px; background-color: {color:sidebar};}
  58.  
  59. #port {width:50px; height:50px; position: fixed; left:10px; top:5px; overflow:hidden; background-color: {color:sidebar}; text-transform:lowercase; font-family: Trebuchet MS;font-size: 15px; padding:6px;}
  60.  
  61.  
  62. #sidetall {width:200px; height:800; position: fixed; top: -1px; left: 880px; background-color: {color:ground};}
  63.  
  64. #sidebar {width:298px; height:auto; position: fixed; top: 100px; left: 10px; overflow:hidden; background-color: {color:sidebar}; font-family:Trebuchet MS; font-size: 11px; line-height: 14px; padding:10px; -moz-border-radius: 0px 0px 0px 0px; text-transform: case; text-align:center; letter-spacing: 0px;}
  65.  
  66. #sidebarimg img {max-width: 295px; max-height:autopx; text-align:center;}
  67.  
  68. #footimg img {max-width: 200px; max-height:150px; text-align:center;}
  69.  
  70. #nav {position: fixed;top: 80px;left:10px;}
  71. #nav a {color: {color:text};width:304px; font-family: Trebuchet MS;font-size: 9px;line-height: 14px;display: inline;text-align: left;background-color: {color:frontlink};border-left: 0px solid;border-color: #F0F0F0;padding: 5px;line-height: 10px;letter-spacing: 1px;text-transform: uppercase; border-left:0px solid #161616; max-width: 253px;}
  72. #nav a:hover {background-color:{color:nhover}; border-left:0px solid {color:link}; color: {color:link}; max-width: 253px; }
  73.  
  74.  
  75. #navtwo {position: fixed;top: 78px;left:9px;}
  76. #navtwo a {color: {color:text};width:304px; font-family: Trebuchet MS;font-size: 10px;line-height: 14px;display: inline;text-align: left;background-color: {color:frontlink};border-left: 0px solid;border-color: #F0F0F0;padding: 7px;line-height: 10px;letter-spacing: 1px;text-transform: uppercase; border-left:0px solid #161616;max-width: 353px;}
  77. #navtwo a:hover {background-color:{color:nhover}; border-left:0px solid {color:link};max-width: 353px;}
  78.  
  79. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:5px}
  80.  
  81. h1{color:{color:title}; font-family:verdana; font-size:16px; line-height:17px; letter-spacing:-1px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  82.  
  83. h2{color:{color:title}; font-family:verdana; font-size:16px; line-height:14px; letter-spacing:-1px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  84.  
  85.  
  86. #info{background-color: {color:sidebar}; font-family:Trebuchet MS; font-size:11px; text-transform:lowercase; text-align:left; padding 0px; border-bottom: 15px solid {color:sidebar}; border-left: 15px solid {color:sidebar};}
  87.  
  88. #questions {background-color:{color:background}; color: {color:text}; padding:15px; margin-bottom:0px; font-family:Trebuchet MS; font-size:11px}
  89. #questions a {color:{color:link}}
  90.  
  91. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  92. blockquote img, blockquote a img {max-width: 490px}
  93.  
  94. g, strong{color:{color:link};}
  95. b, strong{color:{color:title};}
  96. i, em {color:{color:link};}
  97. p{margin-top:3px; margin-bottom:3px}
  98.  
  99. img a{border:none; width:100%}
  100. .audio{background-color:black; display:block;}
  101.  
  102. .user_1 .label {color:{color:link}; font-weight:bold}
  103. .user_2 .label {color:{color:text}; font-weight:bold}
  104. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  105.  
  106. .notes img{width:10px; position:relative; top:1px;}
  107. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  108. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:#009fe4;}
  109. </style>
  110. <style type="text/css">{CustomCSS}</style>
  111. </head>
  112.  
  113. <body>
  114.  
  115. <br><div id="port">
  116. <img src="{PortraitURL-48}"></a><br><br>
  117. </div></div>
  118.  
  119.  
  120. <div id="sidetall"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><div id="image:footimg"><img src="{image:footimg}"/></div>
  121.  
  122. <div id="title"><i><a href="{Permalink}">{Title}</a></i></div>
  123.  
  124. <div id="nav"> <a href="/">index</a><a href="/ask">askbox</a><a href="/archive">archive</a><a href="http://themesbyla.tumblr.com/">theme's credits</a>{block:iflink1}<a href="{text:link1}">{text:titlelink1}</a><br />{/block:iflink1}</div>
  125. <div id="navtwo5"></div>
  126.  
  127.  
  128. <div id="sidebar">
  129. <div id="sidebarimg"><img src="{image:sidebar}"/></div>
  130. {block:Description}{Description}{/block:Description}
  131. <br>
  132. </div>
  133.  
  134. <div id="pagination">
  135. {block:PreviousPage}
  136. <a href="{PreviousPage}"><</a>
  137. {/block:PreviousPage}
  138.  
  139.  
  140. {CurrentPage} of {TotalPages}
  141.  
  142. {block:NextPage}
  143. <a href="{NextPage}">></a>
  144. {/block:NextPage}
  145. </div>
  146. {/block:Pagination}</div>
  147. </div>
  148.  
  149. <div id="entries">
  150. {block:Posts}
  151. <div id="posts">
  152.  
  153. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  154. {block:Text}{Body}{/block:Text}
  155.  
  156. {block:Quote}<h2>"{Quote}"</h2>{/block:Quote}
  157. {block:Source}<div class="source">β€” {Source}</div>{/block:Source}
  158.  
  159. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  160. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  161.  
  162. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  163. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  164.  
  165. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  166.  
  167. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  168.  
  169. {block:Answer}<div id="questions"><img src="{AskerPortraitURL-24}" border="0" align="left"></td><td>{Asker} said: {Question}</div>
  170. {Answer}{/block:answer}
  171.  
  172. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  173. <div id="info">
  174. <br><a href="{Permalink}">{NoteCountWithLabel}</a> in {TimeAgo}
  175. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  176. <br>{block:RebloggedFrom}by <a href="{ReblogRootURL}">{ReblogRootName},</a>{/block:RebloggedFrom}
  177. {block:RebloggedFrom} reblogged from <a href="{ReblogParentURL}">{ReblogParentName}.</a>{/block:RebloggedFrom}
  178. </div></div>
  179. <br>{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  180. </div>
  181.  
  182. </body>
  183. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement