1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

HTML Documentation: Add Russian translation by Dmitry Yerokhin

This commit is contained in:
Mounir IDRASSI
2022-03-31 00:49:42 +02:00
parent a077eb94ef
commit 2be0b2e88f
183 changed files with 12985 additions and 0 deletions

31
doc/html/ru/styles.css Normal file
View File

@@ -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;
}