Team:NU Kazakhstan/Notebook

From 2014.igem.org

(Difference between revisions)
Line 6: Line 6:
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<style>
<style>
 +
#calendarBig { /* весь календарь */
 +
  width: 100%;
 +
  max-width: 700px;
 +
  margin: 0 auto;
 +
  border-spacing: 0 1.5em;
 +
}
 +
#calendarBig td {
 +
  vertical-align: top;
 +
}
 +
#calendarBig > thead td:not(:nth-child(2)) { /* предыдущий-следующий года */
 +
  text-decoration: underline;
 +
  color: rgb(0, 119, 204);
 +
  cursor: pointer;
 +
}
 +
#calendarBig > thead td:not(:nth-child(2)):hover { /* если наведён курсор на предыдущий-следующий года */
 +
  color: #ff3200;
 +
}
 +
#calendarBig > thead td:nth-child(2) { /* текущий год */
 +
  font-size: 150%;
 +
  font-weight: 700;
 +
  color: rgb(140, 61, 2);
 +
}
 +
#calendarBig, #calendarBig table {
 +
  font: monospace;
 +
  line-height: 1.2em;
 +
  font-size: 15px;
 +
  text-align: center;
 +
}
 +
#calendarBig table { /* таблицы с месяцами выравнены по верхней границе, горизонтально — по центру */
 +
  display: inline-table;
 +
}
 +
#calendarBig table thead tr:nth-child(1) { /* названия месяцев */
 +
  font-size: 110%;
 +
  font-weight: 700;
 +
}
 +
#calendarBig table thead tr:last-child { /* название дней недели */
 +
  font-size: small;
 +
  font-weight: 700;
 +
  color: rgb(103, 103, 103);
 +
}
 +
#calendarBig table tbody td { /* дни */
 +
  color: rgb(44, 86, 122);
 +
}
 +
#calendarBig table tbody td:nth-child(n+6), #calendarBig .holiday { /* выходные и праздники */
 +
  color: rgb(231, 140, 92);
 +
}
 +
#calendarBig table tbody td.today { /* сегодня */
 +
  outline: 3px solid red;
 +
}
 +
#calendarBig table tbody td[title] { /* выделенные даты */
 +
  outline: 3px solid green;
 +
  background: yellow;
 +
  cursor: help;
 +
}
 +
#calendarBig table tbody td[title] a { /* выделенные даты-ссылки */
 +
  display: block;
 +
  text-decoration: none;
 +
}
 +
#calendarBig table tbody td[title] a:hover { /* выделенные даты-ссылки под курсором */
 +
  background: #fde910;
 +
  color: red;
 +
}
body {
body {
     background: #c7b39b url(); /* Цвет фона и путь к файлу */
     background: #c7b39b url(); /* Цвет фона и путь к файлу */

Revision as of 16:47, 17 July 2014

NU IGEM Team







Titel



text






Titel

text

Edit^!