Vertaling van "CSS externa" in Engels
Ver el contenido de una hoja de estilos CSS externa y definir su aplicación a los distintos medios
Viewing the contents of an external CSS stylesheet and modifying the media applicability
Agregar una hoja de estilos CSS externa al repositorio de estilos
Para añadir otra hoja de estilos CSS externa repita los pasos 1, 2 y 3.
To add an additional external CSS stylesheet, repeat steps 1 to 3.
Si una regla de estilo global y una regla de una hoja de estilos CSS externa tienen selectores que identifican al mismo componente de documento, la regla de estilo global tiene prioridad sobre la de la hoja de estilos externa y, por tanto, se aplicará.
Rules (style rule and a style rule in an external CSS stylesheet have selectors that identify the same document component, then the global style rule has precedence over that in the external stylesheet, and will be applied.
Al obtener una vista previa de los estilos definidos en una hoja de estilos CSS externa, no olvide guardar la hoja de estilos para asegurarse de que los cambios se verán reflejados en la vista previa de la página en un navegador.
Opomba: When previewing styles defined in an external CSS style sheet, be sure to save the style sheet to ensure that your changes are reflected when you preview the page in a browser.
Si edita una hoja de estilos CSS externa, todos los documentos vinculados a esa hoja se actualizarán para reflejar los cambios.
When you edit an external CSS style sheet, all documents linked to that CSS style sheet are updated to reflect those edits.
Mientras el navegador construía el DOM de nuestra página simple, encontró una etiqueta de vínculo en el encabezado del documento que hacía referencia a una hoja de estilo CSS externa: style.css.
While the browser was constructing the DOM of our simple page, it encountered a link tag in the head section of the document referencing an external CSS stylesheet: style.css.
Una hoja de estilos CSS externa, descrita abajo, puede enlazarse con un documento HTML usando la sintaxis siguiente
The styles can also be placed in an external CSS file, as described below, and loaded using syntax similar to
Añade código CSS para el diseño a una nueva hoja de estilos CSS externa y la adjunta a la página que se va a crear.
Adds CSS for the layout to a new external CSS stylesheet and attaches the new stylesheet to the page you're creating.
Siga estos pasos para añadir una hoja de estilos CSS externa al SPS
To assign an external CSS stylesheet to the SPS, do the following
Si una página utiliza una hoja de estilos CSS externa, Dreamweaver no sobrescribe las etiquetas definidas en la hoja de estilos, ya que esto afecta al resto de las páginas que utilizan dicha hoja de estilos.
If a page uses an external CSS style sheet, Dreamweaver does not overwrite the tags set in the style sheet, as this affects all other pages using that style sheet.
Para obtener más información sobre cómo vincular su página web con la hoja de estilos, consulte Establecimiento de un vínculo a una hoja de estilos CSS externa.
For more information on linking your web page to the style sheet, see Link to an external CSS style sheet.
Puede agregar o eliminar una hoja de estilos CSS y puede especificar los medios a los que se aplica cada hoja de estilos CSS externa.
You can add and remove a CSS Stylesheet, and you can specify the media to which each external CSS stylesheet applies.