MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
height:50px; | height:50px; | ||
text-align:center; | text-align:center; | ||
background: rgb( | background: rgb(248,249,250); | ||
background: -moz-linear-gradient( | background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); | ||
background: -webkit-linear-gradient( | background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); | ||
background: linear-gradient( | background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); | ||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="# | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1); | ||
} | } | ||
Line 44: | Line 44: | ||
font-size:11px; | font-size:11px; | ||
text-align:center; | text-align:center; | ||
background: rgb( | background: rgb(248,249,250); | ||
background: -moz-linear-gradient( | background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); | ||
background: -webkit-linear-gradient( | background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); | ||
background: linear-gradient( | background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); | ||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="# | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1); | ||
} | } | ||
Revision as of 01:55, 18 November 2020
/* CSS placed here will be applied to all skins */ .SkillBox { display: table-cell; } .BasicTable { background-color: #f8f9fa; color: #202122; border: 1px solid #a2a9b1; border-collapse: collapse; } .BasicTable td { border: 1px solid #a2a9b1; border-collapse: collapse; } .BasicTable th { border: 1px solid #a2a9b1; border-collapse: collapse; } .SDBZskill { width:80px; height:50px; font-weight:bold; font-size:11px; text-align:center; } .SDBZskillimage { height:50px; text-align:center; background: rgb(248,249,250); background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1); } .SDBZinput { width:280px; font-size:11px; text-align:center; background: rgb(248,249,250); background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1); } .SDBZdesc { width:300px; font-size:12px; text-align:center; } .SDBZingame { font-weight:italic; font-size:11px; text-align:center; }