Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
.specialCase { | .specialCase { | ||
color: # | color: #FF6e6e; | ||
font-family: arial; | font-family: arial; | ||
font-size: | font-size: 84px; | ||
font-style: italic; | font-style: italic; | ||
margin-top: | margin-top: 104px; | ||
} | } | ||
Revision as of 05:31, 28 February 2022
/* CSS placed here will be applied to all skins */
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
width: 100%;
height: auto;
}
.specialCase {
color: #FF6e6e;
font-family: arial;
font-size: 84px;
font-style: italic;
margin-top: 104px;
}
.myDiv {
border: 10px outset white;
background-color: lightblue;
text-align: center;
}
.threejstarget {
border: 10px outset white;
background-color: lightblue;
text-align: center;
}