Commit e17bb809b983f19e469e1e40ff251b5a43abeec5

Authored by Simiao Carvalho
1 parent 4173e3cf

Sitemap html and css

Showing 2 changed files with 150 additions and 2 deletions   Show diff stats
html-cms/sitemap.html 0 → 100644
... ... @@ -0,0 +1,81 @@
  1 +<div id="sitemap">
  2 +<div id="first-half">
  3 +<ul>
  4 +<a href="https://portal.softwarepublico.gov.br">Home</a>
  5 +</ul>
  6 +<ul>
  7 +<a href="https://portal.softwarepublico.gov.br/social/search/communities">Comunidades</a>
  8 +</ul>
  9 +<ul>
  10 +<a href="https://portal.softwarepublico.gov.br/social/search/software_infos">Catálogo de Software</a>
  11 +</ul>
  12 +<ul>
  13 +<a href="https://portal.softwarepublico.gov.br/social/spb">SPB</a>
  14 +<li>
  15 +<a href="https://portal.softwarepublico.gov.br/social/spb/o-que-e-o-software-publico">Entenda</a>
  16 +</li>
  17 +<li>
  18 +<a href="https://portal.softwarepublico.gov.br/social/spb/inicie-um-projeto">Inicie um projeto</a>
  19 +</li>
  20 +<li>
  21 +<a href="https://portal.softwarepublico.gov.br/social/spb/publique-seu-software">Publique seu software</a>
  22 +</li>
  23 +<li>
  24 +<a href="https://portal.softwarepublico.gov.br/social/spb/sobre-o-portal">Sobre</a>
  25 +</li>
  26 +<li>
  27 +<a href="https://portal.softwarepublico.gov.br/social/spb/noticias">Notícias</a>
  28 +</li>
  29 +<li>
  30 +<a href="https://portal.softwarepublico.gov.br/social/spb/contato">Contato</a>
  31 +</li>
  32 +</ul>
  33 +<ul>
  34 +<a href="https://portal.softwarepublico.gov.br/gitlab">Code</a>
  35 +<li>
  36 +<a href="https://portal.softwarepublico.gov.br/gitlab/public/projects">Public Projects</a>
  37 +</li>
  38 +<li>
  39 +<a href="https://portal.softwarepublico.gov.br/gitlab/profile">Profile</a>
  40 +</li>
  41 +<li>
  42 +<a href="https://portal.softwarepublico.gov.br/gitlab/projects/new">New Project</a>
  43 +</li>
  44 +<li>
  45 +<a href="https://portal.softwarepublico.gov.br/gitlab/dashboard/projects">Projects</a>
  46 +</li>
  47 +<li>
  48 +<a href="https://portal.softwarepublico.gov.br/gitlab/profile/groups">Group</a>
  49 +</li>
  50 +<li>
  51 +<a href="https://portal.softwarepublico.gov.br/gitlab/dashboard/issues">Issues</a>
  52 +</li>
  53 +<li>
  54 +<a href="https://portal.softwarepublico.gov.br/gitlab/dashboard/merge_requests">Merge Requests</a>
  55 +</li>
  56 +</ul>
  57 +</div>
  58 +<div id="second-half">
  59 +<ul>
  60 +<a href="https://portal.softwarepublico.gov.br/archives/thread/">Groups</a>
  61 +</ul>
  62 +<ul>
  63 +<a href="https://portal.softwarepublico.gov.br/social/search">Social</a>
  64 +<li>
  65 +<a href="https://portal.softwarepublico.gov.br/social/search/people">Users</a>
  66 +</li>
  67 +<li>
  68 +<a href="https://portal.softwarepublico.gov.br/social/search/communities">Communities</a>
  69 +</li>
  70 +</ul>
  71 +<ul>
  72 +<a href="https://portal.softwarepublico.gov.br/social/search">Ajuda</a>
  73 +</ul>
  74 +<ul>
  75 +<a href="https://portal.softwarepublico.gov.br/social/search">Paste</a>
  76 +</ul>
  77 +<ul>
  78 +<a href="https://portal.softwarepublico.gov.br/social/search">Versão Anterior</a>
  79 +</ul>
  80 +</div>
  81 +</div>
0 82 \ No newline at end of file
... ...
pagina-artigos.css
... ... @@ -7,6 +7,8 @@
7 7 font-size: 34px !important;
8 8 line-height: 37px !important;
9 9 margin-bottom: 10px !important;
  10 + border-bottom: 1px solid #D3D6DE !important;
  11 + padding-bottom: 10px !important;
10 12 }
11 13  
12 14 #content .main-block .article-body {
... ... @@ -107,8 +109,25 @@
107 109 color: #2C66CE;
108 110 }
109 111  
110   -#content .main-block #article-cat {
111   - font-size: 21px !important;
  112 +#content .main-block #article-cat a,
  113 +#content .main-block #article-cat h4{
  114 + float: left;
  115 + font-size: 12px !important;
  116 + margin: 10px 10px 10px 0;
  117 + text-decoration: initial;
  118 +}
  119 +
  120 +#content .main-block #article-cat a{
  121 + border: 1px solid #D3D6DE;
  122 + border-radius: 3px;
  123 + padding: 3px 10px;
  124 + color: #3E67B1;
  125 + background-color: #ECEDF1;
  126 +}
  127 +
  128 +#article-tags{
  129 + float: left;
  130 + margin-top: 11px;
112 131 }
113 132  
114 133 .page-comment-form {
... ... @@ -449,3 +468,51 @@ color: #F91461;
449 468 font-family: Arial;
450 469 line-height: 22px;
451 470 }
  471 +
  472 +#article-actions:last-child{
  473 + border-top: 4px solid #2C4B6B;
  474 + padding-top: 10px;
  475 +}
  476 +
  477 +#article-header .preview{
  478 + display: none;
  479 +}
  480 +
  481 +#article-header .title{
  482 + border-bottom: 1px solid #D3D6DE !important;
  483 + color: red ;
  484 +}
  485 +
  486 +#article-header .publishing-info span{
  487 + font-size: 12px;
  488 + color: black;
  489 +}
  490 +
  491 +#sitemap{
  492 + overflow: auto;
  493 +}
  494 +
  495 +#sitemap a{
  496 + text-decoration: initial !important;
  497 +}
  498 +
  499 +#sitemap ul{
  500 + padding-top: 20px;
  501 + font-weight: 700;
  502 +}
  503 +
  504 +#sitemap li{
  505 + padding-left: 10px;
  506 + font-weight: 500;
  507 +}
  508 +
  509 +#sitemap #first-half{
  510 + float: left;
  511 + width: 40%;
  512 +}
  513 +
  514 +#sitemap #second-half{
  515 + float: left;
  516 + padding-top: 50px;
  517 + width: 40%;
  518 +}
... ...