Community portal page creation

This commit is contained in:
leosw
2020-05-16 13:52:43 +04:00
parent 7beb1f25ad
commit 529a261351
3 changed files with 94 additions and 2 deletions

View File

@@ -346,4 +346,40 @@ footer a:hover {
section .thumb {
margin: 0 10px;
border: 1px solid #aaa;
}
/*********************************/
/** Community portal page **/
/*********************************/
.action {
clear: both;
margin: 50px auto 0 auto;
width: 90%;
background: #efefef;
border: 1px solid #ccc;
border-bottom: 3px solid #ccc;
}
.action p {
margin: 0;
}
.action .title {
background: #ccc;
cursor: pointer;
font-weight: 500;
font-size: 1.1em;
}
.action .title a, .action .title p {
padding: 15px 10px;
margin: 0;
color: inherit;
display: block;
}
.action .description {
display: none;
}
.action .description p {
padding: 10px 20px;
}