Commit 75bba56b by Saleem Latif Committed by GitHub

Merge pull request #2 from edx/master

Release Candidate 2016-09-28
parents 00123b2a 7b326f47
.idea/
edx-platform/**/cms/**/css/
edx-platform/**/lms/**/css/
Sample edX Themes
==========
This is a sample repository for edx themes.
Sample Themes for OpenEdx
=========================
This repository contains sample themes for LMS (Learning Management System), Studio and the E-Commerce service.
A more detailed description of how you apply themes to Studio, the LMS and the E-Commerce service and guidelines for theming templates, assets and styles can be found here_.
.. _here: http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/open-release-eucalyptus.master/configuration/changing_appearance/theming/index.html
Sample Themes for E-Commerce Service
====================================
This directory contains themes for E-Commerce Service,
following directory structure should be followed for each theme.
.. code-block:: text
themes
|
└─ my-theme
├── README.rst
├── static
| └── images
| | └── logo.png
| |
| └── sass
| └── partials
| └── utilities
| └── _variables.scss
|
└── templates
└── oscar
| └── dashboard
| └── index.html
└── 404.html
A more detailed description of how you apply themes to the E-Commerce service and guidelines for theming templates, assets and styles can be found here_.
.. _here: https://github.com/edx/ecommerce/blob/master/docs/theming.rst
Sample Themes for LMS and Studio
================================
This directory contains themes for LMS (Learning Management System) and Studio,
following directory structure should be followed for each theme.
.. code-block:: text
themes
|
└─ my-theme
├── README.rst
├─── lms
| ├── static
| | └── images
| | | └── logo.png
| | |
| | └── sass
| | └── partials
| | └── base
| | └── _variables.scss
| |
| └── templates
| └── footer.html
| └── header.html
└── cms
├── static
| └── images
| | └── studio-logo.png
| |
| └── sass
| └── partials
| └── _variables.scss
|
└── templates
└── login.html
A more detailed description of how you apply themes to Studio, the LMS and the E-Commerce service and guidelines for theming templates, assets and styles can be found here_.
.. _here: http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/open-release-eucalyptus.master/configuration/changing_appearance/theming/index.html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment