From ffe39aa04f315a235952f1f2bc99503a52e44c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=86=E0=A4=AF=E0=A5=81=E0=A4=B7=20=E0=A4=9D=E0=A4=BE?= Date: Tue, 2 Jun 2020 00:31:08 +0545 Subject: [PATCH] commented out all the old nested code One may remove these if they wish to --- styles/readtheorg/css/readtheorg.css | 104 +++++++++++++-------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index c3f5a7d..58199d5 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -787,75 +787,75 @@ hr{ font-size: 100%; margin-bottom:0.809em} -ul.nav li ul li { - display: none; -} +/* ul.nav li ul li { */ +/* display: none; */ +/* } */ -ul.nav li ul li ul li { - display: none; -} +/* ul.nav li ul li ul li { */ +/* display: none; */ +/* } */ -ul.nav li.active ul li { - display: inline; -} +/* ul.nav li.active ul li { */ +/* display: inline; */ +/* } */ -ul.nav li.active ul li ul li { - display: inline; -} +/* ul.nav li.active ul li ul li { */ +/* display: inline; */ +/* } */ -ul.nav li.active ul li a { - background-color: #E3E3E3; - color: #8099B0; - border-right:solid 1px #c9c9c9 !important; -} +/* ul.nav li.active ul li a { */ +/* background-color: #E3E3E3; */ +/* color: #8099B0; */ +/* border-right:solid 1px #c9c9c9 !important; */ +/* } */ -ul.nav li.active ul li.active a { - background-color: #C9C9C9; - color: black !important; - font-weight: bold !important; -} +/* ul.nav li.active ul li.active a { */ +/* background-color: #C9C9C9; */ +/* color: black !important; */ +/* font-weight: bold !important; */ +/* } */ -ul.nav li.active ul li.active ul li.active a { - color: black !important; - font-weight: bold !important; - display: block !important; -} +/* ul.nav li.active ul li.active ul li.active a { */ + /* color: black !important; */ + /* font-weight: bold !important; */ + /* display: block !important; */ +/* } */ -ul.nav li.active ul li.active ul li a { - color: #808080 !important; - font-weight: normal !important; - display: block !important; -} +/* ul.nav li.active ul li.active ul li a { */ +/* color: #808080 !important; */ +/* font-weight: normal !important; */ +/* display: block !important; */ +/* } */ -ul.nav li.active ul li ul li a { - display: none !important; -} +/* ul.nav li.active ul li ul li a { */ +/* display: none !important; */ +/* } */ /* ul.nav li ul li ul li { */ /* display: none !important; /\* as long as nav is on multiple levels of ul *\/ */ /* /\* display: none; /\* as long as nav is on multiple levels of ul *\\/ *\/ */ /* } */ -ul.nav li ul li ul li ul li { - display: none !important; /* as long as nav is on multiple levels of ul */ - /* display: none; /* as long as nav is on multiple levels of ul *\/ */ -} +/* ul.nav li ul li ul li ul li { */ +/* display: none !important; /\* as long as nav is on multiple levels of ul *\/ */ +/* /\* display: none; /\* as long as nav is on multiple levels of ul *\\/ *\/ */ +/* } */ -ul.nav li.active > a { - border-bottom:solid 1px #c9c9c9 !important; /* XXX Restrict it to 2nd level */ - border-right:solid 1px #c9c9c9 !important; -} +/* ul.nav li.active > a { */ + /* border-bottom:solid 1px #c9c9c9 !important; /\* XXX Restrict it to 2nd level *\/ */ + /* border-right:solid 1px #c9c9c9 !important; */ +/* } */ -ul.nav li.active a { - color: gray !important; - font-weight:bold; - background-color: white; - border-right:solid 0px white !important; -} +/* ul.nav li.active a { */ +/* color: gray !important; */ +/* font-weight:bold; */ +/* background-color: white; */ +/* border-right:solid 0px white !important; */ +/* } */ -ul.nav > li.active > a { - color: black !important; -} +/* ul.nav > li.active > a { */ +/* color: black !important; */ +/* } */ footer{ color:#999}