Skip to content

Commit d6cfc05

Browse files
Add themes here
This isn't useless :p
1 parent a59ee13 commit d6cfc05

File tree

295 files changed

+8452
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+8452
-0
lines changed
498 KB
Loading
40.8 KB
Loading

themes/BT_hailfirepeaks/style.css

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
@import url('../../css/borders.css');
2+
3+
.outline, .PoRT
4+
{
5+
box-shadow: none;
6+
}
7+
8+
.faq
9+
{
10+
11+
}
12+
13+
body
14+
{
15+
background: url("background2.png");
16+
background-attachment: fixed;
17+
background-repeat: no-repeat;
18+
background-size: 125% auto;
19+
text-shadow: 2px 2px 2px #000;
20+
}
21+
22+
.header0, .header1, table
23+
{
24+
25+
}
26+
27+
.header0 th
28+
{
29+
background: rgba(255,0,0,0.25);
30+
}
31+
32+
.header1 th
33+
{
34+
background: rgba(255,0,0,0.25);
35+
}
36+
37+
.cell1
38+
{
39+
40+
}
41+
42+
.cell0, .cell2
43+
{
44+
45+
}
46+
47+
table.post td.post, table.post td.side
48+
{
49+
background: rgba(255,0,0,0.25);
50+
}
51+
52+
table.post td.meta, table.post td.userlink
53+
{
54+
background: rgba(255,0,0,0.5);
55+
}
56+
57+
.errort
58+
{
59+
60+
}
61+
62+
.errorc
63+
{
64+
65+
}
66+
67+
td, th
68+
{
69+
border-color: #fa4444;
70+
border-radius: 1px;
71+
}
72+
73+
74+
button, input[type="submit"]
75+
{
76+
background: red;
77+
color: white;
78+
}
79+
80+
input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea
81+
{
82+
background: rgba(255,0,0,0.5);
83+
color: white;
84+
}
85+
86+
input[type="checkbox"], input[type="radio"]
87+
{
88+
background: rgba(255,0,0,0.5);
89+
color: white;
90+
}
91+
92+
div#tabs button.selected
93+
{
94+
border: solid 1px red;
95+
}
96+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Banjo Tooie hailfire peaks
2+
By StarLand
156 KB
Loading

themes/BT_lightning/button.png

8.93 KB
Loading

themes/BT_lightning/preview.png

12.3 KB
Loading

themes/BT_lightning/style.css

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
@import url('../../css/borders.css');
2+
3+
.outline, .PoRT
4+
{
5+
box-shadow: 2px 2px 2px;
6+
}
7+
8+
body
9+
{
10+
background: url("background9.png");
11+
background-attachment: fixed;
12+
background-repeat: no-repeat;
13+
background-size: 100%;
14+
color: #fff;
15+
}
16+
17+
.header0, .header1, table
18+
{
19+
}
20+
21+
.header0 th
22+
{
23+
border: solid 2px green;
24+
padding: 2px;
25+
margin: 2px;
26+
border-radius: 4px;
27+
}
28+
29+
.header1 th
30+
{
31+
border: solid 2px green;
32+
padding: 2px;
33+
margin: 2px;
34+
border-radius: 4px;
35+
}
36+
37+
.cell1, table.post td.post
38+
{
39+
border: solid 1px yellow;
40+
border-radius: 4px;
41+
background: rgba(0,0,0,0.75);
42+
}
43+
44+
table.post td.post
45+
{
46+
border: 1px yellow solid;
47+
border-radius: 4px;
48+
background: rgba(0,0,0,0.5);
49+
color: #0ff;
50+
padding: 4px;
51+
margin: 8px;
52+
}
53+
54+
table.post td.side, table.post td.userlink, table.post td.meta
55+
{
56+
border: 1px yellow solid;
57+
border-radius: 0px;
58+
padding: 4px;
59+
margin: 8px;
60+
background: rgba(0,0,0,1);
61+
color: #0ff;
62+
}
63+
64+
.cell0, .cell2
65+
{
66+
border: solid 2px yellow;
67+
background: rgba(0,0,0,0.5);
68+
padding: 2px;
69+
margin: 2px;
70+
border-radius: 4px;
71+
}
72+
73+
.errort
74+
{
75+
76+
}
77+
78+
.errorc
79+
{
80+
81+
}
82+
83+
td, th
84+
{
85+
border-color: #0ff;
86+
}
87+
88+
89+
button, input[type="submit"]
90+
{
91+
background: url("button.png");
92+
border: green solid 1px;
93+
}
94+
95+
input[type="text"], input[type="password"], input[type="file"], input[type="email"], select, textarea
96+
{
97+
background: url("text.png");
98+
border: green solid 1px;
99+
background-attachment: fixed;
100+
background-repeat: no-repeat;
101+
background-size: 100% auto;
102+
}
103+
104+
input[type="checkbox"], input[type="radio"]
105+
{
106+
background: url("button.png");
107+
border: yellow solid 1px;
108+
}
109+
110+
div#tabs button.selected
111+
{
112+
border: solid 1px yellow;
113+
}
114+
115+
table.codeblock
116+
{
117+
border: solid #0ff 2px;
118+
border-radius: 4px;
119+
padding: 4px;
120+
margin: 28px;
121+
}

themes/BT_lightning/text.png

47.7 KB
Loading

themes/BT_lightning/themeinfo.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Banjo Tooie Lightning
2+
By StarLand

0 commit comments

Comments
 (0)