|
|
| (313 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | | /** Eigenen CSS Code hier einfügen */ |
| /* Allgemeine Seiten - Bootstrap */
| |
| | |
| @font-face {
| |
| font-family: 'Kaushan Script', cursive;
| |
| src: url("https://fonts.googleapis.com/css?family=Kaushan+Script");
| |
| }
| |
| body{
| |
| background-position:center 150px;
| |
| }
| |
| | |
| h1{
| |
| font-family: Kaushan Script;
| |
| }
| |
| .navbar{
| |
| height:120px;
| |
| /* background-color:rgb(173,176,177); grau*/
| |
| background-color:rgb(181,206,156); /* schilf */
| |
| border-bottom:3px solid rgb(93,94,96);
| |
| padding-top:30px;
| |
| }
| |
| | |
| .navbar-brand img {
| |
| margin-right: 0.5em;
| |
| max-height: 50px;
| |
| margin-top: -15px;
| |
| transform: rotate(-20deg);
| |
| }
| |
| /* Stammbaum */
| |
| table.mystammbaum
| |
| {
| |
| border:0px;
| |
| }
| |
| | |
| .mystammbaum>tbody>tr:nth-child(odd)>td
| |
| {
| |
| background-color:transparent;
| |
| }
| |
| | |
| .mystammbaum>thead>tr>th,
| |
| .mystammbaum>tbody>tr>th,
| |
| .mystammbaum>tfoot>tr>th,
| |
| .mystammbaum>thead>tr>td,
| |
| .mystammbaum>tbody>tr>td,
| |
| .mystammbaum>tfoot>tr>td
| |
| {
| |
| border: 0px ;
| |
| }
| |
| | |
| table .table-bordered>thead>tr>th,
| |
| table .table-bordered>tbody>tr>th,
| |
| table .table-bordered>tfoot>tr>th,
| |
| table .table-bordered>thead>tr>td,
| |
| table .table-bordered>tbody>tr>td,
| |
| table .table-bordered>tfoot>tr>td
| |
| {
| |
| border: 0px ;
| |
| }
| |
| | |
| | |
| /* Kategoriebaum */
| |
| #Kategoriebaum {
| |
| float:right;
| |
| width:220px;
| |
| }
| |
| | |
| #toc ul
| |
| {
| |
| -webkit-padding-start: 20px;
| |
| }
| |
| | |
| @media (min-width: 992px)
| |
| {
| |
| .col-md-3 {
| |
| width: 20%;
| |
| }
| |
| }
| |
| @media (min-width: 992px)
| |
| {
| |
| .col-md-9 {
| |
| width: 80%;
| |
| }
| |
| }
| |
| .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
| |
| {
| |
| padding-right: 0px;
| |
| padding-left: 0px;
| |
| }
| |
/** Eigenen CSS Code hier einfügen */