source: WAeUP_Moodle/bteducation2_0/style/dock.css @ 6369

Last change on this file since 6369 was 6369, checked in by Henrik Bettermann, 13 years ago

Add Moodle 2.0 bteducation theme. This is a copy of the standard theme. Feel free to tweak this theme as you like. The old bteducation theme is deprecated, it can't be used for Moodle >2.0.

File size: 1.7 KB
Line 
1/* For the dock and items on the dock */
2#dock {background-image:url([[pix:theme|vgradient]]);background-repeat: repeat-y;background-position:100% 0;background-color:#DDD;border-right-color:#AAA;}
3#dock .dockeditem_container {margin-top:10px;}
4#dock .dockeditem {background-color:#DDD;}
5#dock .dockeditem .firstdockitem {margin-top:1em;}
6#dock .dockeditem .dockedtitle {border-color:#AAA;background-image:url([[pix:theme|vgradient]]);background-position:90% 0;background-repeat: repeat-y;}
7#dock .dockeditem .dockedtitle.activeitem {background-position:80% 0;}
8#dock .dockeditem .dockedtitle h2 {margin:12px 0px;}
9
10/** For the panel the docked blocks are shown in */
11#dockeditempanel .dockeditempanel_content {border-color:#AAA;}
12#dockeditempanel .dockeditempanel_hd {border-bottom-color:#AAA;padding:3px 5px;background-image:url([[pix:theme|hgradient]]);}
13#dockeditempanel .dockeditempanel_hd h2 {font-size:80%;color:#999;}
14
15/* block expansion code */
16.block_js_expansion .block_tree {overflow-x:scroll;}
17.block_js_expansion.mouseover .content {width:200%;z-index:1000;position:relative;}
18.block_js_expansion.mouseover .content .block_tree {width:100%; background-color:#FAFAFA; padding-bottom:0px;}
19
20/** IE stylings */
21.ie6 .block .block_tree {width:160px;overflow-x:scroll;}
22.ie6 .block_tree .tree_item {width:100%;}
23.ie6 #dock {position:absolute;}
24.ie6 #dock hr {display:none;margin:0px;height:0px;padding:0px;}
25.ie6 #dock li p {background-color:inherit;}
26.ie6 #dock .bd.oversized_content .content, .ie7 #dock .bd.oversized_content .content {padding-bottom:0px;}
27.ie6 .block_js_expansion.mouseover .content, .ie7 .block_js_expansion.mouseover .content{ padding-bottom:2px;}
28.ie6 #dock .bd.oversized_content {width:100%;}
Note: See TracBrowser for help on using the repository browser.