MediaWiki:Common.css
Zur Navigation springen
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/*Custom background*/ body { background-image: url(images/0/02/Bg-cover-right.png), url(images/9/95/Bg-cover-left.png), url(images/7/7e/Bg-cover-bottom.png), url(images/d/d5/NewMainBg.jpg); } #document-wrapper { max-width: 1250px; min-width: 1050px; padding-right: 190px; } #page-wrapper { margin-left: 250px; } /*External and internal link color*/ div.mw-body a { color: #804000; } #mw-content-text a.external { color: #804000 !important; } #mw-content-text a { font-weight: bold; } div.mw-body a.new { color: #ba0000; } /*Fix the advanced search form*/ #page-wrapper .tbbox-content { z-index: 4; } #searchText { width: 85%; } #searchText > input { width: 65%; } /*Make the page title selectable*/ div.tbbox-rafter { display: none; } /*Fix the Log in button*/ .tribal-button { width: 190px !important; } .with-button .tbbox-headline { width: 100% !important; } /*Remove the table of contents width limit*/ #toc { display: inline-block; width: auto; } /*Right menu*/ #localNotice { z-index: 10; position: fixed; right: 2%; top: 2%; } #localNotice > div:first-of-type { position: relative; margin: 0; padding: 0; background: none !important; } #dock td { padding: 2px; } #dock ~ div { text-align: left; padding-left: 15px; } #localNotice div:nth-of-type(2n+1) { line-height: 34px; } #pt-login { display: none; } div.mw-body table { width: auto; margin-top: .4em; } table.jquery-tablesorter th.headerSort { background-image: url(images/a/a6/Sort_both.png) !important; } table.jquery-tablesorter th.headerSortDown { background-image: url(images/f/f3/Sort_down.png) !important; } table.jquery-tablesorter th.headerSortUp { background-image: url(images/8/81/Sort_up.png) !important; } table tr > th { font-weight: bold; color: #ffdead !important; background-color: #301506 !important; } table td { font-size: inherit; } h1,h2,h3,h4,h5,h6 { color: #ffdead; background-color: #301506; padding-left: 10px; border-bottom: none; } h3,h4,h5 { margin-top: 2em; padding-top:.4em; margin-bottom: .5em } h1,h2 { margin-bottom: .8em } h2 { font-size: 150% } h3 { font-size: 132% } h4 { font-size: 116% } h5 { font-size: 108% } h6 { font-size: 100% } div.title_div { position: relative; text-align: center; } div.title { position: absolute; top: 6px; width: 100%; } div.title > h2 { border-bottom: none; color: #FFDEAD; font-size: x-large; display: inline-block; vertical-align: middle; margin: 0; padding: 0; background-color: transparent; } .title_div + h3, .title_div + #input_level + h3 { margin-top: 0px; } .initials { display: flex; } .initials div p { margin: 20px 0 0; font-size: 150%; font-weight: bold; color: black; } .blink { animation-name: pulse; -webkit-animation-name: pulse; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; } .blink a { color: white !important; } @keyframes pulse { 0% { transform: scale(0.95); opacity: 0.7;} 50% { transform: scale(1); opacity: 1;} 100% { transform: scale(0.95); opacity: 0.7;} } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(0.95); opacity: 0.7;} 50% { -webkit-transform: scale(1); opacity: 1;} 100% { -webkit-transform: scale(0.95); opacity: 0.7;} } .menu:hover { opacity:0.75; filter:alpha(opacity=75); } .wof { box-shadow: 0 0 14px inset; border-radius: 7px; border: 2px solid #a49e97; } div.wof { display: inline-block; } .wof.common { background: #cccccc !important; } .wof.uncommon { background: #99cc99 !important; } .wof.rare { background: #9999ff !important; } .wof.veryrare { background: #ffef99 !important; } .wof.extraordinary { background: #ff9999 !important; } .wof.valentine { background: #f7c1f7 !important; } .wof.dayofdead { background: #ffa280 !important; } .wof.klick { padding: 4px; margin-bottom: 15px; background: white; } .klick > div.item_container { margin: -32px 0; background: none; } span.common { color: grey; } span.uncommon { color: green; } span.rare { color: blue; } span.veryrare { color: #e0e000; } span.extraordinary { color: red; } .wof_reward { display: inline-flex; height: 99px; width: 99px; } .valentine .wof_reward { background: url(images/b/b1/Reward_valentine.png) center no-repeat; } .dayofdead .wof_reward { background: url(images/b/b1/Reward_dayofdead.png) center no-repeat; } .wof_reward > div.item_container { margin: 10px; } .wof_reward .avatar { border-radius: 27px; margin: 13px 18px; } .wof_reward .gif { height: 73px; width: 64px; } /* Item Popup */ div.tw_bg_tl, div.tw_bg_tr, div.tw_bg_bl, div.tw_bg_br { background-image: url(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.popup_window { position: absolute; display: none; margin: 0; min-width: 200px; white-space: nowrap; z-index:1000; } div.item_container { height: 79px; width: 79px; position: relative; background-image: url(images/e/ec/Item_box.png); background-repeat: no-repeat; display: inline-block; } div.item_container.wearM { height: 93px; width: 94px; position: relative; background-image: url(images/c/c8/Item_box_wearM.png); background-repeat: no-repeat; display: inline-block; } div.item_container.wearL { height: 138px; width: 95px; position: relative; background-image: url(images/0/09/Item_box_wearL.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_container.wearM > img, div.item_container.wearL > img { top: 0px !important; left: 0px !important; } div.item_container[data-link] > img { cursor: pointer; } div.item_container:hover > div.popup_window { left: 120%; top: 10px; z-index: 10; display: block; } .item_number { position: absolute; left: 4px; bottom: 4px; font-size: 13pt; color: white; text-shadow: 2px 2px 2px #000; } div.popup_contents { margin: 25px; font-family: Arial, Verdana, sans-serif; font-size: 12px; text-align: center; } div.popup_contents * { margin: 0; } div.popup_image { background-image: url(images/e/ec/Item_box.png); background-repeat: no-repeat; width: 79px; height: 79px; margin: auto; } .popup_divider { width:124px; height:6px; margin-top:4px !important; background-image: url(images/c/c1/Divider.png); margin: auto !important; display: block; } div.popup_image img { padding-top: 3px; padding-left: 4px; } .popup_name { font-size: 13px; color: #070; font-weight: bold; text-align: center; padding-top: 4px; } .popup_type { font-style: italic; font-size: 8pt; } .popup_text { color: #007777; white-space: normal; max-width: 250px; } .popup_dmg { font-weight: bold; text-align: center; } .popup_attribute { text-align: left; padding-left: 7px; color: #070; font-weight: bold; } .popup_skill { text-align: left; padding-left: 18px; font-size: 11px; color: #070; } .popup_fb_stats, .popup_bonus { color:#8b4513; text-align: left; } .popup_job { border-radius: 3px; margin: 0px auto !important; width: auto; } .popup_job th > img { max-width: 45px; } .item_req { position: relative; display: inline-block; background: url(images/e/ec/Item_box.png); } .items_small { padding: 5px 0px; } .item_req, .items_small div.item_container { width: 50px; height: 50px; background-size: 50px; vertical-align: middle; } .item_req > img, .items_small div.item_container > a > img, .items_small div.item_container > img { position: absolute; width: 45px; height: 45px; top: 3px; left: 3px; } .popup_speed { color:#8b4513; } .popup_set { color: #800080; font-weight: bold; } .popup_txtgreen { color: green; text-align: left; } .popup_txtred { color: #900; } .popup_id { color: blue; } /* Sets */ div#mw-content-text > center ~ h3 + dl ~ table { border: none; } div#mw-content-text > center ~ h3 + dl ~ table > tbody > tr > td { border: none; background: none !important; } table.infoSet { box-shadow: 2px 2px 4px #000; } table.infoSet td { padding: 0px; } table.setbonusrow { background-color: #EBEBCF; width: 100%; margin: 0px !important; padding: 5px; } div.set_container div.item_container > img { cursor:pointer; } /* Set bonus tooltip */ div.tt_bg_tl, div.tt_bg_tr, div.tt_bg_bl, div.tt_bg_br { background-image: url(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(images/3/32/Tooltip_arrow.png); width: 22px; height: 11px; } .set_bonus { position: relative; display: inline-block; vertical-align: top; border:1px solid #997146; width:40px; text-align:center; background-color:#4E3E26; color:#fff; font:12px arial; } .set_bonus: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; } .set_bonus:hover > .tooltip_outer { z-index: 1000; } .per_level:after { content: "(pro Stufe)"; } /* Quest templates */ .item_flag { width: 26px; height: 26px; position: absolute; z-index: 3; top: 1px; left: 1px; } .item_flag.eqp { background: url(images/6/63/Product_Eqp.png); } .item_flag.inv{ background: url(images/7/70/Product_Inv.png); } .item_border { position: relative; display: inline-block; margin: 5px; background-color: #917F63; width: 50px; height: 50px; border-right: outset 2px; border-bottom: outset 2px; border-color: #000000; border-radius: 8px; } div.item_border div.item_container > a > img, div.item_border div.item_container > img, div.item_border > img { position: absolute; width: 45px; height: 45px; top: 2px; left: 3px; } div.item_border div.item_container.empty { width: 50px; height: 50px; } .number { position: absolute; bottom: 1px; left: 3px; text-shadow: black 1px 1px 1px; font-size: 12px; color: white; } .item_reward { position: relative; display: inline-block; background-color: #917F63; width: 60px; height: 60px; border-right: outset 2px; border-bottom: outset 2px; border-color: #000000; border-radius: 8px; } div.item_reward div.item_container > a > img, div.item_reward div.item_container > img, div.item_reward > img { position: absolute; width: 60px; height: 60px; top: 0px; left: 0px; } div.item_reward div.item_container.empty { width: 60px; height: 60px; } #questinfo > div { margin: 1px; border: solid #ccc; border-width: 1px 3px 3px 1px; border-radius: 10px; background: white; padding: 5px; } #questinfo > div > div { background:#F5B555; padding:5px; color:black; } /* Set switch duel weapon */ .set_switch { position: absolute; top: 30px; left: 195px; cursor: pointer; } /* Inputs */ #input_level.sets { position: absolute; right: 180px; margin-top: 3px; } #input_level, #input_search { display: inline-block; background: url(https://westde.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://westde.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat; height: 30px; max-width: 155px; 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_gun1 { position: absolute; top: 5px; left: 1px; } .set_icon_gun2 { position: absolute; top: 8px; right: 1px; } .set_icon_item { position: absolute; top: 2px; left: 2px; } /* Upgrade */ .item_level { position: absolute; display:block; top: 4px; left: 2px; height: 13px; line-height: 13px; background-color: rgba(0,0,0,0.4); text-align: center; font-size: 12px; padding: 1px 2px 0 2px; color: #ffffff; font-weight: normal; box-shadow: 1px 1px 3px #000000; border-radius: 0 0 2px 0; text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px; white-space: nowrap; z-index: 1; } .icon_level { display: inline-block; width: 15px; height:12px; background:url(https://westde.innogamescdn.com/images/items/item_level.png); margin-right: 2px; } .level { vertical-align: top; } .upgrade { display: inline-block; width:12px; height: 12px; background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 0 12px; margin: 0 2px 0 1px; cursor: pointer; } .upgrade:hover { background-position-y:0; } .downgrade { display: inline-block; width:12px; height:12px; background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 12px 12px; margin: 0 0 0 2px; cursor: pointer; } .downgrade:hover { background-position-y:0; } .item_container[data-lvl="0"] .item_level { display:none; } .item_container:hover .item_level { display:block; } .item_container .upgrade, .item_container .downgrade { display:none; } .item_container:hover .upgrade, .item_container:hover .downgrade { display:inline-block; }