diff --git a/customize.dist/CryptPad-blue-logo.svg b/customize.dist/CryptPad-blue-logo.svg deleted file mode 100644 index 9422dca34..000000000 --- a/customize.dist/CryptPad-blue-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/customize.dist/CryptPad-white-logo.svg b/customize.dist/CryptPad-white-logo.svg index b3b8e04e9..26131b502 100644 --- a/customize.dist/CryptPad-white-logo.svg +++ b/customize.dist/CryptPad-white-logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/customize.dist/CryptPad_logo_color.svg b/customize.dist/CryptPad_logo_color.svg index cba8af90f..64fc86682 100644 --- a/customize.dist/CryptPad_logo_color.svg +++ b/customize.dist/CryptPad_logo_color.svg @@ -1 +1 @@ -CryptPad_logo_color \ No newline at end of file +CryptPad_logo_color \ No newline at end of file diff --git a/customize.dist/pages.js b/customize.dist/pages.js index b4f758c0d..150aaf78b 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -16,7 +16,7 @@ define([ var footerCol = function (title, L, literal) { return h('div.col', [ h('ul.list-unstyled', [ - h('li.cp-title', { + h('li.footer-title', { 'data-localization': title, }, title? Msg[title]: literal ) ].concat(L.map(function (l) { diff --git a/customize.dist/src/less2/include/infopages.less b/customize.dist/src/less2/include/infopages.less index 29351bb53..390877b40 100644 --- a/customize.dist/src/less2/include/infopages.less +++ b/customize.dist/src/less2/include/infopages.less @@ -10,8 +10,6 @@ a { color: @cryptpad_color_blue; &:visited { color: darken(@cryptpad_color_blue, 10%); } - //opacity: 0.8; - //transition: opacity 0.2s; } a:hover { opacity: 1; @@ -114,15 +112,6 @@ // Apply this to the top bar div .infopages_topbar () { - .navbar-brand { - display: block; - background-image: url(/customize/CryptPad-blue-logo.svg); - background-repeat: no-repeat; - background-size: contain; - height: 50px; - width: 250px; - } - .cp-topbar { background: #fff; z-index: 9001; @@ -170,9 +159,12 @@ .navbar { background: #fff; .navbar-brand { - background: url(/customize/CryptPad_logo_color.svg) no-repeat; - width: 250px; + display: block; + background-image: url(/customize/CryptPad_logo_color.svg); + background-repeat: no-repeat; + background-size: contain; height: 50px; + width: 250px; } a { border: 2px solid transparent; @@ -221,8 +213,8 @@ //footer general styles -.cp-title { +.footer-title { font-weight: bold; font-size: 1.2em; color: #1E1F1F; -} \ No newline at end of file +} diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 5dbf3f108..84ec8bab6 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -13,6 +13,7 @@ color: #FFF; background: linear-gradient( @background_darker, @background_lighter ), url('/customize/bg14.jpg'); background-size: cover; + background-position: center; min-height: 100vh; display: flex; flex-direction: column;