Boom Beach Wiki
Advertisement
Boom Beach Wiki

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
#dr-terror-activity-text,
#dr-terror-activity-timezone {
    font-family: 'Inglobal';
    color: white;
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000, 0px 3px #000;
}
 
#dr-terror-activity-text {
    position: absolute;
    z-index: 10;
    top: 9px;
    left: 85px;
    width: 200px;    
}
 
#dr-terror-activity-timezone {
    position: absolute;
    z-index: 10;
    bottom: 11px;
    left: 5px;
    width: 275px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 100%;
}
 
#dr-terror-activity-timezone {
    background: rgba(0,0,0,0.5);
}
 
#dr-terror-activity-timezone.timezone-unset {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,0,0,0.75)), to(rgba(64,0,0,0.75)));
    background: -webkit-linear-gradient(rgba(255,0,0,0.75) 0%, rgba(64,0,0,0.75) 100%);
    background: -moz-linear-gradient(rgba(255,0,0,0.75) 0%, rgba(64,0,0,0.75) 100%);
    background: -o-linear-gradient(rgba(255,0,0,0.75) 0%, rgba(64,0,0,0.75) 100%);
    background: linear-gradient(rgba(255,0,0,0.75) 0%, rgba(64,0,0,0.75) 100%);
}
 
#dr-terror-activity-text span.activity {
    font-size: 115%;
}
 
#dr-terror-activity-text span.time-remaining {
    line-height: 1.5em;
    font-size: 80%;
}
 
#dr-terror-image::after {
    position: absolute;
    content: url("http://img2.wikia.nocookie.net/__cb20140729060609/boombeach/images/7/7a/DrTerror.png");
    top: 9px;
    left: 10px;
    z-index: 2;
}
 
#dr-terror-activity {
    position: relative;
    width: 283px;
    height: 101px;
    margin: 7px;
}
 
#dr-terror-activity::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 260px;
    padding: 1em;
    border-radius: 12px;
    content: "";
    background: rgb(125,126,125);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(125,126,125,1)), to(rgba(14,14,14,1)));
    background: -webkit-linear-gradient(rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -moz-linear-gradient(rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -o-linear-gradient(rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: linear-gradient(rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    box-shadow: 0px 0px 10px 2px #666;
    border: 1px solid #000;
}
 
#dr-terror-activity.terror::before,
#dr-terror-activity.volcano::before {
    background: rgb(148,0,211);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(148,0,211,1)), to(rgba(28,0,45,1)));
    background: -webkit-linear-gradient(rgba(148,0,211,1) 0%, rgba(28,0,45,1) 100%);
    background: -moz-linear-gradient(rgba(148,0,211,1) 0%, rgba(28,0,45,1) 100%);
    background: -o-linear-gradient(rgba(148,0,211,1) 0%, rgba(28,0,45,1) 100%);
    background: linear-gradient(rgba(148,0,211,1) 0%, rgba(28,0,45,1) 100%);
    box-shadow: 0px 0px 10px 2px #739;
}
 
#dr-terror-activity::after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    height: 59px;
    width: 250px;
    padding: 1em;
    border-radius: 7px;
    background: rgb(14,14,14);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(14,14,14,1)), to(rgba(125,126,125,1)));
    background: -webkit-linear-gradient(rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
    background: -moz-linear-gradient(rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
    background: -o-linear-gradient(rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
    background: linear-gradient(rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
    border: 1px solid #000;
}
 
#dr-terror-activity.terror::after,
#dr-terror-activity.volcano::after {
    background: rgb(28,0,45);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(28,0,45,1)), to(rgba(148,0,211,1)));
    background: -webkit-linear-gradient(rgba(28,0,45,1) 0%, rgba(148,0,211,1) 100%);
    background: -moz-linear-gradient(rgba(28,0,45,1) 0%, rgba(148,0,211,1) 100%);
    background: -o-linear-gradient(rgba(28,0,45,1) 0%, rgba(148,0,211,1) 100%);
    background: linear-gradient(rgba(28,0,45,1) 0%, rgba(148,0,211,1) 100%);
    border: 1px solid #000;
}
Advertisement