.forum .forum-content { margin-bottom: 20px; } .forum .description { margin-bottom: 10px; } .forum .post { } .forum .posts > .post, .forum .forum-content { border-style: solid; border-width: 1px; border-color: rgb(125, 119, 96); border-color: rgba(125, 119, 96, 0.2); margin-bottom: 20px; } .forum .post .post-content, .forum .forum-content { overflow: hidden; padding: 5px; } .forum .post .post-content:HOVER, .forum .forum-content:HOVER { background-color: rgb(250, 250, 250); background-color: rgba(225, 225, 225, 0.2); } /* Post header */ .forum .post-header { } .forum .post-header-content > div { display: inline; } .forum .post-header .author { text-transform: uppercase; } .forum .post-header .author:AFTER, .forum .post-header .creation-date:AFTER { content: " - "; } .forum .post-header .title { font-weight: bold; } .forum .avatar { float: left; margin-right: 20px; } .forum .avatar img { max-width: 75px; max-height: 75px; } .forum .children .avatar img { max-width: 32px; max-height: 32px; margin-top: 5px; } /* Content */ .forum .content { margin: 10px 0; overflow: hidden; } /* Actions */ .forum .actions { text-align: right; } .forum .posts .actions { visibility: hidden; } .forum .forum-content > .actions { visibility: visible; } .forum .post-content:HOVER > .actions { visibility: visible; } .forum .actions > div { display: inline; } .forum .actions .quote a { cursor: pointer; background-image: url("images/quote.png"); } .forum .actions .reply a { cursor: pointer; background-image: url("images/add.png"); } .forum .posts .actions .reply a { background-image: url("images/reply.png"); } .forum .actions .delete a { cursor: pointer; background-image: url("images/delete.png"); } .forum label:AFTER { content: " : "; } .forum textarea { width: 100%; } .forum .reply-input { display: none; margin: 10px; margin-left: 70px; text-align: left; } .forum .reply-input .reply-title input { width: 100%; } .forum .reply-input .reply-buttons { margin-top: 5px; text-align: center; } /* Children */ .forum .post .children { margin-left: 70px; } .forum .post .children .post-content { border-top-style: solid; border-width: 1px; border-color: rgb(125, 119, 96); border-color: rgba(125, 119, 96, 0.2); } /* Miscellaneous */ .forum .osivia-portal-cell { vertical-align: middle; }