Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit ac9c074

Browse files
committed
Colour adjustments of posts related features
1 parent 940cdba commit ac9c074

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

we_clearblue/theme/we_clearblue.css

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ table.table1 tbody tr:hover {
666666
/* Different background for even rows */
667667
li.row:nth-child(even),
668668
table.table1 tbody tr:nth-child(even) {
669-
background: #f2f2f2;
669+
background: #f0f4f7;
670670
}
671671

672672
.forumbg ul.topiclist li.reported dd:nth-child(even),
@@ -1096,7 +1096,7 @@ p.author {
10961096
clear: none;
10971097
margin-top: 10px;
10981098
padding-top: 10px;
1099-
border-top: 1px dotted #c2c2c2;
1099+
border-top: 1px dotted #b7c9d7;
11001100
color: #525252;
11011101
line-height: 18px;
11021102
font-size: 12px;
@@ -1178,7 +1178,7 @@ p.author {
11781178
.postprofile a:link,
11791179
.postprofile a:visited,
11801180
.search .postprofile a {
1181-
color: #3f3f3f;
1181+
color: #105289;
11821182
}
11831183

11841184
.postprofile a:focus,
@@ -1206,7 +1206,7 @@ fieldset.polls {
12061206
fieldset.polls dl {
12071207
margin: 0;
12081208
padding: 0;
1209-
border-color: #dadada;
1209+
border-color: #d4dde1;
12101210
color: #525252;
12111211
}
12121212

@@ -1233,7 +1233,7 @@ fieldset.polls dd div {
12331233
clear: right;
12341234
max-width: 832px;
12351235
padding: 7px;
1236-
border: 1px solid #ccc;
1236+
border: 1px solid #d4dde1;
12371237
}
12381238

12391239
.inline-attachment {
@@ -1253,7 +1253,7 @@ dl.file {
12531253

12541254
.attachbox dd {
12551255
padding-top: 6px;
1256-
border-color: #ccc;
1256+
border-color: #d4dde1;
12571257
}
12581258

12591259
dl.file {
@@ -1289,11 +1289,12 @@ dl.codebox {
12891289
margin-top: 15px;
12901290
margin-bottom: 15px;
12911291
padding: 3px 5px;
1292-
border-color: #ccc;
1292+
border-color: #d4dde1;
12931293
}
12941294

12951295
dl.codebox dt {
12961296
padding-bottom: 3px;
1297+
border-color: #d4dde1;
12971298
font-size: 12px;
12981299
}
12991300

@@ -1312,7 +1313,7 @@ blockquote {
13121313
margin-top: 15px;
13131314
margin-bottom: 15px;
13141315
border-color: #ddd;
1315-
background: #fbfbfb;
1316+
background: #f9f9f9;
13161317
font-size: 14px;
13171318
}
13181319

@@ -1339,12 +1340,12 @@ blockquote cite {
13391340
}
13401341

13411342
a.postlink {
1342-
border-bottom: 1px dotted #6b6b6b;
1343-
color: #6b6b6b;
1343+
border-bottom: 1px dotted #105289;
1344+
color: #105289;
13441345
}
13451346

13461347
a.postlink:visited {
1347-
color: #959595;
1348+
color: #557fa1;
13481349
}
13491350

13501351
a.postlink:active,
@@ -1752,7 +1753,7 @@ ul.cplist {
17521753

17531754
.section-ucp ul.topiclist .bg1,
17541755
.section-mcp ul.topiclist .bg1 {
1755-
background-color: #f2f2f2;
1756+
background-color: #f0f4f7;
17561757
}
17571758

17581759
.section-ucp ul.topiclist .bg2,
@@ -2290,26 +2291,26 @@ p.rules img {
22902291

22912292
/* Current page */
22922293
.pagination span strong {
2293-
border-color: #cacaca;
2294-
background: #f2f2f2;
2295-
color: #959595;
2294+
border-color: #4692bf;
2295+
background: #4692bf;
2296+
color: #fff;
22962297
}
22972298

22982299
.pagination span a,
22992300
.pagination span a:link,
23002301
.pagination span a:visited {
2301-
border-color: #b5b5b5;
2302-
background: #e7e7e7;
2303-
color: #525252;
2302+
border-color: #b4bac0;
2303+
background: #ecedee;
2304+
color: #5c758c;
23042305
}
23052306

23062307
/* Pagination on topics list */
23072308
.row .pagination span a {
23082309
margin-right: 0;
23092310
margin-left: 4px;
2310-
border-color: #b5b5b5;
2311-
background: #f9f9f9;
2312-
color: #6b6b6b;
2311+
border-color: #b4bac0;
2312+
background: #ecedee;
2313+
color: #5c758c;
23132314
}
23142315

23152316
.pagination span a:focus,

0 commit comments

Comments
 (0)