moodle/theme/standardold/style/mod_forum.css
2010-05-06 06:16:07 +00:00

361 lines
5.7 KiB
CSS

/***
*** Modules: Forum
***/
#mod-forum-subscribers .subscriberdiv,
#mod-forum-subscribers .subscribertable {
width:100%;
background-color:#EEEEEE;
border:1px solid #BBBBBB;
}
#mod-forum-subscribers .subscriberdiv,
#mod-forum-subscribers .subscribertable tr td {
vertical-align:top;
padding:0.2em 0.3em;
}
#mod-forum-subscribers .subscribertable tr td.existing {
width:42%;
}
#mod-forum-subscribers .subscribertable tr td.actions {
width:16%;
padding-top:3em;
}
#mod-forum-subscribers .subscribertable tr td.actions .actionbutton {
margin:0.3em 0;
padding:0.5em 0;
width:100%;
}
#mod-forum-subscribers .subscribertable tr td.potential {
width:42%;
}
#mod-forum-view .forummode {
text-align:center;
}
.forumheaderlist,
.forumpost {
border-width:1px;
border-style:solid;
border-collapse:separate;
}
.forumpost {
margin-top: 15px;
}
.forumpost .topic {
padding: 4px;
border-style:solid;
border-width: 0px;
border-bottom-width: 1px;
}
.forumpost .commands {
padding-top: 0.5em;
text-align:right;
clear: both;
}
.forumpost .ratings {
padding-top: 1em;
text-align:right;
}
.forumpost .attachments {
padding: 7px;
text-align:right;
}
.forumpost .content {
padding: 4px;
}
.forumpost .footer {
padding-top: 0.5em;
text-align:right;
}
.forumpost .link {
padding-top: 0.5em;
text-align:right;
}
.forumpost .left {
width: 35px;
padding: 4px;
text-align: center;
vertical-align: top;
}
.mod-forum .indent {
margin-left: 30px;
}
body#user-view .forumpost,
.course .forumpost {
width: 100%;
}
body#mod-forum-search .c0 {
text-align: right;
}
body#mod-forum-search .introcontent {
padding: 15px;
}
.forumolddiscuss {
text-align: right;
}
.forumheaderlist {
width: 100%;
}
.forumheaderlist td {
border-width:1px 0px 0px 1px;
border-style:solid;
}
.forumheaderlist .replies {
text-align: center;
white-space: nowrap;
}
.forumheaderlist .picture {
width: 35px;
}
.forumheaderlist .discussion .starter {
vertical-align: middle;
}
.forumheaderlist .lastpost {
white-space: nowrap;
text-align: right;
}
.forumheaderlist .discussion .author {
white-space: nowrap;
}
.forumolddiscuss {
text-align:right;
}
.forumaddnew,
.forumnodiscuss,
.noticeboxcontent {
text-align:center;
}
#mod-forum-view .forumaddnew {
margin-bottom: 20px;
}
#mod-forum-view .forumcontrol .groupmenu {
float: left;
text-align:left;
white-space: nowrap;
}
#mod-forum-view .groupmenu {
float: left;
text-align:left;
white-space: nowrap;
}
#mod-forum-view .forumcontrol .subscription {
float: right;
text-align:right;
white-space: nowrap;
}
#mod-forum-view .subscription {
float: right;
text-align:right;
white-space: nowrap;
}
#mod-forum-index .subscription {
float: right;
text-align:right;
white-space: nowrap;
}
#mod-forum-view .unread {
padding-left: 3px;
padding-right: 3px;
}
#mod-forum-discuss .forumpost.unread .content {
border-style: solid;
border-width: 2px;
}
#mod-forum-discuss .ratingsubmit {
text-align:center;
padding:10px;
}
#mod-forum-index .unread img,
#mod-forum-view .unread img
{
margin-left: 5px;
}
#mod-forum-discuss .discussioncontrols td {
width: 33%;
text-align:center;
}
#email .unsubscribelink {
margin-top:20px;
border-width: 0px 1px 0px 0px;
border-style: solid;
text-align:center;
}
#mod-forum-view .subscription {
margin: 5px 0;
}
/***
*** Modules: Forum
***/
.forumnodiscuss{
font-weight:bold;
}
.forumpost .topic .subject {
font-weight: bold;
}
.forumpost .topic .author {
font-size: 0.8em;
}
.forumpost .commands,
.forumpost .link,
.forumpost .footer {
font-size: 0.9em;
}
.forumheaderlist .discussion .lastpost {
font-size: 0.7em;
}
body#mod-forum-search .introcontent {
font-weight:bold;
}
body#mod-forum-index .generalbox .cell {
font-size: 0.80em;
}
.forumpost .edited {
font-style: italic;
}
/***
*** Modules: Forum
***/
/**
* Patch MDL-18971 version 3 puts the forum classes
* in page sequence. Also added one course class (above)
* for course/view.php
**/
/** The location of these classes is unknown
* Commented out with patch MDL-18971 version 3
**/
/*.block .post .head {
color:#555555;
}*/
/** Unread Posts count background on
* mod/forum/index.php
**/
#mod-forum-index .unread {
background: #9EBEFF;
}
/** wire frame around cells in
* mod/forum/view.php
**/
.forumheaderlist td {
border-color: #FFFFFF;
}
/** Discussion column background in
* mod/forum/view.php
* The inner class is actually "topic starter"
**/
.forumheaderlist .discussion .starter {
background:#DDDDDD;
}
/** unread column background on
* mod/forum/view.php
**/
#mod-forum-view .unread{
background: #9EBEFF;
}
/** border around posts in
* mod/forum/view.php (forumheaderlist) and
* mod/forum/discuss.php (forumpost)
**/
.forumheaderlist,
.forumpost {
border-color:#DDDDDD;
}
/** post body color in
* mod/forum/discuss.php
**/
.forumpost .content {
background: #FFFFFF;
}
/** left photo section of each post in
* mod/forum/discuss.php
**/
.forumpost .left {
background:#EEEEEE;
}
/** line between header and post body in
* mod/forum/discuss.php
**/
.forumpost .topic {
border-bottom-color: #EEEEEE;
}
/** header of the first post in
* mod/forum/discuss.php
**/
.forumpost .starter {
background:#DDDDDD;
}
/** header of reply posts and
* lower corners of all posts in
* mod/forum/discuss.php
**/
#mod-forum-discuss .forumpost {
background: none;
}
/** inside border of unread posts in nested format in
* mod/forum/discuss.php
**/
#mod-forum-discuss .forumpost.unread .content {
border-width:2px;
border-color: #0046C7;
}
/** headers of unread posts in threaded format in
* mod/forum/discuss.php
**/
#mod-forum-discuss .forumthread.unread {
background: #9EBEFF;
}