Skip to content

Commit

Permalink
Update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
arielpontes committed Jan 14, 2021
1 parent 5a5181f commit e6c80e4
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 1,227 deletions.
73 changes: 59 additions & 14 deletions gemet/thesaurus/static/thesaurus/css/style.css
Expand Up @@ -637,8 +637,8 @@ hr {
width: 0.8em;
line-height: 0.8em;
text-align: center;
// border: 1px solid #ccc;
// color: black!important;
/* // border: 1px solid #ccc;
// color: black!important; */
text-decoration: none!important;
}

Expand Down Expand Up @@ -1194,7 +1194,7 @@ li:hover .btn-remove-down {
}

.text-area li:first-of-type:before {
// content: '';
/* // content: ''; */
display: none;
color: #00446a;
}
Expand All @@ -1203,9 +1203,9 @@ li:hover .btn-remove-down {
color: inherit;
}

.text-area ul {
/* .text-area ul {
// margin: 0!important;
}
} */

.other-item {
display: inline-block;
Expand Down Expand Up @@ -1259,7 +1259,7 @@ li:hover .btn-remove-down {
border: none;
right: 0;
border-radius: 0;
//background-color: #C1CFD0;
/* //background-color: #C1CFD0; */
bottom: calc(100% + 2.4rem + 7px);
height: 26px;
}
Expand Down Expand Up @@ -1596,10 +1596,10 @@ i {
margin: 0!important;
}

.related-terms li {
/*position: relative;*/
/*margin-left: 1.5rem;*/
}
/* .related-terms li {
position: relative;
margin-left: 1.5rem;
} */

.related-terms > div {
margin-right: 2rem;
Expand Down Expand Up @@ -2093,8 +2093,8 @@ a.search-button {
display: inline-block!important;
}

.edit-page.history a,
.edit-page.history div {}
/* .edit-page.history a,
.edit-page.history div {} */

.edit-page.history a {
display: block;
Expand All @@ -2109,7 +2109,7 @@ a.search-button {
margin-left: 0;
}

.modified-container button {}
/* .modified-container button {} */

.edit-page.history .well * {
transition: all 300ms;
Expand Down Expand Up @@ -2181,7 +2181,7 @@ a.search-button {
}

.expand {
// width: 240px!important;
/* // width: 240px!important; */
z-index: 200;
transform: translateX(0);
/*overflow: auto!important;*/
Expand Down Expand Up @@ -2226,3 +2226,48 @@ nav {
background-color: #fff!important;
box-shadow: unset!important;
}

/* About page */

div.about-page h1 {
margin-top: 40px;
margin-bottom: 40px;
}

div.about-page h2 {
margin-bottom: 20px;
}

ul.bullet {
display: block;
list-style-type: disc !important;
padding-left: 40px !important;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
}

ul.bullet li {
display: list-item;
list-style-type: disc !important;
text-align: -webkit-match-parent;
}

div.side-bar, .box {
margin-left: 10px;
}

div.about-page table {
width: 280px;
margin-bottom: 20px;
}

div.about-page table tr {
border-bottom: 1px solid #cfcfcf;
}

div.reference {
padding-left: 40px;
}

0 comments on commit e6c80e4

Please sign in to comment.