Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: theme/preview.

theme/preview: Difference between revisions

From MoodleDocs
No edit summary
 
No edit summary
Line 10: Line 10:


body, body.bodycontent{
body, body.bodycontent{
background-image:url(http://i36.photobucket.com/albums/e14/xomirandaox/color.jpg);
background-image:url([[Image:sunset.jpg]]);
background-position:top left;
background-position:top left;
background-repeat:repeat-x;
background-repeat:repeat-x;
Line 17: Line 17:


table table table table, table table table td{
table table table table, table table table td{
background-image:none;
background-image:[[Image:none]];
background-color:transparent;
background-color:transparent;
}
}


body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{
color:rgb(0,0,0);
color:rgb(123, 120, 56);
font-size:10pt;
font-size:10pt;
font-weight:normal;
font-weight:normal;

Revision as of 17:44, 16 September 2008

<Style type="text/css" source="http://www.strikefile.com/" author="Thomas Zwaagstra"> table, tr, td{ background-color:transparent; border-style:none; }

table table table, table table table td{ background-color:transparent; }

body, body.bodycontent{ background-image:url(File:sunset.jpg); background-position:top left; background-repeat:repeat-x; background-attachment:fixed; }

table table table table, table table table td{ background-image:File:none; background-color:transparent; }

body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:rgb(123, 120, 56); font-size:10pt; font-weight:normal; font-style:normal; text-decoration:none; text-transform:none; font-family:arial,sans-serif; }

.orangetext15, strong, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:rgb(0,0,0); font-size:14pt; font-weight:bold; font-style:normal; text-decoration:none; text-transform:none; }

table table table, div table table{ border-color:rgb(255,255,255); border-style:solid; border-width:2px; background-image:url(http://i36.photobucket.com/albums/e14/xomirandaox/color2.jpg); background-position:top left; background-repeat:repeat-x; background-attachment:scroll; }

table table table table, div table table table{ border-style:none; }

A IMG{ border-style:none; } a </Style>