Difference between revisions of "MediaWiki:Common.css"
From Space Engineers Wiki
(Created page with "→CSS placed here will be applied to all skins: .frontPageBoxLight { display: table-cell; -webkit-border-image: none; -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0p...") |
m |
||
Line 2: | Line 2: | ||
.frontPageBoxLight { | .frontPageBoxLight { | ||
display: table-cell; | display: table-cell; | ||
− | |||
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; | -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; | ||
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; | box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; | ||
Line 22: | Line 21: | ||
.frontPageBoxDark { | .frontPageBoxDark { | ||
display: table-cell; | display: table-cell; | ||
− | |||
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; | -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; | ||
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; | box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset; |
Revision as of 17:05, 26 March 2016
/* CSS placed here will be applied to all skins */
.frontPageBoxLight {
display: table-cell;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
background-color: #eeeeee;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border-color: #AFAFAF;
color: #333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
height: auto;
line-height: 20px;
margin: 3px 5px 3px 5px;
min-height: 20px;
padding: 9px;
}
.frontPageBoxDark {
display: table-cell;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
background-color: whiteSmoke;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border-color: #E3E3E3;
color: #333;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
height: auto;
line-height: 20px;
margin: 3px 5px 3px 5px;
min-height: 20px;
padding: 9px;
}