1.8.x
Tính Năng: Spoiler MyCode
Tác giả: Sephiroth
Phiên bản: 1.8.0
Gửi lúc: 12/09/2014
Cập nhật lúc: 21/01/2015
MyCode Filters
Mô tả
This is a new and improved version of my Spoiler MyCode available on the old mods site. This has been updated to work with MyBB 1.8.x and contains a fresh new look to go along with the new look of MyBB.
To install; upload the single file to /inc/plugins and activate it in your AdminCP.
Then, for each of the themes you have installed, you need to add in some new CSS. This CSS is based off of the MyBB Default theme for 1.8
Code:
.spoiler_wrap {
margin: 4px 0;
}
.spoiler_header {
background: #0f0f0f url(images/tcat.png) repeat-x;
color: #fff;
border-top: 1px solid #444;
border-bottom: 1px solid #000;
padding: 0;
font-size: 12px;
}
.spoiler_body {
background: FFF;
padding: 4px;
border: 1px solid #CCC;
border-top: 0;
color: #000;
}
.spoiler_header .expandspoiler {
float: right;
cursor: pointer;
margin-top: 2px;
margin-right: 3px;
}
.spoiler_header a:link, .spoiler_header a:visited {
display: block;
padding: 6px;
text-decoration: none;
color: #FFF;
}
Đây là phiên bản mới và cải tiến của Spoiler MyCode của tôi có sẵn trên trang mod cũ. Điều này đã được cập nhật để hoạt động với MyBB 1.8.x và chứa một giao diện mới đi cùng với giao diện mới của MyBB.
Để cài đặt; tải tệp duy nhất lên /inc/plugins và kích hoạt nó trong AdminCP của bạn.
Sau đó, đối với mỗi chủ đề bạn đã cài đặt, bạn cần thêm một số CSS mới. CSS này dựa trên chủ đề MyBB Default cho 1.8
.spoiler_wrap {
lề: 4px 0;
}
.spoiler_header {
nền: #0f0f0f url (hình ảnh / tcat.png) lặp lại-x;
màu sắc: #fff;
border-top: 1px solid # 444;
border-bottom: 1px solid #000;
đệm: 0;
kích thước phông chữ: 12px;
}
.spoiler_body {
bối cảnh: FFF;
đệm: 4px;
đường viền: #CCC rắn 1px;
viền-top: 0;
màu: # 000;
}
.spoiler_header .expandspoiler {
float: phải;
con trỏ: con trỏ;
lề trên cùng: 2px;
lề phải: 3px;
}
.spoiler_header a:link, .spoiler_header a:visited {
hiển thị: khối;
đệm: 6px;
trang trí văn bản: không có;
màu sắc: #FFF;
}
Hình Ảnh
Không có hình ảnh cho Tính Năng này.