Difference between revisions of "MediaWiki:Common.css"
(148 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | body { background-color: #fff; } | |
− | |||
− | /* Troca | + | /* Troca estilos do conteúdo */ |
− | .ns-0 # | + | h1#firstHeading { font-family:"Tahoma"; color:#FFFFFF; font-size:1.5em; font-weight: bold; background-color:#55667F; margin-left:-23px; margin-right:-23px; padding-top:3px; padding-bottom:3px; padding-left:23px;} |
+ | .ns-0 #breadcrumbs { font-size:90%; padding-top:2px;} | ||
− | /* Troca | + | /* Troca estilos do logo */ |
− | + | div#p-logo { position:absolute; top:-90px; width: 250px; height: 72px;} | |
− | + | div#p-logo a { width: 99%; height: 100%;} | |
− | |||
− | |||
/* Remove links do Content */ | /* Remove links do Content */ | ||
− | li#ca- | + | li#ca-view { display: none; } /* Desabilita aba "Ler" */ |
− | li#ca-viewsource { display: none; } | + | li#ca-viewsource { display: none; } /* Desabilita aba "Ver código fonte" */ |
− | li#ca-history { display: none; } | + | li#ca-history { display: none; } /* Desabilita aba "Histórico" */ |
+ | div#left-navigation { display: none; } /* Desabilita todas as abas da esquerda /* | ||
+ | //li#ca-nstab-main { display: none; } | ||
+ | //li#ca-talk { display:none!important; } /* Desabilita aba de "Discussão" */ | ||
/* Remove links do Header */ | /* Remove links do Header */ | ||
Line 28: | Line 29: | ||
li#n-randompage { display: none; } | li#n-randompage { display: none; } | ||
li#n-help { display: none; } | li#n-help { display: none; } | ||
+ | #p-tb { display:none !important; } /*Remove todo o menu Ferramentas (TOOLBOX) da Sidebar*/ | ||
− | li# | + | /* Remove links do Footer */ |
− | li# | + | li#footer-info-viewcount, |
− | li# | + | li#footer-places-privacy, |
+ | li#footer-places-about, | ||
+ | li#footer-places-disclaimer, | ||
+ | li#footer-info-lastmod { display: none;} | ||
− | /* | + | /* Esconde numeração das TOCs */ |
− | + | .tocnumber { display: none; } | |
− | + | ||
− | + | /* Formatação do nivel 3 das TOCs */ | |
− | + | .toclevel-3 { padding:0px; margin:-5px; } | |
+ | .toclevel-3 .toctext { padding:0px; margin:0px; font-size:80%; } | ||
+ | |||
+ | /* Ajusta posição da Sidebar */ | ||
+ | div#mw-panel { top: 90px; } | ||
+ | |||
+ | /* Oculta o texto com percentual de tradução da página (tarefa #28781 do Redmine) */ | ||
+ | .mw-translate-page-info { display: none; } | ||
+ | |||
+ | /* Remove "HR" que aparece acima da barra de idiomas quando selecionamos o idioma Português */ | ||
+ | div#mw-content-text hr { display: none; } | ||
+ | |||
+ | /*Formata tabelas de images ilustrativas (desktop/mobile)*/ | ||
+ | .images-table { font-weight: bold; width: 100%; } | ||
+ | |||
+ | .images-table td { vertical-align: top; } | ||
+ | |||
+ | .images-table tr:nth-child(3) td { padding-top: 25px; } | ||
+ | |||
+ | .images-table tr:nth-child(odd) td { border-bottom: 1px solid rgba(0,0,0,0.2); } | ||
+ | |||
+ | .images-table tr:nth-child(even) td { padding-top: 10px; } | ||
+ | |||
+ | /* Posiciona o índice na direita das páginas que o possuem */ | ||
+ | .index-right { float: right; margin-left: 5px; } | ||
+ | |||
+ | /* Define largura da tabela de conteúdo */ | ||
+ | .content-table { width: 100%; } | ||
+ | .content-table td { height: 100px; } | ||
+ | |||
+ | /* Ajusta formatação dos links para o termo de uso e politica de privacidade */ | ||
+ | div#terms { display: flex; justify-content: center; } | ||
+ | div#terms > p { display: flex; justify-content: space-around; width: 50%; } | ||
+ | |||
+ | /* Remove opção de visualizar informações das imagens, quando clicadas */ | ||
+ | .fancybox-skin > .fancybox-title > .child { display: none; } | ||
+ | |||
+ | /* Formata os subtítulos das páginas */ | ||
+ | .page-subtitle { font-size: 18px; font-weight: bold } |
Latest revision as of 17:47, 27 June 2019
/* CSS placed here will be applied to all skins */ body { background-color: #fff; } /* Troca estilos do conteúdo */ h1#firstHeading { font-family:"Tahoma"; color:#FFFFFF; font-size:1.5em; font-weight: bold; background-color:#55667F; margin-left:-23px; margin-right:-23px; padding-top:3px; padding-bottom:3px; padding-left:23px;} .ns-0 #breadcrumbs { font-size:90%; padding-top:2px;} /* Troca estilos do logo */ div#p-logo { position:absolute; top:-90px; width: 250px; height: 72px;} div#p-logo a { width: 99%; height: 100%;} /* Remove links do Content */ li#ca-view { display: none; } /* Desabilita aba "Ler" */ li#ca-viewsource { display: none; } /* Desabilita aba "Ver código fonte" */ li#ca-history { display: none; } /* Desabilita aba "Histórico" */ div#left-navigation { display: none; } /* Desabilita todas as abas da esquerda /* //li#ca-nstab-main { display: none; } //li#ca-talk { display:none!important; } /* Desabilita aba de "Discussão" */ /* Remove links do Header */ li#pt-anonuserpage { display: none; } li#pt-anontalk { display: none; } /* Remove links da Sidebar */ li#n-portal { display: none; } li#n-currentevents { display: none; } li#n-recentchanges { display: none; } li#n-randompage { display: none; } li#n-help { display: none; } #p-tb { display:none !important; } /*Remove todo o menu Ferramentas (TOOLBOX) da Sidebar*/ /* Remove links do Footer */ li#footer-info-viewcount, li#footer-places-privacy, li#footer-places-about, li#footer-places-disclaimer, li#footer-info-lastmod { display: none;} /* Esconde numeração das TOCs */ .tocnumber { display: none; } /* Formatação do nivel 3 das TOCs */ .toclevel-3 { padding:0px; margin:-5px; } .toclevel-3 .toctext { padding:0px; margin:0px; font-size:80%; } /* Ajusta posição da Sidebar */ div#mw-panel { top: 90px; } /* Oculta o texto com percentual de tradução da página (tarefa #28781 do Redmine) */ .mw-translate-page-info { display: none; } /* Remove "HR" que aparece acima da barra de idiomas quando selecionamos o idioma Português */ div#mw-content-text hr { display: none; } /*Formata tabelas de images ilustrativas (desktop/mobile)*/ .images-table { font-weight: bold; width: 100%; } .images-table td { vertical-align: top; } .images-table tr:nth-child(3) td { padding-top: 25px; } .images-table tr:nth-child(odd) td { border-bottom: 1px solid rgba(0,0,0,0.2); } .images-table tr:nth-child(even) td { padding-top: 10px; } /* Posiciona o índice na direita das páginas que o possuem */ .index-right { float: right; margin-left: 5px; } /* Define largura da tabela de conteúdo */ .content-table { width: 100%; } .content-table td { height: 100px; } /* Ajusta formatação dos links para o termo de uso e politica de privacidade */ div#terms { display: flex; justify-content: center; } div#terms > p { display: flex; justify-content: space-around; width: 50%; } /* Remove opção de visualizar informações das imagens, quando clicadas */ .fancybox-skin > .fancybox-title > .child { display: none; } /* Formata os subtítulos das páginas */ .page-subtitle { font-size: 18px; font-weight: bold }