Toolbar Themes

Toolbar Themes is a contributed module for Drupal 8. It includes a number of stylised themes that apply only to the Drupal 8 Toolbar.

The main purpose of this module was to replicate the old D7 Admin Menu style, since D8 cores toolbar takes up a lot of screen realestate and for power users the icons and most of the tabs are not required.

Conditional Stylesheets on Drupal 8

This module allows you to add "conditional-stylesheets" in a much simpler
manner, by adding lines to your theme's.info.yml file. The syntax for that is:

conditional-stylesheets:
 EXPRESSION:
   MEDIA:
     css/style.css

where

  • EXPRESSION can be any of the "downlevel-hidden" expressions specified in: About Conditional Comments
  • MEDIA can be any of the normal CSS media keywords

Overriding CSS for the entire website

Currently Themekey CSS does not have an option to override the CSS for the entire site but this can be easily achieved using the user: uid option.

First navigate to admin/config/user-interface/themekey and open the "Adding CSS Rule Chain" tab. Towards the bottom of the page is the New Rule section. If you have multiple rules then the first rule matched will apply its CSS file and the rest of the rules will be ignored, bear this in mind if your adding multiple rules.

Ember style guide

About this guide

This is the style guide for the Ember theme. Not all of it has yet been implemented. Your help is welcome!

Color

The colors in Ember theme are derived from the Acquia brand colors since Ember is (or will be) the theme for all Acquia sponsored distributions.

Color

Buttons and links

Links are in flux right now and the styling will probably change. Don't write any patches to CSS on links until further notice.

Tips, Tricks and Frequently Asked Questions

Please see the new documentation for Kalatheme 3.0 on Github: https://github.com/drupalprojects/kalatheme/wiki/Tips,-Tricks,-and-FAQ
Documentation below may be out of date for Kalatheme 3.0 install. Proceed at your own risk.

Pages

Subscribe with RSS Subscribe to RSS - css