Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 66: | Line 66: | ||
} | } | ||
.citation::before{ | .citation::before{ | ||
− | position: | + | position: relative; |
− | top: | + | top: -0.5em; |
− | left: - | + | left: -1em; |
content: "“"; | content: "“"; | ||
color: gray; | color: gray; | ||
font-family: serif; | font-family: serif; | ||
− | font-weight:bold; | + | font-weight: bold; |
− | font-size: | + | font-size: 3em; |
} | } | ||
Revision as of 16:25, 19 May 2020
/* CSS placed here will be applied to all skins */
#mainpage h2 {
background: none repeat scroll 0 0 #D8E8FF;
border: 1px solid #8898BF;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0.1em 0;
}
#mainpage .content {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #FFFFFF;
border-color: -moz-use-text-color #8898BF #8898BF;
border-image: none;
border-right: 1px solid #8898BF;
border-style: none solid solid;
border-width: 0 1px 1px;
min-height: 0;
padding: 0.3em 0.8em 0.4em;
}
.mainpage-top,
.mainpage-left,
.mainpage-right {
margin-bottom: 1em;
}
.mainpage-top h2,
.mainpage-bottom h2 {
text-align: center;
}
.mainpage-left h2,
.mainpage-right h2 {
text-indent: 0.8em;
}
.mainpage-left{
margin-right: 0.5em;
}
.mainpage-right{
margin-left: 0.5em;
}
.box{
border-width:1px;
border-style:solid;
border-color:#aaaaaa;
padding: 0.3em 0.8em 0.4em;
}
.citation,
{
position: relative;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: Blue;
padding: 0 2em 1em;
margin: 0 1em 0 0em;
}
.citation::before{
position: relative;
top: -0.5em;
left: -1em;
content: "“";
color: gray;
font-family: serif;
font-weight: bold;
font-size: 3em;
}
.red{
color:red;
}
.thumbborder {
border:1px solid #000;
}
/* From IntactWiki */
.infobox {
clear:right;
float:right;
border:1px solid #8898BF;
margin-left:1em;
}
pre {
padding: 4px;
}
/* Hide headline on Main Page */
.page-Main_Page #firstHeading {
display: none;
}
<noinclude>[[de:MediaWiki:Common.css]]</nowiki>