From 27c9f305310f2025ae34be905589613d5c1f47e7 Mon Sep 17 00:00:00 2001 From: uakci Date: Fri, 18 Sep 2020 02:23:27 +0200 Subject: 2004-en, 2004-ru, 2011-en --- 2004-ru/CSS/1.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 2004-ru/CSS/1.css (limited to '2004-ru/CSS/1.css') diff --git a/2004-ru/CSS/1.css b/2004-ru/CSS/1.css new file mode 100644 index 0000000..bca480a --- /dev/null +++ b/2004-ru/CSS/1.css @@ -0,0 +1,34 @@ +.ft { + font-family: "Times New Roman"; + text-align: justify; +} +.ftb { +font-family: "Times New Roman"; +font-weight: bold; +text-align: justify; +} + +.ft48 { +font-size: 48px; +color: #FF0000; +font-family: "Times New Roman"; +} +.ftred { + font-family: "Times New Roman"; + color: #FF0000; + text-align: justify; +} +.ftblue { + font-family: "Times New Roman"; + color: #0000FF; + text-align: justify; +} +.ftlsu { +font-family: "Lucida Sans Unicode"; +text-align: justify; +} +.ftn { +color: #FFFFFF; +font-family: "Times New Roman"; +background-color: #FFFFFF; +} -- cgit v1.2.3