diff options
author | chai <215380520@qq.com> | 2023-05-12 09:24:40 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-12 09:24:40 +0800 |
commit | 2a1cd4fda8a4a8e649910d16b4dfa1ce7ae63543 (patch) | |
tree | a471fafed72e80b4ac3ac3002e06c34220dd6058 /ThirdParty/CsvHelper-master/docs/styles/index.css | |
parent | b8a694746562b37dc8dc5b8b5aec8612bb0964fc (diff) |
*misc
Diffstat (limited to 'ThirdParty/CsvHelper-master/docs/styles/index.css')
-rw-r--r-- | ThirdParty/CsvHelper-master/docs/styles/index.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ThirdParty/CsvHelper-master/docs/styles/index.css b/ThirdParty/CsvHelper-master/docs/styles/index.css new file mode 100644 index 0000000..4e0c782 --- /dev/null +++ b/ThirdParty/CsvHelper-master/docs/styles/index.css @@ -0,0 +1,21 @@ +html, body { height: 100vh; } + +body { display: flex; flex-direction: column; } + +@media screen and (min-width: 769px) { nav { padding: 0 1.5em; } } + +pre code.hljs { background-color: transparent; } + +.expander { position: absolute; font-size: 1.5rem; transform: rotate(0deg); top: -3px; left: 0; } + +.expander::before { content: "\203A"; } + +.expander.expanded { left: 4px; top: 2px; transform: rotate(90deg); } + +.sidebar { display: flex; position: fixed; overflow-x: hidden; overflow-y: auto; } + +.sidebar ul li { line-height: 2rem; padding-left: 1em; position: relative; } + +.sidebar ul li a { color: #4a4a4a; } + +.sidebar ul li a:not(.expander):hover { text-decoration: underline; } |