Difference between revisions of "MediaWiki:Common.css"

From PKC
Jump to navigation Jump to search
Line 7: Line 7:
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
}
.specialCase {
  color: #6e6e6e;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}
}



Revision as of 05:26, 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: #6e6e6e;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  margin-top: 4px;
}

.myDiv {
  border: 10px outset white;
  background-color: lightblue; 
  text-align: center;
}

.threejstarget {
  border: 10px outset white;
  background-color: lightblue; 
  text-align: center;
}