Diferencia entre revisiones de «MediaWiki:Common.css Ver historial

(Página creada con «→‎Los estilos CSS colocados aquí se aplicarán a todas las apariencias: #NavBar1 { background-color: rgba(146,195,211,1.00); display: block; font-family: Arial;…»)
 
Sin resumen de edición
Línea 1: Línea 1:
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
#NavBar1
body {
{
        background: url(https://cdnb.artstation.com/p/assets/images/images/012/370/613/large/steve-lund-castle-color2.jpg?1534439770) center/cover no-repeat;
background-color: rgba(146,195,211,1.00);
        display: flex;
  display: block;
        align-items: center;
  font-family: Arial;
        justify-content: center;
  font-weight: normal;
        height: 100vh;
  text-align: center;
        margin: 0;
  width: 100%;
    }
  border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
    .drogon {
  -moz-border-radius: 15px 15px 0px 0px;
        position: absolute;
  -webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
        top: 0;
  -moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
        right: 0;
  box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.75);
    }
 
}
    .house-lists {
#Menu1
        display: flex;
{
    }
  background-color: #92C3D3;
  display: inline-block;
    .house {
  height: 67px;
        position: relative;
 
        overflow: hidden;
}
        width: 70px;
#NavBar1 ul
        height: 550px;
{
        background-size: auto 105%;
  list-style: none;
        background-position: center;
  margin: 0;
        border-radius: 60px;
  padding: 0;
        -webkit-box-shadow: 0px 0px 10px -1px rgba(255,255,255,1);
  position: relative;
        -moz-box-shadow: 0px 0px 10px -1px rgba(255,255,255,1);
}
        box-shadow: 0px 0px 10px -1px rgba(255,255,255,1);
#NavBar1 ul:after
{
  clear: both;
        min-width: 100px;
  content: "";
        transition: .5s ease;
  display: block;
        margin: 15px;
}
    }
#NavBar1 ul li
{
    .sigil {
  background-color: #92C3D3;
        min-width: 100px;
  display: list-item;
        text-align: center;
  float: left;
        position: absolute;
  list-style: none;
        bottom: 10px;
  z-index: 9999;
    }
}
#NavBar1 ul li i
    .sigil img {
{
        filter: brightness(0) invert(1);
  font-size: 24px;
        max-width: 80px;
  width: 24px;
        max-height: 60px;
}
    }
#NavBar1 ul li a
{
  color: #FFFFFF;
  font-family: Arial;
  font-weight: normal;
  font-size: 13px;
  font-style: normal;
  padding: 15px 30px 15px 30px;
  text-align: center;
  text-decoration: none;
}
#NavBar1 > ul > li > a
{
  height: 37px;
}
.Menu1 a
{
  display: block;
}
#NavBar1 li a:hover, #NavBar1 li .active
{
background-color: #A7D2DF;
border-radius: 15px 15px 0px 0px;
color: #424242;
transform: translate(0px, -5px) scale(1.2);
transition: .5s cubic-bezier(.5,.03,.41,1);
-webkit-transition: .5s cubic-bezier(.5,.03,.41,1);
-moz-transition: .5s cubic-bezier(.5,.03,.41,1);
-webkit-box-shadow: 0px -2px 7px 3px rgba(89,119,128,1);
-moz-box-shadow: 0px -2px 7px 3px rgba(89,119,128,1);
box-shadow: 0px -2px 7px 3px rgba(89,119,128,1);
 
}
 
}
#NavBar1 ul ul
{
  display: none;
  position: absolute;
  top: 67px;
}
#NavBar1 ul li:hover > ul
{
  display: list-item;
}
#NavBar1 ul ul li
{
  background-color: #A7D2DF;
  color: #FFFFFF;
  float: none;
  position: relative;
  width: 234px;
    
    
}
    .house:hover {
#NavBar1 ul ul li a:hover, #NavBar1 ul ul li .active
        min-width: 600px;
{
        background-size: auto 100%;
  background-color: #C6E1EA;
        border-radius: 10px;
  color: #424242;
    }
 
}
    .house-inner {
#NavBar1 ul ul li i
        position: relative;
{
        height: 100%;
  margin-right: 8px;
        display: flex;
  vertical-align: middle;
        align-items: flex-end;
}
    }
#NavBar1 ul ul li a
{
    .house::before {
  color: #FFFFFF;
        content: '';
  padding-top: 15px;
        width: 100%;
  padding-right: 20px;
        height: 100%;
  padding-bottom: 15px;
        background: rgba(0, 0, 0, 0.5);
  text-align: left;
        position: absolute;
  vertical-align: middle;
        transition: .5s ease;
}
    }
#NavBar1 ul ul ul li
    .house:hover::before{
{
        background: none;
  left: 234px;
    }
  position: relative;
  top: -67px;
    .house-name {
}
        color: #fff;
#NavBar1 .arrow-down
        transform: rotate(-90deg);
{
        font-size: 50px;
  display: inline-block;
        letter-spacing: 2px;
  width: 0;
        transition: .5s ease;
  height: 0;
        max-width: 100%;
  margin-left: 2px;
        margin-bottom: 120%;
  vertical-align: middle;
    }
  border-top: 4px solid #FFFFFF;
    .house:hover .house-name{
  border-right: 4px solid transparent;
        transform:rotate(0deg);
  border-left: 4px solid transparent;
        margin-bottom: 3%;
  border-bottom: 0 dotted;
        margin-left:20%
}
    }
#NavBar1 .arrow-left
{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-left: 4px solid #FFFFFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 0 dotted;
}
#NavBar1 li a:hover .arrow-down
{
  border-top-color: #424242;
}
#NavBar1 ul ul li a:hover .arrow-left, #NavBar1 ul ul li .active .arrow-left
{
  border-left-color: #424242;
}
#NavBar1 .toggle,[id^=Menu1-submenu]
{
  display: none;
}
@media all and (max-width:970px)
{
#NavBar1
{
  margin: 0;
  text-align: left;
}
#NavBar1 ul li a, #NavBar1 .toggle
{
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  padding: 15px 20px 15px 20px;
}
#NavBar1 .toggle + a
{
  display: none !important;
}
.Menu1
{
  display: none;
  z-index: 9999;
}
#Menu1
{
  background-color: transparent;
  display: none;
}
#NavBar1 > ul > li > a
{
  height: auto;
}
#NavBar1 .toggle
{
  display: block;
  background-color: #92C3D3;
  color: #FFFFFF;
  padding: 0px 20px 0px 20px;
  line-height: 54px;
  text-decoration: none;
  border: none;
}
#NavBar1 .toggle:hover
{
  background-color: #A7D2DF;
  color: #424242;
}
[id^=Menu1-submenu]:checked + ul
{
  display: block !important;
}
#Menu1-title
{
  height: 67px;
  line-height: 67px !important;
  text-align: center;
}
#NavBar1 ul li
{
  display: block;
  width: 100%;
  text-align: left;
}
#NavBar1 ul ul .toggle,
#NavBar1 ul ul a
{
  padding: 0 40px;
}
#NavBar1 a:hover,
#NavBar1 ul ul ul a
{
  background-color: #A7D2DF;
  color: #FFFFFF;
}
#NavBar1 ul li a
{
  text-align: left;
}
#NavBar1 ul li a br
{
  display: none;
}
#NavBar1 ul li i
{
  margin-right: 8px;
}
#NavBar1 ul li:hover > ul
{
  display: none;
}
#Menu1-icon
{
  display: block;
  position: absolute;
  left: 30px;
  top: 21px;
}
#Menu1-icon span
{
  display: block;
  margin-top: 4px;
  height: 2px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  width: 24px;
}
#NavBar1 .toggle .arrow-down
{
  border-top-color: #FFFFFF;
}
#NavBar1 .toggle:hover .arrow-down, #NavBar1 li .active .arrow-down
{
  border-top-color: #424242;
}
#image
{
width:40px;
height:40px;
transform: translate(0px, -10px);
margin: 0px 0px -7px 0px;
}

Revisión del 22:27 30 may 2020

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
body {
        background: url(https://cdnb.artstation.com/p/assets/images/images/012/370/613/large/steve-lund-castle-color2.jpg?1534439770) center/cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0;
    }
 
    .drogon {
        position: absolute;
        top: 0;
        right: 0;
    }
 
    .house-lists {
        display: flex;
    }
 
    .house {
        position: relative;
        overflow: hidden;
        width: 70px;
        height: 550px;
        background-size: auto 105%;
        background-position: center;
        border-radius: 60px;
        -webkit-box-shadow: 0px 0px 10px -1px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 10px -1px rgba(255,255,255,1);
        box-shadow: 0px 0px 10px -1px rgba(255,255,255,1);
 
 
        min-width: 100px;
        transition: .5s ease;
        margin: 15px;
    }
 
    .sigil {
        min-width: 100px;
        text-align: center;
        position: absolute;
        bottom: 10px;
    }
 
    .sigil img {
        filter: brightness(0) invert(1);
        max-width: 80px;
        max-height: 60px;
    }
 
   
    .house:hover {
        min-width: 600px;
        background-size: auto 100%;
        border-radius: 10px;
    }
 
    .house-inner {
        position: relative;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }
 
    .house::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        transition: .5s ease;
    }
    .house:hover::before{
        background: none;
    }
 
    .house-name {
        color: #fff;
        transform: rotate(-90deg);
        font-size: 50px;
        letter-spacing: 2px;
        transition: .5s ease;
        max-width: 100%;
        margin-bottom: 120%;
    }
    .house:hover .house-name{
        transform:rotate(0deg);
        margin-bottom: 3%;
        margin-left:20%
    }