12.03.2018, 09:55
(Dieser Beitrag wurde zuletzt bearbeitet: 24.05.2021, 10:31 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Group Post CSS
Zitat:Group Post CSS
Allows you to add custom CSS for each groups posts.
When you edit the group, under the miscellaneous tab there will be an option to set the Postbit Info CSS (The user information at left in classic, top in regular) and message (the rest of the post). You can set CSS for the usergroup to have their posts displayed differently (E.G. background: #ffffff !important; ) *you must use ( !important; to overwrite any existing styling). All posts by this usergroup will be displayed with this css.
Previously for MyBB 1.2.x & MyBB 1.4.x
Version: 2.1
Author: Jammerx2
Submitted: 2nd January 2010
Now updated to work with MyBB 1.8.x by: Vintagedaddyo!
Version: 2.2
Author: Vintagedaddyo
Submitted: 7th March 2018
Version: 2.3
Author: Vintagedaddyo
Submitted: 20th July 2019
- added border color option
current localization:
-english
-englishgb
-espanol
-french
-italiano
** Note: this plugin should not be used currently with the "group post css border plugin" as it will cause complications on uninstall and this plugin is meant to be used standalone. The features of the border plugin are already included in the "group post css plugin". If you would like only the border as a standalone plugin it can be found here: https://community.mybb.com/mods.php?acti...w&pid=1285
Example usage:
For Administrators:
Postbit Author Info CSS
The CSS that will be used for the Author information part of the postbit.
Postbit Message CSSCode:background: #b1f279 !important;
The CSS that will be used for the message part of the postbit.
Postbit Bottom Menu CSSCode:background: #e5fcd1 !important;
color: #318000 !important;
The CSS that will be used for the bottom part of the postbit.
Postbit Bottom Menu CSS (Classic Postbit Only)Code:background: #b1f279 !important;
The CSS that will be used for the bottom part of the classic postbit.
Postbit Message CSS (Classic Postbit Only)Code:background: #b1f279 !important;
The CSS that will be used for the message part of the classic postbit.
Example usage:Code:background: #e5fcd1 !important;
color: #318000 !important;
For Super Moderators & Moderators:
Postbit Author Info CSS
The CSS that will be used for the Author information part of the postbit.
Postbit Message CSSCode:background: #ffd6fc !important;
The CSS that will be used for the message part of the postbit.
Postbit Bottom Menu CSSCode:background: #f9e3f8 !important;
color: #CC00CC !important;
The CSS that will be used for the bottom part of the postbit.
Postbit Bottom Menu CSS (Classic Postbit Only)Code:background: #ffd6fc !important;
The CSS that will be used for the bottom part of the classic postbit.
Postbit Message CSS (Classic Postbit Only)Code:background: #ffd6fc !important;
The CSS that will be used for the message part of the classic postbit.
Example usage:Code:background: #f9e3f8 !important;
color: #CC00CC !important;
For Registered Users:
Postbit Author Info CSS
The CSS that will be used for the Author information part of the postbit.
Postbit Message CSSCode:background: #aeddfc !important;
The CSS that will be used for the message part of the postbit.
Postbit Bottom Menu CSSCode:background: #cfeafc !important;
color: #0072BC !important;
The CSS that will be used for the bottom part of the postbit.
Postbit Bottom Menu CSS (Classic Postbit Only)Code:background: #aeddfc !important;
The CSS that will be used for the bottom part of the classic postbit.
Postbit Message CSS (Classic Postbit Only)Code:background: #aeddfc !important;
The CSS that will be used for the message part of the classic postbit.
Code:background: #cfeafc !important;
color: #0072BC !important;
Postbit Border:
Postbit Post Border CSS:
The CSS that will be used for the border part of the postbit.
&
Postbit Post Border CSS (Classic Postbit Only):
The CSS that will be used for the border part of the classic postbit.
Example CSS:
Administrators:
Super Moderators:Code:margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #008000;
-webkit-box-shadow: inset 0 1px 1px rgb(0,128,0), 0 0 8px rgba(0,128,0, 0.8);
box-shadow: inset 0 1px 1px rgba(0,128,0, 0.8), 0 0 8px rgba(0,128,0, 0.8);
Moderators:Code:margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #CC00CC;
-webkit-box-shadow: inset 0 1px 1px rgb(204,0,204), 0 0 8px rgba(204,0,204, 0.8);
box-shadow: inset 0 1px 1px rgba(204,0,204, 0.8), 0 0 8px rgba(204,0,204, 0.8);
Registered:Code:margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #CC00CC;
-webkit-box-shadow: inset 0 1px 1px rgb(204,0,204), 0 0 8px rgba(204,0,204, 0.8);
box-shadow: inset 0 1px 1px rgba(204,0,204, 0.8), 0 0 8px rgba(204,0,204, 0.8);
Github:Code:margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 6px;
border: 1px solid #0072BF;
-webkit-box-shadow: inset 0 1px 1px rgb(0,114,191), 0 0 8px rgba(0,114,191, 0.8);
box-shadow: inset 0 1px 1px rgba(0,114,191, 0.8), 0 0 8px rgba(0,114,191, 0.8);
https://github.com/vintagedaddyo/MyBB_Pl...p_Post_CSS