summaryrefslogtreecommitdiff
path: root/CSS
diff options
context:
space:
mode:
Diffstat (limited to 'CSS')
-rw-r--r--CSS/default.min.css9
-rw-r--r--CSS/main.css24
2 files changed, 15 insertions, 18 deletions
diff --git a/CSS/default.min.css b/CSS/default.min.css
new file mode 100644
index 0000000..a75ea91
--- /dev/null
+++ b/CSS/default.min.css
@@ -0,0 +1,9 @@
+/*!
+ Theme: Default
+ Description: Original highlight.js style
+ Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
+ Maintainer: @highlightjs/core-team
+ Website: https://highlightjs.org/
+ License: see project LICENSE
+ Touched: 2021
+*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f3f3f3;color:#444}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#444}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#ab5656}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700} \ No newline at end of file
diff --git a/CSS/main.css b/CSS/main.css
index 0fbc714..0ba775a 100644
--- a/CSS/main.css
+++ b/CSS/main.css
@@ -71,14 +71,13 @@
margin-top:10px;
margin-bottom:10px;
}
- @media only screen and (max-width: 838px){
+ @media only screen and (orientation: portrait){
.main{
margin:auto;
width:90%;
+ font-size:36px;
}
- }
- @media only screen and (min-height: 1440px){
- li a{
+ li.topLink a{
font-size:36px;
}
.search{
@@ -88,11 +87,6 @@
font-size:256px;
}
}
- @media only screen and (max-width: 1365px){
- .desktop{
- display:none;
- }
- }
}
@media (prefers-color-scheme: dark) {
@@ -168,14 +162,13 @@
margin-top:10px;
margin-bottom:10px;
}
- @media only screen and (max-width: 838px){
+ @media only screen and (orientation: portrait){
.main{
margin:auto;
width:90%;
+ font-size:36px;
}
- }
- @media only screen and (min-height: 1440px){
- li a{
+ li.topLink a{
font-size:36px;
}
.search{
@@ -185,9 +178,4 @@
font-size:256px;
}
}
- @media only screen and (max-width: 1365px){
- .desktop{
- display:none;
- }
- }
} \ No newline at end of file