Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición |
Sin resumen de edición |
||
(No se muestran 28 ediciones intermedias de 2 usuarios) | |||
Línea 1: | Línea 1: | ||
/* MUSIKI THEME */ | /* MUSIKI THEME */ | ||
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');*/ | |||
/*@import url("https://fonts.googleapis.com/css?family=Lato|Lato"); | @import url("https://fonts.googleapis.com/css?family=Lato|Lato"); | ||
body, | body, | ||
Línea 12: | Línea 12: | ||
#mw-panel, | #mw-panel, | ||
#p-navigation, | #p-navigation, | ||
.firstHeading | |||
.col { | |||
padding-top: 10px; | |||
font-size: 1rem; | |||
} | |||
.firstHeading a img { | |||
max-width: 10px; | |||
max-height: 10px; | |||
padding-bottom: 5px; | |||
} | |||
.firstHeading { | |||
font-family: Helvetica, 'Lato', arial; | |||
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;*/ | |||
} | } | ||
. | .mw-parser-output { | ||
padding | padding: 0 40px 0 40px; | ||
font-size: 0. | font-size: 1em; | ||
line-height: 1.5em; | |||
text-decoration: none solid rgba(0, 0, 0, 0.84); | |||
letter-spacing: -0.063; | |||
} | } | ||
.mw-body {margin-right:0;} | .mw-body {margin-right:0;} | ||
.apex-nav{font-size: 1em; margin:0 0 0 0 ;} | |||
#mw-panel { | #mw-panel { | ||
Línea 31: | Línea 59: | ||
#mw-panel .apex-flyout-pull {top: -4em;} | |||
/*links*/ | /*links*/ | ||
a:link { | a:link { | ||
color: # | color: #00bfff; | ||
} | } | ||
Línea 46: | Línea 73: | ||
color: rgb(51, 204, 204); | color: rgb(51, 204, 204); | ||
} | } | ||
/* A link that is selected */ | /* A link that is selected */ | ||
Línea 62: | Línea 88: | ||
} | } | ||
#toc, | #toc, | ||
Línea 83: | Línea 98: | ||
} | } | ||
.mw-headline { | .mw-headline { | ||
Línea 184: | Línea 193: | ||
/* Effects */ | /* Effects */ | ||
transform: none; | transform: none; | ||
// transition: all 0.25s ease-out 0s; | |||
outline: rgb(109, 102, 109) dashed 0px; | outline: rgb(109, 102, 109) dashed 0px; | ||
outline-offset: 0px; | outline-offset: 0px; | ||
Línea 199: | Línea 208: | ||
} | } | ||
/*CITE */ | |||
.cite { | |||
position: relative; | |||
.box-width.no-width { // width is calculated based on content | |||
outline: 1px solid black; | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
} | |||
} | } | ||
Línea 300: | Línea 237: | ||
.scaled { | .scaled { | ||
width: | display: block; | ||
max-width: 130px; | |||
max-height: 130px; | |||
width: auto; | |||
height: auto; | |||
padding-bottom: 5px; | |||
} | } | ||
Línea 415: | Línea 357: | ||
padding: 10px ; | padding: 10px ; | ||
width: 600px ; | width: 600px ; | ||
font-size: small; | |||
} | } | ||
Línea 505: | Línea 448: | ||
*/ | */ | ||
.imagenCreadorxs img { | .imagenCreadorxs img { | ||
Línea 544: | Línea 483: | ||
font-size: 0.6em; | font-size: 0.6em; | ||
} | } | ||
/*Feed RDF*/ | /*Feed RDF*/ | ||
/*CHAMELEON*/ | /*CHAMELEON*/ | ||
#p-personal-tools | #p-personal-tools | ||
{ font-size: 0.7rem; | { font-size: 0.7rem; | ||
margin: 0.4rem 0.4rem; | margin: 0.4rem 0.4rem; | ||
} | } | ||
<!-- .p-navbar { | |||
.p-navbar { | |||
background-color:#ffffff; | background-color:#ffffff; | ||
} | } --> | ||
.collapse { | .collapse { | ||
background-color: #b4e2f536; | background-color: #b4e2f536; | ||
Línea 567: | Línea 501: | ||
list-style: none; | list-style: none; | ||
} | } | ||
.pagetools .tab-group { | .pagetools .tab-group { | ||
Línea 578: | Línea 511: | ||
box-shadow: 1px 1px 8px 1px #adedfb47; | box-shadow: 1px 1px 8px 1px #adedfb47; | ||
} | } | ||
a:link {color: #4c4c4c } | |||
a:link {color: |
Revisión actual - 17:05 20 ago 2023
/* MUSIKI THEME */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');*/
@import url("https://fonts.googleapis.com/css?family=Lato|Lato");
body,
h1,
h2,
h3,
#content p,
#content,
#content p,
#mw-panel,
#p-navigation,
.col {
padding-top: 10px;
font-size: 1rem;
}
.firstHeading a img {
max-width: 10px;
max-height: 10px;
padding-bottom: 5px;
}
.firstHeading {
font-family: Helvetica, 'Lato', arial;
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;*/
}
.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-body {margin-right:0;}
.apex-nav{font-size: 1em; margin:0 0 0 0 ;}
#mw-panel {
font-size: 1em;
color: gray;
}
#mw-panel .apex-flyout-pull {top: -4em;}
/*links*/
a:link {
color: #00bfff;
}
/* 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;
}
#toc,
.toc,
.toc-title,
.toc A {
font-size: 10px;
line-height: 12px;
background: #ecf2ea;
}
.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 {
display: block;
max-width: 130px;
max-height: 130px;
width: auto;
height: auto;
padding-bottom: 5px;
}
.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 ;
font-size: small;
}
.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
*/
.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;
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;
}
a:link {color: #4c4c4c }