(3 intermediate revisions by the same user not shown) | |||
Line 627: | Line 627: | ||
background: #333; | background: #333; | ||
width: 60%; | width: 60%; | ||
+ | margin-top: 2em; | ||
margin-left: 20%; | margin-left: 20%; | ||
} | } | ||
Line 728: | Line 729: | ||
.image-inpage.floatR, .floatR { | .image-inpage.floatR, .floatR { | ||
float: right; | float: right; | ||
− | margin-right: 0; | + | margin-right: 0 !important; |
− | margin-left: 1em; | + | margin-left: 1em !important; |
} | } | ||
.image-inpage.floatL, .floatL { | .image-inpage.floatL, .floatL { | ||
float: left; | float: left; | ||
− | margin-right: 1em; | + | margin-right: 1em !important; |
− | margin-left: 0; | + | margin-left: 0 !important; |
} | } | ||
Line 920: | Line 921: | ||
margin: auto; | margin: auto; | ||
overflow:hidden; | overflow:hidden; | ||
− | border-top:3px solid black; | + | border-top: 3px solid black; |
− | border-bottom:3px solid black; | + | border-bottom: 3px solid black; |
− | border-left:1.5px solid black; | + | border-left: 1.5px solid black; |
border-right: 1.5px solid black; | border-right: 1.5px solid black; | ||
background-color: var(--main-bg-color); | background-color: var(--main-bg-color); | ||
Line 1,044: | Line 1,045: | ||
.FullNames { | .FullNames { | ||
text-align: center !important; | text-align: center !important; | ||
− | font-size:1.3em !important; | + | font-size: 1.3em !important; |
− | color: black; | + | color: black !important; |
margin-top: -15px !important; | margin-top: -15px !important; | ||
font-family: var(--main-txt-font) !important; | font-family: var(--main-txt-font) !important; | ||
Line 1,053: | Line 1,054: | ||
.PersDesc { | .PersDesc { | ||
text-align: center !important; | text-align: center !important; | ||
− | font-size:1.15em !important; | + | font-size: 1.15em !important; |
− | margin-top:5px !important; | + | margin-top: 5px !important; |
− | color: black; | + | margin-bottom: 0.5em !important; |
+ | /* color: black !important; */ | ||
font-family: var(--main-txt-font) !important; | font-family: var(--main-txt-font) !important; | ||
/* font-family: 'roboto' !important; */ | /* font-family: 'roboto' !important; */ | ||
Line 1,269: | Line 1,271: | ||
.image-inpage.floatL, .image-inpage.floatR, .floatL, .floatR { | .image-inpage.floatL, .image-inpage.floatR, .floatL, .floatR { | ||
float: none; | float: none; | ||
− | margin-right: auto; | + | margin-right: auto !important; |
− | margin-left: auto; | + | margin-left: auto !important; |
} | } | ||
Latest revision as of 00:45, 18 October 2018