Skip to content
Snippets Groups Projects
Commit 1d0b9c7d authored by Alexander König's avatar Alexander König
Browse files

some more styling changes

parent 0f5299dc
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
<mdui:InformationURL xml:lang="en">https://clarin-dev.eurac.edu/repository/xmlui/page/about</mdui:InformationURL>
<mdui:InformationURL xml:lang="de">https://clarin-dev.eurac.edu/repository/xmlui/page/about</mdui:InformationURL>
<mdui:InformationURL xml:lang="it">https://clarin-dev.eurac.edu/repository/xmlui/page/about</mdui:InformationURL>
<mdui:Logo height="85" width="180">https://clarin-dev.eurac.edu/img/eurac.png</mdui:Logo>
<mdui:Logo height="85" width="180">https://clarin-dev.eurac.edu/repository/xmlui/themes/UFAL/lib/lindat/public/img/eurac_research.svg</mdui:Logo>
<mdui:PrivacyStatementURL xml:lang="en">https://clarin-dev.eurac.edu/repository/xmlui/page/privacypolicy</mdui:PrivacyStatementURL>
<mdui:PrivacyStatementURL xml:lang="de">https://clarin-dev.eurac.edu/repository/xmlui/page/privacypolicy</mdui:PrivacyStatementURL>
<mdui:PrivacyStatementURL xml:lang="it">https://clarin-dev.eurac.edu/repository/xmlui/page/privacypolicy</mdui:PrivacyStatementURL>
......
This diff is collapsed.
......@@ -13,7 +13,7 @@
<body>
<h1>Welcome to ERCC!</h1>
<p>We are the Eurac Research CLARIN Centre.</p>
<p><img src="img/eurac.png"</p>
<p><img src="img/eurac_research.svg"</p>
<p>For the repository click <a href="repository">here</a>.<br/>
</body>
</html>
<?xml version='1.0' encoding='utf-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<tomcat-users xmlns="http://tomcat.apache.org/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
version="1.0">
<!--
NOTE: By default, no user is included in the "manager-gui" role required
to operate the "/manager/html" web application. If you wish to use this app,
you must define such a user - the username and password are arbitrary. It is
strongly recommended that you do NOT use one of the users in the commented out
section below since they are intended for use with the examples web
application.
-->
<!--
NOTE: The sample user and role entries below are intended for use with the
examples web application. They are wrapped in a comment and thus are ignored
when reading this file. If you wish to configure these users for use with the
examples web application, do not forget to remove the <!.. ..> that surrounds
them. You will also need to set the passwords to something appropriate.
-->
<role rolename="manager-gui" />
<user username="admin" password="admin1234" roles="manager-gui"/>
<!--
<role rolename="tomcat"/>
<role rolename="role1"/>
<user username="tomcat" password="<must-be-changed>" roles="tomcat"/>
<user username="both" password="<must-be-changed>" roles="tomcat,role1"/>
<user username="role1" password="<must-be-changed>" roles="role1"/>
-->
</tomcat-users>
......@@ -16,6 +16,7 @@
</head>
<body>
<div id="main">
<div id="inner">
<div id="header">
<img class="logo-left" src="images/eurac_oki.jpg" width="200" height="137" />
<div style="float:right"><img class="logo-right" src="images/clarin_ok.jpg" width="180" height="110" /></a>
......@@ -43,6 +44,7 @@
<span id="buttontext">Continue to the repository</span></a>
</div>
</div>
</div>
</div>
</body>
</html>
......@@ -40,13 +40,21 @@
}
#main {
margin-left:33px;
margin-right:33px;
margin-left: auto;
margin-right: auto;
/* margin-left:33px;
margin-right:33px;*/
margin-top:-15px;
max-width:1200px;
/* max-width:1200px; */
width:1200px;
}
#inner {
margin-left:33px;
margin-right:33px;
}
#contact {
margin-top:15px;
position:relative;
......@@ -78,8 +86,10 @@
p {
text-align:justify;
color:#838b93;
font-weight: bold;
/* color: #464B52;*/
color: #656C63;
/* color:#838b93;i*/
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, "Helvetica Neue", Helvetica, Arial, sans-serif !default;
}
h1 {
......@@ -88,7 +98,7 @@ h1 {
font-size:33px;
padding-left:35px;
font-weight:700;
font-family: sans-serif;
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, "Helvetica Neue", Helvetica, Arial, sans-serif !default;
}
#maintext {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment