-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle4.css
More file actions
123 lines (93 loc) · 1.34 KB
/
style4.css
File metadata and controls
123 lines (93 loc) · 1.34 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
body {
color: #111111;
background-color: #FFFFFF;
font-family: sans-serif;
font-size: larger;
margin: 0px;
padding: 0px;
}
h3 {
font-family: "Georgia" serif;
}
#me {
text-align:center;
left: 5%;
right: 5%;
margin-bottom: 20px;
}
#pic {
width: 400px;
padding-bottom: 30px;
}
#words {
font-size: smaller;
text-align:justify;
left: 25%;
right: 25%;
color: #000000;
margin-bottom: 50px;
}
.blurb {
width: 700px;
margin-left: auto;
margin-right: auto;
}
.blurb h3 {
color:#111111;
}
.blurb p {
padding-bottom: 15px;
}
a {
color:#009999;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
* {margin: 0; padding: 0;}
div {
margin: 0px;
}
ul {
list-style-type: none;
width: 700px;
}
li img {
float: left;
margin: 0 15px 0px 0px;
width: 125px;
}
li img::after {
content: '';
display: table;
clear: both;
}
.entry p {
font: 200 12px/1.5 Georgia, Times New Roman, serif;
}
li {
padding: 10px;
overflow: auto;
}
.title {
font-weight: bold;
text-align: justify;
text-justify: inter-word;
}
.authors {
text-align: justify;
text-justify: inter-word;
}
.entry img {
float: left;
margin: 0px 15px 25px 0px;
width: 125px;
}
.entry {
margin: 0px 15px 0px 0px;
padding: 0px;
overflow: auto;
font-size:small;
/*width: 665px;*/
}