Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
 
KKeine Bearbeitungszusammenfassung
Zeile 642: Zeile 642:
#hauptseite .mw-headline-anchor {
#hauptseite .mw-headline-anchor {
display: none;
display: none;
}
/* Landing Page Styles */
.lp-box {
background-color: #fafafa;
margin-bottom: 20px;
}
.lp-box-header {
background-color: #1F33C3;
color: #fff;
font-weight: bold;
font-size: 1.2em;
padding: 6px 15px 4px 15px;
}
.lp-box-header a.external,
.lp-box-header a.external:visited,
.lp-box-header a.external:hover,
.lp-box-header a.external:active
{
color: #fff;
}
.lp-box-green .lp-box-header {
background-color: green;
}
.lp-box-content {
padding: 15px;
}
@media (min-width: 480px)
{
.lp-box-image-left {
float: left;
margin: 10px 15px 2px 0;
}
}
@media (min-width: 1024px)
{
.lp-left {
float: left;
width: 49%;
}
.lp-right {
float: right;
width: 49%;
}
.lp-box-image-left {
float: left;
margin: 10px 15px 2px 0;
}
}
@media (min-width: 1280px)
{
.lp-left {
float: left;
width: 59%;
}
.lp-right {
float: right;
width: 39%;
}
}
}