MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Viopedia
Wechseln zu: Navigation, Suche
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
/*
 
body {
 
body {
 
     font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
 
     font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
Zeile 8: Zeile 9:
 
}
 
}
  
@media (min-width: 1200px)
 
 
.container, .container-lg, .container-md, .container-sm, .container-xl {
 
.container, .container-lg, .container-md, .container-sm, .container-xl {
     max-width: 1170px;
+
     max-width: 1170px !important;
 
}
 
}
  
Zeile 52: Zeile 52:
 
     font-size: 13px;
 
     font-size: 13px;
 
}
 
}
 +
*/
 +
  
/*
 
 
.table {
 
.table {
 
     width: auto !important;
 
     width: auto !important;
Zeile 94: Zeile 95:
 
     background-image: linear-gradient(to bottom, #c2423c 0,#912c27 100%);
 
     background-image: linear-gradient(to bottom, #c2423c 0,#912c27 100%);
 
}
 
}
*/
 

Aktuelle Version vom 2. August 2023, 20:34 Uhr

/*
body {
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-size: 14px;
}

.navbar-brand {
padding-top: 8px !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px !important;
}

.table td, .table th, body .formtable td, body .formtable th {
	padding: 5px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

#content p {
    line-height: 1.5;
}

.navbar-default {
    background-image: linear-gradient(rgb(202, 74, 68) 0px, rgb(171, 54, 48) 100%) !important;
    box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 5px;
    background-repeat: repeat-x;
    padding: 0px;
}

.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%);
}

#navbar {
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
}

.navbar-nav>li>a {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
padding: 15px 15px !important;
}

.dropdown-menu {
    font-size: 13px;
}
*/


.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%);
}