Added LI tag (not cascading)

This commit is contained in:
moodler 2002-12-13 17:01:16 +00:00
parent 51e734b85f
commit e28a6c7378
5 changed files with 310 additions and 478 deletions

View File

@ -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;
@ -47,11 +52,6 @@ a:hover {
color: red;
}
th {
font-weight: bold;
background-color: <?PHP echo $THEME->cellheading?>;
}
form {
margin-bottom: 0;
}

View File

@ -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 {
@ -43,52 +52,34 @@ a:hover {
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 {
@ -101,110 +92,28 @@ form {
}
.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 {
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);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.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 {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@ -212,20 +121,69 @@ form {
}
.forumpostheader {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostheadertopic {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
}
.forumpostpicture {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostside {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}

View File

@ -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 {
@ -43,52 +52,34 @@ a:hover {
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 {
@ -101,110 +92,28 @@ form {
}
.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 {
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);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.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 {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@ -212,20 +121,69 @@ form {
}
.forumpostheader {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostheadertopic {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
}
.forumpostpicture {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostside {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}

View File

@ -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 {
@ -43,52 +52,34 @@ a:hover {
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 {
@ -101,110 +92,28 @@ form {
}
.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 {
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);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.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 {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@ -212,20 +121,69 @@ form {
}
.forumpostheader {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostheadertopic {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
}
.forumpostpicture {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostside {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}

View File

@ -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 {
@ -43,52 +52,34 @@ a:hover {
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 {
@ -101,110 +92,28 @@ form {
}
.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 {
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);
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.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 {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
@ -212,20 +121,69 @@ form {
}
.forumpostheader {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostheadertopic {
background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);
}
.forumpostpicture {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostside {
background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);
}
.forumpostmessage {
}
.weeklyoutline {
}
.weeklyoutlineside {
}
.weeklyoutlinesidehighlight {
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.topicsoutline {
}
.topicsoutlineside {
}
.topicsoutlinesidehighlight {
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.siteinfo {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.siteinfocontent {
}
.generalbox {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.generalboxcontent {
}