Skip to content

Commit

Permalink
Created the willow as copy of the wilma
Browse files Browse the repository at this point in the history
  • Loading branch information
milospp committed Dec 16, 2024
1 parent da6e4b9 commit e3d6806
Show file tree
Hide file tree
Showing 56 changed files with 4,441 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions webapp/src/main/webapp/themes/willow/css/openSocial/gadgets.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
/*
* 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.
*/

.gadgets-gadget-chrome {
float: left;
margin: 4px 6px 4px 12px; /* changed the left value from 0 tlw72*/
border: 1px solid #CCC;
border: 1px solid #dfebe5; /*#7aa5d6;*/
}
.col2 .gadgets-gadget-chrome {
margin-left: 9px;
}

.gadgets-gadget
{
width: 100%;
border: none;
background-color:#fff; /*tlw72*/
}

.gadgets-gadget-title-bar {
padding: 4px 4px 2px;
background-color: #EEEBE5;
background-color: #f1f2ee; /* #e5ecf9; */
}
/*.gadgets-gadget-title-bar:hover { background-color: #e7e3db; } */
.gadgets-gadget-title-bar img,
.gadgets-gadget-title-button {
vertical-align: top;
}

/* title bar */
.gadgets-gadget-title a, .gadgets-gadget-title a:hover, .gadgets-gadget-title a:visited {
/* font-weight: bold; */
font-size: 16px; /*14px*/
color: #2485AE; /*#CA7C29*/
padding-left:8px; /*tlw72*/
text-decoration: none; /*tlw72*/
}
.EditBody .gadgets-gadget-title a {
color:#3B6394;
}
.EditBody .gadgets-gadget-title a:hover {
color:#1E416C;
}

.gadgets-gadget-title-button-bar {
font-size: smaller;
}

.gadgets-gadget-canvas-title {
color: #000;
padding-left: 6px;
}

.gadgets-gadget-user-prefs-dialog {
background-color: #e5ecf9;
}

.gadgets-gadget-user-prefs-dialog-action-bar {
text-align: center;
padding-bottom: 4px;
}

.gadgets-gadget-title-button img {
border: 2px solid #4F5CC7;
border: none;
float: left; /*right*/
margin-left: 2px; /*margin-right*/
margin-top:6px; /*tlw72*/
}
.EditBody .gadgets-gadget-title-button img {
float: left;
margin-right: 8px;
}

.gadgets-gadget-content {
padding: 4px;
}

.gadgets-log-entry {
}

/* Used to style messages produced during rewriting by CajaContentRewriter */
.gadgets-messages {

}

.gadgets-gadget-status {
font-weight: bold;
float: right;
/* text-align: center; */
font-size: 12px;
padding-right: 6px;
}
* html .gadgets-gadget-status { margin-top: -18px; padding-right: 30px; } /* fudge line break for IE6 */
*+html .gadgets-gadget-status { margin-top: -18px; padding-right: 30px; } /* fudge line break for IE7 */

/* list tool fix ticket #135 */
* html #ctl00_ctl00_left_pnlOpenSocialTools { height: 130px; }
*+html #ctl00_ctl00_left_pnlOpenSocialTools { height: 130px; }
* html #ctl00_ctl00_left_pnlOpenSocialTools { margin-left: -8px; }
82 changes: 82 additions & 0 deletions webapp/src/main/webapp/themes/willow/css/page-createAndLink.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
#createAndLink select {
height: 2.5em;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
}

#createAndLink .citation_error:before {
content: url('../../../images/createAndLink/error.png');
transform: scale(0.5);
margin-top: 10px;
margin-right: 10px;
float: left;
}
#createAndLink .citation_error {
height: 70px;
}
#createAndLink .citation_claimed:before {
content: url('../../../images/createAndLink/tick.png');
transform: scale(0.75);
margin-top: -17px;
margin-left: 535px;
float: left;
position: absolute;
}
#createAndLink .citation_claimed:hover:before {
opacity: 0.2;
}
#createAndLink .citation_claimed .citation {
opacity: 0.2;
}
#createAndLink .citation_claimed:hover .citation {
opacity: 1.0;
}
#createAndLink .citation_type {
font-style: italic;
padding: 5px;
}
#createAndLink .citation_title {
font-weight: bold;
}
#createAndLink .citation_journal {
font-style: italic;
}
#createAndLink .claimed {
font-weight: bold;
}
#createAndLink .linked {
font-style: italic;
}
#createAndLink .entryId {
background-color: #3e8baa; /* #E0E0E0; */
color: #ffffff;
padding: 5px;
font-weight: bold;
display: inline-block;
}
#createAndLink .entry {
border: 2px solid #3e8baa; /* #E0E0E0; */
padding: 5px;
}
#createAndLink label {
display: inline;
}
#createAndLink .radioWithLabel:checked + .labelForRadio {
font-weight: bold;
}
#createAndLink .description {
padding-left: 22px;
}
#createAndLink .remainder {
font-style: italic;
}
#createAndLink .claim-for {
float: right;
border: 2px solid #3e8baa; /* #E0E0E0; */
padding: 5px;
}
#createAndLink .claim-for h3 {
text-align: center;
}
102 changes: 102 additions & 0 deletions webapp/src/main/webapp/themes/willow/css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
/* $This file is distributed under the terms of the license in LICENSE$ */

/* CSS Document
CSS reste by Eric Meyer:
The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on... http://meyerweb.com/eric/tools/css/reset/
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
color: #595b5b;
font-weight: normal;
}
body {
line-height: 1.5em;
}
ol,
ul {
list-style: none;
font-weight: normal;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* New ones added to the default list */
a {
text-decoration: none;
}
fieldset {
border-style: none;
}
legend {
display: none;
}
28 changes: 28 additions & 0 deletions webapp/src/main/webapp/themes/willow/css/screen.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* $This file is distributed under the terms of the license in LICENSE$ */

/****************************************
****************************************
__ __ __ __ __ ___
/\ \/\ \\/\ \/\ \/\ \ / __`\
\ \ \_/ |\ \ \ \ \_/ |/\ \L\ \
\ \___/ \ \_\ \___/ \ \____/
\/__/ \/_/\/__/ \/___/
VIVO willow theme: screen styles
Original version
2010-09-04 UI team
Last updated
2011-2-1
*****************************************
*****************************************/

@charset "UTF-8";

@import url("reset.css");
@import url("willow.css");
@import url("page-createAndLink.css");
@import url("../../../local/css/local.css");
Loading

0 comments on commit e3d6806

Please sign in to comment.