-
Notifications
You must be signed in to change notification settings - Fork 0
/
nll.css
executable file
·143 lines (115 loc) · 1.57 KB
/
nll.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
a {
text-decoration: none;
color: blue;
border: none;
}
a:hover {
text-decoration: underline;
}
.authors {
font-style: italic;
}
.title {
font-weight: bold;
}
body {
background-color: #ffffff;
margin-bottom: 30px;
}
#container {
width: 750px;
margin: 30px auto 0px auto;
text-align: left;
}
#containerInner {
width: 700px;
text-align: left;
margin-left: 25px;
}
#content {
border: 1px solid grey;
background-color: white;
}
.discussion {
margin: 0px 0px 15px 20px;
}
#footer {
font-size: 10pt;
margin-top: 50px;
text-align: center;
}
img {
margin: 0px;
}
form {
margin: 0px;
padding: 0px;
}
#groupImg {
margin-left: -5px;
margin-bottom: 5px;
}
h1 {
color: #222222;
font-size: 20pt;
margin-bottom: 0px;
}
h2 {
color: #222222;
font-size: 16pt;
margin-top: 0px;
}
#header {
text-align: center;
margin: 30px auto 0px auto;
}
iframe {
margin-left: 20px;
}
img {
border: none;
}
.papertable {
/*border: 2px solid black;*/
}
.papertable td {
/*border: 2px solid black;*/
padding: 0px 0px 7px 0px;
}
.voteup {
margin-left: 7px;
margin-top: 5px;
margin-bottom: -5px;
padding: 0px;
display: block;
}
.votedown {
margin-left: 7px;
margin-top: -5px;
margin-bottom: 5px;
padding: 0px;
display: block;
}
.upvotes {
font-size: 10pt;
color: #555555;
}
.rank {
font-weight: bold;
font-family: arial;
}
#subscribe {
margin-left: 20px;
}
td.vote {
width: 30px;
}
.topic {
font-size: 14pt;
font-weight: bold;
color: #222222;
margin-top: 30px;
}
#topImg {
margin-bottom: -5px;
}