Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/kitab.css')
-rw-r--r--static/css/kitab.css32
1 files changed, 31 insertions, 1 deletions
diff --git a/static/css/kitab.css b/static/css/kitab.css
index 9288f1a..4b6065d 100644
--- a/static/css/kitab.css
+++ b/static/css/kitab.css
@@ -35,4 +35,34 @@ a:hover {
.toTop {
position: fixed;
bottom: 10px;
-} \ No newline at end of file
+}
+
+.dropbtn {
+ color: #007bff;
+}
+.dropbtn:hover {
+ color: #0056b3;
+}
+.dropdown-content {
+ display: none;
+ position: absolute;
+ min-width: 280px;
+ max-width: 75%;
+ z-index: 1;
+}
+.dropdown {
+ cursor: pointer;
+ position: relative !important;
+ display: inline-block !important;
+}
+.dropdown:hover {
+ box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
+ background-color: white;
+}
+.dropdown:hover .dropdown-content {
+ display: block;
+}
+.hanging {
+ padding-left: 15px;
+ text-indent: -15px;
+}