Wikiul Diep.io
Advertisement

Notă: După publicare, trebuie să treceți peste memoria cache a navigatorului pentru a putea vedea modificările:

  • Firefox / Safari: Țineți apăsat pe Shift în timp ce faceți clic pe Reîncărcare ori apăsați Ctrl-F5 sau Ctrl-R (⌘-R pe un sistem Mac);
  • Google Chrome: Apăsați Ctrl-Shift-R (⌘-Shift-R pe un sistem Mac);
  • Internet Explorer / Edge: Țineți apăsat pe Ctrl în timp ce faceți clic pe Reîmprosptare sau apăsați Ctrl-F5;
  • Opera: Apăsați Ctrl-F5.
/***********************************************************************/
/******************************* Imports *******************************/
/***********************************************************************/
@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:ContribsButtons.css|u:thegoldenpatrik1:MediaWiki:Global.css");
/***********************************************************************/
/****************************** Doc & ToC ******************************/
/***********************************************************************/
/* DOCUMENTATION
 * @Author:         TheGoldenPatrik1
 * @Contributors:   Romanian DW Administrators
 * @Changelog:      December 17, 2017 - creation
 */
/* TABLE OF CONTENTS
 * Section 1 — Main Page
    * Subsection A - Preliminary Styling
    * Subsection B - Default Modules
    * Subsection C - NavButton
 * Section 2 — Miscellaneous
    * Subsection A - DiepText
 */
/***********************************************************************/
/****************************** Main Page ******************************/
/***********************************************************************/
/* Preliminary Styling */
@media only screen and (max-width: 1023px) {
    .skin-oasis .main-page-tag-rcs .module {
        box-sizing: initial;
        display: inline-block;
        margin: 0;
        vertical-align: initial;
        width: 90%;
    }
    .skin-oasis .main-page-tag-rcs {
        padding: 5px 0 0 0;
        width: 100%;
    }
    .skin-oasis .mp-d p:last-child {
        display: initial
    }
    .skin-oasis .mp-module-padding.mp-module-month {
        padding: 10px 16.3px 2px;
    }
}/**/
 
/* Default Modules */
.mp-module {
    overflow: hidden;
}
 
.mp-module-width {
    width: 100%;
    box-sizing: border-box;
}
 
.mp-module-background {
    background: #393939;
    background: rgba(255, 255, 255, 0.03);
}

.mp-module-border {
    border: 1px solid #767676;
}
 
.mp-module-float {
    float: left;
}
 
.mp-module-padding {
    padding: 20px 15px 15px;
}
 
.mp-module-margin:not(.mp-blog2):not(.mp-module-month) {
    margin-bottom: 6px;
}
 
.mp-module-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mp-module-title {
    font-family: "Ubuntu";
    font-size: 20pt;
    color: #EEEEEE;
    font-weight: bold;
    text-shadow: none;
}/**/

/* NavButton */
.diepButton {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 5px solid #5E5E5E;
    border-radius: 10px;
    margin: 10px;
}
 
.diepButton.inner:active {
    background: transparent !important;/* necessary */
}
 
.diepButton.inner {
    width: 100%;
    height: 100%;
    margin-top: -5px;
    margin-left: -5px;
}
 
.diepButton.outer {
    width: 120px;
    height: 120px;
}
 
.diepButton.clickable-div a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
 
.diepButton.clickable-div a > img {
    width: 100%;
    height: 100%;
}
 
.diepButton.clickable-div a > img:hover {
    background: rgba(255, 255, 255, 0.15);
}
 
.diepButton.clickable-div a > img:active {
    background: none;
}/**/ 

/***********************************************************************/
/**************************** Miscellaneous ****************************/
/***********************************************************************/
/* DiepText */
.diep-text {
    color: #eee !important;
    font-family: "Ubuntu";
    font-weight: bold;
    text-shadow: 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000 !important;
    -webkit-text-fill-color: #eee !important;
}
 
.diep-grey {
    font-family: "Ubuntu";
    font-weight: bold;
    text-shadow: 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000 !important;
}/**/

/* ContribsButtons */
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton,
body.mw-special-Contributions #contentSub:not(.contentSub) a,
body.mw-special-Contributions #contentSub #contentSubSub a {
    background: #786C42;
}

body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:active,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:focus,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:hover,
body.mw-special-Contributions #contentSub:not(.contentSub) a:active,
body.mw-special-Contributions #contentSub:not(.contentSub) a:focus,
body.mw-special-Contributions #contentSub:not(.contentSub) a:hover,
body.mw-special-Contributions #contentSub #contentSubSub a:active,
body.mw-special-Contributions #contentSub #contentSubSub a:focus,
body.mw-special-Contributions #contentSub #contentSubSub a:hover {
    background: #B0A270;
}/**/

/* DBMW */
.page-Message_Wall_Savaphoong .Wall.Board {
    display: none;
}/**/
Advertisement