MediaWiki:Common.css: Difference between revisions

m
hide margin for responsive layout, change two column layout to 1000px
(changing tabber / first heading and article toolbar fonts)
m (hide margin for responsive layout, change two column layout to 1000px)
 
(56 intermediate revisions by the same user not shown)
Line 13:
******************************/
#siteSub {
display:blocknone;
}
/*display:block;
font-weight:500;
font-size:90%;
padding-bottom: 1em;
}*/
 
/******************************
Line 25 ⟶ 27:
max-width:100%;
height:auto;
margin-bottom:1em0.2em;
text-align:center;
border-radius:10px;
}
 
.res-img-800 img {
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
width:800px;
height:auto;
margin-bottom:0.2em;
text-align:center;
border-radius:10px;
}
 
.res-img-1000 img {
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
width:1000px;
height:auto;
margin-bottom:0.2em;
text-align:center;
border-radius:10px;
}
 
.res-img-1200 img {
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
width:1200px;
height:auto;
margin-bottom:0.2em;
text-align:center;
border-radius:10px;
}
 
Line 46 ⟶ 86:
}
}
 
/******************************
* The Sidebar
******************************/
#mw-panel {
width: 13em;
}
/******************************
* Tabber, toolbar, main body
* Change tabber & toolbar fonts
and heading fonts
******************************/
.tabber_tabtabber_tabs {
font-family:noteworthyavenir;
font-weight:200;
font-variant:small-caps;
}
.mw-body .firstheadingfirstHeading {
font-family: noteworthyavenir;
/*font-weight:300;8?
/*font-variant:small-caps;*/
}
.mw-body-content h2 {
font-family:avenir;
/*font-weight:300;*/
/*font-variant:small-caps;*/
font-size:1.6em;
}
.mw-body-content h3, .mw-body-content h4 {
font-family:avenir;
/*font-weight:300;*/
/*font-variant:small-caps;*/
font-size:1.4em;
}
.mw-article-toolbar-container {
font-family:noteworthyavenir;
text-transform:uppercase;
}
.vector-sticky-header-context-bar-primary {
font-family:avenir;
font-weight:300;
}
/*.mw-body {
font-family:avenir;
font-weight:300;
font-size:115%;
}*/
/******************************
* Hide category header 3
******************************/
div.mw-category-generated h3 {
display: none;
}
 
/******************************
Line 71 ⟶ 137:
******************************/
.mw-collapsible-toggle-default::before {
content: '([';
}
.mw-collapsible-toggle-default::after {
content: ')]';
}
.mw-collapsible-toggle {
float: right;
padding: 2px 5px;
font-weight: normal;
font-size: 85%;
padding-right: 5px;
}
 
Line 118 ⟶ 187:
position: relative;
overflow: hidden;
max-width: 1125px1200px;
height: auto;
margin-bottom: .6em0;
}
.banner-image img {
max-width: 100%;
height: auto;
/*width: auto\9;*/
border-radius:10px;
}
.banner-box-wide {
Line 132 ⟶ 202:
.banner-box-left,
.banner-box-right {
padding: 8px 7px4px;
background: rgb(16,16,16);
background: rgba(0,0,0,0.3);
Line 140 ⟶ 210:
.banner-box-left {
left: 3%;
text-align: leftcenter;
}
.banner-box-right {
right: 3%;
text-align: rightcenter;
}
.mainpage_box {
padding:5px 10px;
}
.mainpage-shadowbox {
Line 163 ⟶ 236:
}
.mainpage-shadowbox h3 {
font-size: 150130%;
padding: 0;
}
Line 173 ⟶ 246:
position: absolute;
z-index: 2;
margin-top: 2em1em 0;
min-width: 20em;
}
.banner-box-2 .quote {
font-size: 90%;
line-height: 1.2em3em;
}
.mainpage_box h3 {
 
margin:0.1em 0;
/******************************
* TABLE: cleantable
******************************/
table.cleantable {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: left;
}
 
table.cleantable > tr > th,
table.cleantable > tr > td,
table.cleantable > * > tr > th,
table.cleantable > * > tr > td {
border: 2px solid #fff;
padding: 0.4em;
text-align: left;
}
 
table.cleantable > tr > th,
table.cleantable > * > tr > th {
background-color: #50ab8a;
text-align: center;
color: #fff;
padding: 10px 5px;
}
 
table.cleantable > caption {
font-weight: bold;
}
 
Line 230 ⟶ 274:
table.plaintable > * > tr > td {
border: 2px solid #fff;
padding: 0.1em 0.4em 0.1em 0.6em;
text-align: left;
}
Line 244 ⟶ 288:
table.plaintable > caption {
font-weight: bold;
}
 
table.plaintable td:hover {
background: #e5e5e5;
}
 
Line 272 ⟶ 320:
 
/******************************
* FOOTERFooter STUFFstuff
******************************/
.mw-footer-container {
Line 285 ⟶ 333:
}
/******************************
* Gallery content
******************************/
div.gallerytext {
padding:0;
}
 
/******************************
* Upload description area
******************************/
textarea {
font-family:Courier;
font-size:13px;
}
 
/******************************
* CSS from Mediawiki.org
* MW CONTENT
******************************/
.mainpage_row {
display: flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: space-between;
padding: 0;
margin: 0 -5px 0 -5px;
}
.mainpage_box {
flex: 1;
margin: 5px;
min-width: 360px;
/*border: 1px solid #CCC;
padding: 0 10px 10px 10px; Hiding these elements for timeb being
box-shadow: 0 2px 2px rgba(0,0,0,0.1); */
}
.mainpage_box h3 {
/* Reset padding so is equal across skins */
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
/* Padding left gets overridden by headanchor gadget */
margin: 0.5em 0;
}
/* Set padding left only if headanchor gadget is not enabled */
.mainpage_box h3:not(.tpl-vheadanchor-heading) {
padding-left: 0;
}
.mainpage_box h3 .header_icon {
float: left;
margin-right: 5px;
}
/*.mainpage_box .items {
border-top: 1px solid #CCC; Hiding this class for the time being
padding-top: 0.5em;
}*/
.mainpage_box p:last-child {
margin-bottom: 0;
}
.mainpage_boxcontents_small {
font-size: 95%;
}
/* Style the "other languages" box the same way as other boxes on the main page */
.mw-pt-languages {
display: block;
background: none;
border: 1px solid #CCC;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
width: auto;
}
.mw-pt-languages-label {
background: none;
border-right: none;
}
 
@media screen and (max-width: 719px) {
.mw-content-ltr ul {
.thumb {
margin: 0.3em 0; /*This seems to adjust the gallery output*
float: none;
} ******************************/
}
.thumb, .thumbinner {
margin-left: auto;
margin-right: auto;
}
}
 
/******************************
* FLEX FOR "THIS PHOTO" PAGES
******************************/
/* {
box-sizing: border-box;
}*/
 
/* Column container */
/*.row {
display: flex;
flex-wrap: wrap;
} */
 
.flex-container {
display: flex;
flex-direction: row;
}
 
/* Create two unequal columns that sits next to each other */
/* left column */
.left-side {
flex: 65%;
background-color: #f7f7f7;
border:1px solid #ccc;
padding: 10px;
margin: 5px;
box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
 
/* right column */
.right-side {
flex: 25%;
background-color: #f7f7f7;
border:1px solid #ccc;
padding: 10px;
margin: 5px;
box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}
 
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
.flex-container {
flex-direction: column;
}
}
 
/*********************************************************
* Styling for a responsive image gallery with 4 coloumns
*********************************************************/
.row {
display: flex;
flex-wrap: wrap;
padding: 0 5px;
}
 
/* Create four equal columns that sits next to each other */
.column {
flex: 25%; /*1*/
max-width: 25%; /*100%*/
/*background-color:var(--color-surface-1);*/
/*border:1px solid var(--border-color-base);*/
/*color:var(--color-base-emphasized);*/
/*border-radius: 8px;*/
/*box-shadow: 0 3px 6px rgba(0,0,0,0.04),0 3px 6px rgba(0,0,0,0.0575);*/
padding: 5px;
/*margin: 5px;*/
}
 
.column img {
margin-top: 8px;
vertical-align: middle;
}
 
/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 1000px) {
.column {
flex: 50%;
max-width: 50%;
}
}
 
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
.column {
flex: 100%;
max-width: 100%;
}
}
 
/******************************
* FLEX FOR HORIZONTAL INFOBOXES
******************************/
/* Create two unequal columns that sits next to each other */
/* left column */
.left-side-infobox {
flex: 50%;
background-color: #fff;
/*padding: 10px;*/
margin: 10px;
}
 
/* right column */
.right-side-infobox {
flex: 50%;
background-color: #fff;
/*padding: 10px;*/
margin: 10px;
}