MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki The-West DE
Zur Navigation springen
Keine Bearbeitungszusammenfassung
(west.net 10.04.17)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Wiki */
#wrapper { width: 1200px; }
#wrapper {
#container { width: 900px; }
    width: 1200px;
#contentTop { width: 900px; background-size: 100% 77px; }
}
#content { width: 870px; background-size: 100%; }
#container {
#contentFooter { background-size: 101%; }
    width: 900px;
#p-cactions { width: 850px; }
}
#grepo_nl_hints_container{
#contentTop {
  position: absolute;
    width: 900px;
    background-size: 100% 77px;
}
#content {
    width: 870px;
    background-size: 100%;
}
#contentFooter {
    background-size: 101%;
    z-index: 0;
}
#p-cactions {
    width: 850px;
}
}
 
/* Item Popup */
/* Popup item */
div.tw_bg_tl,
div.tw_bg_tl, div.tw_bg_tr, div.tw_bg_bl, div.tw_bg_br {
div.tw_bg_tr,
background-image: url(https://wiki.the-west.de/images/6/68/Popup.png);
div.tw_bg_bl,
position: absolute;
div.tw_bg_br {
z-index: -1;
    background-image: url(https://wiki.the-west.net/images/6/68/Popup.png);
    position: absolute;
    z-index: -1;
}
}
.tw_bg_tl {
.tw_bg_tl {
background-position: left top;
    background-position: left top;
bottom: 50%;
    bottom: 50%;
right: 50%;
    right: 50%;
left: 0;
    left: 0;
top: 0;
    top: 0;
}
}
.tw_bg_tr {
.tw_bg_tr {
background-position: right top;
    background-position: right top;
width: 50%;
    width: 50%;
bottom: 50%;
    bottom: 50%;
right: 0;
    right: 0;
top: 0;
    top: 0;
}
}
.tw_bg_bl {
.tw_bg_bl {
background-position: left bottom;
    background-position: left bottom;
height: 50%;
    height: 50%;
right: 50%;
    right: 50%;
bottom: 0;
    bottom: 0;
left: 0;
    left: 0;
}
}
.tw_bg_br {
.tw_bg_br {
background-position: right bottom;
    background-position: right bottom;
height: 50%;
    height: 50%;
width: 50%;
    width: 50%;
bottom: 0;
    bottom: 0;
right: 0;
    right: 0;
}
}
div.item_container div.popup_window {
div.item_container div.popup_window {
position: absolute;
    position: absolute;
display:none;
    display: none;
margin: 0px;
    margin: 0px;
min-width:200px;
    min-width: 200px;
white-space:nowrap;
    white-space: nowrap;
}
}
div.item_container {
div.item_container {
height:79px;
    height: 79px;
width: 79px;
    width: 79px;
position:relative;
    position: relative;
background-image: url(https://wiki.the-west.de/images/e/ec/Item_box.png);
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
background-repeat: no-repeat;
    background-repeat: no-repeat;
display:inline-block;
    display: inline-block;
}
}
div.item_container.empty{
div.item_container.wear {
background-image:none;
    height: 93px;
    width: 94px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/8/82/Item_box_wear.png);
    background-repeat: no-repeat;
    display: inline-block;
}
}
div.item_container > img {
div.item_container.wear2 {
position: absolute;
    height: 138px;
top:3px;
    width: 95px;
left:3px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/5/54/Item_box_wear2.png);
    background-repeat: no-repeat;
    display: inline-block;
}
}
div.item_container:hover > div.popupR {
div.item_container.empty {
left: 120%;
    background-image: none;
top:10px;
z-index: 10;
display:block;
}
}
div.item_container:hover > div.popupL {
div.item_container > img {
right: 120%;
    position: absolute;
top:10px;
    top: 3px;
z-index: 10;
    left: 3px;
display:block;
}
}
div.item_container:hover > div.popupRC {
div.item_border div.item_container > img,
left: 120%;
div.item_container.wear > img,
top:-200px;
div.item_container.wear2 > img {
z-index: 10;
    top: 0px !important;
display:block;
    left: 0px !important;
}
}
div.item_container:hover > div.popupLC {
div.item_container:hover > div.popup_window {
right: 120%;
    left: 120%;
top:-200px;
    top: 10px;
z-index: 10;
    z-index: 10;
display:block;
    display: block;
}
div.item_container:hover > div.popupRT {
left: 120%;
bottom:100%;
z-index: 10;
display:block;
}
div.item_container:hover > div.popupLT {
right: 120%;
bottom:100%;
z-index: 10;
display:block;
}
}
div.popup_contents {
div.popup_contents {
margin:25px;
    margin: 25px;
font-family: Arial, Verdana, sans-serif;
    font-family: Arial, Verdana, sans-serif;
}
}
div.popup_contents * {
div.popup_contents * {
margin:0;
    margin: 0;
}
}
div.popup_image {
div.popup_image {
background-image: url(https://wiki.the-west.de/images/e/ec/Item_box.png);
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
background-repeat: no-repeat;
    background-repeat: no-repeat;
width:79px;
    width: 79px;
height:79px;
    height: 79px;
margin: auto;
    margin: auto;
}
}
div.popup_image img{
div.popup_image img {
padding-top: 3px;
    padding-top: 3px;
padding-left: 4px;
    padding-left: 4px;
 
}
}
.popup_attribute{
.popup_attribute {
text-align: left;
    text-align: left;
padding-left: 7px;
    padding-left: 7px;
font-size: 12px;
    font-size: 12px;
color: #070;
    color: #070;
font-weight: bold;
    font-weight: bold;
}
}
.popup_skill{
.popup_skill {
text-align: left;
    text-align: left;
padding-left: 18px;
    padding-left: 18px;
font-size: 11px;
    font-size: 11px;
color: #070;
    color: #070;
}
}
.popup_type{
.popup_type {
font-style: italic;
    font-style: italic;
font-size: 8pt;
    font-size: 8pt;
text-align: center;
    text-align: center;
}
}
.popup_name{
.popup_name {
font-size: 13px;
    font-size: 13px;
color: #070;
    color: #070;
font-weight: bold;
    font-weight: bold;
text-align: center;
    text-align: center;
padding-top:4px;
    padding-top: 4px;
}
}
.popup_infos {
.popup_infos {
text-align: center;
    text-align: center;
}
}
.popup_id {
.popup_id {
color:blue;
    color: blue;
}
.popup_set {
    color: #800080;
    font-weight: bold;
}
.popup_speed {
    color: #8b4513;
}
.popup_fb_stats {
    color: #8b4513;
    font-weight: bold;
}
.popup_dmg {
    font-weight: bold;
    text-align: center;
}
.popup_text {
    color: #007777;
    white-space: normal;
    max-width: 200px;
}
.item_number {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
    font-size: 16pt;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}
.popup_bonus {
    color:#8b4513;
}
}
.popup_set{
.popup_job {
color:#800080;
    display:inline-block;
font-weight: bold;
    border-radius: 3px;
    border: 1px solid #804000;
    padding-top: 3px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
}
.popup_speed{
.popup_job img {
color:#8b4513;
    width:50px;
    height:50px;
}
}
.popup_fb_stats{
.popup_crafteditem {
color:#8b4513;
    display:inline-block;
font-weight: bold;
    background: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
}
.popup_dmg{
.popup_crafteditem table {
font-weight: bold;
    border-radius: 3px;
text-align: center;
    border: 1px solid #804000;
    text-align: center;
}
}
.popup_text{
.popup_txtgreen {
color: #007777;
    color: green;
white-space:normal;
}
}
.item_number{
.popup_txtred {
position: absolute;
    color: #900;
left: 5px;
top: 5px;
z-index: 10;
font-size: 16pt;
color: white;
font-weight: bold;
text-shadow: 2px 2px 2px #000;
}
}
.popup_txtgreen{color:green;}
/* Sets */
.popup_txtred{color:red;}


/* Sets */
.infoSet {
.infoSet{
    border: 1px solid #806D47;
  border:1px solid #806D47;
    box-shadow: 2px 2px 4px #000;
  box-shadow: 2px 2px 4px #000;
    padding: 10px;
  padding:10px;
}
}
table.infosetatt{
table.infosetatt {
  border:1px solid #806D47;
    border: 1px solid #806D47;
  /*box-shadow: 2px 2px 4px #000;*/
    background-color: #EBEBCF;
  background-color:#EBEBCF;
    padding: 0px;
  padding:0px;
    height: 44px;
  height:44px;
}
}
table.infosetatt td{
table.infosetatt td {
  padding:0px;
    padding: 0px;
  vertical-align:middle;
    vertical-align: middle;
}
}
/* Set bonus tooltip */


div.tt_bg_tl, div.tt_bg_tr, div.tt_bg_bl, div.tt_bg_br {
div.tt_bg_tl,
background-image: url(https://wiki.the-west.de/images/f/fc/Tooltip_bg.png);
div.tt_bg_tr,
background-repeat: no-repeat;
div.tt_bg_bl,
position: absolute;
div.tt_bg_br {
z-index: -1;
    background-image: url(https://wiki.the-west.net/images/f/fc/Tooltip_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
}
.tt_bg_tl {
.tt_bg_tl {
background-position: left top;
    background-position: left top;
bottom: 50%;
    bottom: 50%;
right: 50%;
    right: 50%;
left: 0;
    left: 0;
top: 0;
    top: 0;
}
}
.tt_bg_tr {
.tt_bg_tr {
background-position: right top;
    background-position: right top;
width: 50%;
    width: 50%;
bottom: 50%;
    bottom: 50%;
right: 0;
    right: 0;
top: 0;
    top: 0;
}
}
.tt_bg_bl {
.tt_bg_bl {
background-position: left bottom;
    background-position: left bottom;
height: 50%;
    height: 50%;
right: 50%;
    right: 50%;
bottom: 0;
    bottom: 0;
left: 0;
    left: 0;
}
}
.tt_bg_br {
.tt_bg_br {
background-position: right bottom;
    background-position: right bottom;
height: 50%;
    height: 50%;
width: 50%;
    width: 50%;
bottom: 0;
    bottom: 0;
right: 0;
    right: 0;
}
}
.tooltip_outer {
.tooltip_outer {
position:absolute;
    position: absolute;
left:50%;
    left: 50%;
bottom: 100%;
    bottom: 100%;
margin-bottom: 8px;
    margin-bottom: 8px;
z-index:-1;
    z-index: -1;
}
}
.tooltip {
.tooltip {
position:relative;
    position: relative;
padding:10px 13px 12px 13px;
    padding: 10px 13px 12px 13px;
opacity:0;
    opacity: 0;
visibility:hidden;
    visibility: hidden;
-webkit-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
      -moz-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
white-space:nowrap;
    white-space: nowrap;
max-width:350px;
    max-width: 350px;
        left:-50%;
    left: -50%;
        color:black;
    color: black;
}
}
.tooltip::after {
.tooltip::after {
Zeile 267: Zeile 305:
     margin-top: -4px;
     margin-top: -4px;
     margin-left: -11px;
     margin-left: -11px;
     background-image: url(https://wiki.the-west.de/images/3/32/Tooltip_arrow.png);
     background-image: url(https://wiki.the-west.net/images/3/32/Tooltip_arrow.png);
     width: 22px;
     width: 22px;
     height: 11px;
     height: 11px;
}
}
.tooltip_container {
.tooltip_container {
position:relative;
    position: relative;
}
}
.tooltip_container:hover .tooltip {
.tooltip_container:hover .tooltip {
visibility:visible;
    visibility: visible;
-webkit-transition: opacity .15s ease-in-out 0.4s;
    -webkit-transition: opacity .15s ease-in-out 0.4s;
      -moz-transition: opacity .15s ease-in-out 0.4s;
    -moz-transition: opacity .15s ease-in-out 0.4s;
            transition: opacity .15s ease-in-out 0.4s;
    transition: opacity .15s ease-in-out 0.4s;
opacity:1;
    opacity: 1;
}
}
.tooltip_container:hover > .tooltip_outer {
.tooltip_container:hover > .tooltip_outer {
z-index:1000;
    z-index: 1000;
}
.per_level:after {
    content: "(per Level)";
}
/* Quest templates */
 
.item_border {
    position: relative;
    display: inline-block;
    margin: 5px;
    background-color: #917F63;
    width: 74px;
    height: 74px;
    border-right: outset 2px;
    border-bottom: outset 2px;
    border-color: #000000;
    border-radius: 8px;
    text-align: left;
}
.number {
    position: absolute;
    top: 40px;
    left: 5px;
    text-shadow: black 1px 1px 1px;
    font-size: 18px;
    color: white;
    font-weight: 40;
}
/* Set switch duel weapon */
 
#switch {
    position: absolute;
    top: 30px;
    left: 195px;
    cursor: pointer;
}
/* Inputs */
 
#input_level,
#input_search {
    display: inline-block;
    background: url(https://westzzs.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
    height: 30px;
    width: 12px;
}
#input_search {
    position: absolute;
    right: 250px;
}
input.west {
    background: url(https://westzzs.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
    height: 30px;
    margin-left: 12px;
    padding: 0px 8px 0px 0px;
    border: 0;
    outline: none;
}
/* Set icon */
.set_icon {
    display:inline-block;
    position: relative;
    margin-top:3px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 10px;
}
.set_icon:hover {
    background: #FFEECC;
}
.set_icon_clothes1 {
    position: absolute;
    bottom: 1px;
    left: 1px;
}
.set_icon_clothes2 {
    position: absolute;
    top: 1px;
    right: 1px;
}
.set_icon_clothes3 {
    position: absolute;
    bottom: 1px;
    right: 1px;
}
.set_icon_clothes1 img {
    width: 30px;
    height: 45px;
}
.set_icon_clothes2 img, .set_icon_clothes3 img {
    width: 24px;
    height: 24px;
}
.set_icon_gun1 {
    position: absolute;
    top: 5px;
    left: 1px;
}
.set_icon_gun2 {
    position: absolute;
    top: 5px;
    right: 1px;
}
.set_icon_item {
    position: absolute;
    top: 2px;
    left: 2px;
}
}
.per_level:after{
.set_icon_gun1 img, .set_icon_gun2 img {
  content:"(pro Level)";
    width: 26px;
    height: 39px;
}
}

Version vom 10. Mai 2017, 18:31 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Wiki */
#wrapper {
    width: 1200px;
}
#container {
    width: 900px;
}
#contentTop {
    width: 900px;
    background-size: 100% 77px;
}
#content {
    width: 870px;
    background-size: 100%;
}
#contentFooter {
    background-size: 101%;
    z-index: 0;
}
#p-cactions {
    width: 850px;
}
/* Item Popup */
div.tw_bg_tl,
div.tw_bg_tr,
div.tw_bg_bl,
div.tw_bg_br {
    background-image: url(https://wiki.the-west.net/images/6/68/Popup.png);
    position: absolute;
    z-index: -1;
}
.tw_bg_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tw_bg_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tw_bg_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tw_bg_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
div.item_container div.popup_window {
    position: absolute;
    display: none;
    margin: 0px;
    min-width: 200px;
    white-space: nowrap;
}
div.item_container {
    height: 79px;
    width: 79px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.wear {
    height: 93px;
    width: 94px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/8/82/Item_box_wear.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.wear2 {
    height: 138px;
    width: 95px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/5/54/Item_box_wear2.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.empty {
    background-image: none;
}
div.item_container > img {
    position: absolute;
    top: 3px;
    left: 3px;
}
div.item_border div.item_container > img,
div.item_container.wear > img,
div.item_container.wear2 > img {
    top: 0px !important;
    left: 0px !important;
}
div.item_container:hover > div.popup_window {
    left: 120%;
    top: 10px;
    z-index: 10;
    display: block;
}
div.popup_contents {
    margin: 25px;
    font-family: Arial, Verdana, sans-serif;
}
div.popup_contents * {
    margin: 0;
}
div.popup_image {
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
    background-repeat: no-repeat;
    width: 79px;
    height: 79px;
    margin: auto;
}
div.popup_image img {
    padding-top: 3px;
    padding-left: 4px;
}
.popup_attribute {
    text-align: left;
    padding-left: 7px;
    font-size: 12px;
    color: #070;
    font-weight: bold;
}
.popup_skill {
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    color: #070;
}
.popup_type {
    font-style: italic;
    font-size: 8pt;
    text-align: center;
}
.popup_name {
    font-size: 13px;
    color: #070;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
}
.popup_infos {
    text-align: center;
}
.popup_id {
    color: blue;
}
.popup_set {
    color: #800080;
    font-weight: bold;
}
.popup_speed {
    color: #8b4513;
}
.popup_fb_stats {
    color: #8b4513;
    font-weight: bold;
}
.popup_dmg {
    font-weight: bold;
    text-align: center;
}
.popup_text {
    color: #007777;
    white-space: normal;
    max-width: 200px;
}
.item_number {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
    font-size: 16pt;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}
.popup_bonus {
    color:#8b4513;
}
.popup_job {
    display:inline-block;
    border-radius: 3px;
    border: 1px solid #804000;
    padding-top: 3px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_job img {
    width:50px;
    height:50px;
}
.popup_crafteditem {
    display:inline-block;
    background: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_crafteditem table {
    border-radius: 3px;
    border: 1px solid #804000;
    text-align: center;
}
.popup_txtgreen {
    color: green;
}
.popup_txtred {
    color: #900;
}
/* Sets */

.infoSet {
    border: 1px solid #806D47;
    box-shadow: 2px 2px 4px #000;
    padding: 10px;
}
table.infosetatt {
    border: 1px solid #806D47;
    background-color: #EBEBCF;
    padding: 0px;
    height: 44px;
}
table.infosetatt td {
    padding: 0px;
    vertical-align: middle;
}
/* Set bonus tooltip */

div.tt_bg_tl,
div.tt_bg_tr,
div.tt_bg_bl,
div.tt_bg_br {
    background-image: url(https://wiki.the-west.net/images/f/fc/Tooltip_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.tt_bg_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tt_bg_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tt_bg_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tt_bg_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
.tooltip_outer {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 8px;
    z-index: -1;
}
.tooltip {
    position: relative;
    padding: 10px 13px 12px 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    white-space: nowrap;
    max-width: 350px;
    left: -50%;
    color: black;
}
.tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -11px;
    background-image: url(https://wiki.the-west.net/images/3/32/Tooltip_arrow.png);
    width: 22px;
    height: 11px;
}
.tooltip_container {
    position: relative;
}
.tooltip_container:hover .tooltip {
    visibility: visible;
    -webkit-transition: opacity .15s ease-in-out 0.4s;
    -moz-transition: opacity .15s ease-in-out 0.4s;
    transition: opacity .15s ease-in-out 0.4s;
    opacity: 1;
}
.tooltip_container:hover > .tooltip_outer {
    z-index: 1000;
}
.per_level:after {
    content: "(per Level)";
}
/* Quest templates */

.item_border {
    position: relative;
    display: inline-block;
    margin: 5px;
    background-color: #917F63;
    width: 74px;
    height: 74px;
    border-right: outset 2px;
    border-bottom: outset 2px;
    border-color: #000000;
    border-radius: 8px;
    text-align: left;
}
.number {
    position: absolute;
    top: 40px;
    left: 5px;
    text-shadow: black 1px 1px 1px;
    font-size: 18px;
    color: white;
    font-weight: 40;
}
/* Set switch duel weapon */

#switch {
    position: absolute;
    top: 30px;
    left: 195px;
    cursor: pointer;
}
/* Inputs */

#input_level,
#input_search {
    display: inline-block;
    background: url(https://westzzs.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
    height: 30px;
    width: 12px;
}
#input_search {
    position: absolute;
    right: 250px;
}
input.west {
    background: url(https://westzzs.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
    height: 30px;
    margin-left: 12px;
    padding: 0px 8px 0px 0px;
    border: 0;
    outline: none;
}
/* Set icon */
.set_icon {
    display:inline-block;
    position: relative;
    margin-top:3px;
    width: 50px;
    height: 50px;
    cursor: pointer; 
    border-radius: 10px;
}
.set_icon:hover {
     background: #FFEECC;
}
.set_icon_clothes1 {
    position: absolute;
    bottom: 1px;
    left: 1px;
}
.set_icon_clothes2 {
    position: absolute;
    top: 1px;
    right: 1px;
}
.set_icon_clothes3 {
    position: absolute;
    bottom: 1px;
    right: 1px;
}
.set_icon_clothes1 img {
    width: 30px;
    height: 45px;
}
.set_icon_clothes2 img, .set_icon_clothes3 img {
    width: 24px;
    height: 24px;
}
.set_icon_gun1 {
    position: absolute;
    top: 5px;
    left: 1px;
}
.set_icon_gun2 {
    position: absolute;
    top: 5px;
    right: 1px;
}
.set_icon_item {
    position: absolute;
    top: 2px;
    left: 2px;
}
.set_icon_gun1 img, .set_icon_gun2 img {
    width: 26px;
    height: 39px;
}