MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 1,334: Line 1,334:
/* =========================================================
/* =========================================================
   OOO EXTRA BLOCK (Secondary Info Panel)
   OOO EXTRA BLOCK (Secondary Info Panel)
  Subtle contextual info under item panel
   ========================================================= */
   ========================================================= */


Line 1,345: Line 1,344:
   border-radius: 6px;
   border-radius: 6px;


   background: linear-gradient(
  /* base + gradient like other OOO blocks */
    to right,
   background:
    rgba(245,196,0,0.06),
    linear-gradient(
     transparent
      to right,
   );
      rgba(245,196,0,0.08),
      rgba(245,196,0,0.02)
     );
 
   border: 1px solid rgba(245,196,0,0.18);


   font-size: 0.95rem;
   font-size: 0.95rem;
Line 1,371: Line 1,374:
}
}


/* text spacing */
/* spacing */


.ooo-extra2 p {
.ooo-extra2 p {
Line 1,385: Line 1,388:
.skin-theme-clientpref-night .ooo-extra2 {
.skin-theme-clientpref-night .ooo-extra2 {


   background: linear-gradient(
   background:
    to right,
    linear-gradient(
    rgba(245,196,0,0.14),
      to right,
     transparent
      rgba(245,196,0,0.18),
   );
      rgba(245,196,0,0.06)
     );
 
   border-color: rgba(245,196,0,0.35);
}
}