MediaWiki:Common.css: Difference between revisions

From go-ELSE
Jump to navigation Jump to search
No edit summary
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_wikilogo a {
.imagelink_elseprinciple a {
   width:500px;
   width:135px;
   height:500px;
   height:15px;
  display:block;
  text-decoration:none;
  background-image: url("https://go-else.org/images/b/b2/Autonomy_Boundary_Graphic_%281%29.png")
}
.imagelink_elseperspective a {
  width:135px;
  height:15px;
   display:block;
   display:block;
   text-decoration:none;
   text-decoration:none;
   background-image: url("https://go-else.org/images/b/b2/Autonomy_Boundary_Graphic_%281%29.png")  
   background-image: url("https://go-else.org/images/b/b2/Autonomy_Boundary_Graphic_%281%29.png")  
}
}

Revision as of 23:22, 26 January 2024

/* CSS placed here will be applied to all skins */
.imagelink_elseprinciple a {
  width:135px;
  height:15px;
  display:block;
  text-decoration:none;
  background-image: url("https://go-else.org/images/b/b2/Autonomy_Boundary_Graphic_%281%29.png") 
}
.imagelink_elseperspective a {
  width:135px;
  height:15px;
  display:block;
  text-decoration:none;
  background-image: url("https://go-else.org/images/b/b2/Autonomy_Boundary_Graphic_%281%29.png") 
}