Commit 572e450f145a226b2e91746e56445c344774833d
1 parent
faeede73
Exists in
master
and in
9 other branches
Css custom Ajuda page.
Showing
1 changed file
with
39 additions
and
0 deletions
Show diff stats
pagina-artigos.css
| ... | ... | @@ -114,3 +114,42 @@ |
| 114 | 114 | .page-comment-form { |
| 115 | 115 | padding: 10px 0; |
| 116 | 116 | } |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | +hr { | |
| 121 | + border: 0; | |
| 122 | + height: 0; | |
| 123 | + border-top: 1px solid rgba(0, 0, 0, 0.1); | |
| 124 | + border-bottom: 1px solid rgba(255, 255, 255, 0.3); | |
| 125 | + margin: 30px 0; | |
| 126 | +} | |
| 127 | + | |
| 128 | +ol li { | |
| 129 | + margin-bottom: 5px; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.voltar-ao-topo { | |
| 133 | + margin-top: 1.915em; | |
| 134 | + text-align: right; | |
| 135 | +} | |
| 136 | + | |
| 137 | + | |
| 138 | +.voltar-ao-topo a { | |
| 139 | + padding-left: 20px; | |
| 140 | + background: url("++resource++brasil.gov.portal/img/voltar-topo.png") no-repeat left center; | |
| 141 | + color: #777; | |
| 142 | + font-size: 15px; | |
| 143 | +} | |
| 144 | + | |
| 145 | +.ancor { | |
| 146 | + text-decoration: none; | |
| 147 | + border-bottom: 1px dotted; | |
| 148 | + margin-right: 5px; | |
| 149 | +} | |
| 150 | + | |
| 151 | +.ancor:hover { | |
| 152 | + border-bottom: 1px solid; | |
| 153 | +} | |
| 154 | + | |
| 155 | + | ... | ... |