Usr 578aa632-439b-4c41-9266-776323ba9ad2/common.css: Difference between revisions

From VRChat Wiki
(Created page with ".ns-3000 .mw-page-title-separator { display: none; } .ns-3000 .mw-page-title-namespace { font-size: 0px; } .ns-3000 .mw-page-title-namespace::before { content: ""; }")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
   display: none;
   display: none;
}
}
/*
.ns-3000 .mw-page-title-namespace {
.ns-3000 .mw-page-title-namespace {
   font-size: 0px;
   font-size: 0px;
}
}
.ns-3000 .mw-page-title-namespace::before {
.ns-3000 .mw-page-title-namespace::before {
  content: "";
content: "";
    
   background-image: url(https://wiki-files.vrchat.com/IconOnly_CL_Portal.png);
width: 30px;
height: 30px;
display: inline-block;
background-size: contain;
margin: 0 6px -4px 0;
background-repeat: no-repeat;
}
}
*/

Latest revision as of 04:11, 3 September 2024

.ns-3000 .mw-page-title-separator {
  display: none;
}

/*
.ns-3000 .mw-page-title-namespace {
  font-size: 0px;
}
.ns-3000 .mw-page-title-namespace::before {
	content: "";
  background-image: url(https://wiki-files.vrchat.com/IconOnly_CL_Portal.png);
width: 30px;
height: 30px;
display: inline-block;
background-size: contain;
margin: 0 6px -4px 0;
background-repeat: no-repeat;
}
*/