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:
31
doc/html/ru/styles.css
Normal file
31
doc/html/ru/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user