-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.css
115 lines (94 loc) · 1.84 KB
/
mystyle.css
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
body {
margin:0;
padding:0;
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 1.5em;
}
#header {
/*margin-top: 20px;*/
margin-top: 5%;
margin-left: 30%;
margin-right: 30%;
font-family: Sans-Serif;
font-weight: bold;
}
#header img {
width:250px;
border-radius:50%;
margin:0 auto;
filter: grayscale(100%);
display:table
}
#nav {
margin-left: 30%;
margin-right: 30%;
/*background: #8C8C8C;*/
margin-top: 60px;
margin-bottom: 60px;
padding-left: 15px;
padding-right: 15px;
/*display:table; */
line-height: 1.5em;
font-family: Sans-Serif;
font-weight: bold;
}
#nav a:link, a:visited, a:active, a:hover {
color: black;
/*background-color: transparent; */
text-decoration: none;
}
#nav table {
font-family: arial, sans-serif;
/*border-collapse: collapse;*/
width: 100%;
}
#nav td, th {
/* border: 1px solid #dddddd;*/
text-align: center;
width: 25%;
/* padding: 8px;*/
}
main {
padding-bottom: 10010px;
margin-bottom: -10000px;
float: left;
width: 100%;
}
a:link, a:visited, a:active, a:hover {
color: black;
text-decoration: underline;
}
a.simple:link, a.simple:visited, a.simple:active, a.simple:hover {
color: black;
font-weight: lighter;
text-decoration: none;
}
#footer {
margin-left: 30%;
margin-right: 30%;
clear: left;
background: #ccc;
text-align: center;
padding: 4px 0;
}
#wrapper {
overflow: hidden;
}
#content {
margin-left: 25%;
margin-right: 25%
}
.innertube {
max-width: 1200px;
margin: 15px; /* Padding for content */
margin-top: 0;
padding: 1em;
line-height: 2em;
}
p, li {
color: #555;
text-align: justify;
margin-bottom: 5px;
/*line-height: 1.5em;*/
}