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: 80a7859834ceaf9c1c490570a6671816d6c02a23 (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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
@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: 1;
}
.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 50px;
}
.header span.title-description {
  font-size: responsive 14px 18px;
}
a.navbar-link, a.post-title-link{
  font-weight:700;
}
code {
  color: $codeTextColor;
}
a {
  color: $linkTextColor;
}
.navbar-list {
  list-style: none;
  margin-bottom: 0;
  float: right;
}
.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0; 
}
.navbar-link {
  text-transform: uppercase;
  font-size: responsive 12px 16px;
  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: 1;
  color: $copyrightTextColor;
}
.copyright p, .tags a, .tags {
  font-size: responsive 12px 15px;}
.content-tags, .post-title {
  lost-column: 9/12 0 flex;
  width: 100%;
}
.content-full {
  lost-column: 1;
}
.pagination{
  lost-column: 1;
  text-align:center;
  font-size: responsive 16px 19px;
}
.tags {
  lost-column: 2/12 0 flex;
  width: 100%;
  border-left: 3px solid #808080;  padding-left: 8px; margin-top: 4px;
}
.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;
}
.post-title-link {
  font-weight: 700;
  font-size: responsive 30px 36px;;
  color: $linkTextColor;
  text-decoration: none;
 }
.post-title-link:hover {
  color: $linkHoverColor;
}
article {
  lost-center: 100% flex;
}