Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
based on standard theme.
  • Loading branch information
mits committed Mar 29, 2005
1 parent 0b489c0 commit 87475fc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 11 deletions.
17 changes: 17 additions & 0 deletions theme/oceanblue/config.php
Expand Up @@ -80,6 +80,23 @@
/// 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 =
'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'.
'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'.
Expand Down
4 changes: 4 additions & 0 deletions theme/oceanblue/styles_color.css
Expand Up @@ -127,6 +127,10 @@ table.formtable tbody th {
}

.sitetopic {
}

.sitetopiccontent {
border-color:#DDDDDD;
background-color:#FFFFFF;
border-color:#9999FF;
}
Expand Down
23 changes: 12 additions & 11 deletions theme/oceanblue/styles_layout.css
Expand Up @@ -95,7 +95,7 @@ a img {
border-style:solid;
}

.generalbox#intro { /* On most modules */
.generalbox#intro {
text-align:center;
}

Expand Down Expand Up @@ -132,7 +132,6 @@ a img {
margin-left:3em;
}

/* weblib.php table */
.tabledivider {
border-width:1px;
border-style:solid;
Expand All @@ -141,14 +140,15 @@ a img {
border-top:0px;
}

/* entry-page index.php */
.sitetopic {
margin-bottom:20px;
}

.sitetopiccontent {
border-width:1px;
border-style:solid;
}


/* paging bar */
.pagingbar {
text-align:center;
}
Expand All @@ -159,7 +159,6 @@ a img {
padding-left: 10px;
}

/* admin, calendar */
table.formtable {
margin: auto;
}
Expand All @@ -183,7 +182,7 @@ table.formtable tbody th
padding-right:2px;
}

.cell { /* Very generic table cell*/
.cell {
vertical-align: top;
}

Expand Down Expand Up @@ -482,7 +481,7 @@ table.minicalendar th {

#calendar .maincalendar .eventlist .topic {
padding: 5px;
border-style:solid; /* borders */
border-style:solid;
border-width: 0px;
border-bottom-color: #EEEEEE;
border-bottom-width: 1px;
Expand Down Expand Up @@ -715,6 +714,9 @@ body#site-index .headingblock {
margin-bottom: 8px;
}

.coursebox {
margin-bottom: 8px;
}

.categoryboxcontent,
.courseboxcontent {
Expand All @@ -736,7 +738,7 @@ body#doc-contents ul {
list-style-type: none;
margin: 0px;
padding: 0px;
width: 90%; /* try it on IE without this and see what happens */
width: 90%;
}


Expand Down Expand Up @@ -916,7 +918,7 @@ body#user-index #longtimenosee {

.forumpost .topic {
padding: 4px;
border-style:solid; /* borders */
border-style:solid;
border-width: 0px;
border-bottom-width: 1px;
}
Expand Down Expand Up @@ -1130,7 +1132,6 @@ body#mod-forum-search .introcontent {
width: 100%;
}

/* Override default tab styles */
.mod-glossary .tabs {
margin-bottom: 0px;
}
Expand Down

0 comments on commit 87475fc

Please sign in to comment.