-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (107 loc) · 1.84 KB
/
style.css
File metadata and controls
107 lines (107 loc) · 1.84 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
a.header {
font-size: 1.7em;
text-align: center;
text-decoration:none;
color:#333;
text-shadow: 2px 2px 2px #CCC;
}
h1 {
margin-left:auto;
margin-right:auto;
}
a.header:hover {
color:#B00;
text-decoration:none;
}
.container {
background:#FFFFFF;
width:80%;
text-align:left;
font-size:1.7em;
padding:0px;
margin:0px;
border-top:6px solid #333;
border-bottom:0px solid #333;
margin-left:auto;
margin-right:auto;
/* Box shadowing that provides a nice page shadow; experimental shiny stuff. */
box-shadow: 0 0 4em #ccc;
-webkit-box-shadow: 0 0 4em #ccc;
-moz-box-shadow: 0 0 4em #ccc;
}
.textContainer {
width:90%;
margin-left:auto;
margin-right:auto;
}
body {
color:#111;
margin: 0px;
padding: 0px;
background: #ebebeb url(/images/bg.png) repeat;
text-align: center; /* For IE centering. */
font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
font-size: 62.5%;
line-height: 1.5;
}
h2 {
color:#B00;
}
.emph {
color:#B00;
}
li {
padding: 3px;
}
.topLinks {
font-size:1.5em;
text-align:left;
padding-bottom:2px;
background: #333;
padding-left: 40px;
}
a {
text-decoration: none;
color:#00009C;
}
a:hover {
text-decoration: underline;
}
.linkSpan {
padding:1px;
margin:8px;
color:#999;
padding-left: 30px;
text-shadow: 2px 2px 2px #222;
font-size: 0.8em;
letter-spacing: 0.045em;
}
.linkSpan:hover {
color: #ff8000;
background-color: #333;
text-decoration:none;
}
.homeContainer {
float:left;
width:50%;
margin:1%;
padding:1%;
}
.desc {
padding-left:4%;
padding-top:1%;
padding-bottom:2%;
}
.footer {
padding-top:1%;
text-align:center;
}
.bib {
margin: 4px;
padding: 10px;
width:auto;
font-family: monospace;
border: 2px dashed #00009C;
overflow: auto;
white-space: pre-wrap; /* css-3 */
}