अनुक्रमणिका

body {background-image: url("https://i.postimg.cc/JhGSHjSZ/rsz-1lights-new.jpg");}
/* जनरल */
h1, h2, h3, h4 {font-family:'Laila',serif}
p {font-family: 'Noto Sans', sans-serif; font-size:16px; text-align:justify;}
h5 {font-size:15px!important; text-decoration:underline;}
/* Hidden Items*/
#slide-nav .navbar-toggle { display: none !important;}
.input-group {display: none !important;}
.navbar-nav { display: none !important;}

.page-header { padding-top:16px !important;}
/* फोटो */
.field-items img {background-color: #fff;border: 1px solid #eee;padding:6px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.author-type-posted, .field-items a:link {color:#660000;}

.index-box {background-color: #9900cc;margin-bottom:8px;margin-top:38px;}

.left {float:left;display:inline-block;margin-right:10px;}
.right {float:right;display:inline-block;margin-left:10px;}
.center {margin: auto;}
.portrait { margin-bottom:10px;max-width:450px;}
.landscape { margin-bottom:10px;max-width:800px;}
.kavita p{text-align:center}
.title {text-align:center;margin-bottom:32px}
.title a:hover {
color: #000;
}

#borderimg {
border: 10px solid transparent;
padding: 15px;
border-image: url(https://i.postimg.cc/GhRwyFRv/border.png) 30 stretch;
}

.col-sm-9 {padding-bottom:16px;background-image: url("https://i.postimg.cc/kMS0JTBP/main-bg.png");}
.field-items li {
display: list-item;
list-style-type: "⚛";
margin-left:24px;
}
.field-items li a:link {color:#660000 important!;font-family: 'Mukta', sans-serif;font-size:17px;}
.bold {
font-size:20px;
font-weight:semi-bold;
color:#000000;
}
.list-container {
border-left: 1px dotted #a6a6a6;
border-right: 1px dotted #a6a6a6;
border-bottom: 1px dotted #a6a6a6;
margin-left: 16px;
margin-right: 16px;
}
.voilet{background-color:#9900cc;color:#ffffff}
.heading {padding:8px;}
#9900cc

अनुक्रमणिका

✥ लेख ✥▼

✤ कथा ✤▼

✻ कविता ✻▼

❉ व्यंगचित्रे❉▼

| संपादकीय : मोह मोह के ' धागे..' | मुखपृष्ठ : वागबोंद्रे | अंकसजावट : टर्मीनेटर |

function myFunction(id) {
var x = document.getElementById(id);
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
x.previousElementSibling.className =
x.previousElementSibling.className.replace("w3-black", "w3-red");
} else {
x.className = x.className.replace(" w3-show", "");
x.previousElementSibling.className =
x.previousElementSibling.className.replace("w3-red", "w3-black");
}
}