Skip to content

Commit 4615496

Browse files
authored
Create stylesheet.css
1 parent e5da28c commit 4615496

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

stylesheet.css

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
body {
2+
/*background:#fe0000;*/
3+
background: rgb(49, 49, 49);
4+
color: white;
5+
}
6+
a {
7+
color:white;
8+
}
9+
#header-bottom-left {
10+
background: #fe0000;
11+
}
12+
#header-bottom-right a {color:black;}
13+
.side,.spacer {
14+
padding: 2px;
15+
margin: 10px;
16+
border-radius: 10px;
17+
background: white;
18+
}
19+
.titlebox .hover.redditname a {
20+
color: black;
21+
}
22+
.choice li a {
23+
background-color: red;
24+
}
25+
26+
.users-online {
27+
color: black;
28+
}
29+
.thing {
30+
padding: 2px;
31+
background: white;
32+
border-radius: 10px;
33+
width: 73%;
34+
}
35+
.spacer a {
36+
color: black;
37+
}
38+
/*#siteTable {
39+
background: white;
40+
border-radius: 10px;
41+
}*/
42+
/*.sitetable.linklisting {
43+
background: white;
44+
}*/
45+
.tabmenu button {
46+
color:black;
47+
}
48+
#header .tabmenu a {background-color:black;}
49+
.create-reddit {color:black;}

0 commit comments

Comments
 (0)