This page (revision-13) was last changed on 09-Aug-2019 19:49 by PeterHormanns

This page was created on 07-Aug-2019 20:08 by Johannes Brakensiek

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
13 09-Aug-2019 19:49 4 KB PeterHormanns to previous
12 07-Aug-2019 21:00 4 KB Johannes Brakensiek to previous | to last
11 07-Aug-2019 20:55 4 KB Johannes Brakensiek to previous | to last
10 07-Aug-2019 20:53 3 KB Johannes Brakensiek to previous | to last
9 07-Aug-2019 20:47 3 KB Johannes Brakensiek to previous | to last Farbanpassungen im CSS
8 07-Aug-2019 20:34 2 KB Johannes Brakensiek to previous | to last Erste CSS-Änderungen
7 07-Aug-2019 20:13 2 KB Johannes Brakensiek to previous | to last
6 07-Aug-2019 20:12 2 KB Johannes Brakensiek to previous | to last
5 07-Aug-2019 20:12 2 KB Johannes Brakensiek to previous | to last
4 07-Aug-2019 20:10 2 KB Johannes Brakensiek to previous | to last
3 07-Aug-2019 20:10 2 KB Johannes Brakensiek to previous | to last
2 07-Aug-2019 20:08 1 KB Johannes Brakensiek to previous | to last
1 07-Aug-2019 20:08 1 KB Johannes Brakensiek to last

Page References

Incoming links Outgoing links
CSS Test...nobody

Version management

Difference between version and

At line 1 removed 9 lines
%%add-css
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url('https://librechurch.org/fonts/Lato-Latin-ext.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
At line 11 changed 24 lines
/* latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url('https://librechurch.org/fonts/Lato-Latin.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
font-family: Lato,sans-serif;
font-size: 16px;
color: #666;
line-height: 1.7;
font-weight: 400;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: "liga" on;
}
body, .pagename, a.logo {
font-family: Lato,sans-serif;
}
{{{
%%add-css
At line 36 changed 4 lines
a.logo { border:none; visibility: hidden; font-weight: 400; letter-spacing: 0.1em; }
a.logo:after { content: "LibreChurch Dokumentation"; visibility: visible; display: block; padding-left: 5em; }
a.logo b { display: none; }
a.logo:hover { color: #fff; }
a.logo { border:none; text-indent:-99em;}
a.logo b:before { content:""; }
At line 42 changed 3 lines
a.logo:after {
background: url([librechurch_header.png]);
background-size: 4em;
a.logo {
background: url([[https://librechurch.org/images/librechurch_header.png]);
background-size: contain;
At line 46 changed 5 lines
background-position: 5px 5px;
height: 50px;
width: 250px;
margin-top: -20px;
}
background-position: center;
height: 60px;
width: 180px;
At line 52 changed 11 lines
.header { background-color: #32b4b6; }
.footer { background-color: #4f432b;}
.btn-success { background-color: #299496; border-color: #299496; }
.btn-success:hover, .btn-success:focus { background-color: #32b4b6; }
.btn-danger { background-color: #e1531a; border-color: #e1531a; }
.btn-danger:hover, .btn-danger:focus { background-color: #e7642f; }
a { color: #299496; }
a:hover, a:focus { color: #32b4b6; }
.nav > li > a:hover { color: #fff; }
/* add a fancy button like effect */
box-shadow:0 0 .25em white;
border-radius:2em;
background-color: rgba(255,255,255,0.15);
}
At line 23 added one line
}}}
At line 65 removed one line
%%icon-align-justify /%
At line 26 added one line