-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (96 loc) · 1.58 KB
/
style.css
File metadata and controls
97 lines (96 loc) · 1.58 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
#navbar
{
/* margin-top:15px;
border-right:1px solid #CCCCCC;
width:195px;
position:relative;
margin-right:10px;
margin-top: 150px;
text-align:left;*/
/*float:left;*/
/* padding:0;
color:#7f7f7f;
position: fixed;*/
border-style: none;
margin: 0;
position: fixed;
}
#top-big
{
border-bottom:1px solid #AAAAAA;
padding-bottom: 16px;
display: flex;
}
#bottom
{
border-top: 1px solid #AAAAAA;
}
.container
{
max-width: 1024px;
}
.section-media
{
height: 180px;
}
#left
{
/*border-right: 1px solid #AAAAAA;*/
border-right: 1px solid #AAAAAA;
}
#testel
{
position: fixed;
}
#inside
{
border-style: none;
/*border-left: 1px solid #AAAAAA;*/
}
#imagediv
{
text-align: right;
}
.paragraph
{
text-align: justify;
text-justify: inter-word;
}
.textAtBottom
{
vertical-align: bottom;
position: absolute;
bottom: 0;
}
#footer
{
padding-left: 10px;
}
#drawerButton
{
margin-left: auto;
}
.nonlink
{
margin: 0;
}
.has-small-font-size
{
text-align: justify;
}
.article
{
text-align: justify;
}
hr
{
width:100%;
margin: 10 auto;
}
.separator
{
border: 0;
height: 2px;
/*border-top: 1px solid #CCC;*/
background-image: linear-gradient(to right, transparent, #CCC, transparent);
}