MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
/* lien and goblock */
/* lien and goblock */
.GoBlock{
.GoBlock{
background: rgb(207,234,153);
background: #b2ef71ff;
border-radius: 3px;
border-radius: 3px;
display:inline-block;
display:inline-block;

Revision as of 12:43, 10 April 2021

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



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


/* lien and goblock */
.GoBlock{
background: #b2ef71ff;
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]]