VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/doc/html/ru/styles.css
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-03-31 00:49:42 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-03-31 00:52:33 +0200
commit2be0b2e88ffebf9b63dcda4048ab0a24cd6ec131 (patch)
tree5e06338579674ac57991d0b5ef10d50ae186901c /doc/html/ru/styles.css
parenta077eb94ef66dfdec545d176a34dc1e0e47e5da2 (diff)
downloadVeraCrypt-2be0b2e88ffebf9b63dcda4048ab0a24cd6ec131.tar.gz
VeraCrypt-2be0b2e88ffebf9b63dcda4048ab0a24cd6ec131.zip
HTML Documentation: Add Russian translation by Dmitry Yerokhin
Diffstat (limited to 'doc/html/ru/styles.css')
-rw-r--r--doc/html/ru/styles.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/html/ru/styles.css b/doc/html/ru/styles.css
new file mode 100644
index 00000000..6d9a5695
--- /dev/null
+++ b/doc/html/ru/styles.css
@@ -0,0 +1,31 @@
+#menu {
+ display: none;
+}
+
+#menu ul {
+ list-style-type: none;
+ margin: 0px auto;
+ padding: 0;
+ overflow: hidden;
+ background-color: #08aad7;
+}
+
+#menu li {
+ float: left;
+}
+
+#menu li a {
+ display: block;
+ color: white;
+ text-align: center;
+ padding: 16px;
+ text-decoration: none;
+}
+
+#menu li a.active {
+ background-color: #84c7b0;
+}
+
+#menu li a:hover {
+ background-color: #111111;
+}