Darkness - Free XenForo 2 Gaming Skin [Deleted]

there is a bug when thread alerts point mouseover

View attachment 185430

Thanks for finding this bug, this can be fixed by adding this to the extra.less template I will be updating the package later too when I get home.

Code:
.menu-row:hover {
    background-color: #202020 !important;
}

want remove logo completly for darkness style to not visible in any way

This thread may help you with that, https://xenforo.com/community/threads/remove-logo-header.136814/
 
also this plugin fail on darkness theme with this code inside extra.less https://xenforo.com/community/resources/staff-bbcodes-with-extra-two-pijanitvor-com.6211/

Code:
/* START www.PijaniTvor.com - SOS BBcodes */

/* Warning */

.warning-title {
    font-style: italic;
    font-size: 105%;
    color: #480b03;
    margin: 2px auto 0px auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    background-color: #ec9184;
    border-width: 1px 1px 0px 4px;
    border-color: #a53323;
    border-style: solid;
}

.warning-title:before {
    content: "\f071";
    display: inline-block;
    color: #480b03;
    font-family: FontAwesome;
    text-align: left;
    padding-right: 7px;
}

.warning-text {
    padding: 4px;
    background: #dec9c6;
    border-width: 0px 1px 1px 4px;
    border-color: #a53323;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}


/* Help */

.help-title {
    font-style: italic;
    font-size: 105%;
    color: #d1efbe;
    margin: 2px auto 0px auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    background-color: #669c44;
    border-width: 1px 1px 0px 4px;
    border-color: #286503;
    border-style: solid;
}

.help-title:before {
    content: "\f059";
    display: inline-block;
    color: #d1efbe;
    text-align: left;
    font-family: FontAwesome;
    padding-right: 7px;
}

.help-text {
    padding: 4px;
    background: #a9de88;
    border-width: 0px 1px 1px 4px;
    border-color: #286503;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}


/* Important */

.important-title {
    font-style: italic;
    font-size: 105%;
    color: #2f2e04;
    margin: 2px auto 0px auto;
    text-align: left;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    padding: 4px;
    background-color: #ccc960;
    border-width: 1px 1px 0px 4px;
    border-color: #716f22;
    border-style: solid;
}

.important-title:before {
    content: "\f08d";
    display: inline-block;
    color: #2f2e04;
    text-align: left;
    font-family: FontAwesome;
    padding-right: 7px;
}

.important-text {
    padding: 4px;
    background: #f3f19f;
    border-width: 0px 1px 1px 4px;
    border-color: #716f22;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}


/* Information */

.info-title {
    font-style: italic;
    font-size: 105%;
    color: #262384;
    margin: 2px auto 0px auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    background-color: #94b4d4;
    border-width: 1px 1px 0px 4px;
    border-color: #638c9c;
    border-style: solid;
}

.info-title:before {
    content: "\f05a";
    display: inline-block;
    color: #262384;
    text-align: left;
    font-family: FontAwesome;
    padding-right: 7px;
}

.info-text {
    padding: 4px;
    background: #c0d9f1;
    border-width: 0px 1px 1px 4px;
    border-color: #638c9c;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}

/* END www.PijaniTvor.com - SOS BBcodes */
 
another so called bug, when click on add image button need to be changed color of both its invisible

View attachment 185549

Should have a fix for this soon.

also this plugin fail on darkness theme with this code inside extra.less https://xenforo.com/community/resources/staff-bbcodes-with-extra-two-pijanitvor-com.6211/

Code:
/* START www.PijaniTvor.com - SOS BBcodes */

/* Warning */

.warning-title {
    font-style: italic;
    font-size: 105%;
    color: #480b03;
    margin: 2px auto 0px auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    background-color: #ec9184;
    border-width: 1px 1px 0px 4px;
    border-color: #a53323;
    border-style: solid;
}

.warning-title:before {
    content: "\f071";
    display: inline-block;
    color: #480b03;
    font-family: FontAwesome;
    text-align: left;
    padding-right: 7px;
}

.warning-text {
    padding: 4px;
    background: #dec9c6;
    border-width: 0px 1px 1px 4px;
    border-color: #a53323;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}


/* Help */

.help-title {
    font-style: italic;
    font-size: 105%;
    color: #d1efbe;
    margin: 2px auto 0px auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    background-color: #669c44;
    border-width: 1px 1px 0px 4px;
    border-color: #286503;
    border-style: solid;
}

.help-title:before {
    content: "\f059";
    display: inline-block;
    color: #d1efbe;
    text-align: left;
    font-family: FontAwesome;
    padding-right: 7px;
}

.help-text {
    padding: 4px;
    background: #a9de88;
    border-width: 0px 1px 1px 4px;
    border-color: #286503;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}


/* Important */

.important-title {
    font-style: italic;
    font-size: 105%;
    color: #2f2e04;
    margin: 2px auto 0px auto;
    text-align: left;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    padding: 4px;
    background-color: #ccc960;
    border-width: 1px 1px 0px 4px;
    border-color: #716f22;
    border-style: solid;
}

.important-title:before {
    content: "\f08d";
    display: inline-block;
    color: #2f2e04;
    text-align: left;
    font-family: FontAwesome;
    padding-right: 7px;
}

.important-text {
    padding: 4px;
    background: #f3f19f;
    border-width: 0px 1px 1px 4px;
    border-color: #716f22;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}


/* Information */

.info-title {
    font-style: italic;
    font-size: 105%;
    color: #262384;
    margin: 2px auto 0px auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    background-color: #94b4d4;
    border-width: 1px 1px 0px 4px;
    border-color: #638c9c;
    border-style: solid;
}

.info-title:before {
    content: "\f05a";
    display: inline-block;
    color: #262384;
    text-align: left;
    font-family: FontAwesome;
    padding-right: 7px;
}

.info-text {
    padding: 4px;
    background: #c0d9f1;
    border-width: 0px 1px 1px 4px;
    border-color: #638c9c;
    border-style: solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0px auto 8px auto;
}

/* END www.PijaniTvor.com - SOS BBcodes */

Will need more information about what you mean by fail, make sure that code is at the bottom of the extra.less after the Darkness css.

I have also modified the bbcode and quotes in the skin so you may need to remove theses

Code:
.bbCodeBlock-expandLink a {
    color: #fff;
}

.bbCodeBlock {
    border-left: 3px solid @xf-bpskins_bpblack_miscbordercolor--border-color;    
}
 
when use bbcode not looks like this

post-png.169803


it looks like this

oie_HhfZhh4AGWO8.webp
 
Sean James updated Darkness - Free XenForo 2 Gaming Skin with a new update entry:

Updated 2.0.10 packages

Package has been updated to include 2 bug fixes:

  1. Hover CSS fixes for editor popups
  2. Pagination CSS fix
Changes can also be added manually by adding this to the extra.less template

Code:
    .fr-popup .fr-image-upload-layer {
    background-color: #000;
}
    .fr-popup {
    background-color: #202020;
}
    .pageNav-page.pageNav-page--current {
    .xf-bpskins_darkness_categoryheader();
    color: #fff;
    border: 1px solid #565545;
}
    .pageNav-jump {...

Read the rest of this update entry...
 
and after that got this error

Code:
#0 src/vendor/oyejorge/less.php/lib/Less/Parser.php(621): Less_Parser->GetRules(NULL)
#1 src/vendor/oyejorge/less.php/lib/Less/Parser.php(449): Less_Parser->_parse()
#2 src/XF/CssRenderer.php(363): Less_Parser->parse('// Note that th...')
#3 src/XF/CssRenderer.php(311): XF\CssRenderer->renderToCss('public:extra.le...', '// Note that th...')
#4 src/XF/CssRenderer.php(235): XF\CssRenderer->renderTemplate('public:extra.le...', NULL)
#5 src/XF/CssRenderer.php(101): XF\CssRenderer->renderTemplates(Array, Array, Array)
#6 src/XF/CssWriter.php(53): XF\CssRenderer->render(Array)
#7 css.php(30): XF\CssWriter->run(Array, 3, 2, '196f779195d9daf...')
#8 {main}
Request state
array(4) {
  ["url"] => string(213) "/css.php?css=public%3Alightslider.less%2Cpublic%3Anode_list.less%2Cpublic%3Ashare_controls.less%2Cpublic%3Axfmg_media_list.less%2Cpublic%3Aextra.less&s=3&l=2&d=1540532898&k=196f779195d9daf5afad56ef183052bc4750f84a"
  ["referrer"] => string(23) "https://nultiforum.com/"
  ["_GET"] => array(5) {
    ["css"] => string(118) "public:lightslider.less,public:node_list.less,public:share_controls.less,public:xfmg_media_list.less,public:extra.less"
    ["s"] => string(1) "3"
    ["l"] => string(1) "2"
    ["d"] => string(10) "1540532898"
    ["k"] => string(40) "196f779195d9daf5afad56ef183052bc4750f84a"
  }
  ["_POST"] => array(0) {
  }
}
 
If you didn't add the new CSS properly and left any css declarations unclosed it will break the style loading down. Double check the CSS.
 
Top Bottom