MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bonn.wiki
Keine Bearbeitungszusammenfassung
(Farben angepasst)
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 5: Zeile 5:


body {font-family: "Roboto Slab", sans-serif}
body {font-family: "Roboto Slab", sans-serif}
div#content h1, div#content h2 {font-family: "Ubuntu", serif}
div#content h1, div#content h2, div#content h3 {font-family: "Ubuntu", serif}


.firstHeading {
    font-size: 32pt;
    line-height: 32pt;
}


.firstHeading {
h2 {
font-size: 30pt;
    font-size: 22pt;
line-height: 30pt;
margin-bottom: 20px;
padding-bottom:5px
}
}


.firstHeading, h2 {
h3 {
overflow: hidden;
    font-size: 17pt;
border-bottom:2px solid #000000
}
}


h3, h4, h5, h6 {
h4, h5, h6 {
margin:30px 0 0
    font-size: 14pt;
}
}


h2, h3, h4, h5, h6 {
p {
padding: 0;
    font-size: 12pt;
position:relative
    line-height: 17pt;
}
}


h2 {
.wikitable, .mw_metadata {
font-size: 22pt;
    width: 30em;
line-height: 26pt;
    font-size: 90%;
margin-bottom:0.25em
    border: 1px solid #e20020;  
    background-color: #ececed;
    color: black;  
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align:left;
}
}


h3 {
 
font-size: 17pt;
/* Styles for RSS-powered Mastodon "embeds" */
line-height:20pt
 
.mastodon-rss-item {
    border: 1px solid #e20020;
    border-radius: 2px;
    padding: 10px 15px;
    margin: 10px 3px;
}
.mastodon-rss-item .secondary-line {
    font-size: 14px;
}
.mastodon-rss-item a {
}
.mastodon-rss-item .content {
    font-size: 15px;
    padding: 10px 0;
}
.mastodon-rss-item .content p {
    line-height: 23px
}
.mastodon-rss-item .content p:last-of-type {
    margin-bottom: 0
}
.theme-fandomdesktop-light .mastodon-rss-item,
.theme-fandommobile-light .mastodon-rss-item {
}
}
.theme-fandomdesktop-light .mastodon-rss-item .secondary-line,
.theme-fandommobile-light .mastodon-rss-item .secondary-line {


h4, h5, h6 {
font-size: 14pt;
line-height:15pt
}
}
.theme-fandomdesktop-light .mastodon-rss-item a,
.theme-fandommobile-light .mastodon-rss-item a {


p {
font-size: 14pt;
line-height: 18pt;
margin-top: 5px;
text-align:justify
}
}

Aktuelle Version vom 1. Dezember 2023, 12:56 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url("https://fonts.bonn.digital/roboto-slab-v7-latin.css");
@import url("https://fonts.bonn.digital/ubuntu-v11-latin.css");

body {font-family: "Roboto Slab", sans-serif}
div#content h1, div#content h2, div#content h3 {font-family: "Ubuntu", serif}

.firstHeading {
    font-size: 32pt;
    line-height: 32pt;
}

h2 {
    font-size: 22pt;
}

h3 {
    font-size: 17pt;
}

h4, h5, h6 {
    font-size: 14pt;
}

p {
    font-size: 12pt;
    line-height: 17pt;
}

.wikitable, .mw_metadata {
    width: 30em; 
    font-size: 90%; 
    border: 1px solid #e20020; 
    background-color: #ececed; 
    color: black; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    float: right; 
    clear: right; 
    text-align:left;
}


/* Styles for RSS-powered Mastodon "embeds" */

.mastodon-rss-item {
    border: 1px solid #e20020;
    border-radius: 2px;
    padding: 10px 15px;
    margin: 10px 3px;
}
.mastodon-rss-item .secondary-line {
    font-size: 14px;
}
.mastodon-rss-item a {
}
.mastodon-rss-item .content {
    font-size: 15px;
    padding: 10px 0;
}
.mastodon-rss-item .content p {
    line-height: 23px
}
.mastodon-rss-item .content p:last-of-type {
    margin-bottom: 0
}
.theme-fandomdesktop-light .mastodon-rss-item,
.theme-fandommobile-light .mastodon-rss-item {
}
.theme-fandomdesktop-light .mastodon-rss-item .secondary-line,
.theme-fandommobile-light .mastodon-rss-item .secondary-line {

}
.theme-fandomdesktop-light .mastodon-rss-item a,
.theme-fandommobile-light .mastodon-rss-item a {

}