Secciones de la página

gnuplot. 03. css


Cascade style sheet


Árbol de ficheros

Tol

Artículos del sitio

Presentación de Tol

Todos los programas

Simuladores visuales

Sitios que me gustan

Por categorías

Algoritmia

Búsqueda y ordenación

Computación fisiológica

Editorial y edición

Gráficos de datos

Herramientas y utilidades

Hipertexto

Informática forense

Lectura óptica de datos

Metaprogramación

No determinista

Ofimática

Recursión e iteración

Reglas y restricciones

Series y estadística









gnuplot.03.css de Gnuplot.Test

Cascading style sheets for gnuplot.03.html, a Gnuplot test.

Cascade style sheet

/*////////////////////////////////////////////////////////////////////////////
// FILE    : gnuplot.03.css
// AUTHOR  : http://www.asolver.com
// PURPOSE : Cascading style sheets for gnuplot.03.html, a Gnuplot test.
////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////
// Cuerpo principal de la pagina
////////////////////////////////////////////////////////////////////////////*/
body
{
  margin:                0px 0px 0px  0px; /* top right bottom left */
  font-family:           Arial, Helvetica, sans-serif;
  font-size:             10pt;
  font-weight:           normal;
  color:                 #000000;
  background-color:      #ffffff;
  text-align:            center;
}


/*////////////////////////////////////////////////////////////////////////////
// Elementos basicos
////////////////////////////////////////////////////////////////////////////*/

img
{
  margin:                0px 0px 0px  0px; /* top right bottom left */
  padding:               0px 0px 0px  0px; /* top right bottom left */
}


h1
{
  margin:                0px 0px 0px  0px; /* top right bottom left */
  font-size:             20pt;
  font-weight:           normal;
  color:                 #ffffff;
}


h2
{
  margin:                0px 0px 0px  0px; /* top right bottom left */
  font-size:             16pt;
  font-weight:           normal;
  color:                 #ffffff;
}


p
{
  margin:                0px 2px 0px  2px; /* top right bottom left */
  font-size:             10pt;
  font-weight:           normal;
  color:                 #333333; /* #5C7F92; */
}


code
{
  margin:                0px 0px 0px  0px; /* top right bottom left */
  font-size:             10pt;
  font-weight:           normal;
  color:                 #333333; /* #5C7F92; */
  font-family:           Courier New;
}

Árbol de ficheros

Gnuplot.Test pruebas de graficos de series temporales con Gnuplot

2015 asolver.com | Aviso legal | XHTML | Δ Θ Ξ | Creative Commons | Mapa y funciones del sitio

Tol