In an effort to give our hosted services a cohesive style and to make our presence on the web more recognizable, we created this CSS framework and style guide by collaborating on colors, fonts, and element designs, aiming to meet accessibility standards and look cool while doing it!
There is both a full set of styles for starting from scratch, and a collection of just the variables for modifying a third-party web app's theme. They're hosted at this domain and you can import them anywhere like:
<head>
<!-- for the full experience -->
<link rel="stylesheet" href="https://design.cyberia.club/css/full.css">
<!-- for creating a skin -->
<link rel="stylesheet" href="https://design.cyberia.club/css/skin.css">
</head>...or...
@import url(https://design.cyberia.club/css/full.css);
@import url(https://design.cyberia.club/css/skin.css);Look through the other pages in the nav bar to see how to use it!