page-inicial.css
1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/*campo de busca pagina inicial*/
#catalogo-software-search{
width: 100%;
background-color:#193A7D;
border-radius: 4px;
}
#catalogo-software-search h1{
color:#FFFFFF !important;
border-bottom: none !important;
text-align: left;
margin:5px;
font-family:"open_sans", Arial;
font-weight: normal;
padding: 5px 0px 0px 0px;
}
#search-Gadget {
width:95%;
padding:5px;
margin:5px;
border-radius:4px;
}
.searchButton-catalog{
background-color: #193A7D;
color:#FFFFFF;
margin:5px;
border:1px solid #FFFFFF;
border-radius: 4px;
padding:5px 20px;
text-transform: uppercase;
font-weight: bold;
}
#search-catalog-footer{
background-color:#172857;
color:#FFFFFF;
border-top:1px solid;
padding:2px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
}
#search-catalog-footer p{
margin:5px;
text-align:right;
text-transform: uppercase;
margin-right: 32px;
}
#bt_catalog-search::after {
content:'>';
position: absolute;
padding-left: 2px;
/*margin-top: -2px;*/
right: 10px;
width: 18px;
height: 20px;
color: #172857;
background: #eee;
border-radius: 4px;
font-size: 16px;
line-height: 20px;
text-align: center;
}
/*fim bloco buscar no catalogo*/
/*Bloco mais software*/
#mais-software-block{
width:auto;
}
#sbp-information-softwares ul li{
margin-top: 20px;
margin-bottom: 20px;
border-bottom: 2px solid #ccc;
}
#sbp-information-softwares ul li a{
padding:5px;
margin:5px;
}
#list-categories ul li{
list-style:inside disc;
margin-left:5px;
}