<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Standard_themes</id>
	<title>Standard themes - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Standard_themes"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Standard_themes&amp;action=history"/>
	<updated>2026-05-06T13:34:50Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Standard_themes&amp;diff=5551&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Standard_themes&amp;diff=5551&amp;oldid=prev"/>
		<updated>2024-10-18T06:45:45Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:45, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Standard_themes&amp;diff=5550&amp;oldid=prev</id>
		<title>1&gt;Leonstr: /* Theme selector */ Theme selector UI has changed in 4.4 (presumably MDL-78425)</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Standard_themes&amp;diff=5550&amp;oldid=prev"/>
		<updated>2024-08-27T08:01:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Theme selector: &lt;/span&gt; Theme selector UI has changed in 4.4 (presumably MDL-78425)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Themes}}&lt;br /&gt;
&lt;br /&gt;
==Standard themes==&lt;br /&gt;
&lt;br /&gt;
Moodle has two standard themes: &amp;#039;&amp;#039;[[Boost theme|Boost]]&amp;#039;&amp;#039;  and &amp;#039;&amp;#039;[[Classic theme|Classic]],&amp;#039;&amp;#039; a responsive, bootstrap-based theme combining the navigation structure of the deprecated Clean and More themes and the customisation options of the Boost theme.&lt;br /&gt;
&lt;br /&gt;
Other themes are available from the [https://moodle.org/plugins/browse.php?list=category&amp;amp;id=3 Themes section of the Moodle plugins directory].&lt;br /&gt;
&lt;br /&gt;
===Example of a customised Boost theme===&lt;br /&gt;
&lt;br /&gt;
The following code uses standard Boost with customisations as follows:&lt;br /&gt;
* An image for the front page and a background image need to be uploaded and referenced in the code.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Front page topic section:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage container-fluid&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;div class=&amp;quot;jumbotron jumbotron-fluid&amp;quot; style=&amp;quot;background-image: url(&amp;#039;YOUR UPLOADED FRONT PAGE IMAGE.jpg&amp;#039;);&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;texts&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h2&amp;gt;YOUR HEADING&amp;lt;/h2&amp;gt;&lt;br /&gt;
            &amp;lt;p class=&amp;quot;lead&amp;quot;&amp;gt;SENTENCE/TAG LINE&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;div class=&amp;quot;row-fluid&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;fp-block col-md-6&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3&amp;gt;SMALLER HEADING&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Paragraph of text&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p class=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;btn btn-primary&amp;quot; href=&amp;quot;BUTTON LINK URL&amp;quot;&amp;gt;BUTTON TEXT »&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;fp-block col-md-6&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3&amp;gt;SMALLER HEADING&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Paragraph of text.&amp;lt;/p&amp;gt;&lt;br /&gt;
            &amp;lt;p class=&amp;quot;button&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;btn btn-primary&amp;quot; href=&amp;quot;BUTTON LINK URL&amp;quot;&amp;gt;BUTTON TEXT »&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Boost theme Advanced settings - Raw initial SCSS:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
$brand-primary:             #0070a8;&lt;br /&gt;
$body-color:                  #336;&lt;br /&gt;
$font-family-sans-serif:  &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif;&lt;br /&gt;
$breadcrumb-bg:           #fff;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Boost theme Advanced settings - Raw SCSS:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
body {&lt;br /&gt;
    background-image: url(&amp;quot;YOUR UPLOADED BACKGROUND IMAGE.png&amp;quot;);&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    letter-spacing: .3px;&lt;br /&gt;
}&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    color: #f98012;&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
.navbar-brand {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
#nav-drawer {&lt;br /&gt;
    background-color: rgba(236, 238, 239, .9);&lt;br /&gt;
}&lt;br /&gt;
#page-header.row {&lt;br /&gt;
    margin-left: -30px;&lt;br /&gt;
    margin-right: -30px;&lt;br /&gt;
}&lt;br /&gt;
#page-header .card {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    border: none;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
#page-header h1 { &lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-weight: 500;&lt;br /&gt;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); &lt;br /&gt;
}&lt;br /&gt;
#page-header .breadcrumb {&lt;br /&gt;
    padding: .50rem 1rem;&lt;br /&gt;
}&lt;br /&gt;
.block-region .card-block .card-title {&lt;br /&gt;
    color: #f98012;&lt;br /&gt;
    font-size: 1.07rem;&lt;br /&gt;
    font-weight: 400;&lt;br /&gt;
}&lt;br /&gt;
#page-footer a {&lt;br /&gt;
    color: #f98012;&lt;br /&gt;
}&lt;br /&gt;
#page-site-index #page-header {&lt;br /&gt;
    display:none;&lt;br /&gt;
}&lt;br /&gt;
#page-site-index #region-main .card.card-block {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
#page-site-index #block-region-side-pre {&lt;br /&gt;
    margin-top: 15px;&lt;br /&gt;
}&lt;br /&gt;
#page-site-index .label {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
#page-site-index .activity &amp;gt; div {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
#page-site-index .mod-indent-outer {&lt;br /&gt;
    padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
#page-site-index .contentwithoutlink {&lt;br /&gt;
    padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
.frontpage.container-fluid {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .jumbotron {&lt;br /&gt;
    padding:0;&lt;br /&gt;
    border-radius:0;&lt;br /&gt;
    background: transparent no-repeat right bottom / cover;&lt;br /&gt;
    line-height: 250px;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .jumbotron .texts {&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    letter-spacing: .5px;&lt;br /&gt;
    background-color: rgba(255, 99, 0, 0.70);&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    margin-bottom:20px;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: bottom;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .jumbotron h2 {&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 32px;&lt;br /&gt;
    font-weight: 300;&lt;br /&gt;
    text-shadow: 1px 1px 1px #444;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .jumbotron .lead {&lt;br /&gt;
    text-shadow: 1px 1px 1px #333;&lt;br /&gt;
    line-height: 30px;&lt;br /&gt;
    font-size: 21px;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .row-fluid {&lt;br /&gt;
    line-height: 24px;&lt;br /&gt;
    background-color: #fff;&lt;br /&gt;
    padding: 10px 20px 20px;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .row-fluid::after {&lt;br /&gt;
    display: table;&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    clear: both;&lt;br /&gt;
    line-height: 0;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .fp-block {&lt;br /&gt;
    padding: 10px 20px 0;&lt;br /&gt;
}&lt;br /&gt;
.frontpage h3 {&lt;br /&gt;
    font-size: 26px;&lt;br /&gt;
    line-height: 30px;&lt;br /&gt;
    font-weight: 300;&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
}&lt;br /&gt;
.frontpage .button {&lt;br /&gt;
    text-align: right;&lt;br /&gt;
}&lt;br /&gt;
.empty-region-side-pre.empty-region-side-post #region-main-box,&lt;br /&gt;
.empty-region-side-pre.empty-region-side-post #region-main {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
#settingsnav.box.block_tree_box.p-y-1 {&lt;br /&gt;
    padding-top: 0!important;&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Theme selector==&lt;br /&gt;
&lt;br /&gt;
An administrator can set a theme for the site from &amp;#039;&amp;#039;Site administration &amp;gt; Appearance &amp;gt; Themes&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
# Go to &amp;#039;&amp;#039;Administration &amp;gt; Site administration &amp;gt; Appearance &amp;gt; Themes&amp;#039;&amp;#039;.&lt;br /&gt;
# Click on the &amp;#039;&amp;#039;Select theme&amp;#039;&amp;#039; button next to the theme you wish to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note 1: Moodle caches themes so if you don&amp;#039;t immediately see changed settings that you were expecting click the &amp;#039;&amp;#039;Clear theme caches&amp;#039;&amp;#039; button at the top of the Themes page.&lt;br /&gt;
&lt;br /&gt;
Note 2: The selected theme may be overridden if user/course or category themes have been allowed in the [[Theme settings]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Boost theme]]&lt;br /&gt;
* [[Classic theme]]&lt;br /&gt;
&lt;br /&gt;
[[de:Standard-Designs]]&lt;br /&gt;
[[es:Temas estándar]]&lt;br /&gt;
[[fr:Thèmes standards]]&lt;/div&gt;</summary>
		<author><name>1&gt;Leonstr</name></author>
	</entry>
</feed>