Diferencia entre revisiones de «MediaWiki:Common.css»

De musiki
Sin resumen de edición
(Página blanqueada)
Etiqueta: Vaciado
Línea 1: Línea 1:
/* MUSIKI THEME */


/*@import url("https://fonts.googleapis.com/css?family=Lato|Lato");*/
body,
h1,
h2,
h3,
#content p,
#content,
#content p,
#mw-panel,
#p-navigation,
.firstHeading,
#firstHeading { font-family: Helvetica, 'Lato', arial;
}
.col {
padding-top: 8px;
font-size: 0.7rem;
}
.mw-body {margin-right:0;}
.apex-nav{font-size: 0.8em; margin:0 0 0 0 ;}
#mw-panel {
font-size: 1em;
color: gray;
}
#mw-panel .apex-flyout-pull {top: -4em;}
/*links*/
a:link {
color: #a0a0a0;
}
/* A link that is hovered on */
a:hover {
color: rgb(51, 204, 204);
}
/* A link that is selected */
a:active {
color: green;
}
.mw-jump {
display: none;
}
.mw-wiki-logo {
padding: 0em 0em 0em 0em;
}
#firstHeading,
.firstHeading {
line-height: 55px;
/* text-transform: uppercase; */
font-size: 25px;
font-weight: 700;
padding: 30px 30px 30px 30px;
transition: all 2s ease 2s;
text-align: center;
/*border-bottom: 0px;*/
}
#toc,
.toc,
.toc-title,
.toc A {
font-size: 10px;
line-height: 12px;
background: #ecf2ea;
}
.mw-parser-output {
padding: 0 40px 0 40px;
font-size: 1em;
line-height: 1.5em;
text-decoration: none solid rgba(0, 0, 0, 0.84);
letter-spacing: -0.063;
}
.mw-headline {
font-size: 0.8em;
}
.mw-headline-number {
color: rgb(51, 204, 204);
font-size: 0.6em;
}
#mw-content-text dl,
#mw-content-text ul,
#mw-content-text ol {
margin-top: .3em;
margin-bottom: .3em;
}
/*#footer {*/
/* bottom: 0;*/
/* left: 0;*/
/* right: 0;*/
/* margin-bottom: 0;*/
/*}*/
.botondescriptor {
/* Font & Text */
font-family: Oxygen, Arial, sans-serif;
font-size: 12.6px;
font-style: normal;
font-variant: normal;
font-weight: 400;
letter-spacing: normal;
line-height: 20.1852px;
text-decoration: none solid rgb(109, 102, 109);
text-align: center;
text-indent: 0px;
text-transform: none;
vertical-align: baseline;
white-space: normal;
word-spacing: 0px;
/* Color & Background */
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgb(109, 102, 109);
/* Box */
height: 30px;
/*width: 100%;*/
border: 1px solid rgb(232, 232, 232);
border-top: 1px solid rgb(232, 232, 232);
border-right: 1px solid rgb(232, 232, 232);
border-bottom: 1px solid rgb(232, 232, 232);
border-left: 1px solid rgb(232, 232, 232);
margin: 0px 5px 10px;
padding: 4px 8px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: static;
top: auto;
bottom: auto;
right: auto;
left: auto;
float: none;
display: inline-block;
clear: none;
z-index: auto;
/* List */
list-style-image: none;
list-style-type: none;
list-style-position: outside;
/* Table */
border-collapse: separate;
border-spacing: 0px 0px;
caption-side: top;
empty-cells: show;
table-layout: auto;
/* Miscellaneous */
overflow: visible;
cursor: pointer;
visibility: visible;
/* Effects */
transform: none;
transition: all 0.25s ease-out 0s;
outline: rgb(109, 102, 109) dashed 0px;
outline-offset: 0px;
box-sizing: border-box;
resize: none;
text-shadow: none;
text-overflow: clip;
word-wrap: break-word;
box-shadow: none;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
/*CITE */
.cite {
  position: relative;
  .box-width.no-width { // width is calculated based on content
    outline: 1px solid black;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* IMAGENES EXTERNAS */
.imagenexterna {
float: right;
width: 60%;
border: 0;
margin: 0.5em;
padding: 0.5em;
text-align: center;
font-style: italic;
font-size: smaller;
text-indent: 0;
}
.scaled {
width: 100%;
}
.formtable {
font-size: smaller;
}
.mw-editsection {
display: none;
}
.multipleTemplateWrapper .ui-widget {
display: inline-block;
}
/* FICHAS */
.infobox lugar {
float: right;
padding: 0;
margin: 1em 1em 1em 1em;
width: 50%;
text-justify: inter-word;
line-height: 1em;
}
.ficha {
background: #eee;
position:static;
/*border: 0px solid #aaa;*/
float: right;
padding: 0;
margin: 1em 1em 1em 1em;
width: 300px;
text-justify: inter-word;
line-height: 1em;
}
.ficha-titulo {
font-size: 0.9em;
font-weight: bold;
color: white;
letter-spacing: 0.63;
text-align: right;
text-transform: uppercase;
padding: 0.5em 0.5em 0.5em 0.5em;
/* gradient for infobox */
background: rgb(171, 171, 171, 1);
background: -moz-linear-gradient(left, rgba(171, 171, 171, 1) 0%, rgba(93, 97, 73, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171, 171, 171, 1)), color-stop(100%, rgba(93, 97, 73, 1)));
background: -webkit-linear-gradient(left, rgba(171, 171, 171, 1) 0%, rgba(93, 97, 73, 1) 100%);
background: -o-linear-gradient(left, rgba(171, 171, 171, 1) 0%, rgba(93, 97, 73, 1) 100%);
background: -ms-linear-gradient(left, rgba(171, 171, 171, 1) 0%, rgba(93, 97, 73, 1) 100%);
background: linear-gradient(to right, rgba(171, 171, 171, 1) 0%, rgba(93, 97, 73, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#5d6149', GradientType=1);
}
.ficha-imagen {
padding: 0.5em 0 0 0;
text-align: center;
max-width: 100%;
max-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ficha th {
text-align: right;
font-size: 0.7em;
vertical-align: top;
width: 120px;
}
.ficha td {
font-size: 0.7em;
text-align: left;
vertical-align: top;
}
.flocking {
font-family: monospace;
white-space: pre;
}
/*CLOUDTAG */
.demo-30-percent-width {
width: 30%;
clear: both;
}
.demo-float-right {
clear: both;
float: inherit;
margin-left: 10px;
margin-bottom: 10px;
}
/* FORMULARIOS */
.formInput,
.createboxInput,
.autocompleteInput {
border: 1px solid #aaa ;
border-radius: 3px ;
box-sizing: border-box;
display: block ;
font: inherit;
padding: 10px ;
width: 600px ;
}
.pfTokens,
.pfComboBox {
display: block ;
width: 600px ;
}
.formInput {
display: inline-block ;
}
.createbox input[type="submit"],
.sfFormInput input[type="submit"],
.forminput_button {
background: #347bff;
border: 1px solid #347bff;
border-radius: 3px;
cursor: pointer;
color: white;
font: inherit;
padding: 10px;
}
.pfUploadable {
font-size: small;
}
.inputSpan select {
display: block ;
width: 600px ;
/*padding: 10px ;*/
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font: inherit;
background: none;
}
.formtable {
font-size: small;
}
/* CSS placed here will be applied to all skins SYNTAX HIGHLIGHT CONFIG */
.mw-highlight pre {
font-size: 90%;
}
/**
* Dynamic Navigation Bars (experimental)
*
* Description: See [[Wikipedia:NavFrame]].
* Maintainers: UNMAINTAINED
*/
/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references {
font-size: 90%;
}
ol.references li:target {
background-color: #ddeeff;
}
.reference:target {
background-color: #ddeeff;
}
/* CODE MIRROR */
.cm-mw-skipformatting {
background-color: #ddd;
}
.cm-mw-list {
background-color: green;
color: red;
}
/** Title Icon
* make icons less dominant
*/
#firstHeading.firstHeading a img {
max-width: 25px;
max-height: 25px;
padding-bottom: 5px;
}
.imagenCreadorxs img {
display: block;
max-width: 130px;
max-height: 130px;
width: auto;
height: auto;
padding-bottom: 5px;
}
/*TABLAS */
.imagenCreadorxs {
font-size: 15px;
}
.tablaMateriales {
font-size: 10px;
}
.tablasmallFonts {
font-size: 10px;
}
.musikiGallery gallerytext{display:none;
}
/*HEADERTABS*/
#headertabs, .large.ui-widget ,.references {
    font-family: Helvetica;
    font-size: 0.6em;
}
/*Feed RDF*/
/*CHAMELEON*/
#p-personal-tools
{    font-size: 0.7rem;
    /*color: gray;*/
    margin: 0.4rem 0.4rem;
}
.p-navbar {
background-color:#ffffff;
}
.collapse {
    background-color: #b4e2f536;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    list-style: none;
}
.pagetools .tab-group {
    padding-left: 0;
    list-style: none;
    font-size: 0.675rem;
    color: gray;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    box-shadow: 1px 1px 8px 1px #adedfb47;
}
f
a:link {color: gray}

Revisión del 07:52 27 mar 2020