-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
129 lines (111 loc) · 1.8 KB
/
style2.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
120
121
122
123
124
125
126
127
128
129
body {
color: #081144;
background-color: #FFFFFF;
font-family: sans-serif;
font-size: larger;
margin: 0px;
/*padding: 0px;*/
padding: 20px 75px 30px 0px;
/* max-width: 800px;
min-width: 665px;
width: 665px;*/
width: 100%;
}
#me {
/* text-align:center;
position: absolute;
float: left;
margin-bottom: 60px;
margin-left: 25px;*/ /* UNCOMMENT TO MAKE SIDE_BY_SIDE */
font-weight: bold;
width: 200px;
color: #000000;
padding-left: 30px;
}
#pic {
width: 200px;
padding-bottom: 30px;
/*padding-top: 20px;*/
}
#words {
font-size: smaller;
margin-left: 0px; /* 270 */ /* UNCOMMENT TO MAKE SIDE_BY_SIDE */
color: #000000;
margin-bottom: 10px;
padding-left: 0px;
}
.name {
font-family: sans-serif
}
.mpk {
color: #003366;
}
.blurb {
/*width: 445px;*/
width: 765px;
padding-left: 30px;
/* margin-left: auto;
margin-right: auto;*/. /* UNCOMMENT TO MAKE SIDE_BY_SIDE */
}
.blurb h3 {
color:#000000;
padding: 0px;
margin: 0px;
}
.blurb p {
text-align: justify;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 5px;
}
.tocome {
color:#009999;
}
.comment {
font-style: italic;
color: #5588bb;
}
.news {
font-style: italic;
color: #6666aa;
}
a {
color:#009999;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #dd66dd;
}
.title {
font-weight: bold;
text-align: justify;
text-justify: inter-word;
}
.authors {
text-align: justify;
text-justify: inter-word;
}
.blurb ul {
margin-top: -23px;
margin-bottom: 10px;
}
.entry img {
float: left;
margin: 0px 15px 25px 0px;
width: 125px;
}
.entry {
margin: 0px 15px 0px 0px;
padding: 0px;
overflow: auto;
/*width: 665px;*/
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}