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

Página de Interface do MediaWiki
m (Estilo para referências)
m (Restaurando CSS que remove o título da página na página principal que o Critical quebrou com sua insensibilidade ao código anterior. Pelo menos ele pediu desculpas né)
 
(4 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 1: Linha 1:
/* Código CSS colocado aqui será aplicado a todos os temas */
/* CSS placed here will be applied to all skins */
/*************************/


/*Formatação da página principal*/
#editpage-copywarn {
.page-ProleWiki_Página_principal .firstHeading, .subpages
line-height: 1em;
{ display: none; }
margin-top: .75em;
}
 
.test01 {
text-align: center;
}
 
.mainpage-header{ /* gap between "contribute" and "news" got removed somehow, this adds it back*/
column-gap:1em;
align-items:stretch!important; /*makes all flex items have the same height*/
}
 
/* Wiki theming */
#siteSub { /* Size of text "From ProleWiki, the proletarian encyclopedia" below the title of the article. */
display: block;
font-size: 85% !important; /* Attaching !important because a new update did some shit it wasn't supposed to do */
}
.mw-body {
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
}
 
.page-ProleWiki_Página_principal .firstHeading,
.page-ProleWiki_Página_principal #siteSub {
display: none;  
}


#pw-mp-banner span
/*add icons to quick links in main page*/
{
.mainpage-articles>a:before,.mainpage-library>a:before,.mainpage-essays>a:before,.mainpage-categories>a:before,.mainpage-quotes>a:before,.mainpage-portals>a:before{
content: "";
width: 1.1rem;
height: 1.1rem;
background-size: 100%;
background-position: center;
opacity: var(--opacity-icon-base);
filter: var(--filter-invert);
margin-right: 0.2em;
background-repeat: no-repeat;
display: inline-block;
display: inline-block;
width: 100%;
object-fit: contain;
object-position: center;
content: url(https://shared.prolewiki.org/uploads/f/f9/Mainpageheader.png);
}
}


.page-Biblioteca_Teses_sobre_Feuerbach h3
.mainpage-articles>a:before{
background-image: url(/pw-conf/img/icons/articles.svg);
}
.mainpage-library>a:before{
background-image: url(/pw-conf/img/icons/library.svg);
}
.mainpage-essays>a:before{
background-image: url(/pw-conf/img/icons/essays.svg);
}
.mainpage-quotes>a:before{
background-image: url(/pw-conf/img/icons/quotes.svg);
}
.mainpage-categories>a:before{
background-image: url(/pw-conf/img/icons/categories.svg);
}
 
/*Site notice configuration*/
/* Removing messy CSS code from DismissableSiteNotice extension */
.mw-dismissable-notice-close {
display:none;
}
 
.mw-dismissable-notice-body {
margin:auto !important;
text-align:left;
}
/*Adding the box and items CSS*/
.sitenotice-box {
display: flex;
flex-direction: column;
padding: 20px;
width: 80%;
background: #efefef;
border-radius: 12px;
margin: auto;
}
 
.mw-body-content sub,
.mw-body-content sup,
.reference {
font-size: 80%;
}
 
.page-Library_Theses_on_Feuerbach .mw-body-content h3
{ text-align: center; }
{ text-align: center; }


Linha 26: Linha 99:
}
}


/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #a2a9b1;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavFrame div.NavHead {
line-height: 1.6em;
font-weight: bold;
background-color: #ccf;
position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
font-size: 100%;
}
a.NavToggle {
position: absolute;
top: 0;
/* @noflip */
right: 3px;
font-weight: normal;
font-size: 90%;
}


/* Infobox template style */
/* Default style for navigation boxes */
.infobox {
.navbox {                     /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
border-spacing: 3px;
width: 100%;
background-color: #f8f9fa;
clear: both;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
margin-top: -1px;        /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
line-height: 1.5em;
}
.infobox caption {
font-size: 125%;
font-weight: bold;
padding: 0.2em;
text-align: center;
text-align: center;
}
}
.infobox td,
th.navbox-group {             /* Group style */
.infobox th {
white-space: nowrap;
vertical-align: top;
/* @noflip */
/* @noflip */
text-align: left;
text-align: right;
}
.navbox,
.navbox-subgroup {
background-color: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em;
border-color: #fdfdfd;    /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background-color: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #ddddff;      /* Level 2 color */
}
}
.infobox.bordered {
.navbox-subgroup .navbox-group,
border-collapse: collapse;
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
background-color: #f7f7f7;     /* Even row striping */
}
}
.infobox.bordered td,
.navbox-odd {
.infobox.bordered th {
background-color: transparent; /* Odd row striping */
border: 1px solid #a2a9b1;
}
}
.infobox.bordered .borderless td,
.navbox .hlist td dl,
.infobox.bordered .borderless th {
.navbox .hlist td ol,
border: 0;
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


.infobox.sisterproject {
/* Reduce page jumps by hiding collapsed/dismissed content */
width: 20em;
.client-js .mw-special-Watchlist #watchlist-message,
font-size: 90%;
.client-js .NavFrame.collapsed .NavContent,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
display: none;
}
}


.infobox.standard-talk {
/* Style for horizontal lists (separator following item).
border: 1px solid #c0c090;
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
background-color: #f8eaba;
  @revision 8 (2016-05-21)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0;
display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
display: none;
}
/* Generate interpuncts */
.hlist dt:after {
content: ": ";
}
/**
* Note hlist style usage differd in
* the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
}
.infobox.standard-talk.bordered td,
.hlist dd:last-child:after,
.infobox.standard-talk.bordered th {
.hlist dt:last-child:after,
border: 1px solid #c0c090;
.hlist li:last-child:after {
content: none;
}
}
 
/* Add parentheses around nested lists */
/* styles for bordered infobox with merged rows */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.infobox.bordered .mergedtoprow td,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.infobox.bordered .mergedtoprow th {
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
border: 0;
content: " (";
border-top: 1px solid #a2a9b1;
font-weight: normal;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}
 
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.infobox.bordered .mergedrow td,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.infobox.bordered .mergedrow th {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
border: 0;
content: ")";
/* @noflip */
font-weight: normal;
border-right: 1px solid #a2a9b1;
}
}
 
/* Put ordinals in front of ordered list items */
/* Styles for geography infoboxes, eg countries,
.hlist ol {
  country subdivisions, cities, etc.            */
counter-reset: listitem;
.infobox.geography {
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
}
 
.hlist ol > li {
.infobox.geography  td,
counter-increment: listitem;
.infobox.geography  th {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
.hlist ol > li:before {
.infobox.geography .mergedtoprow th {
content: " " counter(listitem) "\a0";
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.2em 0.6em;
}
}
 
.hlist dd ol > li:first-child:before,
.infobox.geography .mergedrow td,
.hlist dt ol > li:first-child:before,
.infobox.geography .mergedrow th {
.hlist li ol > li:first-child:before {
border: 0;
content: " (" counter(listitem) "\a0";
padding: 0 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedbottomrow td,
/*CREATE ACCOUNT AND USER LOGIN CSS*/
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}


.infobox.geography .maptable td,
.page-Special_CreateAccount .firstHeading {
.infobox.geography .maptable th {
        width: 32rem;
border: 0;
        margin: 1.5em auto .4em;
padding: 0;
}
}
/*CREATE ACCOUNT AND USER LOGIN CSS*/


.page-Especial_Criar_conta .firstHeading {
.page-Special_UserLogin .firstHeading {
         width: 32rem;
         width: 32rem;
         margin: 1.5em auto .4em;
         margin: 1.5em auto .4em;
}
}
.page-Especial_Criar_conta .mw-ui-container {
.page-Special_UserLogin .mw-ui-container {
         width: 32rem;
         width: 32rem;
         margin: 3em auto;
         margin: 3em auto;
}
}
.page-Especial_Criar_conta .mw-ui-container #userloginForm {
.page-Special_UserLogin .mw-ui-container #userloginForm {
             float: unset;
             float: unset;
             margin: 0;
             margin: 0;
}
}
.page-Especial_Criar_conta .mw-ui-vform {
.page-Special_UserLogin .mw-ui-vform {
             margin: 2.5em auto 0;
             margin: 2.5em auto 0;
             width: 22rem;
             width: 22rem;
}
}
.page-Especial_Criar_conta .mw-createacct-benefits-container {
.page-Special_CreateAccount .firstHeading {
  display: none
}
 
.page-Especial_Entrar .firstHeading {
         width: 32rem;
         width: 32rem;
         margin: 1.5em auto .4em;
         margin: 1.5em auto .4em;
}
}
.page-Especial_Entrar .mw-ui-container {
.page-Special_CreateAccount .mw-ui-container {
         width: 32rem;
         width: 32rem;
         margin: 3em auto;
         margin: 3em auto;
}
}
.page-Especial_Entrar .mw-ui-container #userloginForm {
.page-Special_CreateAccount .mw-ui-container #userloginForm {
             float: unset;
             float: unset;
             margin: 0;
             margin: 0;
}
}
.page-Especial_Entrar .mw-ui-vform {
.page-Special_CreateAccount .mw-ui-vform {
             margin: 2.5em auto 0;
             margin: 2.5em auto 0;
             width: 22rem;
             width: 22rem;
}
.page-Special_CreateAccount .mw-createacct-benefits-container {
  display: none
}
}


.mw-body-content sub,
/*Special:Book CSS'ing (added by Collection)*/
.mw-body-content sup,
#collection-download-button{
.reference {
float:left;
font-size: 80%;
}
#downloadButton{
cursor:pointer;
}
.collection-maintenance-box{
display:none;
}
}

Edição atual tal como às 02h31min de 28 de abril de 2024

/* CSS placed here will be applied to all skins */
/*************************/

#editpage-copywarn {
	line-height: 1em;
	margin-top: .75em;
}

.test01 {
	text-align: center;
}

.mainpage-header{ /* gap between "contribute" and "news" got removed somehow, this adds it back*/
	column-gap:1em;
	align-items:stretch!important; /*makes all flex items have the same height*/
}

/* Wiki theming */
#siteSub {							/* Size of text "From ProleWiki, the proletarian encyclopedia" below the title of the article. */
		display: block;
		font-size: 85% !important;	/* Attaching !important because a new update did some shit it wasn't supposed to do */
} 
.mw-body {
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
}

.page-ProleWiki_Página_principal .firstHeading,  
.page-ProleWiki_Página_principal #siteSub { 
	display: none; 
}

/*add icons to quick links in main page*/
.mainpage-articles>a:before,.mainpage-library>a:before,.mainpage-essays>a:before,.mainpage-categories>a:before,.mainpage-quotes>a:before,.mainpage-portals>a:before{
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-size: 100%;
	background-position: center;
	opacity: var(--opacity-icon-base);
	filter: var(--filter-invert);
	margin-right: 0.2em;
	background-repeat: no-repeat;
	display: inline-block;
}

.mainpage-articles>a:before{
	background-image: url(/pw-conf/img/icons/articles.svg);
}
.mainpage-library>a:before{
	background-image: url(/pw-conf/img/icons/library.svg);
}
.mainpage-essays>a:before{
	background-image: url(/pw-conf/img/icons/essays.svg);
}
.mainpage-quotes>a:before{
	background-image: url(/pw-conf/img/icons/quotes.svg);
}
.mainpage-categories>a:before{
	background-image: url(/pw-conf/img/icons/categories.svg);
}

/*Site notice configuration*/
/* Removing messy CSS code from DismissableSiteNotice extension */
.mw-dismissable-notice-close {
	display:none;
}

.mw-dismissable-notice-body {
	margin:auto !important;
	text-align:left;
}
/*Adding the box and items CSS*/
.sitenotice-box {
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 80%;
	background: #efefef;
	border-radius: 12px;
	margin: auto;
}

.mw-body-content sub,
.mw-body-content sup,
.reference {
	font-size: 80%;
}

.page-Library_Theses_on_Feuerbach .mw-body-content h3
	{ text-align: center; }

/* Announcement style */

.announcement {
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
	margin: 0;
	padding: 4px;
	border: 1px solid #a2a9b1;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavFrame div.NavHead {
	line-height: 1.6em;
	font-weight: bold;
	background-color: #ccf;
	position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
	font-size: 100%;
}
a.NavToggle {
	position: absolute;
	top: 0;
	/* @noflip */
	right: 3px;
	font-weight: normal;
	font-size: 90%;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
	margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
	margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
	margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
	width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}
th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox,
.navbox-subgroup {
	background-color: #fdfdfd; /* Background color */
}
.navbox-list {
	line-height: 1.5em;
	border-color: #fdfdfd;    /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
	background-color: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background-color: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background-color: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
	background-color: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
	background-color: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .NavFrame.collapsed .NavContent,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
	display: none;
}

/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0;
	display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
	display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}
/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}
/**
 * Note hlist style usage differd in
 * the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */
.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}
.hlist ol > li {
	counter-increment: listitem;
}
.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}

/*CREATE ACCOUNT AND USER LOGIN CSS*/

.page-Special_CreateAccount .firstHeading {
        width: 32rem;
        margin: 1.5em auto .4em;
}

.page-Special_UserLogin .firstHeading {
        width: 32rem;
        margin: 1.5em auto .4em;
}
.page-Special_UserLogin .mw-ui-container {
        width: 32rem;
        margin: 3em auto;
}
.page-Special_UserLogin .mw-ui-container #userloginForm {
            float: unset;
            margin: 0;
}
.page-Special_UserLogin .mw-ui-vform {
            margin: 2.5em auto 0;
            width: 22rem;
}
.page-Special_CreateAccount .firstHeading {
        width: 32rem;
        margin: 1.5em auto .4em;
}
.page-Special_CreateAccount .mw-ui-container {
        width: 32rem;
        margin: 3em auto;
}
.page-Special_CreateAccount .mw-ui-container #userloginForm {
            float: unset;
            margin: 0;
}
.page-Special_CreateAccount .mw-ui-vform {
            margin: 2.5em auto 0;
            width: 22rem;
}
.page-Special_CreateAccount .mw-createacct-benefits-container {
  display: none
}

/*Special:Book CSS'ing (added by Collection)*/
#collection-download-button{
	float:left;
}
#downloadButton{
	cursor:pointer;
}
.collection-maintenance-box{
	display:none;
}