MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
/* Alternate colors bbee80ff  b0dd88ff #b2e080ff*/
/* Alternate colors bbee80ff  b0dd88ff #b2e080ff*/
.GoBlock{
.GoBlock{
background: #b0dd88ff;  
background: #cde7b1ff;  
border-radius: 3px;
border-radius: 3px;
display:inline-block;
display:inline-block;

Revision as of 12:49, 10 April 2021

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



/*Collection extension */
.onlyinprint {display: none}


/* lien and goblock */
/* Alternate colors bbee80ff  b0dd88ff #b2e080ff*/
.GoBlock{
background: #cde7b1ff; 
border-radius: 3px;
display:inline-block;
color:#333333;
font-family:arial;
font-size:0.9em;
box-sizing: border-box;
padding:0 8px;
text-align:center;
border: 1px solid rgba(0,0,0,0.05);
line-height:1.5em;
}


[[category:installation and configuration]]