MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 115: | Line 115: | ||
margin-top: 2%; | margin-top: 2%; | ||
background-color: white; | background-color: white; | ||
transition: transform 0.001s ease, border 0.001s ease; /* Add transitions with ease timing function */ | transition: transform 0.001s ease, border 0.001s ease; /* Add transitions with ease timing function */ | ||
} | } | ||
Revision as of 14:50, 9 January 2024
/* CSS placed here will be applied to all skins */
/* 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 {
font-family: 'HALColant-TextRegular', sans-serif;
background-color: white;
transition: background-color 1s ease;
}
/* 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;
}
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
margin-left: 0!important;
}
.mw-body {
border: none;
margin-left: 15px!important;
}
#p-logo a {
display: none;
}
.mw-footer {
display: none;
}
#list {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
#list.fade-out {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
opacity: 0.3;
}
.card {
width: calc(20% - 2px);
box-sizing: border-box;
border: 1px solid black;
height: fit-content;
padding: 7px;
margin-bottom: 30px;
font-size: 12pt;
line-height: 23.5px;
letter-spacing: 0.4px;
cursor: pointer;
}
.card:hover {
background-color: lightgray;
}
.card:not(:first-child) {
margin-left: -1px;
}
.card:nth-child(5n + 1) {
margin-left: 0;
transform: none;
}
.card:last-child {
margin-right: 0;
border-right: 1px solid black;
}
.mw-body .firstHeading {
display: none;
}
#mw-panel {
display: none;
}
.people {
text-decoration: underline;
border-top: 1px solid black;
}
.type {
border-top: 1px solid black;
}
/* Style the article window */
#show-article-wrapper {
display: none;
position: fixed;
top: 0;
right: 0;
width: 37%;
height: max-content;
margin-right: 2%;
margin-top: 2%;
background-color: white;
transition: transform 0.001s ease, border 0.001s ease; /* Add transitions with ease timing function */
}
#show-article {
position: relative; /* Add position relative */
z-index: 1; /* Ensure it's above the wrapper */
border: 1px solid;
padding: 20px;
transition: transform 0.001s ease, border 0.001s ease;
}
#show-article:hover {
/* Styles for show-article when hovered */
transform: rotate(2.5deg); /* Rotate the content */
background-color: white;
padding: 20px;
}
#show-article-wrapper:hover {
border: 1px solid black; /* Adjust the border style as needed */
transform: rotate(-2.5deg); /* Rotate the wrapper */
}
.article-metadata {
display: flex;
border-bottom: 1px solid black;
}
.article-metadata-label {
text-transform: uppercase;
margin-bottom: 0 !important;
}
.article-metadata-value {
text-transform: capitalize;
font-size: 12pt;
letter-spacing: 0.4px;
margin-top: 0 !important;
}
.article-metadata-column:not(:first-child) {
margin-left: 20px;
}
.article-metadata-column:nth-child(n+2) {
margin-left: 10%;
}
.article-entry-number {
font-size: 12pt;
line-height: 23.5px;
letter-spacing: 0.4px;
}
.article-people {
font-size: 16pt;
line-height: 23.5px;
letter-spacing: 0.4px;
text-decoration: underline;
border-top: 1px solid black;
text-align: center;
padding-top: 18px;
}
.article-title {
font-size: 16pt;
line-height: 23.5px;
letter-spacing: 0.4px;
text-align: center;
border-bottom: 1px solid black;
padding-bottom: 18px;
margin-bottom: 0 !important;
}
.article-type {
font-size: 12pt;
line-height: 23.5px;
letter-spacing: 0.4px;
border-bottom: 1px solid black;
margin-top: 0 !important;
padding: 5px 0 5px 0;
}
.article-entity {
font-size: 12pt;
line-height: 23.5px;
letter-spacing: 0.4px;
margin-top: 0 !important;
}
.article-discipline {
font-size: 12pt;
line-height: 23.5px;
letter-spacing: 0.4px;
margin-top: 0 !important;
}
.article-subject {
font-size: 12pt;
line-height: 23.5px;
letter-spacing: 0.4px;
margin-top: 0 !important;
}
.article-description {
font-size: 15pt;
line-height: 23.5px;
letter-spacing: 0.4px;
text-align: left;
text-indent: 50px;
}
#close-button {
float: right;
cursor: pointer;
padding: 5px 10px;
font-size: 12pt;
line-height: 23.5px;
letter-spacing: 0.4px;
}
/* End Style for article window<------ */
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: transparent;
text-align: left;
}
.suggestions {
display: none!important;
}
#simpleSearch {
position: relative;
display: flex;
align-items: center;
}
#searchform {
padding-left: 2%;
padding-bottom: 2%;
}
#simpleSearch:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 400%;
background-color: rgba(255, 255, 255, 0.7);
z-index: -1;
margin-left: -10%;
}
#searchInput,
.closing-bracket {
display: none;
border: none;
}
#simpleSearch:hover #searchInput {
display: inline;
border-bottom: 1px solid black;
margin-left: -8px;
}
#simpleSearch:hover .closing-bracket {
display: inline;
}
.nrs {
margin-left: auto;
padding-right: 50%;
}
#searchInput {
margin-right: 8px; /* Adjust the spacing between search input and closing bracket */
}