မီႇတီႇယႃႇဝီႇၶီႇ:Gadget-DefSideBoxes.css

လုၵ်ႉတီႈ ဝိၵ်ႇသျိၼ်ႇၼရီႇ မႃး

မၢႆတွင်း: ဝၢႆးသေသိမ်းပၼ်ယဝ်ႉ၊ တွၼ်ႈတႃႇ ၸဝ်ႈၵဝ်ႇ တေႁၼ်လႆႈ လွင်ႈလႅၵ်ႈလၢႆႈၼၼ်ႉ ၸဝ်ႈၵဝ်ႇတေၸၢင်ႈလႆႈလတ်းၶၢမ်ႈ ၶႅတ်ႉၶျ် တူဝ်ပိုတ်ႇဝႅပ်ႉၸဝ်ႈၵဝ်ႇယဝ်ႉ။

  • ၽွင်းမိူဝ်ႈတိုၵ်ႉၼဵၵ်း Reload တီႈ Firefox / Safari: ၼၼ်ႉ ၼဵၵ်းဝႆႉပႃး Shift ၊ဢမ်ႇၼၼ် ၼဵၵ်းပၼ် Ctrl-F5 ဢမ်ႇၼၼ် Ctrl-R (တီႈၼႂ်း Mac ၼႆ ၼဵၵ်းပၼ်⌘-R)
  • တီႈၼႂ်း Google Chrome: ၼဵၵ်းပၼ် Ctrl-Shift-R (တီႈၼႂ်း Mac ၼႆႉ ၼဵၵ်းပၼ်⌘-Shift-R )
  • ၽွင်းမိူဝ်ႈ တိုၵ်ႉၼဵၵ်း Refreshတီႈ Internet Explorer/ Edge: ၼဵၵ်းဝႆႉပၼ် Ctrl ဢမ်ႇၼၼ် ၼဵၵ်းပၼ် Ctrl-F5
  • တီႈၼႂ်း Opera: ၵႂႃႇၸူးတီႈ Menu → Settings (ပေႃးပဵၼ်တီႈၼႂ်း Mac ၸိုင် Opera → Preferences ) သေ သိုပ်ႇၵႂႃႇ Privacy & security → Clear browsing data → Cached images and files ၼၼ်ႉလႄႈ။
.defEditButton {
    position: absolute;
    margin-left: -45px;
    width: 45px;
    height: 20px;
}
ol li:hover .defEditButton span {
    opacity: 1;
    filter: alpha(opacity=100);
}
.defEditButton span {
    display: block;
    margin-top: 3px;
    margin-left: 10px;
    cursor: pointer;
    height: 10px;
    width: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    -o-transition: opacity .15s;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/d/d3/InterlanguageLinks-Asset-Pencil.gif);
}
.defEditButton span:hover { background-image: url(//upload.wikimedia.org/wikipedia/commons/d/d1/InterlanguageLinks-Asset-Pencil-Hover.gif) }
.addusexbutton {
    padding-left: 15px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -ms-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    height: 0px;
}
li:hover>.addusexbutton {
    margin-top: -4px;
    height: 19px;
}
.addusexbutton>a {
    vertical-align: top;
    cursor: pointer;
    font-size: 10px;
}
.addusexbutton>a+a { margin-left: 15px }
.addusexbutton li a {
    display: block;
    cursor: pointer;
}
.addusexbutton li a.DSBinactive {
    color: #AAAAAA;
    cursor: default;
}
.addusexbutton ul {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #AAA;
    list-style: none;
    padding: 1px 10px;
    margin: -12px 0 0 5px;
}
.DSBRedButton,
.DSBGreenButton {
    display: inline-block;
    padding: 0px;
    border-radius: 5px;
    border: #9D9D9D solid 1px;
}
.DSBRedButton {
    margin-right: 5px;
    margin-left: 3px;
}
.DSBRedButton div,
.DSBGreenButton div {
    padding: 1px 5px;
    display: inline-block;
    font-size: 14px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.DSBRedButton div {
    border-left: 1px solid #CA0000;
    border-top: 1px solid #CA0000;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C70000),color-stop(1, #7A0000));
    background: -moz-linear-gradient(top, #C70000, #7A0000);
    background: -o-linear-gradient(top, #C70000, #7A0000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C70000', endColorstr='#7A0000');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C70000', endColorstr='#7A0000');
    background-color: #C70000;
}
.DSBGreenButton div {
    border-left: 1px solid #3BB677;
    border-top: 1px solid #3BB677;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3BB475),color-stop(1, #246E48));
    background: -moz-linear-gradient(top, #3BB475, #246E48);
    background: -o-linear-gradient(top, #3BB475, #246E48);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BB475', endColorstr='#246E48');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BB475', endColorstr='#246E48');
    background-color: #3BB475;
}