Modif font pleroma-fe par B612
parent
ec83e8d955
commit
7ab5dbd544
|
@ -3,6 +3,7 @@ Fichiers customs utilisés pour l'instance Pleroma [soc.emelyne.eu](https://soc.
|
|||
La licence applicable est la [CC0](https://creativecommons.org/publicdomain/zero/1.0/), sauf exceptions listées ci dessous.
|
||||
|
||||
Crédits :
|
||||
|
||||
- Emojis :
|
||||
- Emojis packs :
|
||||
- [Rats Emojis Pack](https://labo.emelyne.eu/oniricorpe/blobrats) by [@AuroreAcelya@pipou.academy](https://pipou.academy/@AuroreAcelya) (**CC0**)
|
||||
|
@ -22,3 +23,6 @@ Crédits :
|
|||
|
||||
- Thèmes :
|
||||
- [Vulpes One](https://plthemes.vulpes.one/themes/vulpes-one/) (modified) : by [Feuerfuchs](https://fedi.absturztau.be/users/Feuerfuchs) (**Unknown license**)
|
||||
|
||||
- Font :
|
||||
- [B612](https://b612-font.com/) : by [PolarSys](https://github.com/polarsys/b612) (**SIL Open Font License**)
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><title>Pleroma</title><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link href=/static/css/app.77b1644622e3bae24b6b.css rel=stylesheet><link href=/static/fontello.1600365488745.css rel=stylesheet>
|
||||
<!--START CUSTOM HEAD-->
|
||||
<!--START CUSTOM CSS-->
|
||||
<style type="text/css"> #app { background-repeat: repeat !important; }
|
||||
@media all and (min-width: 800px) { .tab-icon { display: none !important; } }
|
||||
.tab-switcher .tab-icon { color: #fff !important; }
|
||||
.site-name { font-family: B612; font-size: 1.5rem !important; line-height: 4rem;}
|
||||
.site-name::before { content: "⛬"; }
|
||||
.dropdown-item { color: #fff !important; }
|
||||
</style>
|
||||
<!--START CUSTOM FONTS-->
|
||||
<style type="text/css">
|
||||
@font-face{font-family:B612;src:url(https://soc.emelyne.eu/static/font/B612-Regular.woff) format("woff");font-style:normal;font-weight:normal}
|
||||
@font-face{font-family:B612;src:url(https://soc.emelyne.eu/static/font/B612-Italic.woff) format("woff");font-style:italic;font-weight:normal}
|
||||
@font-face{font-family:B612;src:url(https://soc.emelyne.eu/static/font/B612-BoldItalic.woff) format("woff");font-style:italic;font-weight:bold}
|
||||
@font-face{font-family:B612;src:url(https://soc.emelyne.eu/static/font/B612-Bold.woff) format("woff");font-style:normal;font-weight:bold}
|
||||
</style>
|
||||
<!--END CUSTOM FONTS-->
|
||||
<!--END CUSTOM CSS-->
|
||||
<!--END CUSTOM HEAD-->
|
||||
</head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><script type=text/javascript src=/static/js/vendors~app.90c4af83c1ae68f4cd95.js></script><script type=text/javascript src=/static/js/app.826c44232e0a76bbd9ba.js></script></body></html>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"_pleroma_theme_version": 2,
|
||||
"name": "Vulpes One",
|
||||
"theme": {
|
||||
"themeEngineVersion": 3,
|
||||
"shadows": {
|
||||
|
@ -140,19 +139,35 @@
|
|||
"accent": "#5eb1e6",
|
||||
"link": "#5eb1e6",
|
||||
"text": "#cad1d8",
|
||||
"chatBg": "#1a1e22",
|
||||
"chatMessageIncomingBg": "#1a1e22",
|
||||
"chatMessageOutgoingBg": "#262b31",
|
||||
"chatMessageOutgoingBorder": "#2a3037",
|
||||
"chatMessageOutgoingLink": "#5eb1e6",
|
||||
"chatMessageOutgoingText": "#cad1d8",
|
||||
"border": "#2c333a",
|
||||
"chatMessageIncomingBorder": "#313940",
|
||||
"chatMessageIncomingLink": "#5eb1e6",
|
||||
"chatMessageIncomingText": "#cad1d8",
|
||||
"badgeNotification": "#2c333a",
|
||||
"badgeNotificationText": "#ffffff",
|
||||
"alertNeutral": "#cad1d8",
|
||||
"alertNeutralText": "#ffffff",
|
||||
"alertPopupNeutral": "#cad1d8",
|
||||
"alertPopupNeutralText": "#000000",
|
||||
"alertWarning": "#ffd209",
|
||||
"alertWarningText": "#ffffff",
|
||||
"alertPopupWarning": "#ffd209",
|
||||
"alertPopupWarningText": "#000000",
|
||||
"alertError": "#e65e5e",
|
||||
"alertErrorText": "#cad1d8",
|
||||
"alertPopupError": "#e65e5e",
|
||||
"alertPopupErrorText": "#000000",
|
||||
"panel": "#181c1f",
|
||||
"panelText": "#ffffff",
|
||||
"alertNeutral": "#cad1d8",
|
||||
"alertNeutralPanelText": "#ffffff",
|
||||
"alertNeutralText": "#ffffff",
|
||||
"alertWarning": "#ffd209",
|
||||
"alertWarningPanelText": "#000000",
|
||||
"alertWarningText": "#ffffff",
|
||||
"alertError": "#e65e5e",
|
||||
"alertErrorPanelText": "#ffffff",
|
||||
"alertErrorText": "#cad1d8",
|
||||
"fgText": "#cad1d8",
|
||||
"topBar": "#22272d",
|
||||
"topBarText": "#cad1d8",
|
||||
|
@ -188,7 +203,7 @@
|
|||
"icon": "#72787d",
|
||||
"poll": "#365971",
|
||||
"pollText": "#cad1d8",
|
||||
"border": "#2c333a",
|
||||
"postGreentext": "#76e65e",
|
||||
"postLink": "#5eb1e6",
|
||||
"lightText": "#ffffff",
|
||||
"popover": "#1a1e22",
|
||||
|
@ -240,12 +255,13 @@
|
|||
"opacity": {
|
||||
"underlay": 0.15,
|
||||
"bg": 1,
|
||||
"panel": 1,
|
||||
"border": 1,
|
||||
"alert": 0.5,
|
||||
"alertPopup": 0.95,
|
||||
"panel": 1,
|
||||
"input": 1,
|
||||
"btn": 1,
|
||||
"faint": 0.5,
|
||||
"border": 1,
|
||||
"popover": 1,
|
||||
"profileTint": 0.5
|
||||
},
|
||||
|
@ -257,26 +273,40 @@
|
|||
"avatar": "5",
|
||||
"avatarAlt": "5",
|
||||
"tooltip": "5",
|
||||
"attachment": "0"
|
||||
"attachment": "0",
|
||||
"chatMessage": "0"
|
||||
},
|
||||
"fonts": {
|
||||
"interface": {
|
||||
"family": "sans-serif"
|
||||
"family": "B612"
|
||||
},
|
||||
"input": {
|
||||
"family": "inherit"
|
||||
"family": "B612"
|
||||
},
|
||||
"post": {
|
||||
"family": "inherit"
|
||||
"family": "B612"
|
||||
},
|
||||
"postCode": {
|
||||
"family": "monospace"
|
||||
"family": "B612"
|
||||
}
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"themeEngineVersion": 3,
|
||||
"fonts": {},
|
||||
"fonts": {
|
||||
"interface": {
|
||||
"family": "B612"
|
||||
},
|
||||
"input": {
|
||||
"family": "B612"
|
||||
},
|
||||
"post": {
|
||||
"family": "B612"
|
||||
},
|
||||
"postCode": {
|
||||
"family": "B612"
|
||||
}
|
||||
},
|
||||
"shadows": {
|
||||
"button": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue