Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix akasia theme #151

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 29 additions & 16 deletions template/akasia/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,14 +816,20 @@ a:hover {
left: 0px;
}
}
keyframes coverShake 0% {
left: 0px;
@keyframes coverShake {
0% {
left: 0px;
}
}
keyframes coverShake 50% {
left: 10px;
@keyframes coverShake {
50% {
left: 10px;
}
}
keyframes coverShake 100% {
left: 0px;
@keyframes coverShake {
100% {
left: 0px;
}
}
.s-feature {
top: 150px;
Expand Down Expand Up @@ -1199,14 +1205,20 @@ keyframes coverShake 100% {
bottom: 0px;
}
}
keyframes coverUp 0% {
bottom: 0px;
@keyframes coverUp {
0% {
bottom: 0px;
}
}
keyframes coverUp 50% {
bottom: 10px;
@keyframes coverUp {
50% {
bottom: 10px;
}
}
keyframes coverUp 100% {
bottom: 0px;
@keyframes coverUp {
100% {
bottom: 0px;
}
}
.biblioRecord .cover-list .img-thumbnail {
padding: 0;
Expand Down Expand Up @@ -1278,7 +1290,7 @@ keyframes coverUp 100% {
.biblioRecord .subItem {
bottom: 10px;
margin-left: 18px;
position: absolute;
position: relative;
}
}
.biblioRecord .detailLink,
Expand Down Expand Up @@ -1445,7 +1457,7 @@ keyframes coverUp 100% {
/* Collection Mark
================================ */
.biblioRecord .biblioCheck {
position: fixed;
position: absolute;
top: 10px;
right: 10px;
z-index: -1;
Expand All @@ -1454,7 +1466,8 @@ keyframes coverUp 100% {
cursor: pointer;
background: #282828;
width: 100%;
position: fixed;
position: relative;
margin-top: 10px;
top: 0px;
right: 0px;
font-size: 8px;
Expand Down Expand Up @@ -1695,7 +1708,7 @@ keyframes coverUp 100% {
font-size: 10pt;
}
.dataListHeader {
background: #282828;
background: #282828 !important;
color: #fff;
letter-spacing: 4px;
font-size: 8px;
Expand Down
223 changes: 223 additions & 0 deletions template/core.style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
/* AJAX drop down list */
.ajaxDDlist {
display: none;
position: absolute;
border: 1px solid #727272;
border-top: 0;
margin: 0;
padding: 0;
height: 100px;
overflow-y: scroll;
overflow-x: hidden;
background-color: #FFFFFF;
list-style-type: none;
list-style-position: outside;
}

.ajaxDDlist > li {
margin: 0;
padding: 0;
}

.ajaxDDlist > li > .DDlink,.DDlink:hover {
display: block;
padding: 2px;
text-decoration: none;
}

.ajaxDDlist > li > .DDlink:hover {
background-color: #CCCCCC;
}

.ajaxInputField {
width: 190px;
}

/* HTML Pop Up Div */
#htmlPop {
width: 600px;
background: #000;
padding: 10px;
position: fixed;
-moz-border-radius: 5px;
}

#htmlPopTitle {
color: #FFFFFF;
font-weight: bold;
padding: 5px;
}

#htmlPopFrame {
width: 100%;
}

/* Calendar */
#calendarPop {
padding: 5px;
background: #CCCCCC;
border: 1px solid #666666;
}

.calendar {
width: 100%;
clear: both;
font-size: 90%;
}

.calendar th {
background: #FFFFFF;
}

.calendar td {
text-align: center;
}

.calendar td a {
color: #555555;
display: block;
}

.calendar td.selected {
background-color: #00ff70;
}

.monthyearselect {
background: #FFFFFF;
}

form.clock {
text-align: center;
}

/* Member Login/Area related style */
#memberLogin {
padding: 5px;
background: #CCCCCC;
border: 1px solid #666;
}

#memberLogin legend {
font-size: 17px;
font-weight: bold;
}

#memberLogin .fieldLabel {
font-weight: bold;
}

#memberLogin input[type=text] {
width: 90%;
}

#memberLogin input[type=password] {
width: 90%;
}

#memberLogin .loginInfo {
font-style: italic;
}

#memberLoginInfo {
text-align: right;
margin: 3px;
padding: 3px;
border-bottom: 1px solid #999;
}

#memberLogout {
color: #FF0000;
font-weight: bold;
}

.errorBox {
margin: 3px;
padding: 3px;
color: #f00;
border: 1px solid #f00;
}

.memberLoanList, .memberDetail, .memberBasketList {
width: 99%;
margin: 3px;
border: 1px solid #999;
}

.memberLoanListInfo, .memberDetailInfo, .memberBasketInfo {
border: 0;
padding: 3px;
}

.dataListHeader {
background: #fc0;
}

.alterCell, .alterCell2 {
background-color: #ccc;
border-bottom: 1px solid #ccc;
}

.alterCell2 {
background-color: #fff;
}

.biblioMarkForm .biblioMarkFormAction {
margin-left: 10px;
}

.biblioMarkForm .biblioMarkFormAction input.button {
display: block;
height: 25px;
padding-right: 25px;
cursor: pointer;
background: #003380 url(../images/default/basket.png) center right no-repeat;
font-weight: bold;
color: #fff;
border: none;
-moz-border-radius: 5px;
-opera-border-radius: 5px;
}

/* Visitor counter */
#visitorCounterWrap {
margin: 0 auto;
width: 500px;
background: #fff;
border: 1px solid #999;
padding: 5px;
}

#visitorCounterWrap #counterInfo {
display: none;
padding: 3px;
border: 1px dotted #f00;
font-weight: bold;
font-size: 110%;
}

#visitorCounterWrap .info {
font-weight: bold;
border-bottom: 1px solid #999;
}

#visitorCounterWrap legend {
font-weight: bold;
font-size: 120%;
}

#visitorCounterWrap input[type=text] {
width: 100%;
}

#visitorCounterForm {
width: 100%;
}

#visitorCounterPhoto {
margin-top: 5px;
width: 100px;
}

.s-member-account td::before {
display: none;
}