MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 71: | Line 71: | ||
/* Top Section code */ | /* Top Section code */ | ||
/******** WIKIGENCE PREMIUM HERO ********/ | |||
.wg-hero{ | .wg-hero{ | ||
width:100%; | |||
box-sizing:border-box; | |||
padding:28px; | |||
margin:15px 0 20px 0; | |||
background:#f8fbff; | background:#f8fbff; | ||
| Line 86: | Line 90: | ||
border-radius:18px; | border-radius:18px; | ||
box-shadow:0 | box-shadow:0 6px 20px rgba(0,0,0,.06); | ||
} | } | ||
.wg-title{ | .wg-title{ | ||
font-size: | font-size:48px; | ||
font-weight:700; | font-weight:700; | ||
| Line 99: | Line 102: | ||
text-align:center; | text-align:center; | ||
color:# | color:#163b8c; | ||
margin-bottom: | margin-bottom:15px; | ||
} | } | ||
.wg-subtitle{ | .wg-subtitle{ | ||
font-size: | font-size:18px; | ||
text-align:center; | text-align:center; | ||
line-height:32px; | |||
color:#54595d; | color:#54595d; | ||
margin-bottom: | margin-bottom:30px; | ||
} | } | ||
.wg-services{ | .wg-services{ | ||
| Line 125: | Line 128: | ||
grid-template-columns:repeat(3,1fr); | grid-template-columns:repeat(3,1fr); | ||
gap: | gap:15px; | ||
margin-bottom: | margin-bottom:25px; | ||
} | } | ||
.wg-box{ | .wg-box{ | ||
background:#fff; | background:#fff; | ||
| Line 146: | Line 140: | ||
border:1px solid #eaecf0; | border:1px solid #eaecf0; | ||
border-radius: | border-radius:14px; | ||
padding:20px; | |||
text-align:center; | |||
} | } | ||
.wg-box h3{ | .wg-box h3{ | ||
font-size:22px; | |||
margin-bottom:10px; | |||
} | } | ||
.wg-box p{ | .wg-box p{ | ||
font-size:15px; | |||
line-height:26px; | |||
color:#54595d; | color:#54595d; | ||
margin:0; | |||
} | } | ||
.wg-contact{ | .wg-contact{ | ||
| Line 184: | Line 174: | ||
grid-template-columns:repeat(3,1fr); | grid-template-columns:repeat(3,1fr); | ||
gap: | gap:15px; | ||
margin-bottom: | margin-bottom:25px; | ||
} | } | ||
.wg-card{ | .wg-card{ | ||
| Line 195: | Line 184: | ||
background:#fff; | background:#fff; | ||
padding: | padding:18px; | ||
text-align:center; | text-align:center; | ||
| Line 201: | Line 190: | ||
border:1px solid #eaecf0; | border:1px solid #eaecf0; | ||
border-radius: | border-radius:14px; | ||
} | } | ||
.wg-buttons{ | .wg-buttons{ | ||
| Line 219: | Line 200: | ||
justify-content:center; | justify-content:center; | ||
gap: | gap:15px; | ||
flex-wrap:wrap; | flex-wrap:wrap; | ||
| Line 226: | Line 207: | ||
} | } | ||
.wg-btn{ | .wg-btn{ | ||
padding: | padding:14px 28px; | ||
border-radius: | border-radius:30px; | ||
font-size:16px; | |||
font- | font-weight:700; | ||
text-decoration:none; | |||
} | } | ||
.wg-blue{ | .wg-blue{ | ||
| Line 247: | Line 226: | ||
background:#3366cc; | background:#3366cc; | ||
color:#fff; | color:#fff !important; | ||
} | } | ||
.wg-black{ | .wg-black{ | ||
| Line 256: | Line 234: | ||
background:#111827; | background:#111827; | ||
color:#fff; | color:#fff !important; | ||
} | } | ||
.wg-disclaimer{ | .wg-disclaimer{ | ||
padding: | padding:18px; | ||
background:#fff; | background:#fff; | ||
| Line 271: | Line 248: | ||
border-radius:14px; | border-radius:14px; | ||
font-size: | font-size:13px; | ||
line-height:24px; | |||
text-align:center; | text-align:center; | ||
| Line 279: | Line 258: | ||
} | } | ||
@media(max-width:768px){ | |||
@media(max-width: | |||
.wg-services{ | .wg-services{ | ||
| Line 296: | Line 274: | ||
.wg-title{ | .wg-title{ | ||
font-size: | font-size:34px; | ||
} | } | ||
} | } | ||
Revision as of 16:43, 24 June 2026
/* CSS placed here will be applied to all skins */
/* Logo */
.vector-header-start .mw-logo {
min-width:10rem !important;
}
.vector-header-start .mw-logo img {
width: 10rem !important;
height: auto !important;
}
.vector-header-start .mw-logo span {
display:none !important;
}
/* InfoBox */
.infobox {
border: 2px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
float: right;
margin: 0 0 1em 1em;
width: 250px;
font-size: 90%;
line-height: 1.4em;
}
.infobox th {
background-color: #efefef;
text-align: left;
padding: 4px;
}
.infobox td {
padding: 4px;
}
.page-Main_Page main header,
.page-Main_Page main .page-heading {
display: none !important;
}
.page-Main_Page .catlinks {
display: none !important;
}
.main-page-layout {
display: flex;
flex-direction: row;
gap: 4px;
}
.main-page-column {
display:flex;
flex-direction: column;
gap:4px;
}
.image-flex-basis {
flex-basis:150px;
}
@media screen and (max-width: 767px){
.main-page-layout{
flex-direction:column;
}
.image-flex-basis {
flex-basis:350px;
}
}
/* Top Section code */
/******** WIKIGENCE PREMIUM HERO ********/
.wg-hero{
width:100%;
box-sizing:border-box;
padding:28px;
margin:15px 0 20px 0;
background:#f8fbff;
border:1px solid #d6e2f0;
border-radius:18px;
box-shadow:0 6px 20px rgba(0,0,0,.06);
}
.wg-title{
font-size:48px;
font-weight:700;
text-align:center;
color:#163b8c;
margin-bottom:15px;
}
.wg-subtitle{
font-size:18px;
text-align:center;
line-height:32px;
color:#54595d;
margin-bottom:30px;
}
.wg-services{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-bottom:25px;
}
.wg-box{
background:#fff;
border:1px solid #eaecf0;
border-radius:14px;
padding:20px;
text-align:center;
}
.wg-box h3{
font-size:22px;
margin-bottom:10px;
}
.wg-box p{
font-size:15px;
line-height:26px;
color:#54595d;
margin:0;
}
.wg-contact{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-bottom:25px;
}
.wg-card{
background:#fff;
padding:18px;
text-align:center;
border:1px solid #eaecf0;
border-radius:14px;
}
.wg-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-bottom:25px;
}
.wg-btn{
padding:14px 28px;
border-radius:30px;
font-size:16px;
font-weight:700;
text-decoration:none;
}
.wg-blue{
background:#3366cc;
color:#fff !important;
}
.wg-black{
background:#111827;
color:#fff !important;
}
.wg-disclaimer{
padding:18px;
background:#fff;
border:1px solid #eaecf0;
border-radius:14px;
font-size:13px;
line-height:24px;
text-align:center;
color:#54595d;
}
@media(max-width:768px){
.wg-services{
grid-template-columns:1fr;
}
.wg-contact{
grid-template-columns:1fr;
}
.wg-title{
font-size:34px;
}
}