Common.css: Porovnání verzí
Z Beta: Franklinova expedice
(tučně kurzívou) |
(pokus o vylepšení infoboxu) |
||
(Není zobrazeno 28 mezilehlých verzí od stejného uživatele.) | |||
Řádek 1: | Řádek 1: | ||
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i'); | /* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i'); */ | ||
/* Zde uvedené CSS bude ovlivňovat všechny styly */ | /* Zde uvedené CSS bude ovlivňovat všechny styly */ | ||
Řádek 18: | Řádek 18: | ||
/* Písmo */ | /* Písmo */ | ||
div#globalWrapper {font-family: 'Roboto', sans-serif} | /* div#globalWrapper {font-family: 'Roboto', sans-serif} | ||
div#content h1, div#content h2, div#content h3 {font-family: 'Roboto', sans-serif} | div#content h1, div#content h2, div#content h3 {font-family: 'Roboto', sans-serif} | ||
div#content.mw-body { | div#content.mw-body { | ||
line-height: 1.5; | line-height: 1.5; | ||
} | } | ||
div#mw-content-text.mw-content-ltr { | div#mw-content-text.mw-content-ltr, div#mw-imagepage-content.mw-content-ltr { | ||
font-size: 120%; | font-size: 120%; | ||
} | } */ | ||
/* max šířka textu pro lepší čtení */ | /* max šířka textu pro lepší čtení */ | ||
div#mw-content-text.mw-content-ltr p, div#mw-content-text.mw-content-ltr ul, div#mw-content-text.mw-content-ltr ol, div#mw-content-text.mw-content-ltr blockquote { | /* div#mw-content-text.mw-content-ltr p, div#mw-content-text.mw-content-ltr ul, div#mw-content-text.mw-content-ltr ol, div#mw-content-text.mw-content-ltr blockquote { | ||
max-width: 40rem; | max-width: 40rem; | ||
} */ | |||
/* To make images responsive - třída pro obalující div! */ | |||
/* .res-img p { | |||
max-width:100% !important; | |||
} | } | ||
.res-img img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
.thumbinner { | |||
max-width:100%; | |||
} */ | |||
/* Menu kategorie (levý sloupec) */ | /* Menu kategorie (levý sloupec) */ | ||
#p-Kategorie ul { | /* #p-Kategorie ul { | ||
list-style: none; | list-style: none; | ||
margin-left: 0; | margin-left: 0; | ||
} | } */ | ||
#p-Kategorie li { | /* #p-Kategorie li { | ||
display: block; | display: block; | ||
font-weight: bold; | font-weight: bold; | ||
Řádek 46: | Řádek 59: | ||
margin-bottom: 0.25em; | margin-bottom: 0.25em; | ||
padding-left: 0.5em; | padding-left: 0.5em; | ||
} | } */ | ||
Řádek 55: | Řádek 68: | ||
/* Formátování jazyka */ | /* Formátování jazyka */ | ||
[lang="en"] { | /* Doplněno, že to nesmí být pro celý text, aby všechny anglické stránky nebyly serifem... */ | ||
[lang="en"]:not(#mw-content-text) { | |||
font-family: serif; | font-family: serif; | ||
font-size: 110%; | font-size: 110%; | ||
Řádek 82: | Řádek 96: | ||
} | } | ||
.fe-trida { | |||
/* jen prázdný vzor */ | |||
} | |||
.fe-infobox { | |||
/* border: 1px solid grey; */ | |||
width: 300px; | |||
float: right; | |||
margin-left: 1em; | |||
margin-bottom: 1rem; | |||
} | |||
.fe-infobox__nadpis { | |||
font-size: 140%; | |||
font-weight: bold; | |||
} | |||
,fe-infobox tr { | |||
line-height: 1.2; | |||
} | |||
.fe- | .fe-infobox th { | ||
text-align: right; | |||
vertical-align: top; | |||
padding: 0.2em; | |||
} | |||
.fe-infobox td { | |||
padding: 0.2em; | |||
} | |||
.fe-infobox th.first { | |||
text-align: center; | |||
} | |||
.fe-infobox td { | |||
text-align: left; | |||
} | } | ||
.fe- | .fe-sablona-stavclanku { | ||
border: 1px solid gray; | border: 1px solid gray; | ||
padding: 0.5em; | padding: 0.5em; | ||
Řádek 94: | Řádek 141: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: italic; | font-style: italic; | ||
} | |||
.fe-flag::after { | |||
margin-left: 0.5em; | |||
vertical-align: middle; | |||
} | |||
.fe-flag--UK::after { | |||
content: url(/wiki/images/1/1b/Uk-icon.png); | |||
} | |||
.fe-flag--USA::after { | |||
content: url(/wiki/images/2/25/Us-flag.png); | |||
} | } | ||
Řádek 108: | Řádek 168: | ||
float: right; | float: right; | ||
margin-left: 1em; | margin-left: 1em; | ||
margin-bottom: 1rem; | |||
width: 25%; | width: 25%; | ||
min-width: 100px; | min-width: 100px; | ||
Řádek 170: | Řádek 231: | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
clear: both; | |||
} | } | ||
Řádek 198: | Řádek 260: | ||
margin-top: 1em; | margin-top: 1em; | ||
} | } | ||
.fe-infobox { | |||
width: 100%; | |||
float: none; | |||
margin-left: 0; | |||
} | |||
} | } |
Aktuální verze z 1. 1. 2022, 17:23
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i'); */ /* Zde uvedené CSS bude ovlivňovat všechny styly */ /* Dodržujte následující konvence: - odsazení 2 mezery - všechny zde uvedené na míru vytvořené styly začínají <code>fe-</code> - výše uvedené neplatí pro styly vytvořené rozšířeními (ty mají vlastní názvy od vývojáře rozšíření) - neplatí ani pro styly pro sepciální formátování názvů (lodě, osoby...) a jazyka (angličtina) - zvažovat obecnost stylů - přednostně stylovat třídami, ne idčkami */ /* Reklama Sklik na střed */ #sklikReklama_67270 iframe { margin-left: auto; margin-right: auto; } /* Písmo */ /* div#globalWrapper {font-family: 'Roboto', sans-serif} div#content h1, div#content h2, div#content h3 {font-family: 'Roboto', sans-serif} div#content.mw-body { line-height: 1.5; } div#mw-content-text.mw-content-ltr, div#mw-imagepage-content.mw-content-ltr { font-size: 120%; } */ /* max šířka textu pro lepší čtení */ /* div#mw-content-text.mw-content-ltr p, div#mw-content-text.mw-content-ltr ul, div#mw-content-text.mw-content-ltr ol, div#mw-content-text.mw-content-ltr blockquote { max-width: 40rem; } */ /* To make images responsive - třída pro obalující div! */ /* .res-img p { max-width:100% !important; } .res-img img { max-width:100%; height:auto; } .thumbinner { max-width:100%; } */ /* Menu kategorie (levý sloupec) */ /* #p-Kategorie ul { list-style: none; margin-left: 0; } */ /* #p-Kategorie li { display: block; font-weight: bold; font-size: 110%; line-height: 200%; background-color: #f9f9f9; margin-bottom: 0.25em; padding-left: 0.5em; } */ /* Velká písmena */ .uppercase { text-transform: uppercase; } /* Formátování jazyka */ /* Doplněno, že to nesmí být pro celý text, aby všechny anglické stránky nebyly serifem... */ [lang="en"]:not(#mw-content-text) { font-family: serif; font-size: 110%; } /* Formátování lodí, osob, míst a časů */ .name-person { font-weight: bold; } .name-place { font-style: italic; } .name-ship { font-weight: bold; font-style: italic; background-color: #e0ebeb; padding-left: 1px; padding-right: 2px; } .text-date { font-weight: bold; font-style: italic; } .fe-trida { /* jen prázdný vzor */ } .fe-infobox { /* border: 1px solid grey; */ width: 300px; float: right; margin-left: 1em; margin-bottom: 1rem; } .fe-infobox__nadpis { font-size: 140%; font-weight: bold; } ,fe-infobox tr { line-height: 1.2; } .fe-infobox th { text-align: right; vertical-align: top; padding: 0.2em; } .fe-infobox td { padding: 0.2em; } .fe-infobox th.first { text-align: center; } .fe-infobox td { text-align: left; } .fe-sablona-stavclanku { border: 1px solid gray; padding: 0.5em; background-color: #ffff99; font-weight: bold; font-style: italic; } .fe-flag::after { margin-left: 0.5em; vertical-align: middle; } .fe-flag--UK::after { content: url(/wiki/images/1/1b/Uk-icon.png); } .fe-flag--USA::after { content: url(/wiki/images/2/25/Us-flag.png); } .fe-top-banner { padding: 0.5em; margin-bottom: 1em; background-color: #f9f9f9; border: 1px solid #aaa; } /* pravý sloupec */ .fe-sloupec-vpravo { float: right; margin-left: 1em; margin-bottom: 1rem; width: 25%; min-width: 100px; } .fe-sloupec-vpravo .fe-boxik { padding: 0.5em; margin-bottom: 1em; background-color: #f9f9f9; border: 1px solid #aaa; } /* externí aktuality - rss kanály */ .fe-blogitem { margin-bottom: 0.5em; } .fe-blogitem .h4 { margin-bottom: 0; } .fe-blogitem-date { margin: 0; font-size: 95%; } .fb-reset { display: inline; } .fb-share-button { line-height: 100%; margin-right: 20px; top: -5px; } .fb_iframe_widget { display: inline !important; } /* Text */ .fe-breaking { } .fe-ship { } .fe-person { } .fe-date { } .fe-location { } /* Reklama */ .fe-reklama { margin-top: 2em; padding: 0.5em; background-color: #f9f9f9; border: 1px solid #aaa; clear: both; } .fe-reklama h2 { display: inline-block; margin: 0; padding: 0.2em; border: none; position: relative; top: -1.5em; background-color: #fff; font-size: 1.2em; } /* malé rozlišení displeje */ @media all and (max-width: 640px) { .fe-sloupec-vpravo { float: none; margin-left: 0; width: 100%; min-width: none; } /* add-to-any-share-save */ #firstHeading { margin-top: 1em; } .fe-infobox { width: 100%; float: none; margin-left: 0; } }