Difference between revisions of "MediaWiki:Common.css"

From PKC
Jump to navigation Jump to search
Line 10: Line 10:


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

Revision as of 08:55, 6 January 2022

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

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

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

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