MediaWiki:Common.css: Unterschied zwischen den Versionen
LB (Diskussion | Beiträge) |
LB (Diskussion | Beiträge) |
||
Zeile 2: | Zeile 2: | ||
/* ==== fonts ==== */ | /* ==== fonts ==== */ | ||
+ | |||
@import url('https://fonts.googleapis.com/css?family=Ubuntu'); | @import url('https://fonts.googleapis.com/css?family=Ubuntu'); | ||
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); | @import url('https://fonts.googleapis.com/css?family=Open+Sans'); | ||
body {font-family: 'Open Sans', sans-serif; font-size:11px;} | body {font-family: 'Open Sans', sans-serif; font-size:11px;} | ||
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {font-family: 'Ubuntu', sans-serif;} | div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {font-family: 'Ubuntu', sans-serif;} | ||
+ | |||
+ | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> | ||
+ | |||
/* ==== back to top-button ==== */ | /* ==== back to top-button ==== */ | ||
+ | |||
.nb2 div:hover {box-shadow:0px 0px 15px 0px #dddddd;} | .nb2 div:hover {box-shadow:0px 0px 15px 0px #dddddd;} | ||
.nb2 div {transition: box-shadow 0.3s;} | .nb2 div {transition: box-shadow 0.3s;} |
Version vom 4. Juni 2018, 12:10 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* ==== fonts ==== */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {font-family: 'Open Sans', sans-serif; font-size:11px;}
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {font-family: 'Ubuntu', sans-serif;}
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
/* ==== back to top-button ==== */
.nb2 div:hover {box-shadow:0px 0px 15px 0px #dddddd;}
.nb2 div {transition: box-shadow 0.3s;}
.nb2-o div:hover {box-shadow:0px 0px 15px 0px rgba(255, 149, 2, 0.53);}
.nb2-o div {transition: box-shadow 0.3s;}
.nb50 > div:hover {box-shadow:0px 0px 15px 0px #dddddd;}
.nb50 > div {transition: box-shadow 0.3s;}
a, a:active, a:focus, a:hover, a:visited {color:#038387;}
.portlet ul {font-size:105%;}
/* ==== accordion ==== */
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
border: none;
outline: none;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.panel {
padding: 0 18px;
background-color: white;
display:none;
overflow: hidden;
}