Template:Sanpantul article/styles.css: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
Samadam (talk | contribs)
No edit summary
Samadam (talk | contribs)
No edit summary
Line 1: Line 1:
.monobook-body {
  max-width: 65% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  /* optionally add padding or border */
  padding: 1em !important;
  margin-top: 1em !important; /* space below title */
  box-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
  background: #fff !important;
  border-radius: 4px !important;
  overflow: hidden;
}
/*
.custom-heading {
  text-align: center !important;
  font-size: 2em !important;
}
.article-body {
  line-height: 1.6 !important;
}
*/
body {
font-size: 125% !important;
}
#toc { /* Table of content */
font-family: Tahoma !important;
}
.infobox.vcard.geography { /* Country infobox on Sanpantul first page */
font-family: Tahoma !important;
}
.infobox {
font-family: Tahoma !important;
font-size: 100% !important;
}
p { /* General text blocks */
font-family: Tahoma !important; /* Tahoma */
font-size: 125% !important;
line-height: 175% !important;
}
.wikitable { /* All wikitables */
font-family: Tahoma !important;
}
.toccolours { /* Infobox on Economy of Sanpantul page */
font-family: Tahoma !important;
}
.navbox { /* The Sanpantul nav box */
font-family: Tahoma !important;
}
.mainarticle { /* The Main article lines under each header */
font-family: Tahoma !important;
}
h2 { /* Level 2 headers */
font-family: "Verdana Pro" !important;
font-weight: bold !important;
border-bottom: solid 4px #267F00 !important;
text-transform: uppercase !important;
}
h3 { /* Level 3 headers */
font-family: "Verdana Pro" !important;
font-size: 1.2em !important;
border-bottom: solid 3px #FFCC00 !important;
text-transform: uppercase !important;
}
big b, small b { /* Header in the Country infobox on Sanpantul first page */
font-family: "Verdana Pro" !important;
}
h2 span a, h3 span a { /* Edit link in the headers */
font-size: 0.5em !important;
color: white !important;
border-style: hidden !important;
}
.mw-editsection-bracket { /* Brackets enclosing the edit link in the headers */
font-size: 0em !important;
}
.mw-editsection-divider { /* Divider between the edit buttons */
color: white !important;
}
body.skin-vector { /* Main background (not working) */
background-color: #e6ffb4 !important;
}
.navbox-subgroup .navbox-group { /* Subgroup boxes in navbox */
font-family: "Verdana Pro" !important;
background: #FFCC00 !important;
color: black !important;
}


.sanpantul-infobox {
.navbox-group, .navbox-group a { /* Group boxes in navbox */
    float: right;
font-family: "Verdana Pro" !important;
    clear: right;
background: #267F00 !important;
    width: 280px;
color: #FFCC00 !important;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    color: #202122;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    font-size: 88%;
    line-height: 1.5em;
    border-spacing: 3px;
}
}


.sanpantul-header {
.navbox-title, caption { /* Navbox headers */
    background-color: #3366cc; /* Kurumsal bir mavi */
font-family: "Verdana Pro" !important;
    color: white;
font-weight: bold !important;
    text-align: center;
font-size: 150% !important;
    font-size: 125%;
    font-weight: bold;
    padding: 0.4em;
}
}


.sanpantul-image {
.navbox-title span a { /* Navbox headers */
    text-align: center;
color: #267F00 !important;
    padding: 0.5em;
}
}


.sanpantul-label {
.navbox-group div a { /* Election navbox link background fix */
    font-weight: bold;
font-family: "Verdana Pro" !important;
    background-color: #eaecf0;
background: #FFCC00 !important;
    width: 40%;
color: black !important;
    padding: 0.2em 0.4em;
}
}


.sanpantul-data {
ul li { /* Bullet lists */
    padding: 0.2em 0.4em;
font-family: Tahoma !important; /* Tahoma */
font-size: 125% !important;
line-height: 175% !important;
}
}


.sanpantul-footer {
.vevent { /* Election results infobox */
    background-color: #f2f2f2;
width: 450px !important;
    text-align: center;
font-family: Tahoma !important;
    font-size: 90%;
    border-top: 1px solid #aaa;
}
}

Revision as of 09:52, 4 February 2026

.monobook-body {
  max-width: 65% !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  /* optionally add padding or border */
  padding: 1em !important;
  margin-top: 1em !important; /* space below title */
  box-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
  background: #fff !important;
  border-radius: 4px !important;
  overflow: hidden;
}
/*
.custom-heading {
  text-align: center !important;
  font-size: 2em !important;
}

.article-body {
  line-height: 1.6 !important;
}
*/
body {
font-size: 125% !important;
}

#toc { /* Table of content */
font-family: Tahoma !important;
}

.infobox.vcard.geography { /* Country infobox on Sanpantul first page */
font-family: Tahoma !important;
}

.infobox {
font-family: Tahoma !important;
font-size: 100% !important;
}

p { /* General text blocks */
font-family: Tahoma !important; /* Tahoma */
font-size: 125% !important;
line-height: 175% !important;
}

.wikitable { /* All wikitables */
font-family: Tahoma !important;
}

.toccolours { /* Infobox on Economy of Sanpantul page */
font-family: Tahoma !important;
}

.navbox { /* The Sanpantul nav box */
font-family: Tahoma !important;
}

.mainarticle { /* The Main article lines under each header */
font-family: Tahoma !important;
}

h2 { /* Level 2 headers */
font-family: "Verdana Pro" !important;
font-weight: bold !important;
border-bottom: solid 4px #267F00 !important;
text-transform: uppercase !important;
}

h3 { /* Level 3 headers */
font-family: "Verdana Pro" !important;
font-size: 1.2em !important;
border-bottom: solid 3px #FFCC00 !important;
text-transform: uppercase !important;
}

big b, small b { /* Header in the Country infobox on Sanpantul first page */
font-family: "Verdana Pro" !important;
}

h2 span a, h3 span a { /* Edit link in the headers */
font-size: 0.5em !important;
color: white !important;
border-style: hidden !important;
}

.mw-editsection-bracket { /* Brackets enclosing the edit link in the headers */
font-size: 0em !important;
}

.mw-editsection-divider { /* Divider between the edit buttons */
color: white !important;
}

body.skin-vector { /* Main background (not working) */
background-color: #e6ffb4 !important; 
}

.navbox-subgroup .navbox-group { /* Subgroup boxes in navbox */
font-family: "Verdana Pro" !important;
background: #FFCC00 !important;
color: black !important;
}

.navbox-group, .navbox-group a { /* Group boxes in navbox */
font-family: "Verdana Pro" !important;
background: #267F00 !important;
color: #FFCC00 !important;
}

.navbox-title, caption { /* Navbox headers */
font-family: "Verdana Pro" !important;
font-weight: bold !important;
font-size: 150% !important;
}

.navbox-title span a { /* Navbox headers */
color: #267F00 !important;
}

.navbox-group div a { /* Election navbox link background fix */
font-family: "Verdana Pro" !important;
background: #FFCC00 !important;
color: black !important;
}

ul li { /* Bullet lists */
font-family: Tahoma !important; /* Tahoma */
font-size: 125% !important;
line-height: 175% !important;
}

.vevent { /* Election results infobox */
width: 450px !important;
font-family: Tahoma !important;
}