MediaWiki:Common.css: verschil tussen versies

Uit Wiki Grepolis NL
Naar navigatie springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
(31 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 9: Regel 9:
filter:alpha(opacity=100);
filter:alpha(opacity=100);
}
}
div.sitenotice {
opacity:0.8;
filter:alpha(opacity=80);
background-image: none;   
margin-top: -9px;
}
div.sitenptice:hover {
opacity:1;
filter:alpha(opacity=100);
background-image: none;   
margin-top: -9px;
}
div.NavFrame {
div.NavFrame {
     margin: 0;
     margin: 0;
Regel 133: Regel 148:
}
}


.highlight{
/*background: url(https://wiki.sk.grepolis.com/images/3/36/Gpwindow_bg.jpg) repeat;
border-style: solid;
border-width: 3px;
-moz-border-image: url(https://wiki.sk.grepolis.com/images/1/17/Sandyborder.png) 5 7 7 4 repeat;
-webkit-border-image: url(https://wiki.sk.grepolis.com/images/1/17/Sandyborder.png) 5 7 7 4 repeat;
-o-border-image: url(https://wiki.sk.grepolis.com/images/1/17/Sandyborder.png) 5 7 7 4 repeat;
border-image: url(https://wiki.sk.grepolis.com/images/1/17/Sandyborder.png) 5 7 7 4 repeat;*/
color:#222222;
    text-shadow: 1px 1px 0 #fc6, 1px 1px;
/*font-family: Georgia,serif;*/
margin:1px;
padding:6px;
overflow: auto;
}
th{
th{
text-shadow:none;
text-shadow:none;
}
}


#document-wrapper
/* CSS placed here will be applied to all skins */
{
 
max-width: 1200px;
.tribal-borderbox {width:auto !important;}
}
 
.tribal-borderbox .tbbox-tabs li {max-width: 170px;}
 
.tribal-borderbox .tbbox-logo {left:44%}
 
.tribal-borderbox .tbbox-tabs ul {margin-bottom: -18px;}
 
.tribal-borderbox .tbbox-tabs {min-height:auto}
 
.tribal-borderbox .tbbox-pagecontent {width: 860px;}
 
.tribal-borderbox .with-button .tribal-button {width: 190px;}
 
#siteNotice .innogames-headline { border-bottom: 2px solid black;border-top: 2px solid black;}
 
#toc, .toc {width:400px;}
 
#document-wrapper {max-width: 1246px; margin: 0 auto;}
 
a:visited, .mw-body a.external:visited {   color: #5e321a;}
 
a, .mw-body a.external {    color: #5e321a;}
 
li#ca-nstab-special {    top: -13px;    z-index: 1;    height: 45px;}
 
img[alt*="6p124px"],img[height*="6px"] {    width: 124px !important;    height: 6px !important;}
 
 
.LEData span.opis {display:none;}
 
.tribal-borderbox #firstHeading.tbbox-headline, .tribal-borderbox .innogames-headline {width: auto;}
 
 
#localNotice {    padding-top: 36px;z-index:1}
 
#localNotice > div:first-of-type { margin-left: 845px;}
 
#localNotice div.socialBar:active, #localNotice div.socialBar:hover, #localNotice div.socialBar:focus { background: transparent;}
 
#localNotice #miniLogo {    background-image: none;    margin-top: -9px;}
 
#localNotice > div:first-of-type, #localNotice div { padding: inherit;}
 
.innogame {    height: 32px !important;    padding-top: 10px !important;}


.tribal-button
.innogame a {   text-decoration: none;    display: block;    height: 25px;}
{
background-color: black;
}


.tribal-borderbox #contentheader #pt-logout a {
#page-wrapper {   margin: 0;    margin-left: 197px;}
margin-right: 2px;
}


.tribal-borderbox .with-button .tribal-button
#mw-panel { left: -20px;}
{
width: 21%;
}


.kleurenbalk
.socialBar {   background: none !important;}
{
background:linear-gradient(to right,#ffe39a,#d1aa58,#ffe39a);
}

Versie van 9 sep 2019 17:25

/* CSS die hier wordt geplaatst heeft invloed op alle skins */
div.mvisto {
opacity:0.8;
filter:alpha(opacity=80);
}

div.mvisto:hover {
opacity:1;
filter:alpha(opacity=100);
}

div.sitenotice {
opacity:0.8;
filter:alpha(opacity=80);
background-image: none;    
margin-top: -9px;
} 

div.sitenptice:hover {
opacity:1;
filter:alpha(opacity=100);
background-image: none;    
margin-top: -9px;
}

div.NavFrame {
    margin: 0;
    padding: 1px;
    border: 0px solid #322618;
    text-align: top;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 0px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.9em;
    font-weight: bold;
    background-color: #C0A875;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 12px;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 93%;
}


.tiltleft {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.tiltleft:hover {
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}

.tiltright {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.tiltright:hover {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.middel {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.middel:hover {
-webkit-transform: translate(0px,-10px); 
-moz-transform: translate(0px,-10px); 
-o-transform: translate(0px,-10px); 
-ms-transform: translate(0px,-10px); 
transform: translate(0px,-10px); 
}

.downunder {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
 
.downunder:hover {
-webkit-transform: translate(0px,10px); 
-moz-transform: translate(0px,10px); 
-o-transform: translate(0px,10px); 
-ms-transform: translate(0px,10px); 
transform: translate(0px,10px); 
}

.grow img {
  height: 87px;
  width: 123px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 150px;
  height: 100px;
}

th{
text-shadow:none;
}

/* CSS placed here will be applied to all skins */

.tribal-borderbox {width:auto !important;}

.tribal-borderbox .tbbox-tabs li {max-width: 170px;}

.tribal-borderbox .tbbox-logo {left:44%}

.tribal-borderbox .tbbox-tabs ul {margin-bottom: -18px;}

.tribal-borderbox .tbbox-tabs {min-height:auto}

.tribal-borderbox .tbbox-pagecontent {width: 860px;}

.tribal-borderbox .with-button .tribal-button {width: 190px;}

 #siteNotice .innogames-headline { border-bottom: 2px solid black;border-top: 2px solid black;}

#toc, .toc {width:400px;}

#document-wrapper {max-width: 1246px; margin: 0 auto;}

a:visited, .mw-body a.external:visited {    color: #5e321a;}

a, .mw-body a.external {    color: #5e321a;}

li#ca-nstab-special {    top: -13px;    z-index: 1;    height: 45px;}

img[alt*="6p124px"],img[height*="6px"] {    width: 124px !important;    height: 6px !important;}


.LEData span.opis {display:none;}

.tribal-borderbox #firstHeading.tbbox-headline, .tribal-borderbox .innogames-headline {width: auto;}


#localNotice {    padding-top: 36px;z-index:1}

#localNotice > div:first-of-type { margin-left: 845px;}

#localNotice div.socialBar:active, #localNotice div.socialBar:hover, #localNotice div.socialBar:focus { background: transparent;}

#localNotice #miniLogo {    background-image: none;    margin-top: -9px;}

#localNotice > div:first-of-type, #localNotice div { padding: inherit;}

.innogame {    height: 32px !important;    padding-top: 10px !important;}

.innogame a {    text-decoration: none;    display: block;    height: 25px;}

#page-wrapper {    margin: 0;    margin-left: 197px;}

#mw-panel { left: -20px;}

.socialBar {    background: none !important;}