Added header image. Changed header width and height. Commented Index link in top right menu. Changed background colour in navigation menu and Log in menu.

This commit is contained in:
Svetlana Rastegina 2021-02-02 22:09:50 +01:00 committed by Georgy Litvinov
parent 0c3fd560aa
commit 77ff105915
3 changed files with 128 additions and 14 deletions

View file

@ -27,7 +27,8 @@ body {
margin: 0 auto;
}
body {
background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat;
background: url(../images/header-image.png) center 0 no-repeat;
height: 200px;
}
a {
color: #2485AE;
@ -446,18 +447,18 @@ hr.formDivider {
/* HEADER ------> */
#branding {
position: relative;
width: 70%;
height: 114px;
width: 80%;
height: 200px;
margin: 0 auto;
padding: 0px 20px 0px 20px;
padding: 0px 0px 0px 0px;
}
/* BRANDING ------> */
h1.vivo-logo {
position: absolute;
width: 442px;
height: 59px;
top: 28px;
left: 0;
width: 30%;
height: 54px;*/
/* top: 28px;
left: 0; */
/* background: url(../images/VIVO-logo.png) 0 0 no-repeat;*/
}
h1.vivo-logo a {
@ -471,7 +472,9 @@ ul#header-nav {
list-style: none;
height: 30px;
padding-top: 10px;
margin-right: 13px;
background-color: #000000;
opacity: 0.7;
/* margin-right: 13px; */
}
.collapsible {
@ -582,15 +585,17 @@ input.search-vivo {
/* MAIN NAVIGATION------> */
ul#main-nav {
display: block;
width: 70%;
padding: 0px 20px 0px 20px;
width: 80%;
padding: 0px 0px 0px 0px;
height: 46px;
border: 1px solid #dce4e3;
background-color: #f7f9f9;
/* border: 1px solid #dce4e3;*/
background-color: #000000;
opacity: 0.8;
margin: 0 auto;
margin-top: -46px;
list-style: none;
font-size: 1em;
color: #706a66;
color: #ffffff;
}
#main-nav li {
float: left;

View file

@ -0,0 +1,109 @@
menu_contactus = Contact Us
menu_welcomestart = Welcome
menu_copyright = copyright
menu_support = Support
menu_logout = Log out
menu_loginfull = Log in to manage this site
menu_login = Log in
menu_version = Version
menu_about = About
menu_termuse = Terms of Use
menu_powered = Powered by
intro_title = Welcome to VIVO
intro_para1 = VIVO is a research-focused discovery tool that enables collaboration among scholars of all disciplines.
intro_para2 = Browse or search information on people, departments, courses, grants, and publications.
intro_searchvivo = Search VIVO
intro_filtersearch = Filter search
identity_title = Электронная Философская Энциклопедия
identity_index = Index
identity_edit = Edit Page
identity_admin = Site Admin
identity_myprofile = My profile
identity_myaccount = My account
identity_user = user
collection_capitalized = Collection
place_of_grant = Place of grant
email_address = Email Address
#
# menupage templates ( /templates/freemarker/body/menupage )
#
grants_text_one = This body is from the the template file \
vivo/productMods/templates/freemarker/body/menupage/grants.ftl. \
In the display model, the grants page has a display:requiresBodyTemplate \
property that defines that the grants page overrides the default template. \
The default template for these pages is at /vitro/webapp/web/templates/freemarker/body/menupage/menupage.ftl
grants_two = This technique could be used to define pages without menu items, that get \
their content from a freemarker template. An example would be the about page.
grants_text_three = This would create a page that would use about.ftl as the body. The page would be \
accessed via /about and would override all servlet mappings in web.xml.
address_street_one = address street one
address_street_two = address street two
address_street_three = address street three
address_label = address label
loading_website_image = Loading website image
researchers_in = researchers in
view = view
grant_type = grant Type
grant_entry_for = grant entry for
regions = regions
grant_date = grant Date
map_states_string = states.
map_state_string = state.
unable_to_handle_grant_editing = This form is unable to handle the editing of this grant because it is associated with multiple grant individuals.
unable_to_handle_position_editing = This form is unable to handle the editing of this position because it is associated with multiple Position individuals.
currently_no_papers_for = Currently there are no {0} papers for
change_selection = change selection
view_all_departments = view all academic departments
first_name = First name
last_name = Last name
first_grant = First Grant
last_grant = Last Grant
currently_no_researchers = There are currently no researchers with a defined geographic focus.
reviewer_role = Reviewer Role
vivo_profile = VIVO profile
loading_data = loading data
select_award = Selected Award
grants_in_vivo = grants in VIVO
service_provider_role = Service Provider Role
view_all_faculty = view all faculty
no_grants_for = Currently there are no grants for
statewide_locations = state-wide locations.
faculty_who_are_members_of_org = Here are the faculty in the {0} department who are members of this organization.
indiv_foafperson_for = for
indiv_foafperson_return = return to
no_departments_found = No academic departments found.
leadership_role = Leadership Role
countries = countries
first_publication = First publication
last_publication = Last publication
research_area = individuals in the department with this research area
password = password
limit_search = limit search
placeholder_image = placeholder image
view_all_members_of_org = View all the members of this organization.
display_more = more
create_entry = Create Entry
attendee_capitalized = Attendee
no_faculty_found = No faculty members found.
create_capitalized = Create
to = to
enter_new_role_value = Please enter a new value in the Role field.
countries_and_regions = countries and regions.
province_or_region = Province or Region
full_name = Full name
researchers = researchers
years_participation_in = Years of Participation in
return_to_grant = Return to grant
profile_capitalized = Profile
organizer_role = Organizer Role
faculty_memberships = Faculty Memberships
edit_mailing_address = Edit Mailing Address
add_capitalized = Add

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 KiB