MediaWiki:Common.css: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .imagelink_cki_xds_tx a { background-image: url("https://wiki.ihe.net/images/d/d7/XDS-Actor-Transaction-b.jpg") text-de...")
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.imagelink_cki_xds_tx a {
.imagelink_cki_xds_tx a {
  width:701px;
  height:391px;
  display:block;
  text-decoration:none;
   background-image: url("https://wiki.ihe.net/images/d/d7/XDS-Actor-Transaction-b.jpg")  
   background-image: url("https://wiki.ihe.net/images/d/d7/XDS-Actor-Transaction-b.jpg")  
  text-decoration:none;
  display:block;
  height:391px;
  width:701px;
}
}

Latest revision as of 00:58, 11 January 2018

/* CSS placed here will be applied to all skins */
.imagelink_cki_xds_tx a {
  width:701px;
  height:391px;
  display:block;
  text-decoration:none;
  background-image: url("https://wiki.ihe.net/images/d/d7/XDS-Actor-Transaction-b.jpg") 
}