Advertisement
Son_Ivson

Modelo de Template - CP Agorinha

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