Skip to content
Snippets Groups Projects

publis

Merged Julien Signoles requested to merge feature/julien/publis into master
2 files
+ 121
115
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 115
115
/* Wiki Page */
.wikiPageContent{
margin-bottom:40px;
}
.wikiPageContent li{
margin-bottom:20px;
}
.wikiPage {
text-align: left;
align-items: center;
justify-content: center;
}
.wikiPage:after {
display: none;
}
.wikiPage > .wrap {
position: relative;
max-width: 1260px;
margin: 0 auto;
padding: 0 25px;
z-index: 2;
}
@media (min-width: 768px) {
.wikiPage > .wrap {
padding: 28px 10px 0;
}
}
@media only screen and (min-width: 900px) {
.wikiPage > .wrap {
padding: 28px 25px 0;
}
}
@media only screen and (min-width: 1260px) {
.wikiPage > .wrap {
padding-left: 0;
padding-right: 0;
}
}
.wikiPage .paragraphGroup p a {
color: #a1a1a1;
border-bottom-color: transparent;
position: relative;
transition: color 0.4s;
}
.wikiPage .paragraphGroup p a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: #484848;
transition: 0.5s ease-out;
}
.nonTouch .wikiPage .paragraphGroup p a:hover {
color: #f7931c;
}
.nonTouch .wikiPage .paragraphGroup p a:hover:before {
width: 100%;
}
.wikiPage .paragraphGroup:first-child {
margin-top: 0;
margin-bottom: 2.7em;
}
.wikiPage .wikiPageContent {
position: relative;
z-index: 2;
}
.wikiPage .wikiPageContent .btn + * {
margin-top: 30px;
}
.wikiPage .wikiPageContent ul {
padding: 0;
}
.wikiPage .versionsList {
margin-bottom: 40px;
}
@media (min-width: 1280px) {
.wikiPage .versionsList li {
padding-left: 24px;
margin-bottom: 7px;
}
}
.wikiPage .versionsList a {
color: #484848;
font-weight: 600;
position: relative;
transition: color 0.4s;
}
.wikiPage .versionsList a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: #484848;
transition: 0.25s ease-out;
}
.nonTouch .wikiPage .versionsList a:hover {
color: #f7931c;
}
.nonTouch .wikiPage .versionsList a:hover:before {
width: 100%;
}
@media (min-width: 1280px) {
.wikiPageContent .btn {
font-size: 18px;
padding: 16px 32px 18px 42px;
}
.wikiPageContent .btn span .icon-download-arrow {
font-size: 15px;
}
}
\ No newline at end of file
/* Wiki Page */
.wikiPageContent{
margin-bottom:40px;
}
.wikiPageContent li{
margin-bottom:20px;
}
.wikiPage {
text-align: left;
align-items: center;
justify-content: center;
}
.wikiPage:after {
display: none;
}
.wikiPage > .wrap {
position: relative;
max-width: 1260px;
margin: 0 auto;
padding: 0 25px;
z-index: 2;
}
@media (min-width: 768px) {
.wikiPage > .wrap {
padding: 28px 10px 0;
}
}
@media only screen and (min-width: 900px) {
.wikiPage > .wrap {
padding: 28px 25px 0;
}
}
@media only screen and (min-width: 1260px) {
.wikiPage > .wrap {
padding-left: 0;
padding-right: 0;
}
}
.wikiPage .paragraphGroup p a {
color: #a1a1a1;
border-bottom-color: transparent;
position: relative;
transition: color 0.4s;
}
.wikiPage .paragraphGroup p a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: #484848;
transition: 0.5s ease-out;
}
.nonTouch .wikiPage .paragraphGroup p a:hover {
color: #f7931c;
}
.nonTouch .wikiPage .paragraphGroup p a:hover:before {
width: 100%;
}
.wikiPage .paragraphGroup:first-child {
margin-top: 0;
margin-bottom: 2.7em;
}
.wikiPage .wikiPageContent {
position: relative;
z-index: 2;
}
.wikiPage .wikiPageContent .btn + * {
margin-top: 30px;
}
.wikiPage .wikiPageContent ul {
padding: 0;
}
.wikiPage .versionsList {
margin-bottom: 40px;
}
@media (min-width: 1280px) {
.wikiPage .versionsList li {
padding-left: 24px;
margin-bottom: 7px;
}
}
.wikiPage .versionsList a {
color: #484848;
font-weight: 600;
position: relative;
transition: color 0.4s;
}
.wikiPage .versionsList a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: #484848;
transition: 0.25s ease-out;
}
.nonTouch .wikiPage .versionsList a:hover {
color: #f7931c;
}
.nonTouch .wikiPage .versionsList a:hover:before {
width: 100%;
}
@media (min-width: 1280px) {
.wikiPageContent .btn {
font-size: 18px;
padding: 16px 32px 18px 42px;
}
.wikiPageContent .btn span .icon-download-arrow {
font-size: 15px;
}
}
Loading