Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.min.css « src « postcss - github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bae73889b241ee09bd5ab78119f8ad597a873f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
@lost flexbox flex;
$codeTextColor: #866c6c;
$linkHoverColor: #aeaeae;
$linkActiveColor: #585858;
$linkTextColor: #676767;
$headerLinkTextColor: #fff;
$copyrightTextColor: #676767;
$textColor:#fff;
$headlineTextColor:#676767;
body {  line-height: 1.6;
  font-weight: 400;
  font-family: "Lora", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:#181818;color:$textColor;
  }
a:hover, .post-list-pagination{color:$textColor;}
a:hover{text-decoration: underline;}
.wrap {
  lost-center: 80% flex;
}
h1,h2,h3,h4,h5,h6 {color: $headlineTextColor;}
.header, .navbar { lost-column: 12/12;}
.header a{
  text-decoration: none;
  color: $headerLinkTextColor;
  opacity: 1;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
}
.header a.active{
  color: $linkActiveColor; }
.header a:hover{
  opacity: 0.5;
  }
.header, .tags {color:#fff;font-weight:700;}
.header a.title {font-size: responsive 34px 38 px;}
.header span.title-description {font-size: responsive 15px 19px;}
a.navbar-link, a.post-title-link{font-weight:700;}
code {color: $codeTextColor;}
a {color: $linkTextColor;}
.navbar-list {
  list-style: none;
  margin-bottom: 0;
  }
.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0; }
.navbar-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2rem;
  margin-right: 35px;
  text-decoration: none;
  color: $linkTextColor; }
  .navbar-link.active {
  color: $linkActiveColor; }
  .navbar-link:hover {
  color: $linkHoverColor;
}
.copyright{
  lost-column: 12/12;
  color: $copyrightTextColor;
}
.copyright p {
  font-size: responsive 12px 15px;}
.content-tags, .post-title {
  lost-column: 7/12 0;
}
.content-full {
  lost-column: 1;
}
.pagination{
  lost-column: 12/12;
  text-align:center;
  font-size: responsive 16px 19px;
}
.tags {
  lost-column: 2/12;
  border-left: 3px solid #808080;  padding-left: 8px; margin-top: 4px;
  font-size:small;
}
.tags a {  font-size:small;}
.tags a, .pagination a{
  color: $linkTextColor;
  text-decoration: none;
}
a.tag-link:hover, .pagination a:hover{
color: $linkHoverColor;
text-decoration: underline;
}
p { margin-top: 5px; 
font-size: responsive 16px 21px;}
.empty {
  lost-column: 12/12;
}
.post-title-link {
font-weight: 700;
font-size: responsive 30px 36px;;
color: $linkTextColor;
text-decoration: none;
 }
.post-title-link:hover {
color: $linkHoverColor;
}