Skip to content
Snippets Groups Projects
Commit 689b5b3c authored by gnaegi's avatar gnaegi
Browse files

OO-651 simplified theme module inclusion for maintenance of third party themes

parent 0f61b41f
No related branches found
No related tags found
No related merge requests found
@charset "UTF-8";
/*
* =================================================
* Import of all submodules and includes, can be reused by other themes
* =================================================
*/
/* -------- OpenOLAT modules -------- */
@import "dd";
@import "accesscontrol";
@import "dialogs";
@import "tabpane";
@import "formsandbuttons";
@import "tables";
@import "develdebug";
@import "briefcase";
@import "wiki";
@import "forum";
@import "eportfolio";
@import "imscp";
@import "qpool";
@import "qti";
@import "translationtool";
@import "course";
@import "misc";
@import "feedandblog";
@import "im";
@import "portlets_boxes";
@import "library";
@import "coachingtool";
/* --------- CSS for JS libraries ------ */
@import "thirdparty";
@charset "UTF-8";
/*
* =================================================
* Import of all print and mobile overides of normal style
* =================================================
*/
/* ------- print -------- */
@import "p_basemod";
/* ------- mobile -------- */
@import "m_basemod";
source diff could not be displayed: it is too large. Options to address this: view the blob.
@charset "UTF-8";
/*
* =================================================
*
* main SASS file for OpenOLAT 8 theme
*
* @author strentini, sergio.trentini@frentix.com, www.frentix.com
* @date Nov. 2011
*
* also read themes.README!
*
* this file includes all other modules
* =================================================
*/
/* use the grey ext theme */
/*@import url(../../js/ext/resources/css/xtheme-gray.css);*/
* =================================================
*
* main SASS file for OpenOLAT theme
*
* @author strentini, sergio.trentini@frentix.com, www.frentix.com
* @date Nov. 2011
*
* also read themes.README!
*
* this file includes all other modules
* =================================================
*/
@import "license";
// default css import
//@import url(../../yaml/core/slim_base.css);
// default content styles. In separate file because also embedded in iframes
@import url(all/content.css);
/* --------------- */
/* -------- helpers ------- */
@import "definitions";
@import "mixins";
/* --------------- */
/* -------- icons and yaml modification ------- */
@import "icons";
@import "basemod";
/* -------- modules -------- */
@import "dd";
@import "accesscontrol";
@import "dialogs";
@import "tabpane";
@import "formsandbuttons";
@import "tables";
@import "develdebug";
@import "briefcase";
@import "wiki";
@import "forum";
@import "eportfolio";
@import "imscp";
@import "qpool";
@import "qti";
@import "translationtool";
@import "course";
@import "misc";
@import "feedandblog";
@import "im";
@import "portlets_boxes";
@import "library";
@import "coachingtool";
/* --------------- */
@import "thirdparty";
/* print & mobile, let's keep 'em down here... */
/* ------- print -------- */
@import "p_basemod";
/* -------- imports of all OO modules -------*/
@import "all_modules";
/* ------- mobile -------- */
@import "m_basemod";
/* -------- imports of all print and mobile overrides -------*/
@import "all_print_and_mobile";
#b_page_wrapper {
border-bottom: 0;
padding: 0 10px 0 10px;
@include o-box-shadow-none();
}
/*------------HEADER and LOGO --------- */
#b_header {
height: 50px;
#b_logo {
position: absolute;
top: 10px;
left: 0;
width: 120px;
height: 40px;
background: url('images/openolat_powerd_by_120x30.png') no-repeat;
}
}
\ No newline at end of file
src/main/webapp/static/themes/openolatexample/images/openolat_powerd_by_120x30.png

5.43 KiB

source diff could not be displayed: it is too large. Options to address this: view the blob.
@charset "UTF-8";
/* custom license */
@import "license";
// default css import
@import url(../../yaml/core/slim_base.css);
/* custom content styles used everywhere */
@import url(all/content.css);
/* --------------- */
/* -------- helpers ------- */
@import "definitions";
@import "mixins";
/* --------------- */
/* -------- icons and yaml modification ------- */
@import "icons";
@import "basemod";
/* -------- modules -------- */
@import "dd";
@import "accesscontrol";
@import "dialogs";
@import "tabpane";
@import "formsandbuttons";
@import "tables";
@import "develdebug";
@import "briefcase";
@import "wiki";
@import "forum";
@import "eportfolio";
@import "imscp";
@import "qti";
@import "translationtool";
@import "course";
@import "misc";
@import "feedandblog";
@import "im";
@import "portlets_boxes";
@import "library";
/* print & mobile, let's keep 'em down here... */
/* ------- print -------- */
@import "p_basemod";
/* ------- mobile -------- */
@import "m_basemod";
\ No newline at end of file
/* standard modules import */
@import "all_modules";
/* custom overrides of standard modules */
@import "all/mod.scss";
/* standard print and mobile overrides import */
@import "all_print_and_mobile";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment