mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Community block MDL-19314 add style.css (with SmartCVS should not have any CR pb)
This commit is contained in:
parent
0db46681e2
commit
5dd61a54b7
25
blocks/community/styles.css
Normal file
25
blocks/community/styles.css
Normal file
@ -0,0 +1,25 @@
|
||||
/** General display rules **/
|
||||
#page-blocks-community-communitycourse .hubscreenshot {float: left; }
|
||||
#page-blocks-community-communitycourse .hubdescription { color: #003333;
|
||||
font-size: 95%;
|
||||
}
|
||||
#page-blocks-community-communitycourse .hubadditionaldesc { color: #666666;
|
||||
font-size: 90%;
|
||||
}
|
||||
#page-blocks-community-communitycourse .trusted {
|
||||
font-size: 90%;
|
||||
color: #006633;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
#page-blocks-community-communitycourse .nottrusted { }
|
||||
#page-blocks-community-communitycourse .hubtrusted { }
|
||||
#page-blocks-community-communitycourse .hubnottrusted {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#page-blocks-community-communitycourse .trustedtr {background-color: #ffe1c3;}
|
||||
#page-blocks-community-communitycourse .prioritisetr {background-color: #ffd4ff;}
|
||||
#page-blocks-community-communitycourse .additionaldesc {font-size: 80%; color: #aa6666;}
|
||||
#page-blocks-community-communitycourse .additionaladmindesc {font-size: 80%; color: #6666ff;}
|
||||
#page-blocks-community-communitycourse .blockdescription {font-size: 80%; color: #555555;}
|
Loading…
x
Reference in New Issue
Block a user