Guest User

magic mirror eink

a guest
Feb 9th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.00 KB | None | 0 0
  1. ########### Custom.css auszug
  2. ##########################################
  3. .weatherforecast {
  4.    margin-bottom: 35px;
  5.    padding-bottom: 7px;
  6.    width : 180px;
  7.    margin-left: 20px;
  8. }
  9. .module.currentweather{
  10.     margin-bottom: -20px;
  11.     padding-bottom: 7px;
  12. }
  13. /*###### schrift für das currentweater modul #####*/
  14. .large {
  15.   font-family: "cherry10";
  16.   color: #fff;
  17.   font-size: 39.5px;
  18. }
  19.  
  20. .small, .small .light, .xsmall {
  21.   font-family: "cherry11";
  22.   font-size: 11px !important;
  23.   line-height: 1.2em;
  24. }
  25.  
  26. .region.top.right{
  27.     top: 5px;
  28. }
  29.  
  30. ##########################################
  31.  
  32. ########### calendar_monthly/css/mcal.css komplett
  33. ###################################################
  34.  
  35. #calendar-table {
  36.     padding: 5px;
  37.     display: table;
  38.     width: 100%;
  39.     font-size: 80%;
  40. }
  41.  
  42. #calendar-th {
  43.     font-weight: bold;
  44.     text-align: center;
  45.     font-size: 1.4em;
  46.     padding-bottom: 7px;
  47.     border-bottom: 1px solid #cccccc;
  48. }
  49.  
  50. .calendar-header-day {
  51.     text-align: center;
  52.     color: #cccccc;
  53.     margin: 2px 0px;
  54.     padding-top: 7px;
  55. }
  56.  
  57. .calendar-day {
  58.     text-align: center;
  59.     width: 14,2%;
  60. }
  61.  
  62. .monthPrev {
  63.     color: #ffffff;
  64.     border-bottom: 2px solid #fff;
  65.  
  66. }
  67.  
  68. .monthNext {
  69.     color: #ffffff;
  70.     border-bottom: 2px solid #fff;
  71.  
  72. }
  73.  
  74. .square-content .today {
  75.     color: #ffffff;
  76.     /*font-weight: bold;*/
  77. }
  78.  
  79. .footer {
  80.     text-align: center;
  81.     font-size: 0.9em;
  82.     line-height: 1.2em;
  83. }
  84. ######################################################
  85. ########### calendar_monthly/css/themes/block.css komplett
  86. #############################################################
  87.  
  88. #yearDigits {
  89.     -webkit-font-smoothing: none !important;
  90.     font-family: "cherry11";
  91.     font-weight: 400;
  92.     color: #fff;
  93.     font-size: 11px !important;
  94. }
  95.  
  96. #monthName {
  97.     -webkit-font-smoothing: none !important;
  98.     font-family: "cherry11";
  99.     font-weight: 400;
  100.     color: #fff;
  101.     font-size: 11px !important;
  102. }
  103.  
  104. .calendar-header-day {
  105.     color: #fff;
  106.     font-family: "cherry10";
  107.     font-size: 10px !important;
  108.     line-height: 1.2em;
  109.     border-bottom: 1px solid #fff;
  110. }
  111.  
  112. .square-box {
  113.     position: relative;
  114.     width: 50%;/*50*/
  115.     overflow: hidden;
  116.     margin: 0px auto;
  117. }
  118.  
  119. .square-box:before {
  120.     content: "";
  121.     display: block;
  122.     padding-top: 20%;/*20*/
  123. }
  124.  
  125. .square-content {
  126.     top: 0;
  127.     left: 0;
  128.     bottom: 0;
  129.     right: 0;
  130. }
  131.  
  132. .square-content .today {
  133.     border: 1px solid #cccccc;
  134.     border-radius: 1px;
  135.     color: #cccccc;
  136. }
  137.  
  138. .square-content div {
  139.     display: table;
  140.     width: 100%;
  141.     height: 100%;
  142. }
  143.  
  144. .square-content span {
  145.     display: table-cell;
  146.     text-align: center;
  147.     vertical-align: middle;
  148. }
  149. ###################################################
  150.  
  151. ########### /currentweather/currentweather.css auszug
  152. ####################################################
  153. .currentweather .fa-home {
  154.   font-size: 40px;
  155.   line-height: 65px;
  156.   display: inline-block;
  157.   -ms-transform: translate(0, -3px); /* IE 9 */
  158.   -webkit-transform: translate(0, -3px); /* Safari */
  159.   transform: translate(0, -3px);
  160.   -webkit-font-smoothing: auto;
  161. }
  162. #####################################################
Add Comment
Please, Sign In to add comment