De Muysc cubun - Lengua Muisca

m
m
 
(No se muestran 182 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
 
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
 
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
 
#ca-viewsource, #ca-talk  {display:none!important; }
 
#ca-viewsource, #ca-talk  {display:none!important; }
 
+
.latin{
 
+
  color: #0000ff;
 +
  font-style: italic;
 +
}
  
 
/* LEXEMA */
 
/* LEXEMA */
Línea 10: Línea 12:
 
}
 
}
  
p, #lexema{
+
#lexema, #lexema p{
 
font-size:16px /*Tamaño del texto por defecto*/
 
font-size:16px /*Tamaño del texto por defecto*/
 
}
 
}
Línea 21: Línea 23:
 
#titulo{
 
#titulo{
 
font-size:40px;
 
font-size:40px;
 +
padding: 0;
 +
border-bottom: 0;
 
}
 
}
  
Línea 34: Línea 38:
 
line-height: 1.2em;
 
line-height: 1.2em;
 
}
 
}
 +
 +
#fon_gon, #fon_cons{
 +
color:#27AE60;
 +
}
 +
#loc{
 +
font-weight: bold;
 +
}
 +
#num_acep{
 +
color: red;
 +
}
 +
#cat_gra{
 +
color:#3300CC;
 +
}
 +
#def{
 +
font-style: italic;
 +
}
 +
#remision{
 +
padding:20px;
 +
font-style: italic;
 +
margin-left:50px;
 +
text-align:justify;
 +
line-height: 1.2em;
 +
}
 +
#autoref{
 +
color:#000;
 +
background-color: #EAEAEA;
 +
border-radius: 5px;
 +
/* border-bottom: 1px #000 dotted; */
 +
}
 +
#subacep_loc{
 +
font-weight: bold;
 +
left: -28px;
 +
position: relative;
 +
}
 +
#subacep_loc, #subacep_loc a{
 +
color: #000; /* #c30 */
 +
}
 +
#acep_level_1 {
 +
list-style-type: upper-roman;
 +
line-height: 1.2em;
 +
}
 +
#acep_level_2 {
 +
list-style-type: decimal;
 +
}
 +
#acep_level_3 {
 +
list-style-type: lower-latin;
 +
}
 +
#acep_level_4 {
 +
list-style-type: lower-greek;
 +
}
 +
#lexema li::marker{
 +
color:red;
 +
}
 +
  
 
#otra_fuente{
 
#otra_fuente{
Línea 53: Línea 111:
 
/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */     
 
/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */     
 
@media only screen and (max-width: 479px){
 
@media only screen and (max-width: 479px){
     #lista{ margin-left:2px; padding-left:10px; }
+
     #remision { margin-left:0px; padding-left:10px; }
 
     #sangria { min-width:200px; margin-left:10px }
 
     #sangria { min-width:200px; margin-left:10px }
 
     #otra_fuente { margin-left:10px; }
 
     #otra_fuente { margin-left:10px; }
 +
    #acep_level_1, #acep_level_2, #acep_level_3, #acep_level_4 { margin-left:30px;}
 
}
 
}
 +
 +
 +
  
  
Línea 63: Línea 125:
  
 
/*Espacio entre renglones de transcripción */
 
/*Espacio entre renglones de transcripción */
#morfo_d {
+
#morfo_d, #morfo_d p {
     font-size:11pt;  
+
     font-size:14px;  
 
     letter-spacing: 0.05em;
 
     letter-spacing: 0.05em;
 +
}
 +
 +
#morfo_d{
 
     border:0px solid #000;
 
     border:0px solid #000;
 +
    padding:15px 15px 15px 30px;
 
     background-image: url("http://archivos.cubun.org/FILES/images_CUBUN/b/ba/Paper-Background.jpg");
 
     background-image: url("http://archivos.cubun.org/FILES/images_CUBUN/b/ba/Paper-Background.jpg");
    #background-image: url(http://archivos.cubun.org/FILES/images_CUBUN/2/28/Manuscrito_158_BNC_Catecismo_-_fol_146v.jpg");
 
 
}
 
}
  
 
#morfo_d li {
 
#morfo_d li {
 
     margin-bottom: 0.35em;
 
     margin-bottom: 0.35em;
     margin-left: -10px;
+
     margin-left: -35px;
 +
}
 +
 
 +
#lugo_morfo_d, #lugo_morfo_d p{
 +
    font-family: Lucida Console Muyskkubun;
 +
    font-size:15px;
 
}
 
}
  
Línea 80: Línea 150:
 
     font-size:18px;
 
     font-size:18px;
 
}
 
}
 +
 +
 +
 +
/* Resumen oculto */
 +
#hiden_resume {
 +
    position: absolute; top: -9999px; left: -9999px;
 +
}
 +
 +
  
  
Línea 86: Línea 165:
  
 
/* IMPRESIÓN */
 
/* IMPRESIÓN */
 +
 
#siteSub {
 
#siteSub {
 
     display:none;
 
     display:none;
Línea 108: Línea 188:
 
padding-left: 45px;
 
padding-left: 45px;
 
}
 
}
 
  
  
Línea 114: Línea 193:
 
#ca-history { display:none!important; }
 
#ca-history { display:none!important; }
  
 +
/* Corrección error de superposición */
 +
aside { z-index: 10; }
  
  
  
 +
 +
 +
 +
<!--
 
/* Cinta de luto */
 
/* Cinta de luto */
 
.corner-ribbon{
 
.corner-ribbon{
Línea 152: Línea 237:
 
/* Colors */
 
/* Colors */
 
.corner-ribbon.black{background: #000; z-index: 2000;}
 
.corner-ribbon.black{background: #000; z-index: 2000;}
 +
-->
 +
 +
 +
/* Gramática */
 +
.gra_title{
 +
  font-size:40px;
 +
  color:#fff;
 +
  background-color: #7684CF;
 +
  overflow: hidden;
 +
  border: 0;
 +
  min-height:70px;
 +
  border-radius:8px;
 +
}
 +
 +
.seccion_gram{
 +
  font-size:20px;
 +
  color:#000;
 +
  background-color: #fff;
 +
  border: 0;
 +
  min-height:20px;
 +
  border-radius:8px;
 +
}
 +
 +
.seccion_gram_con{
 +
  float:left;
 +
  padding: 15px;
 +
  line-height:0.9;
 +
  width:95%;
 +
  border:0px solid #000
 +
}
 +
 +
.seccion_gram p
 +
{
 +
  font-size: 20px;
 +
}
 +
 +
 +
/* Play button */
 +
.play_pause
 +
{
 +
  position: relative;
 +
  top:-3px;
 +
}
 +
 +
 +
 +
 +
/* Subrayar morfología 
 +
#morfo_d a {
 +
    border: 1px solid red;
 +
    background-color: lightyellow;
 +
    border-radius: 1px;
 +
    padding-left: 3px;
 +
    padding-right: 3px;
 +
}
 +
 +
#morfo_d a:hover {
 +
    text-decoration: none;
 +
    background-color: white;
 +
}
 +
 +
#morfo_d b {
 +
    word-spacing: 8px;
 +
}*/

Revisión actual del 18:40 24 abr 2024

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
#ca-viewsource, #ca-talk  {display:none!important; }
.latin{
  color: #0000ff;
  font-style: italic;
}

/* LEXEMA */

.allpagesredirect{
text-decoration: line-through;
}

#lexema, #lexema p{
font-size:16px /*Tamaño del texto por defecto*/
}

#lexema{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:200%;
}

#titulo{
font-size:40px;
padding: 0;
border-bottom: 0;
}

#ipa{
font-family:'Times New Roman'; 
font-size:20px;
}

#lista{
list-style-type: upper-roman; 
margin-left:50px; 
text-align:justify;
line-height: 1.2em;
}

#fon_gon, #fon_cons{
color:#27AE60;
}
#loc{
font-weight: bold;
}
#num_acep{
color: red;
}
#cat_gra{
color:#3300CC;
}
#def{
font-style: italic;
}
#remision{
padding:20px;
font-style: italic;
margin-left:50px; 
text-align:justify;
line-height: 1.2em;
}
#autoref{
color:#000; 
background-color: #EAEAEA;
border-radius: 5px;
/* border-bottom: 1px #000 dotted; */
}
#subacep_loc{
font-weight: bold;
left: -28px;
position: relative;
}
#subacep_loc, #subacep_loc a{
color: #000; /* #c30 */
}
#acep_level_1 {
list-style-type: upper-roman;
line-height: 1.2em;
}
#acep_level_2 {
list-style-type: decimal;
}
#acep_level_3 {
list-style-type: lower-latin;
}
#acep_level_4 {
list-style-type: lower-greek;
}
#lexema li::marker{
color:red;
}


#otra_fuente{
margin-left:90px; 
text-align:justify;
}

#acepcion{
padding: 30px 0 0 0;
}

#sangria{
margin: 5px 5px 5px 10%;
padding:0; 
width:90%; 
font-family:Georgia;
}

/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (max-width: 479px){
    #remision { margin-left:0px; padding-left:10px; }
    #sangria { min-width:200px; margin-left:10px }
    #otra_fuente { margin-left:10px; }
    #acep_level_1, #acep_level_2, #acep_level_3, #acep_level_4 { margin-left:30px;}
}






/* TRANSCRIPCIÓN */

/*Espacio entre renglones de transcripción */
#morfo_d, #morfo_d p {
    font-size:14px; 
    letter-spacing: 0.05em;
}

#morfo_d{
    border:0px solid #000;
    padding:15px 15px 15px 30px;
    background-image: url("http://archivos.cubun.org/FILES/images_CUBUN/b/ba/Paper-Background.jpg");
}

#morfo_d li {
    margin-bottom: 0.35em;
    margin-left: -35px;
}

#lugo_morfo_d, #lugo_morfo_d p{
    font-family: Lucida Console Muyskkubun;
    font-size:15px;
}

#sangria {
    font-family: Georgia
    font-size:18px;
}



/* Resumen oculto */
#hiden_resume {
    position: absolute; top: -9999px; left: -9999px;
}







/* IMPRESIÓN */

#siteSub {
    display:none;
}

.printfooter {
    display:none;
}

/* Copiado de la colección Mutis para desplegar folios*/
#folio{
margin:0 auto 0 auto;
width:620px;
min-height:700px;
border:1px solid #000;
padding:10px 20px;
}

#sangria p{
text-indent: -30px; 
position:relative; 
padding-left: 45px;
}


/* Ocultar botón de historial */
#ca-history { display:none!important; }

/* Corrección error de superposición */
aside { z-index: 10; }






<!--
/* Cinta de luto */
.corner-ribbon{
  width: 250px;
  background: #e43;
  position: absolute;
  top: 50px;
  right: -50px;
  text-align: center;
  line-height: 1.2;
  font-size:14px;
  margin: 5px 0;
  letter-spacing: 0;
  color: #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Custom styles */
.corner-ribbon.sticky{
  position: fixed;
}
.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */
.corner-ribbon.top-left{
  top: 50px;
  right: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Colors */
.corner-ribbon.black{background: #000; z-index: 2000;}
-->


/* Gramática */
.gra_title{
  font-size:40px; 
  color:#fff; 
  background-color: #7684CF; 
  overflow: hidden; 
  border: 0; 
  min-height:70px; 
  border-radius:8px;
}

.seccion_gram{
  font-size:20px; 
  color:#000; 
  background-color: #fff; 
  border: 0; 
  min-height:20px; 
  border-radius:8px;
}

.seccion_gram_con{
  float:left; 
  padding: 15px; 
  line-height:0.9;
  width:95%; 
  border:0px solid #000
}

.seccion_gram p 
{
  font-size: 20px;
}


/* Play button */
.play_pause
{
  position: relative;
  top:-3px;
}




/* Subrayar morfología  
#morfo_d a {
    border: 1px solid red;
    background-color: lightyellow;
    border-radius: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

#morfo_d a:hover {
    text-decoration: none;
    background-color: white;
}

#morfo_d b {
    word-spacing: 8px;
}*/