{"id":1166,"date":"2011-02-21T09:50:15","date_gmt":"2011-02-21T08:50:15","guid":{"rendered":"https:\/\/blogs.ua.es\/observatoriotic\/?p=1166"},"modified":"2011-09-12T17:34:12","modified_gmt":"2011-09-12T15:34:12","slug":"crea-tus-propios-estilos-en-wimba-create","status":"publish","type":"post","link":"https:\/\/blogs.ua.es\/observatoriotic\/2011\/02\/21\/crea-tus-propios-estilos-en-wimba-create\/","title":{"rendered":"Crea tus propios estilos en Wimba Create"},"content":{"rendered":"<p style=\"text-align: justify\">Si las <a title=\"Tutorial de Wimba Create- Etiquetas para el formato de contenidos\" href=\"http:\/\/www.ua.es\/es\/servicios\/si\/ite\/tutoriales\/CG_ite_cg_HTML\/pagina_14.htm\" target=\"_blank\">etiquetas para el formato de contenido<\/a> que vienen por defecto en Wimba Create se te quedan cortas, o simplemente necesitas aplicar un formato determinado a un p\u00e1rrafo en concreto puedes crear un nuevo estilo de una manera relativamente sencilla. Tendremos que <strong>modificar la hoja de estilo<\/strong> del esquema que estemos utilizando y posteriormente, usar el estilo de Wimba <strong>cgHTMLInclude<\/strong>.<\/p>\n<hr \/>\n<p style=\"text-align: justify\">Si les <a title=\"Tutorial de Wimba Create- Etiquetes per al format de continguts\" href=\"http:\/\/www.ua.es\/va\/servicios\/si\/ite\/tutoriales\/CG_ite_cg_HTML\/pagina_14.htm\" target=\"_blank\">etiquetes per al format de contingut<\/a> que v\u00e9nen per defecte en  Wimba Create se&#8217;t queden curtes, o simplement necessites aplicar un  format determinat a un par\u00e0graf en concret pots crear un nou estil d&#8217;una  manera relativament senzilla. Haurem de <strong>modificar la fulla d&#8217;estil<\/strong> de  l&#8217;esquema que estiguem utilitzant i posteriorment, usar l&#8217;estil de Wimba <strong> cgHTMLInclude<\/strong>.<\/p>\n<p style=\"text-align: right\"><!--more--><\/p>\n<p style=\"text-align: right\"><a name=\"cas\"><\/a><\/p>\n<p style=\"text-align: right\"><strong>cas <a href=\"#val\">val<\/a> <a href=\"#foro\">foro<\/a><\/strong><\/p>\n<p>El directorio por defecto donde se encuentran los esquemas de dise\u00f1o en espa\u00f1ol es:<br \/>\n<strong>C:\\Archivos de programa\\WimbaCreate\\resources\\es.lproj\\schemes\\<\/strong><\/p>\n<p style=\"text-align: justify\">Al abrir la carpeta de cualquier esquema podremos ver la estructura mostrada en la siguiente imagen:<\/p>\n<p style=\"text-align: justify\"><a href=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/directorio.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/directorio.png\" alt=\"Directorio esquemas Wimba\" width=\"363\" height=\"175\" \/><\/a><\/p>\n<p style=\"text-align: justify\">El archivo que debemos editar, <strong>&#8220;cg.css&#8221;<\/strong>, es la hoja de estilo que reconoceremos por la extensi\u00f3n CSS. Podemos abrirlo con un editor HTML o incluso, con el bloc de notas. Si queremos a\u00f1adir cualquier imagen en nuestro estilo, es conveniente guardarla en la carpeta <em>&#8220;<\/em><strong>buttons<\/strong><em>&#8220;<\/em>, para hacer referencias relativas al archivo.<\/p>\n<p style=\"text-align: justify\">Para aplicar un formato diferente a un p\u00e1rrafo de un documento HTML se utiliza, por lo general, la etiqueta DIV. As\u00ed pues, en el documento CSS podremos buscar alguno de los estilos que utilizan esta etiqueta para fijarnos en la estructura y crear el nuestro.<\/p>\n<p style=\"text-align: justify\"><a href=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_cs.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_css.png\" alt=\"Archivo CSS\" width=\"414\" height=\"263\" \/><\/a><\/p>\n<p style=\"text-align: justify\">Como vemos en la imagen, tenemos que escribir la estructura &#8220;<em><strong>div<\/strong>.nombre_estilo<\/em>&#8221; y, a continuaci\u00f3n, escribir las propiedades que queramos\u00a0 modificar entre corchetes. Si modificamos varias propiedades, tendremos que poner un punto y coma al final de cada l\u00ednea.<\/p>\n<p style=\"text-align: justify\">En este caso, el nombre del estilo que vamos a crear es &#8220;<em>sangria_francesa_ejemplo<\/em>&#8220;. Se puede poner cualquier otro nombre, aunque se recomienda elegir uno descriptivo, de manera que al leerlo, nos hagamos una idea de para qu\u00e9 sirve ese estilo.<\/p>\n<div class=\"codigo\">\n<pre><span style=\"color: #ff00ff\">div.sangria_francesa_ejemplo{<\/span>\r\n    <span style=\"color: #008080\">background-color<\/span><span style=\"color: #ff00ff\">:<\/span> <span style=\"color: #0000ff\">#D8E5EA<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">border-color<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">#707070<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">border-style<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">solid<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">border-width<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">1px 2px 2px 1px<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">padding-left<\/span><span style=\"color: #ff00ff\">:<\/span> <span style=\"color: #0000ff\">7em<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">padding-right<\/span><span style=\"color: #ff00ff\">:<\/span> <span style=\"color: #0000ff\">1em<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">background-image<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">url(buttons\/libro_gr.png)<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">background-repeat<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">no-repeat<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">background-position<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">8px 4px<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">line-height<\/span><span style=\"color: #ff00ff\">:<\/span>200%<span style=\"color: #ff00ff\">;<\/span> <span style=\"color: #808080\">\/*espaciado doble*\/<\/span>\r\n    <span style=\"color: #008080\">margin-right<\/span><span style=\"color: #ff00ff\">:<\/span>26em<span style=\"color: #ff00ff\">;<\/span> <span style=\"color: #808080\">\/*para provocar que se muestre la sangria*\/<\/span>\r\n<span style=\"color: #ff00ff\">}<\/span><\/pre>\n<\/div>\n<p>En el estilo que hemos introducido, hemos <strong>modificado el color de fondo<\/strong> (<em>background-color<\/em>), <strong>aplicado un borde <\/strong>para remarcar el bloque de contenido (<em>border-color, border-style, border-width<\/em>), <strong>a\u00f1adido una peque\u00f1a imagen a modo de icono <\/strong>(<em>background-image, background-repeat, background-position<\/em>), <strong>aumentado el espaciado entre l\u00edneas <\/strong>para que el texto est\u00e9 a doble espacio (line-height) y <strong>modificado los m\u00e1rgenes<\/strong> convenientemente para ajustar el contenido a nuestro gusto (<em>margin, padding<\/em>).<\/p>\n<p>En nuestro documento de Word, tendremos que hacer referencia\u00a0 al estilo que hemos creado de la siguiente manera.<\/p>\n<div class=\"codigo\">\n<pre><span style=\"color: #008080\">&lt;div class=\u201d<\/span><span style=\"color: #0000ff\">sangria_francesa_ejemplo<\/span><span style=\"color: #008080\">\u201d&gt;<\/span>\r\n    <span style=\"color: #008080\">&lt;p&gt;<\/span>\r\n        De Landsheere, G. (1985). <em>Diccionario de la evaluaci\u00f3n y de la investigaci\u00f3n educativa<\/em>. Vilassar de Mar,\r\n\u00a0       Barcelona: Oikos-Tau.\r\n    <span style=\"color: #008080\">&lt;\/p&gt;\r\n    &lt;p&gt;<\/span>\r\n        Vaquero Rico, J. (2008). <em>Navegaci\u00f3n costera : problemas resueltos<\/em>. (6\u00aa ed.). Madrid: Pir\u00e1mide.\r\n <span style=\"color: #008080\">   &lt;\/p&gt;\r\n&lt;\/div&gt;<\/span><\/pre>\n<\/div>\n<p>Entre las etiquetas de p\u00e1rrafo &lt;p&gt; &lt;\/p&gt;, escribiremos el texto que queramos incluir y al que queremos aplicar el formato creado.<\/p>\n<p>Cuando tengamos el contenido, debemos aplicar el estilo<strong> cgHTMLInclude<\/strong> de Wimba Create. De este modo, al generar el documento como HTML podremos visualizar el estilo que hemos definido.<\/p>\n<p style=\"text-align: justify\"><a href=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_generado.PNG\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_generado.PNG\" alt=\"C\u00f3mo queda el estilo generado en HTML\" width=\"584\" height=\"114\" \/><\/a><\/p>\n<hr \/>\n<p><a name=\"val\"><\/a><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: right\"><strong><a href=\"#cas\">cas <\/a>val <a href=\"#foro\">foro<\/a><\/strong><\/p>\n<p>El directori per defecte on es troben els esquemes de disseny en espanyol \u00e9s:<br \/>\n<strong>C:\\Archivos de programa\\WimbaCreate\\resources\\es.lproj\\schemes\\<\/strong><\/p>\n<p>En obrir la carpeta de qualsevol esquema podrem veure l&#8217;estructura mostrada en la seg\u00fcent imatge:<\/p>\n<p style=\"text-align: center\"><a href=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/directorio.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/directorio.png\" alt=\"Directorio esquemas Wimba\" width=\"363\" height=\"175\" \/><\/a><\/p>\n<p style=\"text-align: justify\">L&#8217;arxiu que hem d&#8217;editar, <strong>&#8220;cg.css&#8221;<\/strong>, \u00e9s la fulla d&#8217;estil que reconeixerem  per l&#8217;extensi\u00f3 CSS. Podem obrir-ho amb un editor HTML o fins i tot, amb  el bloc de notes. Si volem afegir qualsevol imatge en el nostre estil,  \u00e9s convenient guardar-la en la carpeta &#8220;<strong>buttons<\/strong>&#8220;, per a fer refer\u00e8ncies  relatives a l&#8217;arxiu.<\/p>\n<p>Per a aplicar un format diferent a un par\u00e0graf d&#8217;un document HTML  s&#8217;utilitza, en general, l&#8217;etiqueta DIV. Aix\u00ed doncs, en el document CSS  podrem cercar algun dels estils que utilitzen aquesta etiqueta per a  fixar-nos en l&#8217;estructura i crear el nostre.<\/p>\n<p style=\"text-align: center\"><a href=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_cs.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_css.png\" alt=\"Archivo CSS\" width=\"414\" height=\"263\" \/><\/a><\/p>\n<p style=\"text-align: justify\">Com veiem en la imatge, hem d&#8217;escriure l&#8217;estructura &#8220;<em><strong>div<\/strong>.nom_estil<\/em>&#8221; i, a  continuaci\u00f3, escriure les propietats que vulguem  modificar entre  claud\u00e0tors. Si modifiquem diverses propietats, haurem de posar un punt i  coma al final de cada l\u00ednia.<\/p>\n<p>En aquest cas, el nom de l&#8217;estil que crearem \u00e9s  &#8220;<em>sangria_francesa_exemple<\/em>&#8220;. Es pot posar qualsevol altre nom, encara que  es recomana triar un descriptiu, de manera que en llegir-ho, ens fem  una idea de para qu\u00e8 serveix aqueix estil.<\/p>\n<div class=\"codigo\">\n<pre><span style=\"color: #ff00ff\">div.sangria_francesa_ejemplo{<\/span>\r\n    <span style=\"color: #008080\">background-color<\/span><span style=\"color: #ff00ff\">:<\/span> <span style=\"color: #0000ff\">#D8E5EA<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">border-color<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">#707070<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">border-style<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">solid<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">border-width<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">1px 2px 2px 1px<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">padding-left<\/span><span style=\"color: #ff00ff\">:<\/span> <span style=\"color: #0000ff\">7em<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">padding-right<\/span><span style=\"color: #ff00ff\">:<\/span> <span style=\"color: #0000ff\">1em<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">background-image<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">url(buttons\/libro_gr.png)<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">background-repeat<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">no-repeat<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">background-position<\/span><span style=\"color: #ff00ff\">:<\/span><span style=\"color: #0000ff\">8px 4px<\/span><span style=\"color: #ff00ff\">;<\/span>\r\n    <span style=\"color: #008080\">line-height<\/span><span style=\"color: #ff00ff\">:<\/span>200%<span style=\"color: #ff00ff\">;<\/span> <span style=\"color: #808080\">\/*espaciado doble*\/<\/span>\r\n    <span style=\"color: #008080\">margin-right<\/span><span style=\"color: #ff00ff\">:<\/span>26em<span style=\"color: #ff00ff\">;<\/span> <span style=\"color: #808080\">\/*para provocar que se muestre la sangria*\/<\/span>\r\n<span style=\"color: #ff00ff\">}<\/span><\/pre>\n<\/div>\n<p style=\"text-align: justify\">En l&#8217;estil que hem introdu\u00eft, hem <strong>modificat el color de fons<\/strong> (<em>background-color<\/em>),<strong> aplicat un cantell <\/strong>per a remarcar el bloc de contingut  (<em>border-color, border-style, border-width<\/em>), <strong>afegit una petita imatge a  manera d&#8217;icona<\/strong> (<em>background-image, background-repeat,  background-position<\/em>), <strong>augmentat l&#8217;espaiat entre l\u00ednies<\/strong> perqu\u00e8 el text  estiga a doble espai (line-height) i <strong>modificat els marges<\/strong> convenientment  per a ajustar el contingut al nostre gust (<em>margin, padding<\/em>).<\/p>\n<p>En el nostre document de Word, haurem de fer refer\u00e8ncia  a l&#8217;estil que hem creat de la seg\u00fcent manera.<\/p>\n<div class=\"codigo\">\n<pre><span style=\"color: #008080\">&lt;div class=\u201d<\/span><span style=\"color: #0000ff\">sangria_francesa_ejemplo<\/span><span style=\"color: #008080\">\u201d&gt;<\/span>\r\n    <span style=\"color: #008080\">&lt;p&gt;<\/span>\r\n        De Landsheere, G. (1985). <em>Diccionario de la evaluaci\u00f3n y de la investigaci\u00f3n educativa<\/em>. Vilassar de Mar,\r\n        Barcelona: Oikos-Tau.\r\n    <span style=\"color: #008080\">&lt;\/p&gt;\r\n    &lt;p&gt;<\/span>\r\n        Vaquero Rico, J. (2008). <em>Navegaci\u00f3n costera : problemas resueltos<\/em>. (6\u00aa ed.). Madrid: Pir\u00e1mide.\r\n <span style=\"color: #008080\">   &lt;\/p&gt;\r\n&lt;\/div&gt;<\/span><\/pre>\n<\/div>\n<p>Entre les etiquetes de par\u00e0graf &lt;p&gt; &lt;\/p&gt;, escriurem el text que vulguem incloure i al que volem aplicar el format creat.<\/p>\n<p>Quan tinguem el contingut, hem d&#8217;aplicar l&#8217;estil <strong>cgHTMLInclude<\/strong> de Wimba  Create. D&#8217;aquesta manera, en generar el document com HTML podrem  visualitzar l&#8217;estil que hem definit.<\/p>\n<p style=\"text-align: center\"><a href=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_generado.PNG\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/w3.ua.es\/ite\/blogTIC\/img\/wimba_estilo\/estilo_generado.PNG\" alt=\"C\u00f3mo queda el estilo generado en HTML\" width=\"584\" height=\"114\" \/><\/a><\/p>\n<p><a name=\"foro\"><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Si las etiquetas para el formato de contenido que vienen por defecto en Wimba Create se te quedan cortas, o simplemente necesitas aplicar un formato determinado a un p\u00e1rrafo en concreto puedes crear un nuevo estilo de una manera relativamente sencilla. Tendremos que modificar la hoja de estilo del esquema que estemos utilizando y posteriormente, [&hellip;]<\/p>\n","protected":false},"author":1313,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1606402,6061,3214],"tags":[2765,1606536,6905],"class_list":["post-1166","post","type-post","status-publish","format-standard","hentry","category-aplicacionesaplicacions","category-creacion-de-contenidos-creacio-de-continguts","category-estilos","tag-css","tag-estilos","tag-wimba-create"],"_links":{"self":[{"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/posts\/1166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/users\/1313"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/comments?post=1166"}],"version-history":[{"count":22,"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/posts\/1166\/revisions"}],"predecessor-version":[{"id":1190,"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/posts\/1166\/revisions\/1190"}],"wp:attachment":[{"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/media?parent=1166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/categories?post=1166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.ua.es\/observatoriotic\/wp-json\/wp\/v2\/tags?post=1166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}