-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better format for gemini articles in WebEngine version
- Loading branch information
1 parent
3dde406
commit a352b75
Showing
8 changed files
with
106 additions
and
22 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,60 @@ | ||
p { | ||
min-height: 0.1em; | ||
margin: 6px 0px; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6, ul, ol, pre { | ||
margin: 9px 0px; | ||
} | ||
|
||
pre { | ||
font-family: "Consolas", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; | ||
white-space: pre-wrap; | ||
overflow-x: auto; | ||
padding: 8px; | ||
border-radius: 2px; | ||
} | ||
|
||
a:link { | ||
text-decoration-line: none; | ||
} | ||
|
||
a:hover { | ||
text-decoration-line: underline; | ||
} | ||
|
||
blockquote { | ||
font-size: 1.2em; | ||
width: 80%; | ||
margin: 14px auto; | ||
font-family: "Open Sans"; | ||
font-style: italic; | ||
color: #555555; | ||
padding: 1em 16px 1em 30px; | ||
border-left: 4px solid #75bff7; | ||
line-height: 1.1; | ||
position: relative; | ||
background: #EDEDED; | ||
} | ||
|
||
blockquote::before { | ||
font-family: Arial; | ||
content: "\201C"; | ||
color: #7598f7; | ||
font-size: 3em; | ||
position: absolute; | ||
left: 10px; | ||
top: 0px; | ||
} | ||
|
||
blockquote::after { | ||
content: ''; | ||
} | ||
|
||
blockquote span { | ||
display: block; | ||
color: #333333; | ||
font-style: normal; | ||
font-weight: bold; | ||
margin-top: 1em; | ||
} |
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
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