Skip to Content

CSS File

URL: https://www.astrostar.ru/css/calendar.min.css?v6a145b0d3800c
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Thu, 14 May 2026 11:35:05 GMT
Download Time: Less than a second
Cookies: None
Size: 15 KB
Rules: 124 style rules
Imports: 0 stylesheets
HTTP Headers:  5 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/*---------------------------------------------------

2 LESS Elements 0.9

3 ---------------------------------------------------

4 A set of useful LESS mixins

5 More info at: http://lesselements.com

6 ---------------------------------------------------*/

7.moon-calendar-cont {

8 overflow-x: auto;

9}

10

11.moon-calendar {

12 overflow: hidden;

13 min-width: 900px;

14}

15.moon-calendar .dates-block {

16 display: table;

17 width: 100%;

18}

19.moon-calendar .dates-block .day-block {

20 background: #405580;

21 border: 1px solid #314595;

22 display: table-cell;

23 position: relative;

24 text-align: center;

25 vertical-align: middle;

26 width: 14.28%;

27 overflow: hidden;

28}

29.moon-calendar .dates-block .day-block:not(.week-day) {

30 height: 115px;

31}

32.moon-calendar .dates-block .day-block a,

33.moon-calendar .dates-block .day-block span.moon-day-static {

34 color: #ffffff;

35 display: block;

36 padding: 15px;

37 width: 100%;

38}

39.moon-calendar .dates-block .day-block span.moon-day-static {

40 cursor: default;

...

</html>