Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

OOP_C++ / lects

.css
Скачиваний:
28
Добавлен:
02.02.2015
Размер:
1 Кб
Скачать
.justified
{
  text-align: justify; 
  font-weight: normal
}

h1
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: x-large; 
  font-style: normal
  line-height: normal; 
  font-weight: bold; 
  color: #000000
}

h2
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: large; 
  font-weight: bold
}

h3 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: medium; 
  font-weight: bold
}

h4 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: small; 
  font-weight: bold
}

.contents 
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: small; 
  font-style: normal; 
  font-weight: normal; 
  color: #000000
}

pre
{
  font-family: "Courier New", Courier, mono
}

.comments 
{
  font-family: "Courier New", Courier, mono; 
  color: #333399
}

.directves 
{
  color: #006633
}

.title 
{
  font-family: "Times New Roman", Times, serif; 
  background-color: #6699CC
}

code 
{
  font-family: "Courier New", Courier, mono
}

ol 
{  
  text-align: justify; 
  font-size: small
}

ul 
{ 
  text-align: justify; 
  font-size: small
}

.formula
{
  font-family: "Times New Roman", Times, serif; 
  font-size: medium;
  font-style: italic;
  text-align: center; 
  font-weight: normal
}
Соседние файлы в папке OOP_C++