source: WAeUP_Moodle/bteducation2_0/style/blocks.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: 3.7 KB
Line 
1/** General **/
2.block {border:1px solid #DDD;}
3.block .header {border-bottom:1px solid #DDD;border-color: #dddddd;}
4.block .header h2 {margin-top:2px;font-size:1em;}
5.block .header .block_action {margin:0 4px;}
6.block .header .block_action img,
7.block .header .block_action input {width:11px; height:11px;}
8.block .content {border-color: #dddddd;background-color:#FCFCFC;}
9.block .content hr {border-top-color:#999999;}
10.block .header .commands {font-size:0.9em;clear:both;}
11.block .header .commands .icon { padding-left:2px;padding-right:2px;margin-right:2px;}
12.block .footer {font-size:0.9em;text-align:center;clear:both;}
13.block.beingmoved {border-color: #f88;}
14
15.block .header,
16.block h2.header {text-align: left;margin:0;padding:4px;padding-top:0;border-bottom-width: 0;}
17.block .content h2 {text-align: left;margin:1.5em 0 0;padding:0;}
18.block .content h3 {text-align: left;}
19.block .content hr {height:1px;margin-top:4px;margin-bottom:4px;border:none;border-top:1px solid;padding:0;}
20.block .content .head {margin-top: 10px;}
21.block .header .icon.hide,
22.block .header .icon.edit {margin-right: 6px;}
23
24.block-region .hidden .header {border-bottom-color: #dddddd;}
25.blockannotation {color:#aaa;}
26.blockmovetarget {background-color: #fcc;border-color: #f88;}
27.blockmovetarget:hover {background-color: #f88;border-color: #c00;}
28
29/** Admin tree **/
30.block_admin_tree .link.current {background-color:#EEEEEE;}
31.block_admin_tree .link.criticalnotification {background-color:#FF6666;}
32.block_admin_tree .link.hidden {color:#999999;}
33
34/** Blog Tags **/
35.block_blog_tags .official {color: #0000cc;}
36.block_blog_tags .personal {color: #666699;}
37
38/** Calendar Month **/
39.block_calendar_month abbr {border-width:0;}
40.block_calendar_month .eventnone a {text-decoration:none;color:black;cursor:text;}
41.calendar-event-panel .yui3-widget-hd {background-image:url([[pix:theme|hgradient]]);background-repeat: repeat-x;background-color:#e1e1df;border-bottom:1px solid #ddd;}
42
43/** Calendar Upcoming **/
44.block_calendar_upcoming .event .date {text-align:right;}
45
46/** Course Overview **/
47.block_course_overview .coursebox h3 {margin: 10px;}
48
49/** Login Block **/
50.block_login .loginform .c1 {margin:0.3em 0.8em;text-align:right;}
51.block_login .loginform .c1.fld input {width:5em;}
52.block_login .loginform .c1.fld label {padding-right: 4px;}
53.block_login .loginform .c1.btn {text-align:center;}
54
55/** Latest News Block **/
56.block_news_items .newlink {text-align: center;}
57.block_news_items .post .head {margin-top:10px;}
58.block_news_items .post .head .date {font-style: italic;}
59.block_news_items .post .info {text-align:center;}
60
61/** Messages **/
62.block_messages .content .list li.listentry {font-size:0.75em;}
63
64/** Online Users **/
65.block_online_users .content .list li.listentry {font-size:0.75em;}
66.block_online_users .content .list li.listentry img {border:#888}
67
68/** Quiz Results **/
69.block_quiz_results {text-align: center;}
70.block_quiz_results h1 {margin: 4px;font-size: 1.1em;}
71.block_quiz_results table.grades {text-align: left;width: 100%;}
72.block_quiz_results table.grades .number,
73.block_quiz_results table.grades .grade {text-align: right;width: 10%;}
74.block_quiz_results table.grades caption {margin: 1em 0px 0px 0px;border-bottom-width: 1px;border-bottom-style: solid;font-weight: bold;}
75
76/** Recent Activity **/
77.block_recent_activity .activitydate,
78.block_recent_activity .activityhead {font-size:0.9em;}
79
80/** RSS Client **/
81.block_rss_client .image {text-align:center;}
82.block_rss_client .list li {padding:5px;font-size:0.85em;border-top:1px solid #DDD;}
83.block_rss_client .list li:first-child {border-top-width: 0px;}
84.block_rss_client .list li .description {color:#555555;font-size:0.8em;padding-left:1em;}
85
86/** Site main menu **/
87.block_site_main_menu .footer select {font-size: 0.8em;}
Note: See TracBrowser for help on using the repository browser.