Skip to content

Departamento de Matematica

Sections
Personal tools
You are here: Home » Enseñanza » Materias » estilo.css
Views
  • State: visible

estilo.css

Click here to get the file

Size 1.6 kB - File type text/css

File contents

.cuatrim
{
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #000000;
  #background-color: #EDD956;
  #border: thin solid;
  padding: 12px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.ultcamb
{
  font-size: 10px;
  text-align: left;
  background-color: #FFFFFF;
  color: #080808;
  margin-top: 48px;
}

.recuadro
{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #B7FFD2;
  background-color: #FF4E4E;
  border: thin solid;
  padding: 12px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.seccion
{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000000;
  background-color: #909B75;
  border: thin solid;
  padding: 12px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.nombremateria
{ 
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  margin-top: 36px;
  margin-bottom: 4px;
}

.datosdoc
{
  text-align: center;
}

.link
{
  text-decoration: underline;
}

.link a:hover
{
  text-decoration: underline;
  background-color: #a0a0a0;
}

table.horarios
{
  border-collapse: collapse;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto; margin-right: auto;
  color: #fff;
  background-color: #666;
  border: 1px gray solid;
}

table.horarios td 
{
  background-color: #EEEEEE;
  color: black;
  padding: 4px;
  text-align: left;
}

table.horarios p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

table.horarios p + p
{
  margin-top: 10px;
}
 

table td.fondoteo
{
  background-color: #2C60BA;
  color: #FFFFFF;
}

table td.fondoprac
{
  background-color: #2D9FCC;
  color: #FFFFFF;
}

table td.fondotepr
{
  background-color: #5F793B;
  color: #FFFFFF;
}
Created by slaplagn
Last modified 2008-03-19 03:10 PM
 

Powered by Plone