Gaslight: Difference between revisions

Teeth (talk | contribs)
no page was created. click "Create" to create this page.
 
Tag: Undo
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
There is currently no text in this page. You can [https://wiki.pronounmail.com/wiki/Special:Search/Gaslight search for this page title] in other pages, [https://wiki.pronounmail.com/index.php?title=Special:Log&page=Gaslight search the related logs], or [https://wiki.pronounmail.com/index.php?title=Gaslight&action=edit create this page].
There is currently no text in this page. You can [https://wiki.pronounmail.com/index.php?search=Gaslight&fulltext=1 search for this page title] in other pages, [https://wiki.pronounmail.com/index.php?title=Special:Log&page=Gaslight search the related logs], or [https://wiki.pronounmail.com/index.php?title=Gaslight&action=edit create this page].
{{#css:
{{#css:
.mw-parser-output a.external {
.mw-parser-output a.external {
   background-image: unset;
   background-image: unset;
   padding-right: unset;
   padding-right: unset;
}
#ca-view, #ca-viewsource, #ca-history, #ca-delete, #ca-move, #footer-info, #t-recentchangeslinked, #t-permalink, #t-cite, .patrollink, #wikiPreview > .mw-content-ltr {
    display: none;
}
#ca-ve-edit > a {
  span {
    display: none;
  }
  &::after {
    content: "Create";
  }
}
}


Line 22: Line 35:
     content: "Create source";
     content: "Create source";
   }
   }
}
.wikiEditor-ui-text textarea {
  opacity: 0;
}
.ve-ce-surface p {
  display: none;
}
}
}}
}}