First adoption trial of the BitTube theme
This commit is contained in:
parent
398b04b30b
commit
d96e4b76f5
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# BitTube light-theme
|
# Netzbegruenung PeerTube theme
|
||||||
|
|
||||||
BitTube Light Theme for PeerTube.
|
Theme for [peertube.netzbegruenung.de](https://peertube.netzbegruenung.de), based on BitTube Light Theme for PeerTube.
|
||||||
|
|
||||||
# How to install in your PeerTube instance
|
# How to install in your PeerTube instance
|
||||||
|
|
||||||
|
@ -19,5 +19,3 @@ BitTube Light Theme for PeerTube.
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,24 @@
|
||||||
body {
|
body {
|
||||||
--mainColor: #00abff;
|
--mainColor: #e6007e;
|
||||||
--mainBackgroundColor: #f2f0f0;
|
--mainBackgroundColor: #f2f0f0;
|
||||||
--mainForegroundColor: #1b2733;
|
--mainForegroundColor: #1b2733;
|
||||||
--submenuColor: #ffffff;
|
--submenuColor: #ffffff;
|
||||||
--inputColor: #ffffff;
|
--inputColor: #ffffff;
|
||||||
--inputPlaceholderColor: #1b2733;
|
--inputPlaceholderColor: #1b2733;
|
||||||
--menuAndHeaderBackgroundColor: #ffffff;
|
--menuAndHeaderBackgroundColor: #46962b;
|
||||||
--menuForegroundColor: #1b2733;
|
--menuForegroundColor: #1b2733;
|
||||||
--menuBackgroundColor: #ffffff;
|
--menuBackgroundColor: #ffffff;
|
||||||
--whiteColor: #ffffff;
|
--whiteColor: #ffffff;
|
||||||
--mainHoverColor: #0481bf;
|
--mainHoverColor: #bf0269;
|
||||||
--dangerBackgroundColor: #d9534f;
|
--dangerBackgroundColor: #d9534f;
|
||||||
/*font-family: "Open Sans",sans-serif;*/
|
/*font-family: "Open Sans",sans-serif;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-css .icon-logo {
|
||||||
|
background-image: url(/client/assets/images/logo.png);
|
||||||
|
background-size: 150px 150px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Main background */
|
/* Main background */
|
||||||
#custom-css .sub-header-container{
|
#custom-css .sub-header-container{
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
|
|
BIN
public/images/logo.png
Normal file
BIN
public/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
Loading…
Add table
Reference in a new issue