Galactic Civilizations Wiki
Нет описания правки
Метка: sourceedit
Нет описания правки
Метка: sourceedit
 
Строка 2: Строка 2:
 
border: 1px solid rgb(88,130,168);
 
border: 1px solid rgb(88,130,168);
 
background-color: rgba(21,41,56,0.5);
 
background-color: rgba(21,41,56,0.5);
box-shadow: inset 0 0 1em 0.1em rgba(89, 144, 195);
+
box-shadow: inset 0 0 15px 0 #5990C3;
 
position: relative;
 
position: relative;
 
margin-top: 10px;
 
margin-top: 10px;

Текущая версия от 16:44, 10 апреля 2017

.block {
  border: 1px solid rgb(88,130,168);
  background-color: rgba(21,41,56,0.5);
  box-shadow: inset 0 0 15px 0 #5990C3;
  position: relative;
  margin-top: 10px;
  padding: 1em;
}
.block__headline {
  text-align: center;
  font-family: 'BankGothic RUSS Medium',arial;
  margin-top: -10px !important;
  background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.1) 50%,rgba(0,0,0,0)),-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(89,144,195,0.8) 50%,rgba(255,255,255,0)),-webkit-radial-gradient(50% 100%,ellipse cover,rgba(0,0,0,0.05),rgba(0,0,0,0) 50%);
  background-size: 100% 1px,100% 1px,auto;
  background-position: 50% 100%,50% 100%,50% 0;
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-origin: padding-box,border-box,padding-box;
  border-bottom: 1px solid transparent !important;
  color: whitesmoke;
  letter-spacing: .03em !important;
  -webkit-font-smoothing: antialiased;
}
.lcs-container .block:first-child::before {
  border-right: 1px solid rgb(88,130,168);
  background-color: #171e23;
  width: 50px;
  height: 30px;
  content: '';
  position: absolute;
  transform: rotate(50deg);
  left: -31px;
  top: -25px;
}
.lcs-container .block:last-child::before {
  border-right: 1px solid rgb(88,130,168);
  width: 50px;
  height: 30px;
  content: '';
  position: absolute;
  transform: rotate(-50deg);
  left: -31px;
  bottom: -25px;
  background: #171e23;
}
.rcs-container .block:first-child::before {
  border-left: 1px solid rgb(88,130,168);
  width: 50px;
  height: 30px;
  content: '';
  position: absolute;
  transform: rotate(-50deg);
  right: -31px;
  top: -25px;
  background-color: #171e23;
}
.rcs-container .block:last-child::before {
  border-left: 1px solid rgb(88,130,168);
  width: 50px;
  height: 30px;
  content: '';
  position: absolute;
  transform: rotate(50deg);
  right: -31px;
  bottom: -25px;
  background-color: #171e23;
}
.mediawiki .block__menu {
  margin: 0;
}

.mediawiki .block__menu-item {
  display: block;
  margin: 0;
  margin-bottom: 5px;
}

.block__menu-desc {
  text-align: center;
}

.block__menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.1) 50%, transparent), -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(89, 144, 195, 0.8) 50%, rgba(255, 255, 255, 0)), -webkit-radial-gradient(50% 100%, ellipse cover, rgba(0, 0, 0, 0.05), transparent 50%);
  background-size: 100% 1px,100% 1px,auto;
  background-position: 50% 100%,50% 100%,50% 0;
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-origin: padding-box,border-box,padding-box;
  border-bottom: 1px solid transparent !important;
}
.block__menu-group:last-child {
  background-image: none;
}

/* временно */
#WikiaArticle .block .new {
  color: #49a3ce;
}