-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
119 lines (117 loc) · 1.66 KB
/
style.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
114
115
116
117
118
119
html {
height: 100%;
}
body {
margin: 0;
min-height: 100%;
display: flex;
flex-direction: column;
background: rgb(239, 241, 229);
}
#content {
flex: 1;
display: flex;
flex-direction: row;
}
#side-menu {
flex: 1;
padding-left: 12px;
min-width: 270px;
}
#main {
flex: 6;
padding-right: 12px;
}
#footer {
min-height: 27px;
}
#top-menu-bar {
text-align: center;
background-color: #3a5533;
color: #fff;
padding: 13px 12px 12px 12px;
}
#top-menu-bar li {
display: inline;
}
#top-menu-bar a {
font-weight: bold;
text-decoration: none;
padding: 12px 15px 12px 15px;
color: #fff;
border-radius: 3px;
}
#top-menu-bar a:visited {
color: #fff;
}
#top-menu-bar a:hover {
color: #3a5533;
background: #fff;
transition: 0.7s;
}
#top-menu-bar a:active {
color: #3a5533;
background: #ff0;
}
.favo {
font-weight: bold;
color: rgb(0, 111, 22);
font-style: italic;
}
.lng {
font-style: italic;
}
#cpr {
text-align: center;
background-color: #cde3b1;
padding: 12px;
}
.alter {
background: #e9efe2;
}
td {
padding: 3px;
width: 100px;
}
.pag {
background: #fff;
padding: 1.6rem;
margin-bottom: 1.6rem;
border-radius: 1rem;
box-shadow: 0 4px 8px rgb(166, 166, 166);
}
.pag h2 {
margin-top: 0;
}
.motto {
text-align: right;
}
#cd {
background-color: white;
padding: 5px 9px 5px 9px;
font-size: 14pt;
border-radius: 5px;
border: 1px inset silver;
}
#wd {
font-weight: bold;
color: green;
}
#yr {
font-weight: bold;
color: red;
}
#above-menu {
width: 100%;
}
#me-photo {
border: 3px solid silver;
border-radius: 50%;
}
#mon {
width: 81pt;
}
.fmotto {
color: rgb(0, 111, 22);
font-weight: bold;
}