Ίδρυμα A Technologies
Χωρίς σύνοψη επεξεργασίας
Ετικέτα: sourceedit
(Testing)
Ετικέτα: sourceedit
Γραμμή 209: Γραμμή 209:
 
display:none;
 
display:none;
 
}
 
}
  +
*/
 
  +
  +
  +
/* Content borders */
  +
.WikiaPage .WikiaPageBackground {
  +
border-radius:15px;
  +
box-shadow:0 0 10px 3px #949494;}
  +
  +
.WikiaPage.V2 {border-style:none;}

Αναθεώρηση της 01:32, 14 Αυγούστου 2016

    body {
    background-repeat: repeat-x;
}
    /*** Global Nav stylings**
    .WikiHeader > nav li.marked {
    border-top-right-radius: 0;
    border-top-left-radius: 0 
} */
/*** Button stylings ***/
    button,
    .button,
    .drop,
    input[type="submit"]:not(.search-button), 
    .wikia-button,
    .wikia-menu-button,
    
    .wikia-menu-button > a:hover,
    .drop:hover
    
    .wikia-menu-button > a:active,
    .drop:active {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        background-image: none !important;

    }
    
    /* __NOWYSIWYG__ <source lang="css"> */
.custom-dropdown {
     padding: 1px 8px;
}
.custom-dropdown > :first-child:after {
     background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");
     border-color: white transparent transparent;
     border-style: solid;
     border-width: 4px;
     content: "";
     display: inline-block;
     height: 1px;
     margin-left: 4px;
     margin-top: 2px;
     position: relative;
     vertical-align: middle;
     width: 1px;
}
.custom-dropdown:hover {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     margin-bottom: -1px;
     padding-bottom: 2px;
}
.custom-dropdown ul {
     list-style: none outside none;
     min-width: 100%;
     top: 23px;
}
.custom-dropdown:hover ul {
     display: block;
}
.custom-dropdown li a {
     font-size: 12px;
     height: 14px;
     line-height: 14px;
}
/* </source> */

/*Navbar stylings. from imamadmads test wikimedia*/
/*Whole menu*/
.WikiHeader .WikiNav {
    border-style:none;
    border-width:2px;
    border-color:#363636;
    right:200px !important;
}
 
/*Background*/
.WikiNav .nav {
    border-style:solid;
    border-width:2px;
    border-color:#6c6c6c;
    min-width:580px;
    width:100%;
    height:65px;
    border-radius:6px;
    background-color:#949494;
    box-shadow:0 0 10px 0 #6c6c6c;
}
 
/*Unhighlighted top bit*/
.nav-item {
    border-bottom-style:none !important;
}
 
.nav-item > a {
    color:#1A1A26 !important;
    font-size:15px;
    border-left:solid 1px #6c6c6c !important;
}
 
/*Highlighted top bit*/
.nav-item.marked {
    border-radius:7px 7px 0 0;
    border-style:solid;
    border-width:1px;
    border-top-style:none;
    border-bottom-style:hidden;
    border-color:#6c6c6c;
    background-color:#363636 !important;
}
 
.nav-item.marked > a {
    color:white !important;
    border-style:none !important;
}
 
.WikiNav li.nav-item:first-child {
    margin-left:0 !important;
}
 
/*Coloured bottom bit*/
.WikiNav .subnav-2 {
    background-color:#363636 !important;
    min-width:580px;
    width:100% !important;
    border-top-style:solid;
    border-top-width:1px;
    border-color:#6c6c6c;
    border-bottom:solid 2px #363636;
    border-radius:0 0 4px 4px;
    font-size:13px;
    height:29px;
}
 
.WikiNav .subnav-2 a {
    color:#FFFFFF;
}
 
.subnav-2a {
    padding-top:2px !important;
    padding-bottom:2px !important;
    padding-right:4px !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    margin-right:0 !important;
    color:#FFFFFF !important;
}
 
/*Highlighted bottom bit*/
.marked2 > a.subnav-2a {
    border-color:#6c6c6c !important;
    border-bottom-color:#949494 !important; /* So you don't see the bottom border (same as background) */
    border-bottom-width:2px !important;
    border-style:none solid solid !important;
    margin-left:0 !important;
    margin-right:3px !important;
    color:white;
    background-color:#949494 !important;
}
 
.marked2 > a.subnav-2a: hover {
    border-bottom-color:#949494 !important;
    border-bottom-width:2px !important;
}
 
/*Third level heading*/
ul.subnav-3.subnav {
    top:31px !important;
    margin-left:0 !important;
    margin-right:3px !important;
    box-shadow:0 0 5px 0 #6c6c6c;
    border-color:#6c6c6c !important;
    border-width:2px !important;
    border-radius:0 0 5px 5px !important;
    background-color:#949494 !important;
    font-size:12px;
}
 
.subnav-3 li {
    background-color:#363636 !important;
}
 
li.subnav-3-item {
    background-color:#363636 !important;
}
 
.subnav-3a:hover {
    background-color:#949494 !important;
}
 
li.subnav-3-item a {
    color:#FFFFFF !important;
}
 
li.subnav-3-item a:hover {
    text-decoration:underline !important;
}
 
.subnav-4 a:hover {
    background-color:#949494 !important;
}
 
.WikiNav .navbackground {
    display:none;
}
 
/*
.WikiNav .chevron {
    display:none;
}



/* Content borders */
.WikiaPage .WikiaPageBackground {
    border-radius:15px;
    box-shadow:0 0 10px 3px #949494;}

.WikiaPage.V2 {border-style:none;}