Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
/* MUSIKI THEME */ | /* MUSIKI THEME */ | ||
@import url("https://fonts.googleapis.com/css?family=Lato|Lato"); | |||
#header-wrapper{ | |||
overflow: hidden; | |||
background-color: #333; | |||
position: fixed; /* Set the navbar to fixed position */ | |||
top: 0; /* Position the navbar at the top of the page */ | |||
width: 100%; /* Full width */ | |||
} | |||
/*@import url("https://fonts.googleapis.com/css?family=Lato|Lato");*/ | |||
body, | body, | ||
h1, | h1, |
Revisión del 17:02 16 jul 2019
/* MUSIKI THEME */
#header-wrapper{
overflow: hidden;
background-color: #333;
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%; /* Full width */
}
/*@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: 1.2em;
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: 0px;
left: 0px;
right: 0px;
margin-bottom: 0px;
}
/* IMAGENES EXTERNAS */
.imagenexterna {
float: right;
width: 60%;
border: 0px;
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*/
.smw-tabs, .smw-factbox, .smw-tabs:link, .smw-tabs:visited, .smw-tabs:hover, .smw-tabs:active {font-size: 0.4em; color:gray;}
/*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;
}
a:link {color: gray}