This repository was archived by the owner on Jun 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (115 loc) · 2.23 KB
/
style.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
/*
Stylish for Chrome & Firefox
https://userstyles.org/help/stylish_chrome
http://community.atlantiss.eu/
*/
#primary_nav {
background: #180A03;
}
.ipsType_pagetitle {
color: #fff;
}
.post_count {
background: #fff;
}
body {
background: url("https://atlantiss.eu/images/theme/bg.jpg") #130900 no-repeat center top;
}
#content {
background: #180A03;
}
.col_c_icon,
.col_c_forum,
.col_c_post,
.col_c_stats,
.col_f_icon,
#ips_Posts,
.post_body,
.post_wrap,
.post_count,
.post_block,
.unread,
.ipsPad,
.ipsSideBlock {
background: #1D0C03;
color: #E8E8E8;
}
.ipsBox_container {
background: #1D0C03;
color: #E8E8E8;
border: 1px solid #000;
}
.ipb_table {
border-color: #000;
}
p,
.desc,
.post_body,
.post {
color: #BBB !important;
}
a,
span,
.bbc_url {
color: #BB740F !important;
/* delete !important if you wish to see GM colors
but all standard users in black i think it's
better this way because there are less GMs
than users
*/
}
.row2 {
background: #180A03;
}
.ipsBox,
.post_block,
h3 {
background: #180A03;
border: 1px solid #000;
}
#branding {
background: #211009 url(http://mesaj.pl/wp-content/uploads/2016/01/branding_bg-1.png) repeat-x;
border-bottom: 1px solid #211009;
}
.maintitle {
background: #180A03 url(http://mesaj.pl/wp-content/uploads/2016/01/maintitle.png) repeat-x top;
color: #fff;
-webkit-box-shadow: inset 0px 1px 0 #180A03;
-moz-box-shadow: inset 0px 1px 0 #180A03;
box-shadow: inset 0px 1px 0 #180A03;
border-color: #180A03;
border-style: solid;
}
#community_app_menu>li>a {
color: #FFFFFF;
background: #652001;
}
table.ipb_table td {
border: 1px solid #180A03;
}
.row1,
.post_block.row1 {
background-color: inherit;
}
#shouts-global-resizer,
#shouts-resizer {
background-color: inherit;
}
#shoutbox-shouts-table .row2 td {
border-bottom: 1px solid #211009;
vertical-align: middle;
}
.unread .altrow,
.unread.altrow {
background-color: inherit;
}
.forum_marker {
-webkit-filter: contrast(2.3) hue-rotate(240deg) sepia(1);
filter: contrast(2.3) hue-rotate(240deg) sepia(1);
}
blockquote.ipsBlockquote {
background-color: inherit;
}
.post_block h3 {
background-color: #652001;
}