Just A Dark Theme For Bellard
Bellard Dark by cheznewa
Details
Authorcheznewa
LicenseNo License
Categorybellard
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bellard Dark
@namespace bellard.org
@version 1.0.0
@description Bellard Dark
@author Me
==/UserStyle== */
@-moz-document domain("bellard.org") {
@font-face
{
font-family:"HelveticaNeue";
src:url("https://archive.org/download/1.5_million_font_files_collection/Font_Compilation.zip/Font_Compilation/H/OpenType/HelveticaNeue-Bold.otf");
font-weight:bold;
}
@font-face
{
font-family:"HelveticaNeue";
src:url("https://archive.org/download/1.5_million_font_files_collection/Font_Compilation.zip/Font_Compilation/H/OpenType/HelveticaNeue-Roman.otf");
}
@font-face
{
font-family:"HelveticaNeue";
src:url("https://archive.org/download/1.5_million_font_files_collection/Font_Compilation.zip/Font_Compilation/H/OpenType/HelveticaNeue-Italic.otf");
font-style:italic;
}
@font-face
{
font-family:"HelveticaNeue";
src:url("https://archive.org/download/1.5_million_font_files_collection/Font_Compilation.zip/Font_Compilation/H/OpenType/HelveticaNeue-BoldItalic.otf");
font-weight:bold;
font-style:italic;
}
@font-face
{
font-family:"HelveticaNeue";
src:url("https://archive.org/download/1.5_million_font_files_collection/Font_Compilation.zip/Font_Compilation/H/OpenType/HelveticaNeue-LightItalic.otf");
font-weight:300;
font-style:italic;
}
@font-face
{
font-family:"HelveticaNeue";
src:url("https://archive.org/download/1.5_million_font_files_collection/Font_Compilation.zip/Font_Compilation/H/OpenType/HelveticaNeue-Light.otf");
font-weight:300;
}
body
{
font-family:"HelveticaNeue";
background-color:#141414;
color:#787878;
}
a
{
color:#00aacc;
}
table
{
color:#8b8b8b;
}
h1,h2,h3,h4
{
font-family:"HelveticaNeue";
font-weight:300;
}
}