قالب:وضع طلب/styles.css

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
/*[[قالب:وضع طلب]]*/
.جار {
  background-color: #fef2e5;
}

.مقبول {
  background-color: #e5f2f2;
}

.مرفوض {
  background-color: #ffe5e5;
}

.انتظار {
  background-color: #f2f2f2;
}

.مؤجل {
  background-color: #ffb976;
}

.طلب h4,
.طلب h3,
.طلب h2 {
  background-color: #fff;
  margin-bottom: -10px;
  margin-right: 0;
  padding-top: 0.5em;
}

.طلب > :not(h4):not(h3):not(h2) {
  padding-right: 10px !important;
}

.وضع-الطلب {
  position: relative;
  top: -10px;
  border: solid;
  float: left;
  border-radius: 0 0 13px;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  margin-right: 1em;
  padding: 0 5px;
}