moodler
2d47c851f9
Better selection of themes, and screenshot support
2005-02-09 12:44:36 +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
moodler
2f71f2a2b0
Some new styles
2005-02-09 08:29:00 +00:00
defacer
d4f7a8152d
Redoing the hide/show thingy for blocks purely through CSS.
...
Instance id's next time, Urs! ;-)
2005-02-09 01:23:06 +00:00
fiedorow
01e8cf8893
New highlight color for forum/search.php
2005-02-08 18:13:43 +00:00
moodler
bcd4d06b2f
Consistent admin pages
2005-02-08 17:34:02 +00:00
moodler
ac91569f91
Styles for notify and notice stuff
2005-02-08 17:11:28 +00:00
moodler
bdfd310316
Improved styles for admin/modules.php page
2005-02-08 08:13:23 +00:00
defacer
0fdce319fb
Centering the contents of the "add blocks" block.
2005-02-08 00:24:33 +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
d897c9c416
Fixed up admin page formatting
2005-02-01 04:12:53 +00:00
moodler
e8b8c3e05a
Removed old styles
2005-02-01 04:05:04 +00:00
moodler
cc15a607eb
Now informs about old themes.
...
It's damn ugly, this page, but I'm just getting it to a useful state first
2005-01-31 06:13:28 +00:00
moodler
d65a650133
Fixes for Theme preview
2005-01-31 05:58:03 +00:00
moodler
a01fcda617
Less buttons
2005-01-31 04:16:36 +00:00
defacer
4d411a997f
Added new id selector for the "inactive accounts will be unenrolled" message.
2005-01-31 01:22:13 +00:00
urs_hunkler
8cd1bc7804
this is a theme for Moodle for pdas. together with the course format "pda" it can be used for small screens. I started to define width of the blocks and the content to 240px. I tested it on a sony th 55 - it looks quite promissing. It's just a start ...
2005-01-30 23:32:05 +00:00
moodler
8ba55c01ae
New theme chooser (with better preview using iframes)
...
It's a bit rough but it works.
2005-01-30 19:27:46 +00:00
moodler
3b765890f3
Updated to latest styles.php and config.php
2005-01-30 18:21:54 +00:00
moodler
6fde77de24
Modifications to allow parent theme, and some genral cleanups
2005-01-30 18:17:44 +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
urs_hunkler
8b9ddabf55
added odd and even to the comments /* Alternate rows even */ and moved them to before the classes. so they can stay there and inform the reader about the function of r0 and r1.
2005-01-30 11:21:13 +00:00
urs_hunkler
546739f657
added a small space to the right for .unread. so the text stands not so sticky to the right border of the orange field ;-)
2005-01-30 11:18:50 +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
moodler
01b3fb2e5f
Added rows ...
2005-01-30 08:17:00 +00:00
moodler
2b490e22fd
Removed orange from calendar borders
2005-01-30 05:08:12 +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
moodler
7e33a33bf1
Course boxes should have a white background
2005-01-29 12:26:37 +00:00
moodler
b4a773610d
Added some padding on forum unread posts
2005-01-29 12:05:29 +00:00
moodler
be37582e3c
New styles for forums
2005-01-29 09:39:56 +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
24e11ade04
Removing this directory
2005-01-28 17:27:04 +00:00
moodler
e768789327
Moving XHTML_CSS_UH to orangewhite
2005-01-28 17:26:15 +00:00
urs_hunkler
c8ce7bf361
Changes on the start page.
2005-01-28 11:35:59 +00:00
urs_hunkler
0314042d2a
CSS file is replaced by styles_font.css.
2005-01-28 09:15:44 +00:00
urs_hunkler
89e9f3608b
Sorted and commented CSS acording to the standard CSS files. Almost ready for a first go.
2005-01-27 12:35:48 +00:00
urs_hunkler
d796e6d839
Minor changes.
2005-01-27 12:34:28 +00:00
defacer
744fd5bb3b
Styles for doc/contents.php.
2005-01-27 05:21:00 +00:00
defacer
9c581405ab
More HTML and CSS fun with the new block.
...
Incidentally, does Mozilla have a bug here? It won't apply the text-align
property to those TDs which have been given a class through a COLGROUP.
IE does it correctly all the way, and Firefox applies the other properties
but seems to take exception at the text-align. Weird.
2005-01-27 04:19:56 +00:00
defacer
eb111397cd
Polishing the styles for the quiz_results block a bit.
2005-01-26 22:31:42 +00:00
urs_hunkler
90a149ff14
Sorted and commented CSS acording to the standard CSS files. Not yet ready.
2005-01-26 21:45:19 +00:00
urs_hunkler
7005a81c11
Optimized the Structure to make it even more "readable".
2005-01-26 20:18:17 +00:00
urs_hunkler
331411de3c
CSS properties supplemented to deal with unwanted post modernism effects ;-)
2005-01-26 16:26:24 +00:00
urs_hunkler
992b59719f
Sorted and commented CSS. Now you find an intro with a short overview, a short index and the info where to place new CSS. It was a quite nitpicking work, so please help and look at it and tell me, if everything is all right - sort order, do you find anything fast, etc.
2005-01-26 15:10:47 +00:00