Advertisement
Guest User

LCD weekdays

a guest
Feb 12th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <head>
  2. <style type="text/css">
  3. td
  4. {
  5. text-align: center;
  6. }
  7. td.weekdays
  8. {
  9. opacity: 0.1;
  10. position: relative; bottom: 10px;
  11. }
  12. td.day%!w
  13. {
  14. font-weight: bold;
  15. opacity: 0.9 !important;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <font face="Zekton" color="#ffffff" style="text-shadow: 2px 2px rgba(0,0,0,0.3);">
  21. <table border="0">
  22. <tbody>
  23. <tr style="vertical-align: top;">
  24. <td colspan="7" style="font-weight: bold; opacity: 0.9;"><span style="font-size: 50px;">%!d</span><span style="font-size: 44px; opacity: 0.9; position: relative; bottom: 7px;"> %$-M</td>
  25. </tr>
  26. <tr>
  27. <td class="weekdays day1">Mon</td>
  28. <td class="weekdays day2">Tue</td>
  29. <td class="weekdays day3">Wed</td>
  30. <td class="weekdays day4">Thu</td>
  31. <td class="weekdays day5">Fri</td>
  32. <td class="weekdays day6">Sat</td>
  33. <td class="weekdays day7">Sun</td>
  34. </tr>
  35. </tbody>
  36. </table>
  37. </font>
  38. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement