begayisnotaproblem

theme 01

Sep 27th, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 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 1 by begayisnotaproblem , dont copy, be original !!!
  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="#EEEBD6" />
  9. <meta name="color:entry" content="#F8F5E1" />
  10.  
  11. <meta name="color:title" content="#695D51" />
  12. <meta name="color:sbar" content="#F8F6E9" />
  13. <meta name="color:text" content="#C0AEA0" />
  14. <meta name="color:link" content="#83786E" />
  15. <meta name="color:thover" content="#83786E" />
  16. <meta name="color:info" content="#83786E" />
  17. <meta name="color:credit" content="#83786E" />
  18.  
  19. <meta name="font:title"
  20. <meta name="font:body" content="arial" />
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:background" content="" />
  24.  
  25.  
  26.  
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  28. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  32. <style type="text/css">
  33.  
  34. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: left; font-size: 14px; background-image:url('{image:background}'); background-attachment: fixed; }
  35.  
  36. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  37. a:hover{color:{color:title}; background-color:{color:lhover}}
  38.  
  39. #entries{left:50%; margin-left:400px; margin-top:35px; width:500px}
  40.  
  41. #simg {margin-left:5px; margin-bottom:2px; margin-top:-2px; position: fixed}
  42. #simg img {max-width: 230px; height: auto; text-align:center}
  43.  
  44.  
  45. #simage2 {float: left; padding: 0px;}
  46. #simage2 img {display: inline; margin-right:3px; max-width:200px; height: auto; text-align:center; margin-bottom: 2px;}
  47.  
  48.  
  49. .sidebardescr{background-color: #000000; font-family: {font:title}; max-width: 2100px; color: #f9f9f9; margin: 5px 5px 2px 5px; padding:5px; text-align: justify}
  50.  
  51. #links{margin-left:160px; margin-top:-0px; font-family:verdana; font-size:9px; width:250px; position: fixed}
  52.  
  53.  
  54.  
  55. #stext {margin-left:5px; margin-top:115px;text-align:left; font-family:verdana; font-size:10px; width:250px; position: fixed}
  56.  
  57. .plink {font-size: 50px; font-family: {font:title}; margin-left: 200px; margin-top: 30px; padding: 2px;}
  58. .plink a{color: {color:text}; background-color: transparent;}
  59. .plink a:hover {color: {color:left}; background-color: transparent;}
  60.  
  61. #tbar {width:222px; height:1000px; margin-left:-70px; margin-top:-60px;position:fixed; overflow:hidden; background-color: {color:tbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  62.  
  63.  
  64. .tlinks a {width:120px; margin-top:0px; display:block; background-color:{color:thover}; margin:5px 0px -3px 14px; font:9px georgia; text-transform: lowercase; color:{color:link}; text-decoration: none; letter-spacing: 3px; text-align:center; padding:1px}
  65. .tlinks a:hover {background-color:{color:}}
  66.  
  67.  
  68.  
  69. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:3px}
  70.  
  71. .credit{clear: both; font-size: 2px; font-family: verdana; text-align: center; color:{color:credit}; margin-top: -20px; margin-left: 963px}
  72. .credit a{text-decoration: none;color:{color:credit}}
  73. .credit a:hover{color:{color:linkbackground}; background-color: transparent}
  74.  
  75. #pagination {font-family:{font:Body}; position: fixed; text-align:center; font-size:120px; margin-left: -190px; margin-top:-90px}
  76.  
  77.  
  78. .plink {font-size: 30px; font-family: {font:title}; padding: 2px;}
  79. .plink a{color: {color:text}; background-color: transparent;}
  80. .plink a:hover {color: {color:left}; background-color: transparent;}
  81.  
  82. h1{color:{color:title}; font-family:{font:title}; font-size:15px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  83.  
  84. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  85.  
  86. h3{color:{color:descr}; font-family:{font:georgia}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none ; margin:0px; padding:0px; margin-bottom:-0px; text-align:center}
  87.  
  88. #source {text-align: left}
  89.  
  90. #info {color: {color:info};font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center}
  91.  
  92. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  93. #questions a {color:{color:link}}
  94.  
  95. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  96.  
  97. b, strong{color:{color:title}}
  98. i, em {color:{color:link};}
  99. p{margin-top:5px; margin-bottom:5px}
  100. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  101.  
  102. img a{border:none; width:100%}
  103. .audio{background-color:black; display:block;}
  104.  
  105. .user_1 .label {color:{color:link}; font-weight:bold}
  106. .user_2 .label {color:{color:text}; font-weight:bold}
  107. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  108.  
  109. .notes img{width:10px; position:relative; top:1px;}
  110. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  111. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  112. </style>
  113. <style type="text/css">{CustomCSS}</style>
  114. </head>
  115.  
  116. <body>
  117. <div id="tbar">
  118.  
  119. <div id="tlinks">
  120. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  121. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  122. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  123. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  124. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  125. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  126. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}</div></div>
  127. <br>
  128.  
  129.  
  130.  
  131.  
  132. <div id="sbar">
  133. <div class="sidebardescr">
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141. <center>UMA FRASE
  142.  
  143.  
  144.  
  145.  
  146. </div>
  147. <div id="simg"><img src="{image:sidebar}"/></div>
  148. <div id="links"><center><a href="/">home</a> &bull;
  149. <center> <a href="/ask">ask me</a> &bull;<center><a href="link1">link1</a> &bull;<center><a href="link2">link2</a> &bull;<center><a href="link3">link3</a> &bull;<center><a href="link4">link4</a> &bull;<center><a href="link5">link5</a> &bull;
  150. </div>
  151. <div id="stext">
  152. {block:Description}{Description}{/block:Description}<br /><br /></div>
  153.  
  154. <div id="pagination">
  155. <div class="plink">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  156. {block:NextPage}<a href="{NextPage}">&raquo;</a> {/block:NextPage}{/block:Pagination}</div></div>
  157.  
  158.  
  159. <div class="credit">
  160. <center><br><font size="1">Adaptado por: begay<a href="http://begayisnotaproblem.tumblr.com/">♈</a>isnotaproblem , não copie, seja original !
  161. </div></div>
  162.  
  163. <div id="entries">
  164. {block:Posts}
  165. <div id="posts">
  166.  
  167. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  168. {block:Text}{Body}{/block:Text}
  169.  
  170. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  171.  
  172. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  173. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  174.  
  175. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  176. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  177.  
  178. {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}
  179.  
  180. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  181.  
  182. {block:Answer}<div id="questions">{Asker} whispered, "{Question}"</div>
  183. {Answer}{/block:answer}
  184.  
  185. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  186.  
  187. <div id="info"><a href="{Permalink}">{TimeAgo}</a> · {NoteCountWithLabel}{block:RebloggedFrom} · originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  188. {/block:Posts}
  189. {block:PostNotes}{PostNotes}{/block:PostNotes}
  190.  
  191.  
  192.  
  193.  
  194.  
  195. </div>
  196.  
  197.  
  198.  
  199. </body>
  200. </html>
Advertisement
Add Comment
Please, Sign In to add comment