Skip to content

Instantly share code, notes, and snippets.

@ldante86
Created November 9, 2016 02:34
Show Gist options
  • Save ldante86/7e24a52bc6539a1457f6cb0f3d38c170 to your computer and use it in GitHub Desktop.
Save ldante86/7e24a52bc6539a1457f6cb0f3d38c170 to your computer and use it in GitHub Desktop.
minified css for lcal
body{background:gray}
table{background:#000;border:2px solid #000}
table.center{margin-left:auto;margin-right:auto}
.month{font-size:50px;word-spacing:.5em;color:#FFF;font-weight:700}
td{font-family:Arial;text-align:center;font-size:25px;width:82px;height:82px;padding:0;font-weight:700}
.weekbar{height:10px;background:#232323;color:#FFF}
.sunday{background-color:#606060;color:#FFF;font-style:italic}
.weekday{background-color:silver}
.today{background-color:red;font-size:35px;color:#FFF}
.today:hover{background-color:#000;color:red}
@media only print {
body{background:#fff;color:#000}
.sunday{font-size:30px}
.weekday{font-size:30px;font-weight:400}
.today{text-decoration:underline}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment