logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: cab501b46dcd8ddfd104c8bb7b7426df5ab201bc
parent 16cd0b5223f31df376ae7013c60635a10d744222
Author: Haelwenn Monnier <lanodan.delta@free.fr>
Date:   Sat, 12 Sep 2015 02:14:09 +0200

[CSS] Dark & light themes || [animelist] Rewatched Fullmetal Alchemist: Brotherhood

Diffstat:

Manimelist.shtml2+-
Acss/dark.css5+++++
Mcss/index.css1-
Acss/light.css6++++++
4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/animelist.shtml b/animelist.shtml @@ -124,7 +124,7 @@ <tr><td>進撃の巨人 attack on titan</td><td>Attack on Titan</td><td>2013-09-09</td><td>2013-10-23</td></tr> <tr><td>鉄コン筋クリート (2006)</td><td>Tekkon Kinkreet</td></tr> <tr><td>銀色の髪のアギト</td><td>Origin: Spirits of the Past</td></tr> - <tr><td>鋼の錬金術師 FULLMETAL ALCHEMIST</td><td>Fullmetal Alchemist: Brotherhood</td></tr> + <tr><td>鋼の錬金術師 FULLMETAL ALCHEMIST</td><td>Fullmetal Alchemist: Brotherhood</td><td>old times &amp; 2015-09</td><td>old times &amp; 2015-09-10</td></tr> <tr><td>鋼の錬金術師 FULLMETAL ALCHEMIST</td><td>Fullmetal Alchemist</td></tr> <tr><td>鋼の錬金術師 嘆きの丘[ミロス]の聖なる星</td><td>Fullmetal Alchemist: Milos no Seinaru Hoshi</td></tr> <tr><td>雲のむこう, 約束の場所</td><td>The Place Promised in Our Early Days</td></tr> diff --git a/css/dark.css b/css/dark.css @@ -0,0 +1,5 @@ +/* Feuille de style pour fonds sombre + * CSS for dark backgrounds + */ +.comment { color: #87FFAF; } +a { color: #5F87D7; } diff --git a/css/index.css b/css/index.css @@ -19,7 +19,6 @@ pre { background-color: rgba(255, 60, 0, 0.2); border-bottom: 2px solid #FF3C00; } -.comment { color: lime; } article, #content { margin: 1.5em; padding: 0.5em; diff --git a/css/light.css b/css/light.css @@ -0,0 +1,6 @@ +/* Feuille de style pour fonds clair + * CSS for light backgrounds + */ +.comment { color: #0A0; } +a { color: #0000EE; } +code a { color: #5F87D7; }