Commit cef0054b8117d597948a9f286e964635d048871d
1 parent
49188d27
Exists in
master
and in
9 other branches
Block "mais softwares" colors and position
Showing
1 changed file
with
55 additions
and
21 deletions
Show diff stats
page-inicial.css
| ... | ... | @@ -77,40 +77,74 @@ text-align: center; |
| 77 | 77 | border-radius:8px; |
| 78 | 78 | margin:11px 0px; |
| 79 | 79 | padding: 10px 0px; |
| 80 | + font-size: 14px; | |
| 80 | 81 | } |
| 81 | -#content .recent-documents-block .block-inner-2 { | |
| 82 | - background-color: #eeeff1; | |
| 83 | - border: 1px solid #c0c1c1; | |
| 84 | - border-radius:8px; | |
| 85 | - margin:11px 0px; | |
| 86 | - padding: 10px 0px; | |
| 87 | -} | |
| 88 | - | |
| 89 | 82 | |
| 90 | -#content .recent-documents-block .block-inner-2 .block-title{ | |
| 91 | - background-color: #eeeff1; | |
| 92 | - border-top:none; | |
| 93 | -} | |
| 94 | 83 | #sbp-information-softwares h2{ |
| 95 | - margin:10px; | |
| 84 | + text-align:left; | |
| 85 | + text-transform: uppercase; | |
| 86 | + color:#464A55; | |
| 87 | + padding:0px 0px 15px 20px; | |
| 96 | 88 | border-bottom:1px solid #c0c1c1; |
| 97 | 89 | } |
| 98 | 90 | |
| 99 | -#sbp-information-softwares ul li{ | |
| 100 | - margin-top: 20px; | |
| 101 | - margin-bottom: 20px; | |
| 102 | - border-bottom: 2px solid #ccc; | |
| 91 | +#title-mais-software{ | |
| 92 | + margin-left:10px; | |
| 103 | 93 | } |
| 104 | 94 | |
| 105 | -#sbp-information-softwares ul li a{ | |
| 106 | - padding:5px; | |
| 107 | - margin:5px; | |
| 95 | +#sbp-information-softwares li{ | |
| 96 | + border-bottom: 1px solid #ccc; | |
| 97 | + margin: 0; | |
| 98 | + min-height: 1em; | |
| 99 | + padding: 20px; | |
| 100 | + font-weight: bold; | |
| 101 | +} | |
| 102 | + | |
| 103 | + | |
| 104 | +#sbp-information-softwares li a { | |
| 105 | + color: #294266 !important; | |
| 106 | + font-weight: bold; | |
| 108 | 107 | } |
| 108 | + | |
| 109 | +#sbp-information-softwares li a:hover { | |
| 110 | + text-decoration: none; | |
| 111 | +} | |
| 112 | + | |
| 113 | + | |
| 109 | 114 | #list-categories{ |
| 110 | -margin:10px; | |
| 115 | + margin:20px; | |
| 116 | +} | |
| 117 | + | |
| 118 | +#list-categories p{ | |
| 119 | + color:#464A55; | |
| 111 | 120 | } |
| 121 | + | |
| 112 | 122 | #list-categories ul li{ |
| 113 | 123 | /*list-style:inside disc;*/ |
| 114 | 124 | /*margin-left:5px;*/ |
| 125 | + /*color:#30496A;*/ | |
| 115 | 126 | margin:10px 5px 5px 0px; |
| 116 | 127 | } |
| 128 | + | |
| 129 | +#list-categories li a{ | |
| 130 | + color:#294266 !important; | |
| 131 | + font-weight: bold; | |
| 132 | +} | |
| 133 | +#list-categories a:hover { | |
| 134 | + text-decoration: none !important; | |
| 135 | +} | |
| 136 | + | |
| 137 | +#footer-mais-software { | |
| 138 | + border-top:1px solid #c0c1c1; | |
| 139 | + padding: 10px 10px 0px 3px; | |
| 140 | + margin:0px; | |
| 141 | + text-align: right; | |
| 142 | + text-transform: uppercase; | |
| 143 | + font-size: 10px; | |
| 144 | + | |
| 145 | +} | |
| 146 | + | |
| 147 | +#footer-mais-software a { | |
| 148 | + color: #464A55 !important; | |
| 149 | + | |
| 150 | +} | ... | ... |