<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/21/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rembry1</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/21/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rembry1"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/Special:Contributions/Rembry1"/>
	<updated>2026-04-22T06:31:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/21/en/index.php?title=Theme_reference&amp;diff=26535</id>
		<title>Theme reference</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/21/en/index.php?title=Theme_reference&amp;diff=26535"/>
		<updated>2007-08-31T04:52:37Z</updated>

		<summary type="html">&lt;p&gt;Rembry1: /* Login Page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a reference manual for the theme class and id values.  It is based on Moodle 1.54.  Please make a note for items that are 1.6, 1.7, 1.8, or 2.0 specific.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bold text&#039;&#039;&#039;==Login Page==&lt;br /&gt;
&lt;br /&gt;
*The main part of the page above the breadcrumb navigation.&lt;br /&gt;
&lt;br /&gt;
div id = &amp;quot;&#039;&#039;&#039;page&#039;&#039;&#039;&amp;quot; - The background of the whole page.&amp;lt;br&amp;gt;&lt;br /&gt;
div id = &amp;quot;&#039;&#039;&#039;header&#039;&#039;&#039;&amp;quot; - The header section of the page.&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;headermain&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;headermenu&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;logininfo&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The breadcrumb navigation.&lt;br /&gt;
&lt;br /&gt;
table class = &amp;quot;navbar&amp;quot; - Box surrounding the naviational items.&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;breadcrumb&amp;quot; - navigational breadcrumb text.&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;navbutton&amp;quot; - drop down box for language selection.&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;langmenu&amp;quot; - drop down box for language selection.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The actual content of the page&lt;br /&gt;
&lt;br /&gt;
div id = &amp;quot;content&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
table class = &amp;quot;loginbox&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;header left&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
div class = &amp;quot;header right&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
td class = &amp;quot;content left&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
td class = &amp;quot;content right&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/* adds a background image to the content of the login box&lt;br /&gt;
   on both the right and left side */&lt;br /&gt;
.loginbox .content {  &lt;br /&gt;
  border-color:#DDDDDD;&lt;br /&gt;
	background-color: Blue;&lt;br /&gt;
	background-image:url(gen_background2.jpg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* adds a background image to the header text &lt;br /&gt;
   above the login box on both the right and left side */&lt;br /&gt;
#content .header {&lt;br /&gt;
 border-color: #dddddd;   &lt;br /&gt;
  background-color:#FCFCFC;&lt;br /&gt;
	background-image: url(cellpic3.gif);&lt;br /&gt;
	color: #dddddd;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: There is class called &amp;quot;content&amp;quot; and there is an id callsed &amp;quot;content&amp;quot;.  Make sure that you are referencing the correct one.&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;header&amp;quot; is a class name and an id name.  Be careful.&lt;br /&gt;
&lt;br /&gt;
==Main Page==&lt;br /&gt;
&lt;br /&gt;
===Course view===&lt;br /&gt;
&lt;br /&gt;
===Category view===&lt;br /&gt;
&lt;br /&gt;
==Course Page==&lt;br /&gt;
&lt;br /&gt;
===Topic view===&lt;br /&gt;
&lt;br /&gt;
===Week view===&lt;br /&gt;
&lt;br /&gt;
===Social view===&lt;br /&gt;
&lt;br /&gt;
==Calendar Page==&lt;br /&gt;
&lt;br /&gt;
==Blog Page==&lt;br /&gt;
&lt;br /&gt;
==Assignments Page==&lt;br /&gt;
&lt;br /&gt;
==Chat Page==&lt;br /&gt;
&lt;br /&gt;
==Choice Page==&lt;br /&gt;
&lt;br /&gt;
==Forum Page==&lt;br /&gt;
&lt;br /&gt;
==Glossary Page==&lt;br /&gt;
&lt;br /&gt;
==Hot Pot==&lt;br /&gt;
&lt;br /&gt;
==Lesson Page==&lt;br /&gt;
&lt;br /&gt;
==Quiz Page==&lt;br /&gt;
&lt;br /&gt;
==Resource Page==&lt;br /&gt;
&lt;br /&gt;
==SCORM Page==&lt;br /&gt;
&lt;br /&gt;
==Survey Page==&lt;br /&gt;
&lt;br /&gt;
==Wiki Page==&lt;br /&gt;
&lt;br /&gt;
==Workshop Page==&lt;/div&gt;</summary>
		<author><name>Rembry1</name></author>
	</entry>
</feed>