VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/doc/html/styles.css
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-05-13 17:34:16 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-05-15 01:16:36 +0200
commit5e1fffa87191c3566bcbe20c6e8d29d5f21651d5 (patch)
tree1d3d034ea91d11813459c5cdfe6630b384f3bbfc /doc/html/styles.css
parent76167ceba3f0a3ec91174620283f451815daa288 (diff)
downloadVeraCrypt-5e1fffa87191c3566bcbe20c6e8d29d5f21651d5.tar.gz
VeraCrypt-5e1fffa87191c3566bcbe20c6e8d29d5f21651d5.zip
Add HTML documentation.
Diffstat (limited to 'doc/html/styles.css')
-rw-r--r--doc/html/styles.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/html/styles.css b/doc/html/styles.css
new file mode 100644
index 00000000..67d27847
--- /dev/null
+++ b/doc/html/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;
+} \ No newline at end of file