├── less
├── bootswatch
│ ├── custom-bootswatch.less
│ ├── global
│ │ ├── global.less
│ │ └── build.less
│ ├── classic
│ │ ├── bootswatch.less
│ │ └── variables.less
│ ├── bootstrap
│ │ ├── bootswatch.less
│ │ └── variables.less
│ ├── united
│ │ └── bootswatch.less
│ ├── shamrock
│ │ └── bootswatch.less
│ ├── journal
│ │ └── bootswatch.less
│ ├── cerulean
│ │ └── bootswatch.less
│ ├── simplex
│ │ └── bootswatch.less
│ ├── cyborg
│ │ └── bootswatch.less
│ ├── cosmo
│ │ └── bootswatch.less
│ ├── amelia
│ │ └── bootswatch.less
│ ├── spacelab
│ │ └── bootswatch.less
│ ├── readable
│ │ └── bootswatch.less
│ ├── flatly
│ │ └── bootswatch.less
│ └── superhero
│ │ └── bootswatch.less
├── moodle
│ ├── yui_fixes.less
│ ├── editor.less
│ ├── reports.less
│ ├── reader.less
│ ├── userprofile.less
│ ├── tables.less
│ ├── bootstrapoverride.less
│ ├── new.less
│ ├── login.less
│ ├── navs.less
│ ├── debug.less
│ ├── buttons.less
│ ├── chat.less
│ ├── enrolment.less
│ ├── responsive.less
│ ├── user.less
│ ├── badges.less
│ ├── undo.less
│ ├── blocks.less
│ └── tags.less
├── bootstrap3
│ ├── component-animations.less
│ ├── wells.less
│ ├── breadcrumbs.less
│ ├── close.less
│ ├── thumbnails.less
│ ├── utilities.less
│ ├── jumbotron.less
│ ├── media.less
│ ├── pager.less
│ ├── bootstrap.less
│ ├── badges.less
│ ├── labels.less
│ ├── code.less
│ ├── alerts.less
│ ├── grid.less
│ ├── progress-bars.less
│ ├── print.less
│ ├── pagination.less
│ ├── responsive-utilities.less
│ ├── tooltip.less
│ ├── scaffolding.less
│ ├── list-group.less
│ ├── popovers.less
│ ├── modals.less
│ └── buttons.less
├── editor.less
├── README
└── moodle.less
├── pix
├── bg
│ ├── body.jpg
│ ├── logo.png
│ ├── header.png
│ ├── loginbg_samples
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ └── 4.jpg
│ └── slide_samples
│ │ ├── shop.jpg
│ │ ├── subway.jpg
│ │ └── sundet.jpg
├── favicon.ico
├── fp
│ ├── alias.png
│ ├── check.png
│ ├── cross.png
│ ├── help.png
│ ├── link.png
│ ├── link_sm.png
│ ├── logout.png
│ ├── refresh.png
│ ├── search.png
│ ├── setting.png
│ ├── add_file.png
│ ├── alias_sm.png
│ ├── dnd_arrow.gif
│ ├── download_all.png
│ ├── path_folder.png
│ ├── create_folder.png
│ ├── path_folder_rtl.png
│ ├── view_icon_active.png
│ ├── view_list_active.png
│ ├── view_tree_active.png
│ ├── view_list_active.svg
│ ├── view_tree_active.svg
│ ├── view_icon_active.svg
│ ├── create_folder.svg
│ ├── add_file.svg
│ ├── logout.svg
│ ├── refresh.svg
│ ├── download_all.svg
│ ├── search.svg
│ ├── help.svg
│ └── setting.svg
├── modern.jpg
├── sprite.png
├── bootstrap.png
├── modern_lrg.jpg
├── modern_sml.jpg
├── moodlelogo.png
├── screenshot.jpg
├── coursenoimage.jpg
├── glyphicons-halflings.png
├── yui2-treeview-sprite-rtl.gif
├── glyphicons-halflings-white.png
├── horizontal-menu-submenu-indicator.png
├── vertical-menu-submenu-indicator.png
└── readme_moodle.txt
├── fonts
├── FontAwesome.otf
├── fontawesome.eot
├── fontawesome.ttf
├── fontawesome.woff
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.ttf
└── glyphicons-halflings-regular.woff
├── pix_core
└── moodlelogo.gif
├── .gitignore
├── javascript
├── fitvid.js
├── blocks.js
├── html5shiv.js
├── reader.js
└── respond.min.js
├── style
├── README
├── sidebar.css
├── tinymce-rtl.css
├── nprogress.css
├── yui2-rtl.css
├── forms-rtl.css
└── login2.css
├── package.json
├── thirdpartylibs.xml
├── history.txt
├── version.php
├── renderers.php
├── layout
├── popup.php
├── includes
│ ├── standard_login.php
│ └── quicklinks.php
├── embedded.php
├── maintenance.php
└── secure.php
├── renderers
├── maintenance_renderer.php
└── block_settings_renderer.php
├── jquery
├── plugins.php
├── fitvids-1.0.3.js
├── jquery.cookie.js
└── backstretch_2.0.4.js
└── readme_moodle.txt
/less/bootswatch/custom-bootswatch.less:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/pix/bg/body.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/body.jpg
--------------------------------------------------------------------------------
/pix/bg/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/logo.png
--------------------------------------------------------------------------------
/pix/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/favicon.ico
--------------------------------------------------------------------------------
/pix/fp/alias.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/alias.png
--------------------------------------------------------------------------------
/pix/fp/check.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/check.png
--------------------------------------------------------------------------------
/pix/fp/cross.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/cross.png
--------------------------------------------------------------------------------
/pix/fp/help.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/help.png
--------------------------------------------------------------------------------
/pix/fp/link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/link.png
--------------------------------------------------------------------------------
/pix/modern.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/modern.jpg
--------------------------------------------------------------------------------
/pix/sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/sprite.png
--------------------------------------------------------------------------------
/pix/bg/header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/header.png
--------------------------------------------------------------------------------
/pix/bootstrap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bootstrap.png
--------------------------------------------------------------------------------
/pix/fp/link_sm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/link_sm.png
--------------------------------------------------------------------------------
/pix/fp/logout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/logout.png
--------------------------------------------------------------------------------
/pix/fp/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/refresh.png
--------------------------------------------------------------------------------
/pix/fp/search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/search.png
--------------------------------------------------------------------------------
/pix/fp/setting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/setting.png
--------------------------------------------------------------------------------
/pix/modern_lrg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/modern_lrg.jpg
--------------------------------------------------------------------------------
/pix/modern_sml.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/modern_sml.jpg
--------------------------------------------------------------------------------
/pix/moodlelogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/moodlelogo.png
--------------------------------------------------------------------------------
/pix/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/screenshot.jpg
--------------------------------------------------------------------------------
/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/fonts/fontawesome.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/fonts/fontawesome.eot
--------------------------------------------------------------------------------
/fonts/fontawesome.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/fonts/fontawesome.ttf
--------------------------------------------------------------------------------
/pix/coursenoimage.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/coursenoimage.jpg
--------------------------------------------------------------------------------
/pix/fp/add_file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/add_file.png
--------------------------------------------------------------------------------
/pix/fp/alias_sm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/alias_sm.png
--------------------------------------------------------------------------------
/pix/fp/dnd_arrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/dnd_arrow.gif
--------------------------------------------------------------------------------
/fonts/fontawesome.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/fonts/fontawesome.woff
--------------------------------------------------------------------------------
/pix/fp/download_all.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/download_all.png
--------------------------------------------------------------------------------
/pix/fp/path_folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/path_folder.png
--------------------------------------------------------------------------------
/pix_core/moodlelogo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix_core/moodlelogo.gif
--------------------------------------------------------------------------------
/pix/fp/create_folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/create_folder.png
--------------------------------------------------------------------------------
/pix/fp/path_folder_rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/path_folder_rtl.png
--------------------------------------------------------------------------------
/pix/bg/loginbg_samples/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/loginbg_samples/1.jpg
--------------------------------------------------------------------------------
/pix/bg/loginbg_samples/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/loginbg_samples/2.jpg
--------------------------------------------------------------------------------
/pix/bg/loginbg_samples/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/loginbg_samples/3.jpg
--------------------------------------------------------------------------------
/pix/bg/loginbg_samples/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/loginbg_samples/4.jpg
--------------------------------------------------------------------------------
/pix/fp/view_icon_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/view_icon_active.png
--------------------------------------------------------------------------------
/pix/fp/view_list_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/view_list_active.png
--------------------------------------------------------------------------------
/pix/fp/view_tree_active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/fp/view_tree_active.png
--------------------------------------------------------------------------------
/pix/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/glyphicons-halflings.png
--------------------------------------------------------------------------------
/pix/bg/slide_samples/shop.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/slide_samples/shop.jpg
--------------------------------------------------------------------------------
/pix/bg/slide_samples/subway.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/slide_samples/subway.jpg
--------------------------------------------------------------------------------
/pix/bg/slide_samples/sundet.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/bg/slide_samples/sundet.jpg
--------------------------------------------------------------------------------
/pix/yui2-treeview-sprite-rtl.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/yui2-treeview-sprite-rtl.gif
--------------------------------------------------------------------------------
/pix/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/pix/horizontal-menu-submenu-indicator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/horizontal-menu-submenu-indicator.png
--------------------------------------------------------------------------------
/pix/vertical-menu-submenu-indicator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DBezemer/moodle-theme_modern/master/pix/vertical-menu-submenu-indicator.png
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | .DS_Store?
3 | ._*
4 | .Spotlight-V100
5 | .Trashes
6 | Icon?
7 | ehthumbs.db
8 | Thumbs.db
9 | *.psd
10 | *.bak
11 |
--------------------------------------------------------------------------------
/less/bootswatch/global/global.less:
--------------------------------------------------------------------------------
1 | @iconSpritePath: "../img/glyphicons-halflings.png";
2 | @iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
--------------------------------------------------------------------------------
/javascript/fitvid.js:
--------------------------------------------------------------------------------
1 | /*
2 | FitVid will dynamically fit embedded video in Moodle
3 | */
4 | $(document).ready(function(){
5 | $(".mediaplugin").fitVids();
6 | });
7 |
--------------------------------------------------------------------------------
/style/README:
--------------------------------------------------------------------------------
1 | These css files are created from .less files via the method described in the readme
2 | in the /theme/bootstrap/less/ folder. It's unwise to directly the edit the css files as your changes
3 | may be overwritten.
4 |
--------------------------------------------------------------------------------
/style/sidebar.css:
--------------------------------------------------------------------------------
1 | #sidebar-wrapper {
2 | left: 0px;
3 | top: 55px;
4 | padding-bottom: 25px;
5 | background: [[setting:headingcolor]];
6 | position: fixed;
7 | height: 100%;
8 | overflow-y: auto;
9 | z-index: 1000;
10 | }
--------------------------------------------------------------------------------
/less/moodle/yui_fixes.less:
--------------------------------------------------------------------------------
1 | // we might be able to just turn these off for 2.5 see bug MDL-????
2 | input[type=text],input[type=password],textarea {
3 | width:auto;
4 | }
5 | th,
6 | td {
7 | border: 0 solid #fff;
8 | }
9 |
10 |
11 |
--------------------------------------------------------------------------------
/less/bootswatch/classic/bootswatch.less:
--------------------------------------------------------------------------------
1 | // The Bootstrap 2.3 theme for Bootstrap 3
2 |
3 | // note this relative path only resolves when moved to the
4 | // root 'bootswatch' folder by the grunt swatch task
5 | @import "../bootstrap3/theme";
6 |
7 |
8 |
--------------------------------------------------------------------------------
/less/bootswatch/global/build.less:
--------------------------------------------------------------------------------
1 | @import "../bower_components/bootstrap/less/bootstrap.less";
2 | @import "variables.less";
3 | @import "../global/global.less";
4 | @import "bootswatch.less";
5 | @import "../bower_components/bootstrap/less/utilities.less";
--------------------------------------------------------------------------------
/less/bootswatch/bootstrap/bootswatch.less:
--------------------------------------------------------------------------------
1 | // This file intentionally left blank
2 |
3 | // This file is used to overwrite .less files from
4 | // bootswatches to allow you to revert to standard
5 | // bootstrap3 by running:
6 | // grunt swatch --name=bootstrap
7 |
--------------------------------------------------------------------------------
/less/bootswatch/bootstrap/variables.less:
--------------------------------------------------------------------------------
1 | // This file intentionally left blank
2 |
3 | // This file is used to overwrite .less files from
4 | // bootswatches to allow you to revert to standard
5 | // bootstrap3 by running:
6 | // grunt swatch --name=bootstrap
7 |
--------------------------------------------------------------------------------
/less/bootswatch/classic/variables.less:
--------------------------------------------------------------------------------
1 | // This file intentionally left blank
2 |
3 | // Only the bootswatch.less file in the same directory is needed
4 | // to provide the .less rules, this file is function mostly to
5 | // overwrite the variables.less files of other themes when
6 | // this one is used
7 |
--------------------------------------------------------------------------------
/less/moodle/editor.less:
--------------------------------------------------------------------------------
1 | // Over ride bootstrap editor CSS.
2 |
3 | body {
4 | margin: 8px;
5 | }
6 | .container .moodleSkin img.mceIcon {
7 | display: block;
8 | height: auto;
9 | width: auto;
10 | }
11 | .container .moodleSkin img.mceIcon {
12 | display: block;
13 | height: auto;
14 | width: auto;
15 | }
16 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "description": "Grunt tasks for Moodle Bootstrap theme.",
3 | "devDependencies": {
4 | "grunt": "~0.4.2",
5 | "grunt-contrib-less": "~0.9.0",
6 | "grunt-contrib-watch": "~0.5.3",
7 | "grunt-exec": "~0.4.3",
8 | "grunt-text-replace": "~0.3.11",
9 | "grunt-css-flip": "~0.2.0",
10 | "grunt-contrib-copy": "~0.5.0"
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/less/moodle/reports.less:
--------------------------------------------------------------------------------
1 | /* reports.less */
2 |
3 | // The home for small tweaks to reports that don't require
4 | // changes drastic enough to pull in the full module css
5 | // and replace it completely.
6 |
7 | #page-report-participation-index .participationselectform div label { // Using 'div' here to override the report styles.css
8 | display: inline;
9 | margin: 0 5px 0 0;
10 | }
11 |
--------------------------------------------------------------------------------
/less/moodle/reader.less:
--------------------------------------------------------------------------------
1 | .yui3-panel .readerpanel{
2 | .yui3-widget-hd {
3 | padding: @panel-body-padding;
4 | background: @panel-primary-heading-bg;
5 | height: @navbar-height;
6 | }
7 | // Fighting YUI classes KAPOW!!!
8 | .yui3-widget-hd .yui3-button-close {
9 | .btn;
10 | .btn-default;
11 | .btn-sm;
12 | width: auto;
13 | height: auto;
14 | &:before {
15 | content: inherit;
16 | }
17 | }
18 | div[role=main] {
19 | padding: 0 10px;
20 | }
21 | }
--------------------------------------------------------------------------------
/style/tinymce-rtl.css:
--------------------------------------------------------------------------------
1 | /** Fix TinyMCE editor right to left **/
2 |
3 | .dir-rtl .clearlooks2.ie9 .mceAlert .mceMiddle span,
4 | .dir-rtl .clearlooks2 .mceConfirm .mceMiddle span {
5 | top: 44px;
6 | }
7 |
8 | .dir-rtl .o2k7Skin table,
9 | .dir-rtl .o2k7Skin tbody,
10 | .dir-rtl .o2k7Skin a,
11 | .dir-rtl .o2k7Skin img,
12 | .dir-rtl .o2k7Skin tr,
13 | .dir-rtl .o2k7Skin div,
14 | .dir-rtl .o2k7Skin td,
15 | .dir-rtl .o2k7Skin iframe,
16 | .dir-rtl .o2k7Skin span,
17 | .dir-rtl .o2k7Skin *,
18 | .dir-rtl .o2k7Skin .mceText,
19 | .dir-rtl .o2k7Skin .mceListBox .mceText {
20 | text-align: right;
21 | }
22 |
--------------------------------------------------------------------------------
/less/bootstrap3/component-animations.less:
--------------------------------------------------------------------------------
1 | //
2 | // Component animations
3 | // --------------------------------------------------
4 |
5 | // Heads up!
6 | //
7 | // We don't use the `.opacity()` mixin here since it causes a bug with text
8 | // fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552.
9 |
10 | .fade {
11 | opacity: 0;
12 | .transition(opacity .15s linear);
13 | &.in {
14 | opacity: 1;
15 | }
16 | }
17 |
18 | .collapse {
19 | display: none;
20 | &.in {
21 | display: block;
22 | }
23 | }
24 | .collapsing {
25 | position: relative;
26 | height: 0;
27 | overflow: hidden;
28 | .transition(height .35s ease);
29 | }
30 |
--------------------------------------------------------------------------------
/less/bootstrap3/wells.less:
--------------------------------------------------------------------------------
1 | //
2 | // Wells
3 | // --------------------------------------------------
4 |
5 |
6 | // Base class
7 | .well {
8 | min-height: 20px;
9 | padding: 19px;
10 | margin-bottom: 20px;
11 | background-color: @well-bg;
12 | border: 1px solid @well-border;
13 | border-radius: @border-radius-base;
14 | .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
15 | blockquote {
16 | border-color: #ddd;
17 | border-color: rgba(0,0,0,.15);
18 | }
19 | }
20 |
21 | // Sizes
22 | .well-lg {
23 | padding: 24px;
24 | border-radius: @border-radius-large;
25 | }
26 | .well-sm {
27 | padding: 9px;
28 | border-radius: @border-radius-small;
29 | }
30 |
--------------------------------------------------------------------------------
/less/bootstrap3/breadcrumbs.less:
--------------------------------------------------------------------------------
1 | //
2 | // Breadcrumbs
3 | // --------------------------------------------------
4 |
5 |
6 | .breadcrumb {
7 | padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;
8 | margin-bottom: @line-height-computed;
9 | list-style: none;
10 | background-color: @breadcrumb-bg;
11 | border-radius: @border-radius-base;
12 |
13 | > li {
14 | display: inline-block;
15 |
16 | + li:before {
17 | content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
18 | padding: 0 5px;
19 | color: @breadcrumb-color;
20 | }
21 | }
22 |
23 | > .active {
24 | color: @breadcrumb-active-color;
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/pix/fp/view_list_active.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 | ]>
6 |
14 |
--------------------------------------------------------------------------------
/less/bootstrap3/close.less:
--------------------------------------------------------------------------------
1 | //
2 | // Close icons
3 | // --------------------------------------------------
4 |
5 |
6 | .close {
7 | float: right;
8 | font-size: (@font-size-base * 1.5);
9 | font-weight: @close-font-weight;
10 | line-height: 1;
11 | color: @close-color;
12 | text-shadow: @close-text-shadow;
13 | .opacity(.2);
14 |
15 | &:hover,
16 | &:focus {
17 | color: @close-color;
18 | text-decoration: none;
19 | cursor: pointer;
20 | .opacity(.5);
21 | }
22 |
23 | // Additional properties for button version
24 | // iOS requires the button element instead of an anchor tag.
25 | // If you want the anchor version, it requires `href="#"`.
26 | button& {
27 | padding: 0;
28 | cursor: pointer;
29 | background: transparent;
30 | border: 0;
31 | -webkit-appearance: none;
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/pix/fp/view_tree_active.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 | ]>
6 |
15 |
--------------------------------------------------------------------------------
/pix/fp/view_icon_active.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 | ]>
6 |
15 |
--------------------------------------------------------------------------------
/less/moodle/userprofile.less:
--------------------------------------------------------------------------------
1 | .userprofile {
2 | padding-bottom: 15px;
3 | h2 {
4 | .panel-heading;
5 | font-size: 1.1em;
6 | margin: 0 0 10px 0;
7 | padding: 10px 15px;
8 | }
9 | .panel;
10 | .panel-default;
11 | .userprofilebox {
12 | .make-row();
13 | .profilepicture {
14 | .make-md-column(2);
15 | a {
16 | display: block;
17 | margin: 10px;
18 | img {
19 | .img-rounded;
20 | }
21 | }
22 | }
23 | .descriptionbox {
24 | .make-md-column(10);
25 | .description {
26 | margin: 10px;
27 | }
28 | }
29 | }
30 | .fullprofilelink {
31 | text-align: center;
32 | margin: 10px;
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/pix/fp/create_folder.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 | ]>
6 |
15 |
--------------------------------------------------------------------------------
/less/bootstrap3/thumbnails.less:
--------------------------------------------------------------------------------
1 | //
2 | // Thumbnails
3 | // --------------------------------------------------
4 |
5 |
6 | // Mixin and adjust the regular image class
7 | .thumbnail {
8 | display: block;
9 | padding: @thumbnail-padding;
10 | margin-bottom: @line-height-computed;
11 | line-height: @line-height-base;
12 | background-color: @thumbnail-bg;
13 | border: 1px solid @thumbnail-border;
14 | border-radius: @thumbnail-border-radius;
15 | .transition(all .2s ease-in-out);
16 |
17 | > img,
18 | a > img {
19 | &:extend(.img-responsive);
20 | margin-left: auto;
21 | margin-right: auto;
22 | }
23 |
24 | // Add a hover state for linked versions only
25 | a&:hover,
26 | a&:focus,
27 | a&.active {
28 | border-color: @link-color;
29 | }
30 |
31 | // Image captions
32 | .caption {
33 | padding: @thumbnail-caption-padding;
34 | color: @thumbnail-caption-color;
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/less/moodle/tables.less:
--------------------------------------------------------------------------------
1 | .path-rating .ratingtable,
2 | table.flexible,
3 | .generaltable {
4 | .table;
5 | }
6 |
7 | .path-rating .ratingtable,
8 | table#explaincaps,
9 | table#defineroletable,
10 | table.grading-report,
11 | table#listdirectories,
12 | table.rolecaps,
13 | table.userenrolment,
14 | table#form,
15 | form#movecourses table,
16 | #page-admin-course-index .editcourse,
17 | .forumheaderlist,
18 | table.flexible,
19 | .generaltable {
20 | .table-striped;
21 | }
22 |
23 | #page-report-loglive-index .generaltable,
24 | #page-admin-report-log-index .generaltable,
25 | #page-report-log-user .generaltable,
26 | #page-admin-user table {
27 | .table-condensed;
28 | }
29 |
30 | .user-enroller-panel .uep-search-results .users,
31 | table.grading-report,
32 | .forumheaderlist,
33 | .generaltable,
34 | table.flexible,
35 | table#permissions {
36 | .table-hover;
37 | }
38 |
39 | table.flexible .emptyrow {
40 | display: none;
41 | }
42 |
--------------------------------------------------------------------------------
/less/editor.less:
--------------------------------------------------------------------------------
1 | // Strip down core bootstrap for editor.
2 |
3 | // Core variables and mixins.
4 | @import "bootstrap3/variables.less"; // Modify this for custom colors, font-sizes, etc.
5 | @import "bootstrap3/mixins.less";
6 |
7 |
8 | // Base CSS.
9 | @import "bootstrap3/scaffolding.less";
10 | @import "bootstrap3/type.less";
11 | @import "bootstrap3/code.less";
12 | @import "bootstrap3/tables.less";
13 |
14 | // Components: common.
15 | @import "bootstrap3/wells.less";
16 |
17 | // Components: Buttons & Alerts.
18 | @import "bootstrap3/buttons.less";
19 | @import "bootstrap3/alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less.
20 |
21 | // Components: Misc.
22 | @import "bootstrap3/thumbnails.less";
23 |
24 | // Utility classes.
25 | @import "bootstrap3/utilities.less"; // Has to be last to override when necessary.
26 |
27 | // Moodle override.
28 | @import "moodle/editor.less"; // The final override.
29 |
--------------------------------------------------------------------------------
/less/moodle/bootstrapoverride.less:
--------------------------------------------------------------------------------
1 | /**
2 | * bootstrapoverride.less
3 | *
4 | * This file is meant to contain rules which specifically override
5 | * rules defined in Bootstrap.
6 | */
7 |
8 | // Printing.
9 | @media print {
10 | a[href]:after {
11 | content: "";
12 | }
13 | }
14 |
15 | // glyphicons.less
16 |
17 | @icon-font-path: "../theme/modern/fonts/";
18 |
19 | // Import the fonts
20 | @font-face {
21 | font-family: 'Glyphicons Halflings';
22 | src: url('[[font:theme|@{icon-font-name}.eot]]');
23 | src: url('[[font:theme|@{icon-font-name}.eot]]') format('embedded-opentype'),
24 | url('[[font:theme|@{icon-font-name}.woff]]') format('woff'),
25 | url('[[font:theme|@{icon-font-name}.ttf]]') format('truetype'),
26 | url('[[font:theme|@{icon-font-name}.svg]]#glyphicons_halflingsregular') format('svg');
27 | }
28 |
29 | .moodleSkin .mceIcon img.mceIcon {
30 | display: block;
31 | height: auto;
32 | width: auto;
33 | }
34 |
--------------------------------------------------------------------------------
/pix/fp/add_file.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 | ]>
6 |
16 |
--------------------------------------------------------------------------------
/less/bootswatch/united/bootswatch.less:
--------------------------------------------------------------------------------
1 | // United 3.1.1
2 | // Bootswatch
3 | // -----------------------------------------------------
4 |
5 | @import url("//fonts.googleapis.com/css?family=Ubuntu");
6 |
7 | // Navbar =====================================================================
8 |
9 | // Buttons ====================================================================
10 |
11 | // Typography =================================================================
12 |
13 | // Tables =====================================================================
14 |
15 | // Forms ======================================================================
16 |
17 | // Navs =======================================================================
18 |
19 | // Indicators =================================================================
20 |
21 | // Progress bars ==============================================================
22 |
23 | // Containers =================================================================
--------------------------------------------------------------------------------
/thirdpartylibs.xml:
--------------------------------------------------------------------------------
1 |
2 |