اضافة جرس تنبيه برسالة لمدونات بلوجر
الاضافة مهمة جدا و جميلة جدا يمكنك بواستطها
وضع تنبيه للزائر او تلميح يمكنك بوواستطه توجيه الزائر لمكان معين.
او تنبيهه بمشكلة او خبر معين تريد وضعه بالمدونة
الاضافة شكل جميل و مميز و هي منبثقة
اكوادها نظيفة و لا تسبب اي ثقل على القالب.
طريقة تركيب الاضافة..
نتوجه للمظهر و نقوم بالبحث عن ]]></b:skin> و نضع الكود التالي فوقه...
........
Main Components
-------------------------------- */
.isbox {
background: rgba(255,255,255,0.2);
border: 2px solid #fff;
background-clip: padding-isbox;
}
.navigation-top a:hover {
color: #062d4e;
}
.buttonisw {
float: left;
display: block;
color: #ffffff;
text-align: center;
font-size: 20px;
border-radius: 50px;
width: 7px;
height: 0px;
line-height: 21px;
margin: -41px 10px -7px 83px;
padding: 22px 12px 26px 21px;
transition: all .2s ease;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgb(0, 27, 49);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
}
.overlay:target {
visibility: visible;
opacity: 1;
z-index: 999999;
overflow: unset;
}
div#popup1:before {
content: '';
width: 100%;
height: -webkit-fill-available;
position: absolute;
}
.popup {
margin: 70px auto;
padding: 20px;
background: #fff;
border-radius: 5px;
width: 30%;
position: relative;
transition: all 5s ease-in-out;
}
.popup h2 {
margin-top: 0;
color: #333;
}
.popup .close {
position: absolute;
top: 20px;
left: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
}
.popup .close:hover {
color: #da9342;
}
.popup .content {
max-height: 30%;
overflow: auto; color: #001b31;
}
@media screen and (max-width: 700px){
.isbox{
width: 70%;
}
.popup{
width: 70%;
}
}
.box-content.cours.ar {
width: 100%;
overflow: hidden;
position: relative;
background: #fff;
height: auto;
padding: 0px;
border: 5px solid #242f3a;
}
.level-flex {
position: relative;
overflow: hidden;
width: 50%;
float: right;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: stretch;
align-content: stretch;
}
.box-lvl {
padding: 15px;
background: #2d3b4a;
color: #fff;
flex: 1 0 auto;
text-align: center;
border: 5px solid #242f3a;
}
احفظ القالب.
..........
ثم نضع الكود التالي في المكان اللذي نراه مناسب
حيث هو الزر التي يتم الضغط عليه لتظهر الرسالة منبثقة...
💻💻💻
<li><div class='iswbox'>
<a class='buttonisw' href='#popup1'><i class='fa fa-bell'/></a>
</div></li>
<div class='overlay' id='popup1'>
<div class='popup'>
<h2>تنبيــه مهــم </h2>
<a class='close' href='#'>x</a>
<div class='content'>
قد تصادف بعض الأخطـاء بالقالـب لأننا في مرحـلة تطويره وسيتم تصليح الخطأ بأسـرع وقت و شكرا لتفهمكـم .
</div>
</div>
</div>
💻💻💻💻💻
واحفظ القالب والاضافة.
انتهى.
ثم نضع الكود التالي في المكان اللذي نراه مناسب
حيث هو الزر التي يتم الضغط عليه لتظهر الرسالة منبثقة...
💻💻💻
<li><div class='iswbox'>
<a class='buttonisw' href='#popup1'><i class='fa fa-bell'/></a>
</div></li>
<div class='overlay' id='popup1'>
<div class='popup'>
<h2>تنبيــه مهــم </h2>
<a class='close' href='#'>x</a>
<div class='content'>
قد تصادف بعض الأخطـاء بالقالـب لأننا في مرحـلة تطويره وسيتم تصليح الخطأ بأسـرع وقت و شكرا لتفهمكـم .
</div>
</div>
</div>
💻💻💻💻💻
واحفظ القالب والاضافة.
انتهى.