MediaWiki:Common.css: verschil tussen versies

Uit Wiki Grepolis NL
Naar navigatie springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 185: Regel 185:
     padding: 10px;
     padding: 10px;
     cursor:pointer;
     cursor:pointer;
}
/*záhlaví tabulky*/
#tabhead{
border: outset 3px #fc6;
border-radius:15px;
width:90%;
height:20px;
font-size:140%;
font-weight: bold;
font-family:Nyala;
color:#fc6;
background-image:url(https://gpsk.innogamescdn.com/images/game/box/background_2.56_compressed.jpg);
text-shadow:none;
}
/* ohraničení pro menu staveb*/
.build{
    width:40px;
    height:40px;
    border: outset #fc6 2px;
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
/*tlacitka -http://www.creativebloq.com/*/
.links{
margin:-10px 0 0 -40px;
text-shadow:none;
}
.button {
box-sizing:border-box;
  display: inline-block;       
  position: relative;
  min-width: 160px;    
  padding: 15px;
  text-align: center;
  font-size:120%;
  font-weight: bold;
  font-family: Nyala;
  color:#fc6;     
  cursor: pointer;       
  -webkit-perspective: 100px;   
  perspective: 100px;
margin:-80px 0 0 -30px;
text-shadow:none;
 
}
.button:after {
    margin: 5px 0 0 2px;
  content: "";       
  position: absolute;    
  z-index: -1;   
  width: 70%;       
  height: 60%;           
  left: 0;       
  top: 0;       
  border-radius: 5px;    
  outline: 1px solid transparent
  //background-color: #ffa300;
  border: outset 3px #fc6;
  background:url(https://gpsk.innogamescdn.com/images/game/box/background_2.56_compressed.jpg) 0 -61px;
  -webkit-transform: rotateY(0deg) rotateX(0deg) translateX(-4%);       
  transform: rotateY(0deg) rotateX(0deg) translateX(-4%);
  -webkit-transition: -webkit-transform .3s ease-out; 
  transition: transform .3s ease-out;
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.button:hover:after {
  -webkit-transform: rotateY(6deg) rotateX(-5deg) translateX(4%);       
  transform: rotateY(6deg) rotateX(-5deg) translateX(4%);
 
}
/*research simulator*/
.researches{
    width:50px;
    height:50px;
    cursor:pointer;
    border: outset #fc6 2px;
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
}

Versie van 6 jul 2017 15:35

/* 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.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;
}

.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{
text-shadow:none;
}

.spoiled{
    display:none;
    background: url(https://wiki.cz.grepolis.com/images/3/36/Gpwindow_bg.jpg) repeat;
    color:#222222;
    text-shadow: 1px 1px 0 #fc6, 1px 1px;
    border-style: solid;
    border-width: 3px 0 0 0;
    -moz-border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    -webkit-border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    -o-border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    padding: 10px;
}
.spoiler{
    width:95%;
    height:auto;
    font-family: Georgia,serif;
    color: #fc6;
    background: url(https://wiki.cz.grepolis.com/images/b/b4/Bluemarble.png) repeat;
    border-style: solid;
    border-width: 6px;
    -moz-border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    -webkit-border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    -o-border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    border-image: url(https://wiki.cz.grepolis.com/images/7/7f/Borderbody.png) 7 8 repeat;
    margin-bottom:10px;
    margin-top:10px;
text-shadow:none;
}
.trigger{
    font-size: 1.4em;
    padding: 10px;
    cursor:pointer;
}

/*záhlaví tabulky*/

#tabhead{
border: outset 3px #fc6;
border-radius:15px;
width:90%;
height:20px;
font-size:140%;
font-weight: bold;
font-family:Nyala;
color:#fc6;
background-image:url(https://gpsk.innogamescdn.com/images/game/box/background_2.56_compressed.jpg);
text-shadow:none;
}
/* ohraničení pro menu staveb*/
.build{
    width:40px;
    height:40px;
    border: outset #fc6 2px;
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
/*tlacitka -http://www.creativebloq.com/*/
.links{
 margin:-10px 0 0 -40px;
text-shadow:none;
}
.button {
 box-sizing:border-box;
  display: inline-block;     	    
  position: relative;
  min-width: 160px; 	    
  padding: 15px;
  text-align: center;
  font-size:120%;
  font-weight: bold;
  font-family: Nyala;
  color:#fc6;  	    
  cursor: pointer;     	    
  -webkit-perspective: 100px;     
  perspective: 100px;
 margin:-80px 0 0 -30px;
text-shadow:none;
  
}

.button:after {
    margin: 5px 0 0 2px;
  content: "";     	    
  position: absolute; 	    
  z-index: -1;    
  width: 70%;     	    
  height: 60%;         	    
  left: 0;     	    
  top: 0;     	    
  border-radius: 5px; 	    
  outline: 1px solid transparent
  //background-color: #ffa300; 
  border: outset 3px #fc6;
  background:url(https://gpsk.innogamescdn.com/images/game/box/background_2.56_compressed.jpg) 0 -61px;

  -webkit-transform: rotateY(0deg) rotateX(0deg) translateX(-4%);     	    
  transform: rotateY(0deg) rotateX(0deg) translateX(-4%); 	
  -webkit-transition: -webkit-transform .3s ease-out;   
  transition: transform .3s ease-out; 
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}

.button:hover:after {
  -webkit-transform: rotateY(6deg) rotateX(-5deg) translateX(4%);      	  
  transform: rotateY(6deg) rotateX(-5deg) translateX(4%);
  
}
/*research simulator*/

.researches{
    width:50px;
    height:50px;
    cursor:pointer;
    border: outset #fc6 2px;
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}