41 Commits

Author SHA1 Message Date
urs_hunkler
9dd5230b74 CSS for the tabs is now in the separate file "styles_tabs.css" for better handling. The tabs are now square. 2005-04-16 21:12:15 +00:00
urs_hunkler
b1200b9178 remove the outdated file "styles_font.css" 2005-04-15 06:49:02 +00:00
urs_hunkler
13ea92d5fb added readme and a preview screenshot plus pictures for the tabs. 2005-04-14 22:02:49 +00:00
urs_hunkler
4c98e85b33 updates
_ tabs, not jet ready
_ deleted direct call of CSS

_ other, minor changes
2005-04-14 21:58:39 +00:00
moodler
f8fc9eaaf1 Fixed homelink 2005-03-27 17:08:44 +00:00
urs_hunkler
40b8ea2638 obsolete link to stylesheet deleted.
not needed div "breadcrumb" and "navbutton" deleted.
2005-03-25 08:09:03 +00:00
urs_hunkler
4937452c5e some more updates due to "header" naming changes 2005-03-15 09:48:47 +00:00
urs_hunkler
72a854c406 updates tdue to "header" naming changes 2005-03-15 09:43:24 +00:00
urs_hunkler
fed9748489 glossary CSS updated 2005-03-13 11:17:55 +00:00
urs_hunkler
26480dc538 added ".sideblock .heading .title" definition with "width:auto". If the width is not set it will be 100% and the icons wrap and make a 2 line heading.
changed the sideblock definitions from id to class.
2005-03-13 08:24:51 +00:00
urs_hunkler
0aac33841d I deleted the letter-spacing for the calendar block on the course page, because it became too wide. 2005-03-13 08:18:11 +00:00
urs_hunkler
4aaaf2091e updated the layout and color definitions to match the actual sideblock structure. I think designing Moodle will be really fun ;-) 2005-03-07 08:02:43 +00:00
urs_hunkler
8c6d5d6ac8 updated some properties for the forum 2005-03-04 08:57:39 +00:00
urs_hunkler
9d3144d9f7 updated the properties for the hide-show buttons and for calendar display 2005-03-04 08:17:24 +00:00
moodler
7432795256 Quick fix for user login string styles 2005-02-25 06:24:22 +00:00
urs_hunkler
3b037ee764 corrected the indenting of forumposts and set the width of the posts to screenwidth. Let's see where the discussion about screenwidth in the forum will lead us ;-) 2005-02-15 16:14:21 +00:00
urs_hunkler
624bc87886 heightened the distance between the course sections 2005-02-15 15:43:15 +00:00
urs_hunkler
0a940f20d6 style modifications for the calendar, the minicalendar and the course to come up with the actual changes 2005-02-15 15:31:35 +00:00
urs_hunkler
a31ca0c851 changes to aling all blocks at top and avoid the black line at the end of the blocks in the left column. 2005-02-14 08:28:47 +00:00
moodler
9c4e6e2177 Really big cleanup of how "forced" themes were implemented.
Course themes now work better.

theme/xxxx/styles.php is now really short because all the logic
is in weblib.php.
2005-02-13 08:34:10 +00:00
defacer
9ecf051d4c Styles and markup improvements. 2005-02-11 05:27:19 +00:00
moodler
be468aca7e Remove old image 2005-02-10 16:03:27 +00:00
moodler
4fb00c2213 Renamed header gif, and extended the size to fit on my monitor :-) 2005-02-10 16:02:48 +00:00
moodler
730967f2e7 Better checks for existing files 2005-02-10 09:15:20 +00:00
urs_hunkler
fc67621b90 I commented the buttons for "XHTML, "CSS" and "Section 508" out, because I saw the theme "orangewhite" in action on a public site. In the moment Moodle will match the standars they should IMO be placed at the footer again. 2005-02-09 14:35:43 +00:00
fiedorow
e256e3ac78 highlight2 color for forum/search.php 2005-02-09 13:15:42 +00:00
urs_hunkler
5bf2ef9feb added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". Changed the themes "styles_layout" for "standard" and "orangewhite" to use the "plus" and "minus" icons. 2005-02-09 09:00:13 +00:00
urs_hunkler
c24a1ccd08 I added all code to handle the cookies and the sideblock content, the icon and the patches for hiding/showing the content of the sideblocks.
How it works:
_ within the "sideblockheading" a DIV with class="hide-show" holds a link calling the JS containerDisplaySwitching(). To the user it's represented by the icon "switch.gif" (a plus in a square) at the right end side of the header.
_ all content of the sideblock is surounded by a new <div class="blockcontent" id="'.$attributes['id']."_cont\">"
_ a call of the JS containerDisplaySwitching() changes the state of the appropriate DIV with the content to "display:none/inline" and writes this state into a cookie.
_ at the end of every block I added a call to the JS "containerDisplaySet()". This reads the block's state and hides the content or leaves it visible with every page load.
_ in the stylesheet I added the positioning of the icon:
.sideblockheading .hide-show {
    float:right;
}
.sideblockheading a img.hide-show-image {
    padding-top:0.25em;
}
2005-02-05 21:37:53 +00:00
moodler
d65a650133 Fixes for Theme preview 2005-01-31 05:58:03 +00:00
moodler
3b765890f3 Updated to latest styles.php and config.php 2005-01-30 18:21:54 +00:00
urs_hunkler
f67f8307a4 I changed the course colors again ;-) 2005-01-30 13:12:10 +00:00
urs_hunkler
6a4c008b39 changed the style of .unread. I'm using this "hook" and the very short text "+ 1" to signalize about new posts unexcited but as an disquieter. 2005-01-30 11:34:30 +00:00
urs_hunkler
214dcd4216 changed the coursespecific colors for course 1 to 4 2005-01-30 11:28:17 +00:00
moodler
e45746d8fe Moving all the config to config.php ... styles.php should now not
need to be touched for most themes.
2005-01-30 08:43:05 +00:00
urs_hunkler
d3c402fba8 minor changes 2005-01-29 19:47:56 +00:00
urs_hunkler
8fa1c321cf changes to show different colors for course 1 to 5 on the course page. 2005-01-29 18:46:31 +00:00
urs_hunkler
84853a94d7 changes to deal with the forum class "unread" 2005-01-29 17:36:17 +00:00
urs_hunkler
6eda0e8b03 updates for changed ID of the Moodle index page. 2005-01-29 14:17:04 +00:00
urs_hunkler
5c75c3ca03 took th favicon from another distribution, because the one in the cvs is corrupt. 2005-01-28 21:54:21 +00:00
urs_hunkler
80bcd3cf71 Changes for better cascading specially in for the fonts. To be able to predict the changes I had to turn off integration of the standard CSS in config.php. Martin, this is a really great feature ;-) 2005-01-28 21:52:05 +00:00
moodler
e768789327 Moving XHTML_CSS_UH to orangewhite 2005-01-28 17:26:15 +00:00