(Created page with "@charset "UTF-8"; #notebook { font-family: josefin-sans; padding-left: 120px; padding-right: 110px; margin-top: 20px; margin-left: 5px; margin-right: 5px; margin-bottom...") |
|||
Line 2: | Line 2: | ||
#notebook { | #notebook { | ||
font-family: josefin-sans; | font-family: josefin-sans; | ||
− | padding-left: | + | padding-left: 50px; |
− | padding-right: | + | padding-right: 50px; |
margin-top: 20px; | margin-top: 20px; | ||
margin-left: 5px; | margin-left: 5px; | ||
Line 16: | Line 16: | ||
} | } | ||
#notebook a { | #notebook a { | ||
+ | color: #000000 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } |
Revision as of 04:47, 12 October 2016
@charset "UTF-8";
- notebook {
font-family: josefin-sans; padding-left: 50px; padding-right: 50px; margin-top: 20px; margin-left: 5px; margin-right: 5px; margin-bottom: 50px; }
- notebook .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- notebook a {
color: #000000 !important; text-decoration: none !important; }
- notebook table {
border-width: 0px; margin-top: 0px; margin-right: 15px; margin-left: 15px; padding: 0px; display: inline-block; }
- notebook td {
width: 35px; }
- notebook .odd tr .day {
background-color: #0a0847; color: #FFFFFF; }
- notebook .even tr .day {
background-color: #bf83a5; color: #FFFFFF; }