oils-plugin-forums
Version:
Forum plugin for Oils JS
323 lines (257 loc) • 4.29 kB
CSS
/*TODO: minify*/
.forums-cat {
padding: 0;
}
.forums-cat-icon {
color: white;
text-align: center;
}
.forums-cat a {
color: #2c3840;
}
.forums-cat-icon.news {
font-size: 0.857em;
}
.forums-cat-text {
font-weight: bold;
color: #006FFF;
font-size: 1.214em;
}
.forums-cat-desc-text {
margin-top: 3px;
margin-bottom: 0;
color: #666;
font-size: 1em;
line-height: 17px;
}
.forums-cat .columns {
margin-bottom: 0;
}
.post-opts-container .edit-post {
text-align: right;
}
.post-opts-container .edit-post a {
font-size: 1.071em;
color: #71bbdd;
}
.post-opts-container .edit-post a:hover {
color: #008CBA;
}
.mypopup a {
background: white;
border: 1px solid #008BBF;
padding: 3px 5px;
display: block;
height: 26px;
text-align: left;
border-radius: 3px;
font-size: 0.875em;
}
.mypopup {
display: none;
position: absolute;
background: #008BBF;
border-radius: 3px;
padding: 7px;
}
.mypopup a:hover {
color: white;
background-color: #008BBF;
border-color: white;
}
.post-left-container {
padding: 0;
}
.emoji {
height: 19px;
margin-right: 2px;
}
.forums {
width: 100%;
border: 0;
}
.forums tr {
border: 0;
display: block;
}
.forums tr td {
padding: 20px 12px;
}
.forums tr:nth-child(2) {
border-radius: 2px 2px 0 0;
}
.forums tr:last-child {
border-radius: 0 0 2px 2px;
}
.forums tr td.first {
padding-left: 16px;
}
.forums tr th {
padding: 0 12px;
text-align: center;
font-weight: normal;
color: #ccc;
}
.forums tr.row {
margin: auto;
}
.forums a {
color: #5060ff;
}
.forums .viewcount {
vertical-align: middle;
}
.forums .viewcount-container {
text-align: center;
}
.forums .users-container {
text-align: center;
}
.forums-cat .topic-title {
font-size: 1.286em;
}
.forums-cat table thead tr td {
font-weight: normal;
color: #ccc;
}
.forums-cat table thead {
background: transparent;
}
.forums-cat table {
border: 0;
}
.forums-cat tbody tr td {
padding: 18px 10px;
line-height: 20px;
}
.forums-cat tbody tr td.col2 {
width: 50px;
}
/*
.forums-cat tbody tr td.col3 {
width: 120px;
}
*/
.forums-cat tbody tr td.col3 {
width: 50px;
}
.forums-cat tbody tr td.col4 {
width: 90px;
}
.forums-cat table {
width: 100%;
}
.forums-topic {
width: 100%;
border: 0;
}
.forums-topic tr {
}
.forums-topic tr.first-ever td {
border: 0;
background-color: #fff;
padding-bottom: 50px;
padding-top: 0;
}
.forums-topic tr td {
vertical-align: top;
padding: 15px 15px;
width: 100%;
}
.forums-topic thead {
display: none;
}
table.forums-topic {
border-collapse: separate;
border-spacing: 0 10px;
}
table.forums-topic td {
border: solid 1px #e9e9e9;
border-style: solid none;
padding: 20px 20px 8px 20px;
background-color: #f7f7f7;
}
table.forums-topic td:first-child {
border-left-style: solid;
}
table.forums-topic td:last-child {
border-right-style: solid;
}
.row.header-topic {
margin-bottom: 12px;
padding: 0 12px;
}
.header-sep {
border-bottom: 1px solid #eee;
margin-bottom: 12px;
}
.reply-msg label {
line-height: 23px;
}
.back-to {
display: block;
margin-bottom: 20px;
}
.tab-table-row-wrapper {
padding: 0 1.125rem;
}
.tab-table-row {
border-bottom: 1px solid #eee;
}
.a2a_default_style a.frms-subscribe {
width: 32px;
height: 32px;
background: salmon;
color: white;
border-radius: 5px;
font-size: 19px;
padding: 7px 7px;
margin-right: 2px;
}
.frms-sep {
border-left: 1px solid #ccc;
margin: 0 12px;
width: 1px;
height: 32px;
float: left;
}
/*.forums-breadcrumbs {
overflow: hidden;
padding-left: 0;
padding-bottom: 0;
background-color: white;
border-color: white;
}*/
.frms-likes-ct a {
font-size: 1.2em;
}
.frms-likes-ct a span.be-the-first {
font-size: 0.8em;
}
.frms-likes-ct a i {
font-size: 1.5em;
}
.frms-likes-ct a {
color: #71bbdd;
display: block;
width: 130px;
height: 32px;
}
.frms-likes-ct.likes-active a {
color: #008CBA;
}
.frms-likes-ct a:hover {
color: #008CBA;
}
.share-row {
height: 32px;
margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
/*.forums-cat tr td.col3 {
display: none;
}*/
.forums tr:first-child {
display: none;
}
}