From Indigenous Peoples in Brazil
Revision as of 15:54, 6 February 2018 by Bruno (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .margem-left { margin-left: 10px; } .margem-right { margin-right: 10px; } .mw-body-content blockquote p { font-family:...")
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.margem-left {
margin-left: 10px;
}
.margem-right {
margin-right: 10px;
}
.mw-body-content blockquote p {
font-family: 'Ubuntu','Helvetica',Arial,Verdana,Helvetica,sans-serif;
color: #252525;
clear: none;
}
.mw-body-content blockquote small {
float: right;
font-style: normal;
}
.navbox ul {
font-size: 19px;
font-family: Ubuntu, Arial, sans-serif;
max-width: 700px;
}
.navbox ul > li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}
/* Predefinição Info-link */
.mw-body-content .list-group {
width: 100%;
padding: 5px;
}
@media (min-width: 768px) {
.mw-body-content .list-group {
margin: 5px 10px 5px 10px;
}
.mw-body-content .list-group-item {
margin: 5px;
width: 45%;
float: left;
}
}
@media (min-width: 992px) {
.mw-body-content .list-group {
width: 340px;
}
.mw-body-content .list-group-item {
width: 100%;
float: none;
}
}
/* Data de modificação no menu */
#data-publicacao p {
font-family: 'Ubuntu', 'Helvetica', Arial, Verdana, Helvetica, sans-serif;
color: #8a8a8a;
}