Diferencia entre revisiones de «Usuario:ManuelRomero/vector.css»
De WikiEducator
(12 revisiones intermedias por el mismo usuario no mostrado) | |||
Línea 9: | Línea 9: | ||
font-size:1.4em; | font-size:1.4em; | ||
width:80%; | width:80%; | ||
+ | } | ||
+ | /*Estilo resaltado para resaltar una palabro, Por acortar lo defino tambi´én como clase e id r*/ | ||
+ | .resaltado{ | ||
+ | font-size:1.2em; | ||
+ | color: #0B5345; | ||
+ | font-weight: bold; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | text-align:center; | ||
+ | |||
+ | } | ||
+ | .r{ | ||
+ | font-size:1.2em; | ||
+ | color: #0B5345; | ||
+ | font-weight: bold; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | text-align:center; | ||
+ | |||
+ | } | ||
+ | #r{ | ||
+ | font-size:1.2em; | ||
+ | color: #0B5345; | ||
+ | font-weight: bold; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | text-align:center; | ||
+ | |||
+ | } | ||
+ | |||
+ | .titulo{ | ||
+ | font-size:2em; | ||
+ | color: #8A8E27; | ||
+ | font-weight: normal; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | text-align:center; | ||
+ | |||
} | } | ||
.eXe-iDevice .st_h{ | .eXe-iDevice .st_h{ | ||
Línea 14: | Línea 48: | ||
margin-left:20px; | margin-left:20px; | ||
} | } | ||
− | #parrafo{font-size: 1.4em;width : | + | #parrafo{font-size: 1.4em;width : 95%; } |
+ | .parrafo{font-size:1.8em; width:85%;} | ||
h1 { font-size: 2.2em; } | h1 { font-size: 2.2em; } | ||
h2 { font-size: 2em; } | h2 { font-size: 2em; } | ||
Línea 26: | Línea 61: | ||
body{ | body{ | ||
width: 90%; | width: 90%; | ||
+ | } | ||
+ | .de1{ | ||
+ | font-size:12px; | ||
+ | } | ||
+ | [class*="mw-code"]{ | ||
+ | width:80%; | ||
+ | } | ||
+ | [class*="mw-collapsible"]{ | ||
+ | padding: 10px; | ||
+ | background-color: #f9f9f9; | ||
+ | display: block; /* Se asegura de que sea un bloque */ | ||
+ | margin: 10px 0; /* Espacio arriba y abajo del bloque */ | ||
+ | width: 100%; /* Opcional: hace que ocupe todo el ancho disponible */ | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | . { | ||
+ | |||
} | } |
Última revisión de 00:43 24 nov 2024
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit} hr{height:0;border:0;border-top:1px solid #eee;margin:20px 0} h1, h2, h3 { color: #8A8E27; font-weight: normal; font-family: Arial, Helvetica, sans-serif; } #apuntes_distancia{ font-size:1.4em; width:80%; } /*Estilo resaltado para resaltar una palabro, Por acortar lo defino tambi´én como clase e id r*/ .resaltado{ font-size:1.2em; color: #0B5345; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align:center; } .r{ font-size:1.2em; color: #0B5345; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align:center; } #r{ font-size:1.2em; color: #0B5345; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align:center; } .titulo{ font-size:2em; color: #8A8E27; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-align:center; } .eXe-iDevice .st_h{ width:70%; margin-left:20px; } #parrafo{font-size: 1.4em;width : 95%; } .parrafo{font-size:1.8em; width:85%;} h1 { font-size: 2.2em; } h2 { font-size: 2em; } h3 { font-size: 1.8em; } h4 { font-size: 1.6em; } h5 { font-size: 1.4em; } #parrafo1{ font-size: 1.4em; width : 80%; } body{ width: 90%; } .de1{ font-size:12px; } [class*="mw-code"]{ width:80%; } [class*="mw-collapsible"]{ padding: 10px; background-color: #f9f9f9; display: block; /* Se asegura de que sea un bloque */ margin: 10px 0; /* Espacio arriba y abajo del bloque */ width: 100%; /* Opcional: hace que ocupe todo el ancho disponible */ } . { }