This file contains hidden or 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
@media screen and (min-width: 2300px) { | |
main.record-container { | |
width: 100rem; | |
overflow: hidden; | |
} | |
article.record { | |
display: grid; | |
grid-template-columns: 1fr 1fr; | |
grid-template-rows: auto auto; |
This file contains hidden or 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
/* Cosma custom.css - Arthur Perret */ | |
/* Structure reprise de Cosma styles.css */ | |
/** Global **/ | |
:root { | |
--condensed: "Avenir Next Condensed", sans-serif; | |
--mono: "IBM Plex Mono", monospace; | |
--offblack: rgb(51, 51, 51); | |
--offgray: rgb(249, 247, 244); |
This file contains hidden or 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
/* VARIABLES */ | |
:root { | |
--sans: "Helvetica Neue", Helvetica, sans-serif; | |
--serif: Georgia, serif; | |
--mono: Menlo, Monaco, Consolas, "Courier New", monospace; | |
--code-background-color: #f5f5f5; | |
--code-border-color: #ccc; | |
font-size: 100%; | |
} |
This file contains hidden or 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
@charset: "utf-8"; | |
:root { | |
--serif: "EB Garamond", serif; | |
--sans: "Montserrat", sans-serif; | |
--mono: "Inconsolata", monospace; | |
} | |
/* ORGANISATION DE LA PAGE */ |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>BBEditDocumentType</key> | |
<string>CodelessLanguageModule</string> | |
<key>BBLMLanguageDisplayName</key> | |
<string>Pandoc Markdown</string> | |
<key>BBLMLanguageCode</key> | |
<string>pmd</string> |
This file contains hidden or 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
/* FONTES */ | |
#editor, | |
.modal .dialog .code, | |
.CodeMirror .cm-comment, | |
.CodeMirror .cm-fenced-code, | |
.CodeMirror .cm-formatting-task, | |
.CodeMirror .cm-formatting-code-block, | |
.CodeMirror .cm-formatting-list-ol, | |
.CodeMirror .cm-formatting-list-ul, | |
.popup .search input.regexp { |
This file contains hidden or 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
/* ZOTERO REPORT CSS */ | |
/* Modifiée à partir des CSS par défaut : */ | |
/* https://github.com/zotero/zotero/tree/master/chrome/skin/default/zotero/report */ | |
body { | |
background: white; | |
} | |
a { | |
text-decoration: underline; |
This file contains hidden or 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
license: mit |