forked from wendellpiez/JATSKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix font size - fix font scaling - fix image caption position - added Full Width alternate style
- Loading branch information
1 parent
03e885e
commit 6a8437f
Showing
8 changed files
with
45 additions
and
197 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/** | ||
* Resets the page constraints, making the contents use the entire viewport width. | ||
*/ | ||
@namespace oxy "http://www.oxygenxml.com/extensions/author"; | ||
|
||
oxy|document { | ||
background-color:inherit; | ||
background-image:none; | ||
max-width: none; | ||
} | ||
:root { | ||
background-color:inherit; | ||
background-image:none; | ||
border:none; | ||
width:inherit; | ||
min-height:0; | ||
|
||
/* Not the same as in -topic-basic.css */ | ||
margin:0.5em; | ||
padding:0em; | ||
} | ||
|
||
@media oxygen AND (platform: "webapp") { | ||
*[class~="topic/tgroup"] { | ||
overflow: visible; | ||
} | ||
} |
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
Oops, something went wrong.