Giter Site home page Giter Site logo

ares-webportal's Introduction

Build Status

AresMUSH

Virtual reality and 3D games may be the next big thing, but for almost thirty years, players have been creating their own online worlds using nothing but words and their imaginations on MUSHes. A MUSH is a multi-player online game that blends creative writing, improv acting, and role-playing into a unique interactive storytelling experience.

AresMUSH is a next-gen server platform that brings modern features to MUSH games: a fully-featured web portal and wiki, automated scene logging, web-based character creation, and more. With AresMUSH, you can launch your own MUSH game with no coding experience.

For more information see: http://www.aresmush.com

License

See License

ares-webportal's People

Contributors

criticalfault avatar dependabot[bot] avatar ember-tomster avatar lynnfaraday avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ares-webportal's Issues

CSS for all elements in custom CSS is stripped out of CSS output.

I'm unfamiliar with Ember and the rest of the tech stack that the web portal uses, so bear with me. I might just be doing things wrong, but it seems like the way the custom CSS section is generated will not allow for styling all selectors. The biggest usage of this would be to use an import statement to pull in a font from something like https://fonts.google.com and style the entire website with that font.

which is what I'm trying to do via Admin>Setup>Website>Custom CSS Style:

@import url("https://fonts.googleapis.com/css?family=Rajdhani");
/* Put any custom styles here.  They will override the default styles. */
* {
  font-family: 'Rajdhani', sans-serif;
}

produces this CSS (just an exerpt) in ares.css:

@charset "UTF-8";
/* -------------------------
BASIC CONTAINERS
------------------------- */
@import url("https://fonts.googleapis.com/css?family=Rajdhani");
.container {
  background-color: #3d65a3;
  margin: 0;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px; }
// ... rest is redacted for brevity
// And yet I didn't see the all selector (*) statement anywhere.

Should I be escaping the wildcard somehow?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.