/* ============================================================
   shared.css — legacy pasikartojantys stiliai
   Naudojami keliuose failuose: boss.php, bosai.php, skills.php,
   komanda.php, kita.php, atskiri_bosai.php ir kt.
   ============================================================ */

/* ----------------------------------------------------------
   BANERIS (veikėjų/bosų kortelės)
   ---------------------------------------------------------- */
.baneris {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 4px;
  background-color: #FBF8EF;
  border: 1px solid rgba(172,172,172,0.1);
  margin: 2px 2px 9px 2px;
  box-shadow: 0 0px 4px 0px #282727;
  opacity: 0.95;
  filter: alpha(opacity=95);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.baneris2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 4px;
  background-color: #FBF8EF;
  border: 1px solid rgba(172,172,172,0.1);
  margin: 2px 2px 9px 2px;
  box-shadow: 0 0px 4px 0px #282727;
  opacity: 0.50;
  filter: alpha(opacity=95);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

/* ----------------------------------------------------------
   SPACE (tarpas tarp bannerių)
   ---------------------------------------------------------- */
.space {
  height: 90px;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* ----------------------------------------------------------
   TEKSTAS (kortelės tekstas ant banerio)
   ---------------------------------------------------------- */
.tekstas {
  color: #e7c974;
  text-shadow: 0 1px #000;
  padding: 5px 25px;
  background: #000;
  margin: 1px 2px 3px 2px;
  margin-top: 6px;
  border: solid 1px #494646;
  border-top: solid 1px #252222;
  border-left: solid 1px #252222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  background-color: rgba(27,27,27,0.6);
}

/* ----------------------------------------------------------
   MODULE (veikėjų display kortelė — skills, mtaskai, misijos)
   ---------------------------------------------------------- */
.module {
  margin: 6px;
  width: 130px;
  height: 110px;
  position: relative;
  border: 2px solid #444;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  overflow: hidden;
}

.module h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(0,0,0,.85);
  padding: 4px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.module.opp h2 {
  background: rgba(255,255,255,.92);
  color: #111;
}

.module1 {
  margin: 10px;
  width: 32px;
  height: 32px;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  opacity: 0.30;
  filter: alpha(opacity=95);
}

/* ----------------------------------------------------------
   LEGACY H2/H3 (senų bosų puslapių antraštės)
   Dėmesio: šie taikomi globaliai, naudoti tik specifiniuose puslapiuose!
   ---------------------------------------------------------- */
h222, h2221 {
  border-top: 1px solid rgba(0,0,0,0.75);
  border-bottom: 1px solid rgba(0,0,0,0.75);
  color: white;
  margin: 0;
  font: 15px sans-serif;
}

h222 {
  background: rgba(255,0,0,0.75);
  padding: 11px 55px;
}

h2221 {
  background: rgba(0,128,0,0.75);
}
