|
|
(229 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| /* White background in body */
| | . |
| @font-face {
| |
| font-family: 'HALColant-TextRegular';
| |
| src: url('/fonts/HALColant-TextRegular.woff2') format('woff2'),
| |
| url('/fonts/HALColant-TextRegular.woff') format('woff');
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| }
| |
| body {
| |
| background: #FAFAFA 0%;
| |
| transition: background-color 1s ease;
| |
| font-family: HALColant-TextRegular!important;
| |
| }
| |
| html {
| |
| scrollbar-width: none; /* Firefox */
| |
| }
| |
| ::-webkit-scrollbar {
| |
| display: none;
| |
| }
| |
| .custom-navbar {
| |
| display:none;
| |
| }
| |
| /* Mediawiki search results */
| |
| .mw-search-profile-tabs {
| |
| display: none;
| |
| }
| |
| #mw-searchoptions {
| |
| display: none;
| |
| }
| |
| | |
| /* Don't display 3 vertical lines. This is loading of Mediawiki*/
| |
| .mw-indicators {
| |
| display: none;
| |
| }
| |
| | |
| /* Don't display loading load spinner. This is loading of Semantic Mediawiki*/
| |
| .smw-overlay-spinner {
| |
| display: none;
| |
| }
| |
| | |
| /* Mediawiki horizontal navigation styles */
| |
| #mw-head {
| |
| background-color: white;
| |
| transition: background-color 1s ease;
| |
| display: none;
| |
| }
| |
| #mw-page-base {
| |
| background-color: white;
| |
| transition: background-color 1s ease;
| |
| background-image: none;
| |
| display: none;
| |
| }
| |
| #mw-head-base {
| |
| margin-left: 0!important;
| |
| }
| |
| .mw-body, #left-navigation, #mw-data-after-content, .mw-footer {
| |
| margin-left: 0!important;
| |
| }
| |
| | |
| .mw-body {
| |
| border: none;
| |
| background: #FFF0 0%;
| |
| }
| |
| .mw-parser-output a.external {
| |
| background-image: none;
| |
| }
| |
| .smw-columnlist-container {
| |
| position: absolute;
| |
| top: 430px;
| |
| width: 100%;
| |
| }
| |
| #catlinks {
| |
| display: none;
| |
| }
| |
| #p-logo a {
| |
| display: none;
| |
| }
| |
| .mw-footer {
| |
| display: none;
| |
| }
| |
| a.mw-selflink {
| |
| font-weight: normal;
| |
| text-decoration: underline;
| |
| }
| |
| a.mw-selflink:hover {
| |
| font-weight: normal;
| |
| text-decoration: underline;
| |
| }
| |
| .vector-body p
| |
| {
| |
| margin-top: 0px!important;
| |
| margin-bottom: 0px!important;
| |
| }
| |
| /* ------>Start Style for header */
| |
| #header-container {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| margin: 0 auto;
| |
| padding-right: 25px;
| |
| padding-left: 25px;
| |
| padding-top: 25px;
| |
| padding-bottom: 140px;
| |
| }
| |
| .head-col {
| |
| width: calc(20% - 0px);
| |
| box-sizing: border-box;
| |
| height: fit-content;
| |
| padding: 10px;
| |
| }
| |
|
| |
| .head-col:not(:first-child) {
| |
| margin-left: -1px;
| |
| | |
| }
| |
| | |
| .head-col:nth-child(5n + 1) {
| |
| margin-left: 0;
| |
| transform: none;
| |
| }
| |
| | |
| .head-col:last-child {
| |
| margin-right: 0;
| |
| }
| |
| .head-col-extend {
| |
| width: calc(40% - 0px);
| |
| box-sizing: border-box;
| |
| height: fit-content;
| |
| border-bottom: 1px solid black;
| |
| }
| |
| .head-box {
| |
| border: 1px solid black;
| |
| background: #FAFAFA;
| |
| cursor: pointer;
| |
| }
| |
| .head-nav {
| |
| padding-left: 15px;
| |
| padding-top: 5px;
| |
| line-height: 23px;
| |
| }
| |
| .head-links {
| |
| padding-top: 5px;
| |
| }
| |
| .head-filter {
| |
| padding-top: 5px;
| |
| display: flex; /* Use Flexbox */
| |
| justify-content: space-between;
| |
| align-items: center; /* Align items vertically in the center */
| |
| }
| |
| .filter {
| |
| font-size: 17px;
| |
| line-height: 22px;
| |
| letter-spacing: 0.37px;
| |
| }
| |
| | |
| .buttons-filters
| |
| {
| |
| font-size: 16px;
| |
| line-height: 20px;
| |
| letter-spacing: 0.35px;
| |
| padding-bottom: 5px;
| |
| }
| |
| .toggle-filters.open-filter {
| |
| background: none;
| |
| border: none;
| |
| font-size: 16px;
| |
| line-height: 20px;
| |
| font-family: 'HALColant-TextRegular';
| |
| cursor: pointer;
| |
| }
| |
| .header-entry-number {
| |
| font-size: 17px;
| |
| line-height: 22px;
| |
| letter-spacing: 0.37px;
| |
| padding-bottom: 4px;
| |
| }
| |
| .header-authors-title {
| |
| border-top: 1px solid black;
| |
| font-size: 19px;
| |
| line-height: 26px;
| |
| letter-spacing: 0.95px;
| |
| padding: 4px 0;
| |
| }
| |
| .header-authors-title a {
| |
| color: black;
| |
| text-decoration: none;
| |
| }
| |
| .header-authors-title a:hover {
| |
| font-style: italic;
| |
| }
| |
| .header-type {
| |
| border-top: 1px solid black;
| |
| font-size: 19px;
| |
| line-height: 23px;
| |
| letter-spacing: 0.95px;
| |
| padding-top: 4px;
| |
| }
| |
| .header-index {
| |
| font-size: 17px;
| |
| line-height: 22px;
| |
| letter-spacing: 0.37px;
| |
| }
| |
| .header-index a {
| |
| cursor: pointer;
| |
| color: black;
| |
| }
| |
| .header-index a:hover {
| |
| color: black;
| |
| }
| |
| .header-people {
| |
| font-size: 17px;
| |
| line-height: 22px;
| |
| letter-spacing: 0.37px;
| |
| }
| |
| .header-people a{
| |
| cursor: pointer;
| |
| color: black!important;
| |
| }
| |
| .header-people a:hover{
| |
| color: black;
| |
| }
| |
| .header-community {
| |
| font-size: 17px;
| |
| line-height: 22px;
| |
| letter-spacing: 0.37px;
| |
| }
| |
| .header-community a {
| |
| cursor: pointer;
| |
| color: black!important;
| |
| }
| |
| .header-community a:hover{
| |
| color: black;
| |
| }
| |
| .header-date {
| |
| color: #4D4D4D;
| |
| font-size: 17px;
| |
| line-height: 22px;
| |
| letter-spacing: 0.37px;
| |
| }
| |
| .header-about {
| |
| font-size: 17px;
| |
| line-height: 22px;
| |
| letter-spacing: 0.37px;
| |
| }
| |
| .header-about a {
| |
| cursor: pointer;
| |
| color: black!important;
| |
| }
| |
| .header-about a:hover{
| |
| color: black;
| |
| }
| |
| .about-hide {
| |
| opacity: 0; /* Make it invisible initially */
| |
| visibility: hidden; /* Ensure it's not interactable */
| |
| display: none;
| |
| color: black;
| |
| font-size: 28px;
| |
| line-height: 34px;
| |
| letter-spacing: 1.4px;
| |
| width: 200%;
| |
| border-bottom: 1px solid black;
| |
| padding-bottom: 5px;
| |
| padding-top: 5px;
| |
| transition: opacity 0.
| |