Commit c15b73a95649e6b560e18b36bc2a84fa2b8ba1a6

Authored by Juliana
1 parent e0479453

Create block "search to catalog software"

Showing 2 changed files with 52 additions and 0 deletions   Show diff stats
page-inicial.css 0 → 100644
... ... @@ -0,0 +1,50 @@
  1 +/*campo de busca pagina inicial*/
  2 +
  3 +#catalogo-software-search{
  4 + width: 100%;
  5 + background-color:#193A7D;
  6 +}
  7 +
  8 +#catalogo-software-search h1{
  9 + color:#FFFFFF !important;
  10 + border-bottom: none !important;
  11 + text-align: left;
  12 + margin:5px;
  13 + font-family:"open_sans", Arial;
  14 + font-weight: normal;
  15 + padding: 5px 0px 0px 0px;
  16 +
  17 +}
  18 +
  19 +#search-Gadget {
  20 + width:95%;
  21 + padding:5px;
  22 + margin:5px;
  23 + border-radius:4px;
  24 +
  25 +}
  26 +.searchButton-catalog{
  27 + background-color: #193A7D;
  28 + color:#FFFFFF;
  29 + margin:5px;
  30 + border:1px solid #FFFFFF;
  31 + border-radius: 4px;
  32 + padding:5px 20px;
  33 + text-transform: uppercase;
  34 + font-weight: bold;
  35 +
  36 +}
  37 +
  38 +#search-catalog-footer{
  39 + background-color:#172857;
  40 + color:#FFFFFF;
  41 + border-top:1px solid;
  42 + padding:2px;
  43 +}
  44 +#search-catalog-footer p{
  45 + margin:5px;
  46 + text-align:right;
  47 + text-transform: uppercase;
  48 +}
  49 +
  50 +/*fim bloco buscar no catalogo*/
0 51 \ No newline at end of file
... ...
style.css
... ... @@ -25,6 +25,8 @@
25 25 /****************** pagina de software ********************/
26 26 @import url(pagina_software.css);
27 27  
  28 +@import url(page-inicial.css);
  29 +
28 30  
29 31 /****************** Block Redes Sociais ********************/
30 32 @import url(redes_sociais.css);
... ...