MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Conlanger
Przejdź do nawigacji Przejdź do wyszukiwania
Linia 3: Linia 3:
 
/* <pre> */
 
/* <pre> */
 
#sgNaglowek {text-align: center;}
 
#sgNaglowek {text-align: center;}
#sgWstep {font-size: 19px; line-height: 1em;}
+
#sgNaglowek #sgWstep {font-size: 19px; line-height: 1em;}
 
#sgLiczba {font-size: 95%; margin: 0;}
 
#sgLiczba {font-size: 95%; margin: 0;}
 
#sgLiczba em {font-size: 115%; font-weight: bold;}
 
#sgLiczba em {font-size: 115%; font-weight: bold;}
Linia 15: Linia 15:
  
 
#n #sgHead {width: 100%; text-align: center; background: none;}
 
#n #sgHead {width: 100%; text-align: center; background: none;}
#n #sgWstep {width: 50%;}
+
#n #sgWstep { width: 50%;}
 
#n #sgWstep div p {margin: 0;}
 
#n #sgWstep div p {margin: 0;}
#n #sgWstep div strong {font-size: 15px; font-weight: normal;}
+
#n #sgWstep div strong {font-size: 15pt; font-weight: normal;}
 
#n #sgArtMies {width: 33%;}
 
#n #sgArtMies {width: 33%;}
#n #sgQLinks ul {list-style: none;}
+
#n #sgQLinks li {list-style: none; margin-left: 0; margin-right: 0; padding: 0;}
  
 
#n #sgBloki {width: 99%; margin-top: 0.5em;}
 
#n #sgBloki {width: 99%; margin-top: 0.5em;}

Wersja z 02:06, 11 gru 2010

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

/* <pre> */
#sgNaglowek {text-align: center;}
#sgNaglowek #sgWstep {font-size: 19px; line-height: 1em;}
#sgLiczba {font-size: 95%; margin: 0;}
#sgLiczba em {font-size: 115%; font-weight: bold;}
#sgSpecjalne {font-variant: small-caps; margin: 0; font-style: italic}
#sgBloki {width: 99%; margin-top: 0.5em;}
.sgKolumna {width: 49%; display: block;}
#sgWConlangach {text-align: center; clear: both;}
.sgPudlo {margin-top: 5px;}
.sgPudlo h2 {font-size: 13pt; font-weight: bold; padding: 5px; margin: 0; border-bottom: 1px solid #AAA;}
.sgPudloTresc {padding: 5px; margin: 0;}

#n #sgHead {width: 100%; text-align: center; background: none;}
#n #sgWstep { width: 50%;}
#n #sgWstep div p {margin: 0;}
#n #sgWstep div strong {font-size: 15pt; font-weight: normal;}
#n #sgArtMies {width: 33%;}
#n #sgQLinks li {list-style: none; margin-left: 0; margin-right: 0; padding: 0;}

#n #sgBloki {width: 99%; margin-top: 0.5em;}
#n .sgKolumna {width: 50%; display: block;}
#n #sgWConlangach {text-align: center; clear: both;}
#n .sgPudlo {margin: 3px 1px; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;}
#n .sgPudlo h2 {font-size: 12pt; font-weight: bold; border-bottom: none; padding: 0; margin: 0.5em;}
#n .sgPudloTresc {padding: 0; margin: 0.5em;}
#n .sgPudloTresc .sgKolumna p {text-indent: 2em;}

.radnon {border-radius: 8px; -moz-border-radius: 8px;}
.radtop {border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0;}
.radbot {border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px;}

table.wikitable table.reset, table.wikitable table.reset th, table.wikitable table.reset td {background: none; border: none;}
#polytonic {font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; 
    font-family /**/:inherit;}

div.BoxenVerschmelzen,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

.NavToggle {
   font-size: x-small;
   float:right;

}

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: AliceBlue;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f0f0;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

.collapseLink { cursor: pointer; }
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}

.ipa { font-family: 'DejaVu Sans', 'Charis SIL', 'Segoe UI', 'Microsoft Sans Serif', 'MS Mincho', 'Arial Unicode MS', 'Doulos SIL', 'Lucida Sans Unicode', 'Chrysanthi Unicode', Gentium, GentiumAlt, Code2000, 'TITUS Cyberbit Basic', 'Bitstream Cyberbit', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode';font-size:16px; }

#requestWikiData {display:none;}

#siteSub {
    display: inline;padding-left:1em;
    font-size: 95%;
    font-weight: normal;
    font-style: italic;
}

.emmut { font-family: 'Emmut Gos', 'Emmut Neote'; font-size:10px; }

/* </pre> */