-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathphpbb-3-1-x.css
More file actions
29 lines (25 loc) · 863 Bytes
/
Copy pathphpbb-3-1-x.css
File metadata and controls
29 lines (25 loc) · 863 Bytes
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
/* Post Buttons */
.topicsolved-icon.icon-button:before,
.topicsolved-icon.dropdown-select:after {
background-image: url("images/topicsolved_icons_button.png");
}
.solve-icon:before { background-position: -0px 0; }
.solve-icon:hover:before { background-position: -0px -12px; }
.unsolve-icon:before { background-position: -12px 0; }
.unsolve-icon:hover:before { background-position: -12px -12px; }
/* Topic Solved Image Indicators */
.imageset.icon_solved_head {
background-image: url("./images/icon_topic_solved_head.png");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_solved_list {
background-image: url("./images/icon_topic_solved_list.png");
padding-left: 12px;
padding-top: 12px;
}
.imageset.icon_solved_post {
background-image: url("./images/icon_topic_solved_post.png");
padding-left: 16px;
padding-top: 16px;
}