MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Viopedia
RoBben (Diskussion | Beiträge) |
RoBben (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
| + | /* | ||
.table { | .table { | ||
width: auto !important; | width: auto !important; | ||
| Zeile 39: | Zeile 40: | ||
background-image: linear-gradient(to bottom, #c2423c 0,#912c27 100%); | background-image: linear-gradient(to bottom, #c2423c 0,#912c27 100%); | ||
} | } | ||
| + | */ | ||
Version vom 2. August 2023, 20:00 Uhr
/*
.table {
width: auto !important;
min-width: 65%;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 30px;
margin-bottom: 15px;
}
#content p {
line-height: 1.5;
}
body {
font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
font-size: 14px;
}
.dropdown-menu {
font-size: 13px;
}
#footer {
margin-top: 150px !important;
}
#navbar {
font-family: "Trebuchet MS",Arial,sans-serif;
font-size: 14px;
}
.navbar-nav>li>a {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #fff;
background-image: linear-gradient(to bottom, #c2423c 0,#912c27 100%);
}
*/
