mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	built-in Chroma
This commit is contained in:
		
							
								
								
									
										82
									
								
								assets/css/common/chroma.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								assets/css/common/chroma.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,82 @@ | ||||
| /* Background */ .chroma { color: #f8f8f2; background-color: #282a36 } | ||||
| /* Other */ .chroma .x {  } | ||||
| /* Error */ .chroma .err {  } | ||||
| /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } | ||||
| /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 20px; border: 0; width: auto; overflow: auto; display: block; } | ||||
| /* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc } | ||||
| /* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||||
| /* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||||
| /* Keyword */ .chroma .k { color: #ff79c6 } | ||||
| /* KeywordConstant */ .chroma .kc { color: #ff79c6 } | ||||
| /* KeywordDeclaration */ .chroma .kd { color: #8be9fd; font-style: italic } | ||||
| /* KeywordNamespace */ .chroma .kn { color: #ff79c6 } | ||||
| /* KeywordPseudo */ .chroma .kp { color: #ff79c6 } | ||||
| /* KeywordReserved */ .chroma .kr { color: #ff79c6 } | ||||
| /* KeywordType */ .chroma .kt { color: #8be9fd } | ||||
| /* Name */ .chroma .n {  } | ||||
| /* NameAttribute */ .chroma .na { color: #50fa7b } | ||||
| /* NameBuiltin */ .chroma .nb { color: #8be9fd; font-style: italic } | ||||
| /* NameBuiltinPseudo */ .chroma .bp {  } | ||||
| /* NameClass */ .chroma .nc { color: #50fa7b } | ||||
| /* NameConstant */ .chroma .no {  } | ||||
| /* NameDecorator */ .chroma .nd {  } | ||||
| /* NameEntity */ .chroma .ni {  } | ||||
| /* NameException */ .chroma .ne {  } | ||||
| /* NameFunction */ .chroma .nf { color: #50fa7b } | ||||
| /* NameFunctionMagic */ .chroma .fm {  } | ||||
| /* NameLabel */ .chroma .nl { color: #8be9fd; font-style: italic } | ||||
| /* NameNamespace */ .chroma .nn {  } | ||||
| /* NameOther */ .chroma .nx {  } | ||||
| /* NameProperty */ .chroma .py {  } | ||||
| /* NameTag */ .chroma .nt { color: #ff79c6 } | ||||
| /* NameVariable */ .chroma .nv { color: #8be9fd; font-style: italic } | ||||
| /* NameVariableClass */ .chroma .vc { color: #8be9fd; font-style: italic } | ||||
| /* NameVariableGlobal */ .chroma .vg { color: #8be9fd; font-style: italic } | ||||
| /* NameVariableInstance */ .chroma .vi { color: #8be9fd; font-style: italic } | ||||
| /* NameVariableMagic */ .chroma .vm {  } | ||||
| /* Literal */ .chroma .l {  } | ||||
| /* LiteralDate */ .chroma .ld {  } | ||||
| /* LiteralString */ .chroma .s { color: #f1fa8c } | ||||
| /* LiteralStringAffix */ .chroma .sa { color: #f1fa8c } | ||||
| /* LiteralStringBacktick */ .chroma .sb { color: #f1fa8c } | ||||
| /* LiteralStringChar */ .chroma .sc { color: #f1fa8c } | ||||
| /* LiteralStringDelimiter */ .chroma .dl { color: #f1fa8c } | ||||
| /* LiteralStringDoc */ .chroma .sd { color: #f1fa8c } | ||||
| /* LiteralStringDouble */ .chroma .s2 { color: #f1fa8c } | ||||
| /* LiteralStringEscape */ .chroma .se { color: #f1fa8c } | ||||
| /* LiteralStringHeredoc */ .chroma .sh { color: #f1fa8c } | ||||
| /* LiteralStringInterpol */ .chroma .si { color: #f1fa8c } | ||||
| /* LiteralStringOther */ .chroma .sx { color: #f1fa8c } | ||||
| /* LiteralStringRegex */ .chroma .sr { color: #f1fa8c } | ||||
| /* LiteralStringSingle */ .chroma .s1 { color: #f1fa8c } | ||||
| /* LiteralStringSymbol */ .chroma .ss { color: #f1fa8c } | ||||
| /* LiteralNumber */ .chroma .m { color: #bd93f9 } | ||||
| /* LiteralNumberBin */ .chroma .mb { color: #bd93f9 } | ||||
| /* LiteralNumberFloat */ .chroma .mf { color: #bd93f9 } | ||||
| /* LiteralNumberHex */ .chroma .mh { color: #bd93f9 } | ||||
| /* LiteralNumberInteger */ .chroma .mi { color: #bd93f9 } | ||||
| /* LiteralNumberIntegerLong */ .chroma .il { color: #bd93f9 } | ||||
| /* LiteralNumberOct */ .chroma .mo { color: #bd93f9 } | ||||
| /* Operator */ .chroma .o { color: #ff79c6 } | ||||
| /* OperatorWord */ .chroma .ow { color: #ff79c6 } | ||||
| /* Punctuation */ .chroma .p {  } | ||||
| /* Comment */ .chroma .c { color: #6272a4 } | ||||
| /* CommentHashbang */ .chroma .ch { color: #6272a4 } | ||||
| /* CommentMultiline */ .chroma .cm { color: #6272a4 } | ||||
| /* CommentSingle */ .chroma .c1 { color: #6272a4 } | ||||
| /* CommentSpecial */ .chroma .cs { color: #6272a4 } | ||||
| /* CommentPreproc */ .chroma .cp { color: #ff79c6 } | ||||
| /* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 } | ||||
| /* Generic */ .chroma .g {  } | ||||
| /* GenericDeleted */ .chroma .gd { color: #ff5555 } | ||||
| /* GenericEmph */ .chroma .ge { text-decoration: underline } | ||||
| /* GenericError */ .chroma .gr {  } | ||||
| /* GenericHeading */ .chroma .gh { font-weight: bold } | ||||
| /* GenericInserted */ .chroma .gi { color: #50fa7b; font-weight: bold } | ||||
| /* GenericOutput */ .chroma .go { color: #44475a } | ||||
| /* GenericPrompt */ .chroma .gp {  } | ||||
| /* GenericStrong */ .chroma .gs {  } | ||||
| /* GenericSubheading */ .chroma .gu { font-weight: bold } | ||||
| /* GenericTraceback */ .chroma .gt {  } | ||||
| /* GenericUnderline */ .chroma .gl { text-decoration: underline } | ||||
| /* TextWhitespace */ .chroma .w {  } | ||||
| @@ -3,7 +3,7 @@ | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
|     justify-content: center; | ||||
|     min-height: 320px; | ||||
|     min-height: 220px; | ||||
|     margin: var(--gap) 0 calc(var(--gap) * 2) 0; | ||||
| } | ||||
|  | ||||
| @@ -16,7 +16,7 @@ | ||||
|  | ||||
| .first-entry .entry-header h1 { | ||||
|     font-size: 34px; | ||||
|     line-height: 1.3; | ||||
|     line-height: 1.4; | ||||
| } | ||||
|  | ||||
| .first-entry .entry-content { | ||||
|   | ||||
| @@ -155,7 +155,6 @@ | ||||
|  | ||||
| .post-content .highlight:not(table) { | ||||
|     margin: 10px auto; | ||||
|     background: var(--hljs-bg) !important; | ||||
|     border-radius: var(--radius); | ||||
|     direction: ltr; | ||||
| } | ||||
| @@ -189,26 +188,39 @@ | ||||
|     margin-bottom: 0; | ||||
| } | ||||
|  | ||||
| .post-content .highlighttable td .highlight pre code::-webkit-scrollbar { | ||||
|     display: none; | ||||
| } | ||||
|  | ||||
| /* code block */ | ||||
| .post-content .chroma { | ||||
|     border-radius: var(--radius); | ||||
| } | ||||
|  | ||||
| .post-content code { | ||||
|     /* inline code */ | ||||
|     background-color: var(--tertiary); | ||||
|     margin: auto 4px; | ||||
|     padding: 4px 6px; | ||||
|     font-size: 0.78em; | ||||
|     line-height: 1.5; | ||||
|     background: var(--code-bg); | ||||
|     border-radius: 2px; | ||||
|     border-radius: 4px; | ||||
| } | ||||
|  | ||||
| .post-content pre code { | ||||
|     /* reset inline code */ | ||||
|     background-color: unset; | ||||
|     display: block; | ||||
|     margin: auto 0; | ||||
|     padding: 10px; | ||||
|     color: rgb(213, 213, 214); | ||||
|     background: var(--hljs-bg) !important; | ||||
|     border-radius: var(--radius); | ||||
|     overflow-x: auto; | ||||
|     word-break: break-all; | ||||
| } | ||||
|  | ||||
| .post-content .chroma code { | ||||
|     background-color: inherit; | ||||
| } | ||||
|  | ||||
| .post-content blockquote { | ||||
|     margin: 20px 0; | ||||
|     padding: 0 14px; | ||||
| @@ -255,7 +267,7 @@ | ||||
| .toc { | ||||
|     margin: 0 2px 40px 2px; | ||||
|     border: 1px solid var(--border); | ||||
|     background: var(--code-bg); | ||||
|     background: var(--tertiary); | ||||
|     border-radius: var(--radius); | ||||
|     padding: 0.4em; | ||||
| } | ||||
| @@ -316,12 +328,7 @@ | ||||
|     color: var(--secondary); | ||||
|     font-size: 14px; | ||||
|     line-height: 34px; | ||||
|     background: var(--code-bg); | ||||
| } | ||||
|  | ||||
| .post-tags a:hover, | ||||
| .paginav a:hover { | ||||
|     background: var(--border); | ||||
|     background: var(--tertiary); | ||||
| } | ||||
|  | ||||
| .share-buttons { | ||||
| @@ -358,6 +365,8 @@ h6:hover .anchor { | ||||
|     display: flex; | ||||
|     line-height: 30px; | ||||
|     border-radius: var(--radius); | ||||
|     background: none; | ||||
|     border: none; | ||||
| } | ||||
|  | ||||
| .paginav a { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wonderfall
					Wonderfall