*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 4f4e8661 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Formatting

* removed trailing whitespaces
* also, hide staging warning per default
parent f476b4b5
Loading
...@@ -76,7 +76,7 @@ span.ui.label.access-right.embargoed { ...@@ -76,7 +76,7 @@ span.ui.label.access-right.embargoed {
--blue3: #DFF2FD; --blue3: #DFF2FD;
--grey1: #646363; --grey1: #646363;
} }
.bold { .bold {
font-weight: bold; font-weight: bold;
} }
...@@ -86,14 +86,14 @@ span.ui.label.access-right.embargoed { ...@@ -86,14 +86,14 @@ span.ui.label.access-right.embargoed {
} }
button.bg-orange { button.bg-orange {
background-color: #4CAF50; /* Green */ background-color: #4CAF50; /* Green */
border: none; border: none;
color: white; color: white;
padding: 15px 32px; padding: 15px 32px;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
font-size: 16px; font-size: 16px;
} }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
...@@ -138,12 +138,12 @@ h3 { ...@@ -138,12 +138,12 @@ h3 {
p { p {
color: var(--grey1); color: var(--grey1);
font-size: 12pt; font-size: 12pt;
font-family: "Arial"; font-family: "Arial";
} }
a { a {
font-size: 12pt; font-size: 12pt;
font-family: "Arial"; font-family: "Arial";
} }
/* staging banner*/ /* staging banner*/
...@@ -199,7 +199,7 @@ header { ...@@ -199,7 +199,7 @@ header {
#searchbar { #searchbar {
width:720px; width:720px;
max-width: 95%; max-width: 95%;
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
...@@ -273,7 +273,7 @@ header { ...@@ -273,7 +273,7 @@ header {
font-size: 14pt; font-size: 14pt;
font-weight: bold; font-weight: bold;
color: var(--grey1); color: var(--grey1);
} }
.planned-feature-icon { .planned-feature-icon {
width:130px; width:130px;
...@@ -291,7 +291,7 @@ header { ...@@ -291,7 +291,7 @@ header {
/*footer*/ /*footer*/
#sitemap { #sitemap {
background-color: var(--blue2); background-color: var(--blue2);
} }
#sitemap ul { #sitemap ul {
...@@ -323,14 +323,14 @@ header { ...@@ -323,14 +323,14 @@ header {
} }
#logos { #logos {
background-color: var(--blue1); background-color: var(--blue1);
} }
.textlogo a { .textlogo a {
display:block; display:block;
font-size: 9pt; font-size: 9pt;
font-family: "Arial"; font-family: "Arial";
color:white; color:white;
} }
.textlogo img { .textlogo img {
......
...@@ -16,6 +16,9 @@ THEME_TUW_MATOMO_ENABLED = True ...@@ -16,6 +16,9 @@ THEME_TUW_MATOMO_ENABLED = True
THEME_TUW_MATOMO_URL = "http://s191.dl.hpc.tuwien.ac.at/" THEME_TUW_MATOMO_URL = "http://s191.dl.hpc.tuwien.ac.at/"
"""The URL under which Matomo is reachable.""" """The URL under which Matomo is reachable."""
THEME_TUW_DISPLAY_STAGING_WARNING = False
"""Whether or not to display a warning that it's the staging system."""
APP_THEME = ["semantic-ui"] APP_THEME = ["semantic-ui"]
...@@ -43,5 +46,3 @@ INSTANCE_THEME_FILE = "less/invenio_theme_tuw/theme.less" ...@@ -43,5 +46,3 @@ INSTANCE_THEME_FILE = "less/invenio_theme_tuw/theme.less"
# override the Invenio-OAuthClient login form # override the Invenio-OAuthClient login form
OAUTHCLIENT_LOGIN_USER_TEMPLATE = "invenio_theme_tuw/login/login_user.html" OAUTHCLIENT_LOGIN_USER_TEMPLATE = "invenio_theme_tuw/login/login_user.html"
ACCOUNTS_COVER_TEMPLATE = "invenio_theme_tuw/login/page_cover.html" ACCOUNTS_COVER_TEMPLATE = "invenio_theme_tuw/login/page_cover.html"
THEME_TUW_DISPLAY_STAGING_WARNING = True
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment