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

blogroll.css « pages « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cace202004610ce31aa1e7ec038b204a111620b (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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/*Colors*/
/*Shadows*/
/*Breakpoints*/
/* New widest container for headers */
.container-widest {
  max-width: 1800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container-widest .container-widest {
      width: 738px; } }
  @media (min-width: 992px) {
    .container-widest .container-widest {
      width: 962px; } }
  @media (min-width: 1200px) {
    .container-widest .container-widest {
      width: 1170px; } }
  @media (min-width: 1500px) {
    .container-widest .container-widest {
      width: 1470px; } }
  @media (min-width: 1800px) {
    .container-widest .container-widest {
      width: 1770px; } }

/* Make Navbar transparent */
.nav:not(.scrolled) {
  background-color: transparent;
  position: absolute; }

.blogroll-background {
  background: url("../../img/headers/background-transparent.png") no-repeat;
  background-color: #0082c9;
  background-position: center;
  background-size: cover;
  height: 40vh;
  min-height: 300px;
  max-height: 600px; }

body {
  background-color: #f4f8fb; }

.section--blogroll input {
  background: white url(../../img/icons/search.png) no-repeat scroll 10px 12px;
  margin: 25px 10px;
  padding: 0 25px 0 45px;
  height: 45px;
  border-radius: 30px;
  border-style: solid;
  border-color: lightgray;
  border-width: thin;
  color: #757575;
  width: 300px; }
.section--blogroll button {
  margin: 20px 5px;
  padding: 0 25px;
  height: 45px;
  border-radius: 30px;
  border-style: solid;
  border-color: lightgray;
  border-width: thin;
  color: #757575; }
  .section--blogroll button:hover {
    color: white;
    background-color: #0082c9; }
.section--blogroll .post {
  box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
  transition: all .5s ease;
  background: white;
  border-radius: 10px 10px 0 0;
  margin: 20px 0; }
  .section--blogroll .post:hover {
    box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
    transition: all .3s ease;
    transform: translate3D(0, -1px, 0); }
  .section--blogroll .post .post--image {
    width: 100%;
    height: 200px;
    background-color: #C4E1F7;
    border-radius: 10px 10px 0 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
  .section--blogroll .post .post--content {
    padding: 5px 10px 10px 10px; }
    .section--blogroll .post .post--content .post--content--title {
      margin-top: 0px;
      display: block;
      font-size: 21px;
      line-height: 1;
      padding: 3px;
      text-align: left; }
      .section--blogroll .post .post--content .post--content--title :hover {
        color: #337ab7;
        text-decoration: underline solid #337ab7; }
    .section--blogroll .post .post--content .post--content--metadata {
      text-align: center;
      margin: 0 auto;
      font-size: 9px;
      font-style: italic;
      /* 				padding: 3px; */ }
    .section--blogroll .post .post--content .post--content--excerpt {
      font-size: 12px;
      padding: 3px;
      text-align: left;
      font-style: normal; }

.section--grid {
  margin-top: 30px; }
  .section--grid #post-grid-635 {
    background-color: #f4f8fb !important; }
  .section--grid .post-grid .grid-nav-top .nav-search .search {
    min-width: 300px;
    height: 40px;
    border-radius: 40px;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    padding: 8px 8px 8px 30px;
    /*         margin-top: 15px; */
    color: #757575;
    width: 50%; }
  .section--grid .item {
    border-radius: 5px;
    box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
    transition: all .5s ease; }
  .section--grid .item:hover {
    box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
    transition: all .3s ease;
    transform: translate3D(0, -1px, 0); }
  .section--grid .post-grid .grid-items {
    padding-bottom: 30px; }
    .section--grid .post-grid .grid-items .layer-media img {
      border-radius: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      box-shadow: none;
      object-fit: cover;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 300px;
      height: 200px; }
    @media (max-width: 768px) {
      .section--grid .post-grid .grid-items .layer-media img {
        width: 600px; } }
  .section--grid .skin.flat .layer-content {
    text-align: left padding 5px 10px; }
  .section--grid .post-grid .pagination.lite .page-numbers {
    color: #666; }

.section--newsletter {
  margin-bottom: 0px; }
  .section--newsletter a {
    margin: 50px; }

footer {
  margin-top: 0px; }

/*# sourceMappingURL=blogroll.css.map */