Skip to content

Commit

Permalink
Added LI tag (not cascading)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 13, 2002
1 parent 51e734b commit e28a6c7
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 370 deletions.
12 changes: 6 additions & 6 deletions theme/standard/styles.php
Expand Up @@ -28,10 +28,15 @@
?>


body, td, th {
body, td, th, li {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th {
font-weight: bold;
background-color: <?PHP echo $THEME->cellheading?>;
}

a:link {
text-decoration: none;
color: blue;
Expand All @@ -47,11 +52,6 @@
color: red;
}

th {
font-weight: bold;
background-color: <?PHP echo $THEME->cellheading?>;
}

form {
margin-bottom: 0;
}
Expand Down
140 changes: 49 additions & 91 deletions theme/standardblue/styles.php
Expand Up @@ -12,20 +12,29 @@

/// From here on it's nearly a normal stylesheet.
/// First are some CSS definitions for normal tags,
/// then custom tags follow.
/// then custom tags follow.
///
/// Note that colours are all defined in config.php
/// in this directory
/// New classes always get added to the end of the file.
///
/// Note that a group of standard colours are all
/// defined in config.php in this directory. The
/// reason for this is because Moodle uses the same
/// colours to provide oldstyle formatting for
/// browsers without CSS.
///
/// You can hardcode colours in this file if you
/// don't care about this.

?>

body {

body, td, th, li {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background-image: url(<?PHP echo "$themeurl"?>/texture1.jpg);
}

td, th {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
th {
font-weight: bold;
background-color: <?PHP echo $THEME->cellheading?>;
}

a:link {
Expand All @@ -43,52 +52,34 @@
color: red;
}

th {
font-weight: bold;
background-color: <?PHP echo $THEME->cellheading?>;
}

ul {
margin-bottom: 5px;
margin-top: 0px;
}

form {
margin-bottom: 0;
}





.highlight {
background-color: <?PHP echo $THEME->highlight?>;
}

.headingblock {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.navbar {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
}

.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.generalboxcontent {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}

.generaltable {
}

.generaltableheader {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}

.generaltablecell {
Expand All @@ -101,131 +92,98 @@
}

.sideblockheading {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
}

.sideblockmain {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}

.sideblocklinks {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}

.sideblocklatestnews {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}

.sideblockrecentactivity {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}

.siteinfo {
.outlineheadingblock {
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.siteinfocontent {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}

.outlineheadingblock {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
.forumpost {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.forumpostheader {
}

.forumpostheadertopic {
}

.forumpostpicture {
}

.forumpostside {
}

.forumpostmessage {
}


.weeklyoutline {
}

.weeklyoutlineside {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.weeklyoutlinesidehighlight {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.weeklyoutlinecontent {
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.weeklyoutlinecontenthighlight {
background: #FDFBF1;
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}


.topicsoutline {
}

.topicsoutlineside {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.topicsoutlinesidehighlight {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.topicsoutlinecontent {
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.topicsoutlinecontenthighlight {
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}


.forumpost {
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.forumpostheader {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
.siteinfocontent {
}

.forumpostheadertopic {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
}

.forumpostpicture {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}

.forumpostside {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
.generalboxcontent {
}

.forumpostmessage {
}

0 comments on commit e28a6c7

Please sign in to comment.