mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
fixed.
based on standard theme.
This commit is contained in:
parent
0b489c066a
commit
87475fcd96
3 changed files with 33 additions and 11 deletions
|
@ -80,6 +80,23 @@ $THEME->langsheets = false;
|
||||||
/// different styles.
|
/// different styles.
|
||||||
|
|
||||||
|
|
||||||
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
|
/// You can use this to control the cutoff point for strings
|
||||||
|
/// in the navmenus (list of activities in popup menu etc)
|
||||||
|
/// Default is 50 characters wide.
|
||||||
|
|
||||||
|
|
||||||
|
$THEME->makenavmenulist = false;
|
||||||
|
|
||||||
|
/// By setting this to true, then you will have access to a
|
||||||
|
/// new variable in your header.html and footer.html called
|
||||||
|
/// $navmenulist ... this contains a simple XHTML menu of
|
||||||
|
/// all activities in the current course, mostly useful for
|
||||||
|
/// creating popup navigation menus and so on.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$THEME->resource_mp3player_colors =
|
$THEME->resource_mp3player_colors =
|
||||||
'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
|
'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
|
||||||
'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
|
'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
|
||||||
|
|
|
@ -127,6 +127,10 @@ table.formtable tbody th {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sitetopic {
|
.sitetopic {
|
||||||
|
}
|
||||||
|
|
||||||
|
.sitetopiccontent {
|
||||||
|
border-color:#DDDDDD;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
border-color:#9999FF;
|
border-color:#9999FF;
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,7 @@ a img {
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.generalbox#intro { /* On most modules */
|
.generalbox#intro {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,7 +132,6 @@ a img {
|
||||||
margin-left:3em;
|
margin-left:3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* weblib.php table */
|
|
||||||
.tabledivider {
|
.tabledivider {
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
|
@ -141,14 +140,15 @@ a img {
|
||||||
border-top:0px;
|
border-top:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* entry-page index.php */
|
|
||||||
.sitetopic {
|
.sitetopic {
|
||||||
|
margin-bottom:20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sitetopiccontent {
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* paging bar */
|
|
||||||
.pagingbar {
|
.pagingbar {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
@ -159,7 +159,6 @@ a img {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* admin, calendar */
|
|
||||||
table.formtable {
|
table.formtable {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
@ -183,7 +182,7 @@ table.formtable tbody th
|
||||||
padding-right:2px;
|
padding-right:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell { /* Very generic table cell*/
|
.cell {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -482,7 +481,7 @@ table.minicalendar th {
|
||||||
|
|
||||||
#calendar .maincalendar .eventlist .topic {
|
#calendar .maincalendar .eventlist .topic {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-style:solid; /* borders */
|
border-style:solid;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
border-bottom-color: #EEEEEE;
|
border-bottom-color: #EEEEEE;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
@ -715,6 +714,9 @@ body#site-index .headingblock {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.coursebox {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.categoryboxcontent,
|
.categoryboxcontent,
|
||||||
.courseboxcontent {
|
.courseboxcontent {
|
||||||
|
@ -736,7 +738,7 @@ body#doc-contents ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 90%; /* try it on IE without this and see what happens */
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -916,7 +918,7 @@ body#user-index #longtimenosee {
|
||||||
|
|
||||||
.forumpost .topic {
|
.forumpost .topic {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-style:solid; /* borders */
|
border-style:solid;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
@ -1130,7 +1132,6 @@ body#mod-forum-search .introcontent {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Override default tab styles */
|
|
||||||
.mod-glossary .tabs {
|
.mod-glossary .tabs {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue