-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
151 lines (135 loc) · 2.96 KB
/
Copy pathstyle.css
File metadata and controls
151 lines (135 loc) · 2.96 KB
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
/*
Theme Name: MyBlog
Author: Anton Shevchuk
Description: Theme from scratch
Version: 0.0.1
Tags: newtheme, bootstrap
*/
/*.border{
border: 1px solid #eee;
}*/
body{
/*font-family: 'Didact Gothic', sans-serif;*/
/*background-color: #F2F2F2;*/
}
header{
position: relative;
z-index: 2;
/*box-shadow: -1px 3px 6px -2px rgba(110,110,110,0.6);*/
/*margin-bottom: 20px;*/
/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);*/
/*box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.75);*/
}
.header{
padding-left: 30px;
}
nav li {
display: inline-block;
margin-right: 25px;
}
.page{
background-color: #eee;
}
.navigation{
padding: 10px 0px 10px 20px;
border-top: 1px solid #eee;
/*border-bottom: 1px solid #eee;*/
/*background-color: #f1f1f1;*/
background-color: #fff;
/*box-shadow: 0px 2px 5px 0px rgba(166,166,166,1);*/
box-shadow: -1px 3px 6px -2px rgba(110,110,110,0.6);
/*box-shadow: 0px 8px 11px -6px rgba(0,0,0,0.46);*/
/*box-shadow: 0px 8px 11px -6px rgba(0,0,0,0.61);*/
/*box-shadow: 0px 2px 12px -1px rgba(0,0,0,0.61);*/
/*box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.35);*/
/*box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.75);*/
/*box-shadow: 0px 1px 1px 0px rgba(143,143,143,1);*/
/*box-shadow: 0px 1px 2px 0px rgba(102,102,102,1);*/
/*background-color: #3F3A3C;*/
/*background-color: #212529;*/
}
nav li a{
font-size: 1.2em;
/*color: #fff;*/
}
.navigation li a:hover{
text-decoration: none;
}
.home-content{
/*position: static;*/
z-index: 1;
height: 570px;
margin-bottom: 5px;
padding-top: 40px;
/*padding-bottom: 20px;*/
padding-left: 35px;
font-size: 1.2em;
background-color: #F2F2F2;
/*border: 1px solid #eee;*/
/*box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);*/
}
.home-title{
}
.home-content p{
/*margin-bottom: 0px;*/
}
.row-content{
background-color: #F2F2F2;
/*box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.75);*/
}
.home-content h2{
border-bottom: 1px solid #eee;
}
.home-content hr{
display: inline-block;
width: 40%;
margin-bottom: 30px;
background-color: #3445BA;
}
/*.home-content hr:last-child{
display: inline-block;
width: 30%;
height: 10%;
margin-bottom: 30px;
background-color: #3445BA;
}*/
.post-title{
margin-bottom: 15px;
}
.post-column{
/*padding-top: 35px;*/
padding-bottom: 30px;
}
.post-type{
display: inline-block;
width: 200px;
height: 150px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 50px;
padding-bottom: 17px;
/*height: 70px;*/
/*background-color: #475FFF;*/
/*background-color: #3445BA;*/
/*background-color: #212D77;*/
background-color: #fff;
color: #212D77;
border: 1px solid #212D77;
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
/*border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;*/
}
footer{
height: 200px;
/*background-color: #3F3A3C;*/
/*background-color: #212529;*/
background-color: #fff;
color: #fff;
box-shadow: -1px -3px 6px -2px rgba(110,110,110,1);
}
.footer{
padding: 10px 0px 0px 30px;
}