-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathneighbr.css
More file actions
115 lines (96 loc) · 2.65 KB
/
neighbr.css
File metadata and controls
115 lines (96 loc) · 2.65 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
body {
font-family: 'Lucida Sans Unicode', 'Trebuchet MS', sans-serif;
background: url('./img/background.png') top left fixed no-repeat #161616;
color: #979797;
margin: 0px 0px 0px 210px;
}
a:link, a:visited {
text-decoration: none;
color: #ffffff;
}
a:active, a:hover {
text-decoration: none;
color: #ffffff;
}
a:link.grey, a:visited.grey, a:active.grey, a:hover.grey { color: #979797; }
a:link.blue, a:visited.blue, a:active.blue, a:hover.blue { color: #3e87e3; }
a:link.green, a:visited.green, a:active.green, a:hover.green { color: #65b042; }
a:link.orange, a:visited.orange, a:active.orange, a:hover.orange { color: #e28949; }
a:link.purple, a:visited.purple, a:active.purple, a:hover.purple { color: #8426e3; }
a:link.cyan, a:visited.cyan, a:active.cyan, a:hover.cyan { color: #77bddb; }
#wrapper {
background: #101010;
width: 600px;
font-size: 10pt;
}
#breadcrumbs { background: #1f1f1f; }
#share { background: #292929; overflow: hidden; padding: 5px 20px; }
#login, #register, #share-text, #share-image, #share-link, #share-code, #share-comment, #share-video { background: #303030; height: 0px; overflow: hidden; }
#share-text { background: url('./img/share-text.jpg') top left no-repeat; }
#share-image { background: url('./img/share-image.jpg') top left no-repeat; }
#share-video { background: url('./img/share-video.jpg') top left no-repeat; }
#share-link { background: url('./img/share-link.jpg') top left no-repeat; }
#share-code { background: url('./img/share-code.jpg') top left no-repeat; }
#share-comment { background: url('./img/share-comment.jpg') top left no-repeat; }
#texttitle, #imagefile, #videosource, #linktitle, #codetitle, #commenttitle {
background: #303030;
border-width: 0px 0px 1px 0px;
border-style: dashed;
border-color: #c0c0c0;
color: #fefefe;
padding: 5px;
width: 570px;
}
#bulletin {
font-size: 12pt;
color: #ffffff;
}
.post-header {
background: #1a1a1a;
color: #ffffff;
}
.post-content {
background: #090909;
color: #b3b3b3;
}
input {
font-family: 'Lucida Sans Unicode', 'Trebuchet MS', sans-serif;
font-size: 10px;
padding: 0px 2px;
}
textarea {
font-family: 'Lucida Sans Unicode', 'Trebuchet MS', sans-serif;
font-size: 10px;
background: transparent;
border: 0px;
padding: 5px;
color: #fefefe;
}
.close {
font-weight: bold;
background: #1f1f1f;
color: #4e4e4e;
padding: 5px;
}
pre, code {
width: 100%;
overflow-x: auto;
margin: 0px;
}
.pages {
font-family: Tahoma, sans-serif;
width: 15px;
height: 15px;
background: #090909;
font-weight: bold;
display: inline;
color: #ffffff;
padding: 5px 10px;
margin: 0px 5px;
}
#neighbrbutton {
position: fixed;
left: 830px;
top: 40px;
}
a img { border: 0px; }