Advertisement
Guest User

HTML Ajuda

a guest
Dec 13th, 2012
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4. <script src='http://code.jquery.com/jquery-1.4.4.min.js' type='text/javascript'/>
  5. <head>
  6. <link href='.' rel='shortcut icon'/>
  7. <title><data:blog.pageTitle/></title>
  8.  
  9. <b:include data='blog' name='all-head-content'/>
  10. <b:skin><![CDATA[/*
  11. /*
  12. -----------------------------------------------
  13. Nome: Nome do seu blog
  14. Design por: Nome do designer
  15. ----------------------------------------------- */
  16. /* Variable definitions
  17. ====================
  18. <Variable name="cordasidebar" description="Cor do Background da Sidebar"
  19. type="color" default="#1f9ddf" value="#1f9ddf">
  20. <Variable name="bgcolor" description="Page Background Color"
  21. type="color" default="#279cd8" value="#279cd8">
  22. <Variable name="textcolor" description="Text Color"
  23. type="color" default="#000000" value="#000000">
  24. <Variable name="linkcolor" description="Link Color"
  25. type="color" default="#000000" value="#000000">
  26. <Variable name="pagetitlecolor" description="Blog Title Color"
  27. type="color" default="#000000" value="#000000">
  28. <Variable name="descriptioncolor" description="Blog Description Color"
  29. type="color" default="#000000" value="#000000">
  30. <Variable name="titlecolor" description="Post Title Color"
  31. type="color" default="#16110D" value="#16110D">
  32. <Variable name="bordercolor" description="Border Color"
  33. type="color" default="#FDFDFD" value="#FDFDFD">
  34. <Variable name="sidebarcolor" description="Sidebar Title Color"
  35. type="color" default="#E7B99A" value="#E7B99A">
  36. <Variable name="sidebartextcolor" description="Sidebar Text Color"
  37. type="color" default="#000000" value="#000000">
  38. <Variable name="visitedlinkcolor" description="Visited Link Color"
  39. type="color" default="#1f9ddf" value="#1f9ddf">
  40. <Variable name="bodyfont" description="Text Font"
  41. type="font" default="normal normal 100% 'Palatino Linotype',Trebuchet,Verdana,Sans-serif" value="normal normal 100% IM Fell Double Pica SC">
  42. <Variable name="headerfont" description="Sidebar Title Font"
  43. type="font"
  44. default="normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
  45. <Variable name="pagetitlefont" description="Blog Title Font"
  46. type="font"
  47. default="normal bold 0% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif" value="normal bold 0% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif">
  48. <Variable name="descriptionfont" description="Blog Description Font"
  49. type="font"
  50. default="normal normal 0% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif" value="normal normal 0% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif">
  51. <Variable name="postfooterfont" description="Post Footer Font"
  52. type="font"
  53. default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
  54. */
  55. body {
  56. background: #FFFFFF url(Link do fundo do blog) fixed;
  57. ;
  58. color:#FFFFFF;
  59. font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
  60. font-size/* */:/**/small;
  61. font-size: /**/small;
  62. text-align: lcenter;
  63. }
  64. a:link {
  65. color:#000000;
  66. text-decoration:none;
  67. }
  68. a:visited {
  69. color:#000000;
  70. text-decoration:none;
  71. }
  72. a:hover {
  73. color:#000000;
  74. text-decoration:underline;
  75. }
  76. a {
  77. outline: none;
  78. }
  79. a img {
  80. border-width:0;
  81. }
  82. #navbar #Navbar1 iframe{
  83. display:none;
  84. visibility:none;
  85. }
  86. /* Header
  87. -----------------------------------------------
  88. */
  89. #header-wrapper {
  90. width:982px;
  91. height: Altura do cabeçalhopx;
  92. margin:0 auto 0px;
  93. border-bottom: 0px solid #63e812;
  94. }
  95.  
  96. #header {
  97. margin: 0px auto 0px;
  98. padding: 0px 0px 0px 0px;
  99. width:982px;
  100. height: Altura do cabeçalhopx;
  101. background: url(Link do cabeçalho) bottom center no-repeat;
  102. text-align: ;
  103. color: transparent;
  104. }
  105.  
  106. #header h1 {
  107. margin:0px auto 0px;
  108. padding: 0px 0px 0px 0px;
  109. line-height:1.2em;
  110. text-transform:capitalize;
  111. letter-spacing:.2em;
  112. font: normal normal 0% Trebuchet, Trebuchet MS, Arial, sans-serif;
  113. }
  114.  
  115. #header a {
  116. color:#ffffff;
  117. text-decoration:none;
  118. }
  119.  
  120. #header a:hover {
  121. color:#ffffff;
  122. }
  123.  
  124. #header .description {
  125. margin:0px auto 0px;
  126. padding: 0px 0px 0px 30px;
  127. max-width:895px;
  128. text-transform:capitalize;
  129. letter-spacing:.2em;
  130. line-height: 1.2em;
  131. font: 0px;
  132. color: #e6e6e6;
  133. }
  134.  
  135. #header-center{
  136. margin: 0px;
  137. border-bottom: 0px solid #bf0e0e;
  138. text-align: center;
  139. float:center;
  140. width:100%;
  141. color:#F2C888;
  142. }
  143. /* Outer-Wrapper
  144. ----------------------------------------------- */
  145. #outer-wrapper {
  146. width: 982px;
  147. margin:0 auto 0px;
  148. padding:0px;
  149. text-align:left;
  150. font: normal normal 88% Verdana, sans-serif;
  151. background-color:transparent;
  152. border: 0px solid #bf0e0e;
  153. -moz-border-radius:31px;
  154. -webkit-border-radius:31px;
  155. -goog-ms-border-radius:31px;
  156. }
  157.  
  158. #content-wrapper {
  159. background:transparent url(Link da sidebar) repeat scroll center top;
  160. }
  161.  
  162. #outerbottom-wrap1 {
  163. background: url() no-repeat left top;
  164. margin:0 0 px;
  165. padding:0px;
  166. }
  167. #outerbottom-wrap2 {
  168. background:url() no-repeat left bottom;
  169. margin:0 0 px;
  170. padding: 0px;
  171. }
  172.  
  173. #main-wrapper {
  174. margin-left: 0px;
  175. margin-right: 0px;
  176. margin-top: 0px;
  177. margin-bottom: 0px;
  178. border-left: 0px solid #bf0e0e;
  179. border-right: 0px solid #bf0e0e;
  180. border-bottom: 0px solid #bf0e0e;
  181. background: #ffffff repeat-y;
  182. width: Largura da area de postagempx;
  183. float: Lado da area de postagem;
  184. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  185. overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
  186. }
  187. #mainbottom-wrap1 {
  188. background:url() no-repeat left top;
  189. margin:0 0 px;
  190. padding:0px;
  191. }
  192. #mainbottom-wrap2 {
  193. background:url() no-repeat left bottom;
  194. margin:0 0 px;
  195. padding: 0px;
  196. }
  197. #sidebar-wrapper {
  198. margin-right: Margem direita da sidebarpx;
  199. margin-left: Margem esquerda da sidebarpx;
  200. margin-top: 0px;
  201. color: transparent;
  202. background-color: transparent;
  203. width: Tamanho da sidebarpx;
  204. float: Lado da sidebar;
  205. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  206. overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
  207. }
  208.  
  209. #newsidebar-wrapper {
  210. margin-left: 0px;
  211. _margin-left: 0px;
  212. margin-top: 0px;
  213. color: transparent;
  214. background-color: transparent;
  215. width: 208px;
  216. float: left;
  217. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  218. overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
  219. }
  220.  
  221. /* Headings
  222. ------------------------------------------------ */
  223. h2 {
  224. margin:1.5em 0 .75em;
  225. font:normal bold 95% Arial, sans-serif;
  226. line-height: 1.4em;
  227. text-transform:capitalize;
  228. letter-spacing:.2em;
  229. color:#000000;
  230. }
  231. /* Posts
  232. -----------------------------------------------
  233. */
  234. h2.date-header {
  235. text-align: center;
  236. font: normal normal 0% Verdana, sans-serif;
  237. color: transparent;
  238. }
  239. .post {
  240. padding: 9px 16px 15px;
  241. line-height: 1.4em;
  242. border:0px dotted #000000;
  243. }
  244. .post h3 {
  245. padding: 0 0 2px;
  246. font-size: 140%;
  247. font-weight: bold;
  248. line-height: 1.1em;
  249. color: #00000;
  250. border-bottom: 2px solid Cor escura do template;
  251. text-align:center;
  252. }
  253. .post h3 a, .post h3 a:visited, .post h3 strong {
  254. display:block;
  255. text-decoration: none;
  256. color: #000000;
  257. }
  258. .post h3 strong, .post h3 a:hover {
  259. color:#000000;
  260. color: #000000;
  261. }
  262. .post p {
  263. margin:10 0 .75em;
  264. line-height:1.1em;
  265. }
  266. .post-footer {
  267. background: Cor clara do template;
  268. margin: .75em 0;
  269. color:#FFFFFF;
  270. padding-left: 5px;
  271. text-transform:normal;
  272. letter-spacing:.1em;
  273. font: normal normal 86% 'Tahoma', Trebuchet, Trebuchet MS, Verdana, Sans-serif;
  274. font-weight: normal;
  275. line-height: 1.1em;
  276. border:3px solid Cor escura do template;
  277. text-align:center;
  278. }
  279. .comment-link {
  280. margin-left:.6em;
  281. color: #000000;
  282. }
  283. .post img {
  284. border: 3px solid Cor escura do template;
  285. text-align: center;
  286. background-color: Cor clara do template;
  287. padding: 4px 4px 4px 4px;
  288. margin: 0px 0px 0px 5px;
  289. moz-box-shadow: 1px 1px 10px #00f;
  290. -moz-border-shadow: 30pc;
  291. -khtml-border-radius: 10px;
  292. -webkit-border-radius: 10px;
  293. border-radius: 10px;
  294. -webkit-box-shadow: 5px 5px 0px 0px #cccccc;
  295. -moz-box-shadow: 5px 5px 0px 0px #cccccc;
  296. box-shadow: 5px 5px 0px 0px #cccccc; }
  297.  
  298. .post blockquote {
  299. height: 1%;
  300. display: block;
  301. clear: both;
  302. color: #000000;
  303. padding: 1em 1em;
  304. background-color: Cor clara do template;
  305. border: solid 3px Cor escura do template;
  306. border-radius: 7px;
  307. }
  308.  
  309. .post blockquote {
  310. height: 1%;
  311. display: block;
  312. clear: both;
  313. color: #000000;
  314. padding: 1em 1em;
  315. background-color: Cor clara do template;
  316. border: solid 3px Cor escura do template;
  317. border-radius: 7px;
  318. }
  319.  
  320. /* Comments
  321. ----------------------------------------------- */
  322. #comments h4 {
  323. padding-left: 10px;
  324. margin:1em 0;
  325. font-weight: bold;
  326. line-height: 1.4em;
  327. text-transform:uppercase;
  328. letter-spacing:.2em;
  329. color: #000000;
  330. }
  331. #comments li {
  332. padding-top: 0;
  333. padding-right: 0;
  334. padding-bottom: 1px;
  335. padding-left: 17px;
  336. background: url() no-repeat left 3px;
  337. }
  338. #comments-block {
  339. padding-left: 5px;
  340. margin:1em 0 1.5em;
  341. line-height:1.3em;
  342. }
  343. #comments-block .comment-author {
  344. padding-left: 5px;
  345. margin:.5em 0;
  346. }
  347. #comments-block .comment-body {
  348. padding-left: 5px;
  349. margin:.25em 0 0;
  350. }
  351. #comments-block .comment-footer {
  352. padding-left: 5px;
  353. margin:-.25em 0 2em;
  354. line-height: 1.4em;
  355. text-transform:uppercase;
  356. letter-spacing:.1em;
  357. }
  358. #comments-block .comment-body p {
  359. padding-left: 5px;
  360. margin:0 0 .75em;
  361. }
  362. .deleted-comment {
  363. padding-left: 5px;
  364. font-style:italic;
  365. color:gray;
  366. }
  367. #feed-links {
  368. padding-left: 5px;
  369. clear: both;
  370. line-height: 2.5em;
  371. text-indent:-9999em;
  372. }
  373. #blog-pager-newer-link {
  374. padding: 5px;
  375. float: left;
  376. }
  377. #blog-pager-older-link {
  378. padding: 5px;
  379. float: right;
  380. }
  381. #blog-pager {
  382. text-align: center;
  383. }
  384. /* Sidebar Content
  385. ----------------------------------------------- */
  386. .sidebar {
  387. color: #000000;
  388. background: transparent;
  389. line-height: 1.6em;
  390. margin:0px;
  391. }
  392. .sidebar h2 {
  393. text-align: center;
  394. color: #ffffff;
  395. height: 40px;
  396. margin:0px;
  397. padding-top: 5px;
  398. font-weight: bold;
  399. line-height: 3em;
  400. background: url(Link do title gadget) no-repeat left top;
  401. }
  402. .sidebar ul {
  403. list-style:none;
  404. margin:0px;
  405. padding:0 0 0;
  406. color:#2f96b9
  407. border-bottom : 1px solid Cor escura do template;
  408. }
  409. .sidebar li {
  410. margin:0px;
  411. padding:0 0 .50em 20px;
  412. text-indent:1px;
  413. line-height:1.5em;
  414. border-bottom : 2px solid Cor escura do template;
  415. background:transparent url(http://img227.imageshack.us/i/setinha.png/) no-repeat;}
  416. }
  417. .main .widget {
  418. margin: 0px;
  419. padding:0 0 0.9em;
  420. }
  421. .main .Blog {
  422. border-bottom-width: 0;
  423. }
  424. /* Profile
  425. ----------------------------------------------- */
  426. .profile-img {
  427. float: center;
  428. margin: 5px;
  429. padding: 4px;
  430. border: 1px solid #009933;
  431. }
  432. .profile-data {
  433. margin:5px;
  434. text-transform:uppercase;
  435. letter-spacing:.1em;
  436. font: normal normal 86% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  437. color: #000000;
  438. font-weight: bold;
  439. line-height: 1.2em;
  440. }
  441. .profile-datablock {
  442. margin:5px;
  443. }
  444. .profile-textblock {
  445. margin: 5px;
  446. line-height: 1.6em;
  447. }
  448. .profile-link {
  449. margin: 5px;
  450. font: normal normal 86% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  451. text-transform: uppercase;
  452. letter-spacing: .1em;
  453. }
  454. /* Footer
  455. ------------------------------------------------ */
  456. #footer {
  457. width:982px;
  458. height: Altura do rodapépx;
  459. clear:both;
  460. background:transparent url(Link do rodapé) no-repeat scroll left top;
  461. margin-top: 0px;
  462. padding-top:0px;
  463. line-height: 1.6em;
  464. text-transform:uppercase;
  465. letter-spacing:.1em;
  466. text-align: center;
  467. border-top: 0px solid #bf0e0e;
  468. }
  469.  
  470. /* Credit
  471. ------------------------------------------------ */
  472. #credit {
  473. width:900px;
  474. margin:0 auto;
  475. text-align: center;
  476. }
  477. /** Page structure tweaks for layout editor wireframe */
  478. body#layout #header {
  479. margin-left: 0px;
  480. margin-right: 0px;
  481. }
  482. #navbar-iframe { height: 0px; visibility: hidden; display: none; }
  483. .feed-links {
  484. clear: both;
  485. line-height: 2.5em;
  486. text-indent:-9999em;
  487. }
  488. ]]></b:skin>
  489.  
  490. <script src='http://code.jquery.com/jquery-1.4.4.min.js' type='text/javascript'/>
  491. <link href='http://hosthcp2.webs.com/jqueryhover.css' rel='stylesheet' type='text/css'/>
  492. <script type='text/javascript'>
  493. $(document).ready(function(){
  494.  
  495. $(&quot;img.a&quot;).hover(
  496. function() {
  497. $(this).stop().animate({&quot;opacity&quot;: &quot;0&quot;}, &quot;medium&quot;);
  498. },
  499. function() {
  500. $(this).stop().animate({&quot;opacity&quot;: &quot;1&quot;}, &quot;medium&quot;);
  501. });
  502.  
  503. });
  504. </script>
  505.  
  506. <link href='' rel='shortcut icon' type='image/png'/>
  507. <script>
  508. function click() {
  509. if (event.button==2||event.button==3) {
  510. oncontextmenu=&#39;return false&#39;;
  511. }
  512. }
  513. document.onmousedown=click
  514. document.oncontextmenu = new Function(&quot;return false;&quot;)
  515. </script>
  516. <script>
  517. function click() {
  518. if (event.button==2||event.button==3) {
  519. oncontextmenu=&#39;return false&#39;;
  520. }
  521. }
  522. document.onmousedown=click
  523. document.oncontextmenu = new Function(&quot;return false;&quot;)
  524. </script>
  525. <script language='JavaScript'>
  526. //Blocker1
  527. function clique() {if (event.button==2||event.button==3) {oncontextmenu=&#39;return false&#39;;}}
  528. document.onmousedown=clique
  529. document.oncontextmenu = new Function(&quot;return false;&quot;)
  530. </script>
  531. </head>
  532.  
  533. <body oncontextmenu='return false'>
  534.  
  535. <div id='outer-wrapper'><div id='wrap2'>
  536.  
  537. <!-- skip links for text browsers -->
  538. <span id='skiplinks' style='display:none;'>
  539. <a href='#main'>skip to main </a> |
  540. <a href='#sidebar'>skip to sidebar</a>
  541. </span>
  542.  
  543.  
  544. <div id='header-wrapper'> CÓDIGO DO CABEÇALHO MAPEADO
  545. <b:section id='header'>
  546.  
  547. </b:section>
  548. </div>
  549. <b:section class='header-center' id='header-center' maxwidgets='1' showaddelement='yes'/>
  550. <div id='content-wrapper'>
  551. <div id='page-footer'/>
  552. <div id='sidebar-wrapper'>
  553. <b:section class='sidebar' id='sidebar' preferred='yes'>
  554. <b:widget id='BlogArchive1' locked='false' title='Arquivo do blog' type='BlogArchive'/>
  555. <b:widget id='Followers1' locked='false' title='Seguidores' type='Followers'/>
  556.  
  557. </b:section>
  558. </div>
  559.  
  560. <div id='newsidebar-wrapper'>
  561. <b:section class='sidebar' id='newsidebar' preferred='yes'>
  562.  
  563. </b:section>
  564. </div>
  565.  
  566.  
  567. <div id='main-wrapper'>
  568. <b:section class='main' id='main' showaddelement='yes'>
  569. <b:widget id='Blog1' locked='true' title='Postagens no blog' type='Blog'/>
  570. </b:section>
  571. </div>
  572.  
  573. <!-- spacer for skins that want sidebar and main to be the same height-->
  574. <div class='clear'>&#160;</div>
  575.  
  576.  
  577. </div> <!-- end content-wrapper -->
  578.  
  579. <div id='footer-wrapper'>
  580. <b:section class='footer' id='footer'>
  581. </b:section>
  582. </div>
  583.  
  584. <div align='center' class='credit'>
  585. </div>
  586.  
  587. </div></div> <!-- end outer-wrapper -->
  588. <script type='text/javascript'>
  589. var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
  590. document.write(unescape(&quot;%3Cscript src=&#39;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#39; type=&#39;text/javascript&#39;%3E%3C/script%3E&quot;));
  591. </script>
  592. <script type='text/javascript'>
  593. try {
  594. var pageTracker = _gat._getTracker(&quot;UA-7250311-1&quot;);
  595. pageTracker._trackPageview();
  596. } catch(err) {}</script>
  597. </body>
  598. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement