-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain-mobile.css
98 lines (80 loc) · 1.25 KB
/
main-mobile.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
body {
margin: 10px 5%;
font-family: "PMingLiu";
font-size: small;
line-height: 1.5;
color: black;
background-color: #fff;
}
h1 {
font-size: 200%;
}
nav {
font-weight: bold;
text-align: right;
}
nav ul {
list-style-type: none;
}
nav ul li {
display: inline;
margin: 5px;
font-size: 100%;
}
nav ul li a:link, nav ul li a:visited {
color: #8a8a8a;
text-decoration: none;
}
nav ul li.selected {
padding: 0px 0px 5px 0px;
border-bottom: black 2px solid;
}
footer {
text-align: center;
margin: 5px;
font-size: 90%;
}
.book, .mobile-pic {
margin: 1px;
height: 75%;
width: 75%;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.line-through {
text-decoration: line-through;
}
table {
margin: 0px auto;
border: thin solid black;
caption-side: bottom;
border-collapse: collapse;
}
table table th {
background-color: white;
}
td, th {
border: thin dotted gray;
padding: 5px;
}
img {
height: auto;
max-width: 100%;
}
.ulNoStyle {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.ulNoStyle li {
display: inline;
font-size: medium;
}
.ulNoStyle a {
text-decoration: none;
font-weight: bold;
}