|
|
Línea 1: |
Línea 1: |
| /* OCULTAR BARRA LATERAL */
| |
| #mw-panel{
| |
| display:none;
| |
| top:3em;
| |
| }
| |
|
| |
|
| #p-logo{
| |
| display:none;
| |
| }
| |
|
| |
| /* MÁRGENES EN PORTADA */
| |
| body.page-Página_principal.action-view .mw-body{
| |
| margin-left: 0;
| |
| border-left:none;
| |
| padding: 1.2em 1.5em 1.5em 1.5em;
| |
| }
| |
|
| |
| body.page-Página_principal.action-view .mw-parser-output{
| |
| padding-top:3em;
| |
| }
| |
|
| |
| body.page-Página_principal.action-view .mw-body .logo-container{
| |
| padding-left: 3.5em;
| |
| }
| |
|
| |
| /* MÁRGENES EN PÁGINAS */
| |
| .mw-body{
| |
| border-left:none;
| |
| margin-left:0;
| |
| padding-left:5em;
| |
| padding-right:5em;
| |
| }
| |
|
| |
| #show-panel {
| |
| float:left;
| |
| margin-left: 1em; top:0.5em;
| |
| padding-top: 0.5em;
| |
| font-size: 0.75em;
| |
| line-height: 1.16666667;
| |
| white-space: nowrap; border-radius: 2px;
| |
| background: white;
| |
| border: 1px solid white;
| |
| padding: .2rem .4rem;
| |
| font-weight: bold;
| |
| list-style:none;
| |
| position:absolute;
| |
| cursor:pointer;
| |
| }
| |
|
| |
| /* BORDE SUPERIOR CUERPO DE PÁGINA */
| |
| .mw-body {
| |
| border-top:1px solid #3A25FF;
| |
| }
| |
|
| |
| #p-cactions-label{display:none}
| |
| .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3{background-image:none}
| |
|
| |
| /* POSICIÓN CUADRO DE BÚSQUEDA */
| |
| #p-search{
| |
| float:none;
| |
| margin-left:0;
| |
| margin-right:0;
| |
| top: 6.5em;
| |
| right: 5em;
| |
| position: absolute;
| |
| }
| |
|
| |
| /* MARGEN SUPERIOR ENCABEZADOS Y BOTÓN DE AYUDA */
| |
| .firstHeading{margin-top:3.5em;}
| |
| .mw-indicators{margin-top:7em;}
| |
|
| |
| /* CINTA DE OPCIONES DE USUARIO Y CINTA DE OPCIONES PRINCIPAL */
| |
| #mw-page-base {
| |
| height: 2.4em;
| |
| background-image: none;
| |
| background-color: #3A25FF;
| |
| }
| |
|
| |
| #p-personal li{
| |
| padding-top:0.3em;
| |
| }
| |
|
| |
| #pt-userpage, #pt-mytalk, #pt-preferences, #pt-mycontris, #pt-login, #pt-createaccount, #pt-watchlist{
| |
| border-radius: 2px;
| |
| background: white;
| |
| border:1px solid white;
| |
| padding: .2rem .4rem;
| |
| font-weight:bold;
| |
| }
| |
|
| |
| #pt-logout{
| |
| border-radius: 2px;
| |
| background: white;
| |
| border:1px solid white;
| |
| color: #d40356;
| |
| padding: .2rem .4rem;
| |
| font-weight:bold;
| |
| }
| |
|
| |
| #pt-userpage a, #pt-mytalk a, #pt-preferences a, #pt-mycontris a, #pt-login a, #pt-createaccount a, #pt-watchlist a{
| |
| color: #3a25ff;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| #pt-logout a, a.new{
| |
| color: #d40356;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| #pt-notifications-alert, #pt-notifications-notice{
| |
| margin-top: 0.2rem;
| |
| }
| |
|
| |
| #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,
| |
| #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read{
| |
| opacity:1;
| |
| }
| |
|
| |
| .oo-ui-icon-bell, .mw-ui-icon-bell:before {
| |
| background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/cb/OOjs_UI_icon_bell-invert.svg);
| |
| }
| |
|
| |
| .oo-ui-icon-tray, .mw-ui-icon-tray:before {
| |
| background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d9/OOjs_UI_icon_tray-invert.svg);
| |
| }
| |
|
| |
| #p-views li, #p-namespaces li{
| |
| height:auto;
| |
| }
| |
|
| |
| #p-views li a, #p-namespaces li a{
| |
| padding:0;
| |
| margin:0;
| |
| }
| |
|
| |
| #p-views li{
| |
| border-radius: 2px;
| |
| background: #EEEAFF;
| |
| border: 1px solid #fde8f0;
| |
| color: #3a25ff;
| |
| font-weight: 700;
| |
| padding: .4rem .4rem .3rem .4rem;
| |
| font-size: 17px;
| |
| height: 20px;
| |
| margin-left: 5px;
| |
| font-family:'Segoe UI';
| |
| }
| |
|
| |
| #p-namespaces li, #p-cactions{
| |
| border-radius: 2px;
| |
| background: #3a25ff;
| |
| border: 1px solid #3a25ff;
| |
| color:white;
| |
| font-weight: 700;
| |
| padding: .4rem .4rem .3rem .4rem;
| |
| font-size: 17px;
| |
| height: 20px;
| |
| margin-left: 5px;
| |
| font-family:'Segoe UI';
| |
| }
| |
|
| |
| .vectorMenu li{
| |
| overflow:hidden;
| |
| }
| |
|
| |
| .vectorTabs #ca-watch.icon a, .vectorTabs #ca-unwatch.icon a{
| |
| padding: 0.68em 0;
| |
| color: #EEEAFF;
| |
| }
| |
|
| |
| #p-namespaces li {opacity:0.5;}
| |
| #p-namespaces .selected {opacity:1;}
| |
|
| |
| #left-navigation{
| |
| margin-left:18em;
| |
| margin-top:4.3em;
| |
| }
| |
| #right-navigation{
| |
| margin-top:4.3em;
| |
| margin-right:5em;
| |
| }
| |
|
| |
| #p-cactions{
| |
| background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/OOjs_UI_icon_expand-invert.svg);
| |
| background-repeat: no-repeat;
| |
| background-position: center;
| |
| background-size: 20px 20px;
| |
| width:30px;
| |
| }
| |
|
| |
| #p-cactions .menu{
| |
| top: 1.9em;
| |
| border: 0;
| |
| border-radius: 5px;
| |
| box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
| |
| padding: .4rem;
| |
| margin: 0;
| |
| }
| |
|
| |
| .button{
| |
| border-radius: 2px;
| |
| background: #EEEAFF;
| |
| border: 1px solid #fde8f0;
| |
| color: #3a25ff;
| |
| font-weight: 700;
| |
| padding: .4rem .8rem;
| |
| font-size: 15px;
| |
| height: 34px;
| |
| margin-left: 5px;
| |
| font-family:'Segoe UI';
| |
| }
| |
|
| |
| .button img{
| |
| padding-bottom:3px;
| |
| }
| |
|
| |
| .button:focus, .button:hover, #p-views li:hover, #p-views li:focus, #p-views .selected{
| |
| border-color: #3a25ff;
| |
| outline: none;
| |
| }
| |
|
| |
| .join{
| |
| background: #3a25ff;
| |
| border: 1px solid #3a25ff;
| |
| color:white;
| |
| }
| |
|
| |
| .join:focus, .join:hover, #p-namespaces li:hover, #p-namespaces li:focus{
| |
| outline: none;
| |
| }
| |
|
| |
| .button a.external, .button a.external:visited, .button a, .button a:visited,
| |
| #p-views li a.external, #p-views li a.external:visited, #p-views li a, #p-views li a:visited{
| |
| color: #3a25ff;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .join a.external, .join a.external:visited, .join a, .join a:visited,
| |
| #p-namespaces li a.external, #p-namespaces li a.external:visited, #p-namespaces li a, #p-namespaces li a:visited{
| |
| color: white;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .logo-container {
| |
| width: 145px;
| |
| position:absolute;
| |
| z-index:999;
| |
| }
| |