-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do thorough touch-ups on all catalog pages except search
- Loading branch information
Showing
9 changed files
with
164 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
/** | ||
* @file plugins/themes/default/styles/pages/catalogCategory.less | ||
* | ||
* Copyright (c) 2014-2015 Simon Fraser University Library | ||
* Copyright (c) 2003-2015 John Willinsky | ||
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. | ||
* | ||
* @brief Styles applying to a category page in the catalog | ||
* @link templates/frontend/pages/catalogCategory.tpl | ||
*/ | ||
.page_catalog_category { | ||
|
||
.subcategories { | ||
|
||
ul { | ||
&:extend(.pkp_unstyled_list); | ||
} | ||
|
||
li { | ||
padding-top: @half; | ||
padding-bottom: @half; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
} | ||
|
||
@media(min-width: @screen-tablet) { | ||
position: relative; | ||
margin-top: @triple * 2; | ||
margin-left: -@double; | ||
margin-right: -@double; | ||
padding: @triple; | ||
border-top: @bg-border; | ||
border-bottom: @bg-border; | ||
|
||
h3 { | ||
position: absolute; | ||
top: -15px; | ||
left: @double; | ||
margin: 0; | ||
padding-left: @base; | ||
padding-right: @base; | ||
line-height: @triple; | ||
background: @lift; | ||
color: @text-light; | ||
} | ||
} | ||
|
||
@media(min-width: @screen-desktop) { | ||
margin-left: -@triple; | ||
margin-right: -@triple; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters