کاربر:Haghjoo/scripts/Citoid.css

از اسلامیکال
پرش به ناوبری پرش به جستجو

نکته: پس از انتشار ممکن است برای دیدن تغییرات نیاز باشد که حافظهٔ نهانی مرورگر خود را پاک کنید.

  • فایرفاکس / سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload کلیک کنید، یا کلید‌های Ctrl-F5 یا Ctrl-R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-R)
  • گوگل کروم: کلیدهای Ctrl+Shift+R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-Shift-R)
  • اینترنت اکسپلورر/ Edge: کلید Ctrl را نگه‌دارید و روی دکمهٔ Refresh کلیک کنید، یا کلید‌های Ctrl-F5 را با هم فشار دهید
  • اپرا: Ctrl-F5 را بفشارید.
#citoid-code {
    height: 6em;
    width: 95%;
}

#citoid-cont {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 21em;
}

#citoid-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}
 
#citoid-dialog {
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    background: white;
    border: 1px solid #aaa;
    border-radius: 0.5em;
    height: 20em;
}
 
#citoid-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}
 
#citoid-dialog h2 {
    margin: 0;
    padding: 0.25em 0.5em;
    text-align: center;
    border: none;
    font-size: 1.3em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.25em;
    height: 1em;
}
 
#citoid-body {
    position: absolute;
    top: 3em; bottom: 1em; left: 1em; right: 1em;
    overflow: auto;
    border: solid black;
    border-width: 1px 0;
}
 
#citoid-body ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}
 
#citoid-desc-cont {
    margin: 0.25em 1em;
}
 
#citoid-body li {
    margin: 0.25em 1em;
    padding: 0.5em;
    border: 1px solid #aaa;
    border-radius: 0.5em;
    display: block;
}
 
#tde-body li:first-child {
    border-top: 1px solid #aaa;
}
 
#citoid-body li:nth-child(2n) { background: #ffc; }
#citoid-body li:nth-child(2n+1) { background: #dfd; }
 
#citoid-body h3 {
    background: #e0e0e0;
    padding: 0.25em 0.5em;
    margin: 1em 0 0.5em;
}
 
#citoid-apply {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    height: 2em;
    padding: 0.25em 0.5em;
    border: 1px solid #00763B;
    background: #00944C;
    color: #FFF6E8;
    border-radius: 0.3em;
    cursor: pointer;
}
 
#citoid-apply:hover,
#citoid-apply:focus {
    background: #00763B;
}