सदस्य:Maruf/common.css
(सदस्य:মোহাম্মদ মারুফ/common.css से अनुप्रेषित)
सूचना: यह पृष्ठ सुरक्षित करने बाद, परिवर्तनों को देखने लिए ब्राउज़र का कैश ख़ाली करने की आवश्यकता हो सकती है।
- मोज़िला / फ़ायरफ़ॉक्स / सफ़ारी: shift hold करें जब आप reload क्लिक करते है, या Ctrl-Shift-R (अपल मैक में Cmd-Shift-R) दबाएँ;
- गूगल क्रोम: Ctrl-shift-R (मैक में Cmd-Shift-R) दबाएँ
- इंटरनेट एक्सप्लोरर: Ctrl hold करें जब आप refresh क्लिक करते हैं, या Ctrl-F5 क्लिक करते हैं;
- कॉङ्करर: सिर्फ़ Reload बटन पर क्लिक करें, या F5 क्लिक करें;
- ऑपरा सदस्य को Tools→Preferences में सम्पूर्ण कैश ख़ाली करने की ज़रूरत हो सकती है।
.toolBox {
height: auto;
width: auto;
background-color: bisque;
display: grid;
margin: 0 5px 0 0;
background: #B2B4B6;
}
.linkCopyer,
div.langCopyer {
text-align: center;
padding : 5px 0;
font-size: 20px;
height: auto;
width: auto;
}
.linkCopyer{
text-transform: capitalize;
background: #fff5;
cursor: pointer;
}
div.langCopyer {
text-align: center;
display: flex;
align-items: center;
justify-content: space-around;
}
div.langCopyer textarea {
height: 22px;
text-align: center;
width: 35px;
resize: none;
margin: 2px;
}
div.permit{
text-align: center;
padding : 5px 0;
font-size: 15px;
height: auto;
width: auto;
text-transform: capitalize;
background: #fff5;
cursor: pointer;
}
.permit.tru{
background: #aa9200;
color: #5f5;
}
.permit.fls{
background: #026;
color: #f55;
}
.linkchecker,.trufls {
text-align:center;
cursor:pointer;
padding: 5px 0;
text-transform: capitalize;
}
.linkchecker.off {
color: #fff;
background-color: #c11;
}
.linkchecker.on {
background-color: #3f3;
}
.trufls.on {
background-color: #3f3;
}
.trufls.off {
color: #fff;
background-color: #c11;
}