MediaWiki:Common.css: mudanças entre as edições

Ir para navegação Ir para pesquisar
fix indentation
Sem resumo de edição
(fix indentation)
 
/* Don't display some stuff on the main page */
.page-Wikincat_Home h1 { display: none; }
.page-Wikincat_Home #ca-talk { display: none; }
}
.page-Wikincat_Home #ca-talk {
display: none;
}
 
/* Center */
.center { text-align: center; }
text-align: leftcenter;
div.center div, div.center p, div.center table, div.center form {
}
text-align: left;
div.center div,
margin-left: auto;
div.center p,
margin-right: auto;
div.center table,
div.center form {
text-align: left;
margin-left: auto;
margin-right: auto;
}
 
}
 
.wikincatTable td, .wikincatTable th {
.wikincatTable th {
border: 1px solid #ddd;
padding: 8px;
}
 
.wikincatTable tr:nth-child(even){background-color: #f2f2f2;}{
background-color: #f9f9f9f2f2f2;
}
 
.wikincatTable tr:hover {background-color: #ddd;}
background-color: #ddd;
}
 
.wikincatTable th {
padding-bottom: 12px;
text-align: left;
background-color: #4CAF504caf50;
color: white;
}
 
/* Semantic Result Formats (filtered) */
.filtered { height: auto; }
height: auto;
 
.filtered-filters {
width: 25%;
background: #f9f9f9;
border-color: #f9f9f9;
/* border-radius: 5px; */
/* border-top-left-radius: 5px; */
/* border-top-right-radius: 5px; */
/* border-bottom-right-radius: 5px; */
/* border-bottom-left-radius: 5px; */
margin: 0 5px 0 0 !important;
padding: 5px;
float: left;
height: auto;
}
 
.filtered-viewsfilters {
width: 25%;
overflow: auto;
background: #f9f9f9;
overflow-x: auto;
border-color: #f9f9f9;
overflow-y: auto;
/* border-radius: 5px; */
padding: 0;
/* border-top-left-radius: 5px; */
margin: 0 0 0 0;
/* border-top-right-radius: 05px; */
/* border-topbottom-right-radius: 5px; */
height: auto;
/* border-rightbottom-widthleft-radius: 05px; */
margin: 0 5px 0 0 !important;
border-top-width: 0;
padding: 5px;
border-left-width: 0;
float: left;
border-bottom-width: 0;
height: auto;
}
 
.filtered-filtersviews {
overflow: auto;
overflow-x: auto;
overflow-y: auto;
padding: 0;
margin: 0 0 0 0;
border: 0;
height: auto;
border-leftright-width: 0;
border-top-width: 0;
/* border-bottom-left-radiuswidth: 5px0; */
/* border-bottom-right-radiuswidth: 5px0; */
}
 
.filtered-views-container {
padding: 0 0 0 0 !important;
}
 
.filtered-filters .filtered-value {
/* border-radius: 5px; */
margin: 5px 5px 11px 5px;
border: 1px solid #a7d7f9;
}
 
.filtered .filtered-filters {
border: 1px solid #ffffff;
}
 
.filtered .filtered-views {
border: 1px solid #ffffff !important;
}
 
.filtered-filters .filtered-value .filtered-value-label span {
background-color: #f9f9f9;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
 
.filtered-filters .filtered-value .filtered-value-switches {
font-size: 90%;
font-weight: normal;
border-bottom-color: #E8E8E8e8e8e8;
}
 
.filtered-filters .filtered-value .filtered-value-hide {
position: relative;
top: -2em;
width: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0;
margin-bottom: 0;
text-align: center;
background-color: #f9f9f9;
cursor: pointer;
font-size: 90%;
}
 
.filtered-filters .filtered-value .filtered-value-show {
position: relative;
top: -2em;
width: 10px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
background-color: #f9f9f9;
cursor: pointer;
text-align: center;
font-size: 90%;
}
 
.filtered-filters .filtered-value .filtered-value-option {
padding: 2px;
background-color: #f9f9f9;
display: block;
width: 97%;
}
 
.filtered .filtered-filters .filtered-filter .filtered-filter-label {
background: #f9f9f9;
}
 
.ns-0 #ca-talk { display: none; }
display: table-cellnone;
.searchresult {color: #888888; }
}
.searchresult {
.searchresult { color: #888888; }
}
 
/* DivTable.com */
.divTable {
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #EEEeee;
display: table-header-group;
}
.divTableCell, .divTableHead {
.divTableHead {
border: 1px solid #999999;
display: table-cell;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #EEEeee;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEEeee;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
 
.smwbuiltin a,
.smwbuiltin .new {
color: #ff8000;
}
/* implementing tabs: https://www.w3schools.com/howto/howto_js_tabs.asp */
https://alligator.io/css/collapsible */
.wrap-collapsible {
margin-bottom: 10px;
}
 
.wrap-collapsible input[type='"checkbox'"] {
display: none;
}
 
.lbl-toggle::before {
content: '" '";
display: inline-block;
 
border-left: 5px solid;
vertical-align: middle;
margin-right: 0.7rem;
transform: translateY(-2px);
 
transition: transform 0.2s ease-out;
}
 
max-height: 0;
overflow: hidden;
transition: max-height 0.25s ease-in-out;
}
 
 
/* WSSearchFront extension */
.wssearch--hit__date, .wssearch--hit__body {
.wssearch--hit__body {
display: none;
display: none;
}
 
 
.labelPrintContainer {
height: 237.3mm;
width: 208.2mm;
border: 0.1mm solid blue;
padding-top: 17mm;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
}
 
.labelUnit {
height: 33.9mm3mm;
width: 101.6mm2mm;
border: 0.1mm solid red;
border-radius: 0.1mm2mm;
margin-rightleft: 2.5mm;
margin-left: 2.5mm;
}
 
.labelUnit table {
height: 100%;
width: 100%;
}
 
 
.labelUnit table tr:nth-child(2) td:nth-child(1) {
line-height: 0.9;
text-align: right;
}
 

Menu de navegação